@aws/nx-plugin 0.84.2 → 0.86.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.
Files changed (35) hide show
  1. package/LICENSE-THIRD-PARTY +2173 -913
  2. package/package.json +11 -11
  3. package/src/infra/app/__snapshots__/generator.spec.ts.snap +30 -30
  4. package/src/infra/app/generator.js +2 -1
  5. package/src/infra/app/generator.js.map +1 -1
  6. package/src/mcp-server/schema.d.ts +2 -2
  7. package/src/preset/__snapshots__/generator.spec.ts.snap +14 -17
  8. package/src/preset/generator.js +10 -8
  9. package/src/preset/generator.js.map +1 -1
  10. package/src/py/mcp-server/__snapshots__/generator.spec.ts.snap +4 -4
  11. package/src/py/project/schema.json +1 -1
  12. package/src/py/strands-agent/__snapshots__/generator.spec.ts.snap +9 -9
  13. package/src/trpc/backend/generator.js +2 -1
  14. package/src/trpc/backend/generator.js.map +1 -1
  15. package/src/ts/lib/generator.js +2 -1
  16. package/src/ts/lib/generator.js.map +1 -1
  17. package/src/ts/lib/vitest.js +1 -1
  18. package/src/ts/lib/vitest.js.map +1 -1
  19. package/src/ts/mcp-server/__snapshots__/generator.spec.ts.snap +3 -3
  20. package/src/ts/nx-plugin/__snapshots__/generator.spec.ts.snap +1 -1
  21. package/src/ts/react-website/app/__snapshots__/generator.spec.ts.snap +78 -78
  22. package/src/ts/react-website/app/generator.js +3 -2
  23. package/src/ts/react-website/app/generator.js.map +1 -1
  24. package/src/utils/pkg-manager.d.ts +26 -0
  25. package/src/utils/pkg-manager.js +20 -0
  26. package/src/utils/pkg-manager.js.map +1 -0
  27. package/src/utils/shared-constructs.js +2 -1
  28. package/src/utils/shared-constructs.js.map +1 -1
  29. package/src/utils/shared-infra-config.js +4 -3
  30. package/src/utils/shared-infra-config.js.map +1 -1
  31. package/src/utils/shared-scripts.js +2 -1
  32. package/src/utils/shared-scripts.js.map +1 -1
  33. package/src/utils/versions.d.ts +64 -63
  34. package/src/utils/versions.js +63 -62
  35. package/src/utils/versions.js.map +1 -1
@@ -16,7 +16,7 @@ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
16
16
 
17
17
  ---
18
18
 
19
- The following software may be included in this product: @apidevtools/json-schema-ref-parser (11.7.2)
19
+ The following software may be included in this product: @apidevtools/json-schema-ref-parser (14.0.1)
20
20
  This software contains the following license and notice below:
21
21
 
22
22
  The MIT License (MIT)
@@ -97,7 +97,7 @@ THE SOFTWARE.
97
97
 
98
98
  ---
99
99
 
100
- The following software may be included in this product: @apidevtools/swagger-parser (10.1.1)
100
+ The following software may be included in this product: @apidevtools/swagger-parser (12.1.0)
101
101
  This software contains the following license and notice below:
102
102
 
103
103
  The MIT License (MIT)
@@ -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 (3.2.0)
127
+ The following software may be included in this product: @asamuzakjp/css-color (5.0.1)
128
128
  This software contains the following license and notice below:
129
129
 
130
130
  MIT License
@@ -151,6 +151,61 @@ SOFTWARE.
151
151
 
152
152
  ---
153
153
 
154
+ The following software may be included in this product: @asamuzakjp/dom-selector (7.0.4)
155
+ This software contains the following license and notice below:
156
+
157
+ MIT License
158
+
159
+ Copyright (c) 2023 asamuzaK (Kazz)
160
+
161
+ Permission is hereby granted, free of charge, to any person obtaining a copy
162
+ of this software and associated documentation files (the "Software"), to deal
163
+ in the Software without restriction, including without limitation the rights
164
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
165
+ copies of the Software, and to permit persons to whom the Software is
166
+ furnished to do so, subject to the following conditions:
167
+
168
+ The above copyright notice and this permission notice shall be included in all
169
+ copies or substantial portions of the Software.
170
+
171
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
172
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
173
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
174
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
175
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
176
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
177
+ SOFTWARE.
178
+
179
+ ---
180
+
181
+ The following software may be included in this product: @asamuzakjp/nwsapi (2.3.9)
182
+ This software contains the following license and notice below:
183
+
184
+ Copyright (c) 2007-2019 Diego Perini (http://www.iport.it/)
185
+
186
+ Permission is hereby granted, free of charge, to any person
187
+ obtaining a copy of this software and associated documentation
188
+ files (the "Software"), to deal in the Software without
189
+ restriction, including without limitation the rights to use,
190
+ copy, modify, merge, publish, distribute, sublicense, and/or
191
+ sell copies of the Software, and to permit persons to whom the
192
+ Software is furnished to do so, subject to the following
193
+ conditions:
194
+
195
+ The above copyright notice and this permission notice shall be
196
+ included in all copies or substantial portions of the Software.
197
+
198
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
199
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
200
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
201
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
202
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
203
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
204
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
205
+ OTHER DEALINGS IN THE SOFTWARE.
206
+
207
+ ---
208
+
154
209
  The following software may be included in this product: @babel/code-frame (7.29.0)
155
210
  This software contains the following license and notice below:
156
211
 
@@ -179,7 +234,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
179
234
 
180
235
  ---
181
236
 
182
- The following software may be included in this product: @babel/compat-data (7.28.4)
237
+ The following software may be included in this product: @babel/compat-data (7.29.0)
183
238
  This software contains the following license and notice below:
184
239
 
185
240
  MIT License
@@ -235,6 +290,34 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
235
290
 
236
291
  ---
237
292
 
293
+ The following software may be included in this product: @babel/core (7.29.0)
294
+ This software contains the following license and notice below:
295
+
296
+ MIT License
297
+
298
+ Copyright (c) 2014-present Sebastian McKenzie and other contributors
299
+
300
+ Permission is hereby granted, free of charge, to any person obtaining
301
+ a copy of this software and associated documentation files (the
302
+ "Software"), to deal in the Software without restriction, including
303
+ without limitation the rights to use, copy, modify, merge, publish,
304
+ distribute, sublicense, and/or sell copies of the Software, and to
305
+ permit persons to whom the Software is furnished to do so, subject to
306
+ the following conditions:
307
+
308
+ The above copyright notice and this permission notice shall be
309
+ included in all copies or substantial portions of the Software.
310
+
311
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
312
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
313
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
314
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
315
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
316
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
317
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
318
+
319
+ ---
320
+
238
321
  The following software may be included in this product: @babel/generator (7.28.3)
239
322
  This software contains the following license and notice below:
240
323
 
@@ -263,6 +346,34 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
263
346
 
264
347
  ---
265
348
 
349
+ The following software may be included in this product: @babel/generator (7.29.1)
350
+ This software contains the following license and notice below:
351
+
352
+ MIT License
353
+
354
+ Copyright (c) 2014-present Sebastian McKenzie and other contributors
355
+
356
+ Permission is hereby granted, free of charge, to any person obtaining
357
+ a copy of this software and associated documentation files (the
358
+ "Software"), to deal in the Software without restriction, including
359
+ without limitation the rights to use, copy, modify, merge, publish,
360
+ distribute, sublicense, and/or sell copies of the Software, and to
361
+ permit persons to whom the Software is furnished to do so, subject to
362
+ the following conditions:
363
+
364
+ The above copyright notice and this permission notice shall be
365
+ included in all copies or substantial portions of the Software.
366
+
367
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
368
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
369
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
370
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
371
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
372
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
373
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
374
+
375
+ ---
376
+
266
377
  The following software may be included in this product: @babel/helper-annotate-as-pure (7.27.3)
267
378
  This software contains the following license and notice below:
268
379
 
@@ -291,7 +402,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
291
402
 
292
403
  ---
293
404
 
294
- The following software may be included in this product: @babel/helper-compilation-targets (7.27.2)
405
+ The following software may be included in this product: @babel/helper-compilation-targets (7.28.6)
295
406
  This software contains the following license and notice below:
296
407
 
297
408
  MIT License
@@ -487,7 +598,35 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
487
598
 
488
599
  ---
489
600
 
490
- The following software may be included in this product: @babel/helper-module-transforms (7.28.3)
601
+ The following software may be included in this product: @babel/helper-module-imports (7.28.6)
602
+ This software contains the following license and notice below:
603
+
604
+ MIT License
605
+
606
+ Copyright (c) 2014-present Sebastian McKenzie and other contributors
607
+
608
+ Permission is hereby granted, free of charge, to any person obtaining
609
+ a copy of this software and associated documentation files (the
610
+ "Software"), to deal in the Software without restriction, including
611
+ without limitation the rights to use, copy, modify, merge, publish,
612
+ distribute, sublicense, and/or sell copies of the Software, and to
613
+ permit persons to whom the Software is furnished to do so, subject to
614
+ the following conditions:
615
+
616
+ The above copyright notice and this permission notice shall be
617
+ included in all copies or substantial portions of the Software.
618
+
619
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
620
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
621
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
622
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
623
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
624
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
625
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
626
+
627
+ ---
628
+
629
+ The following software may be included in this product: @babel/helper-module-transforms (7.28.6)
491
630
  This software contains the following license and notice below:
492
631
 
493
632
  MIT License
@@ -767,7 +906,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
767
906
 
768
907
  ---
769
908
 
770
- The following software may be included in this product: @babel/helpers (7.28.4)
909
+ The following software may be included in this product: @babel/helpers (7.29.2)
771
910
  This software contains the following license and notice below:
772
911
 
773
912
  MIT License
@@ -2977,6 +3116,34 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2977
3116
 
2978
3117
  ---
2979
3118
 
3119
+ The following software may be included in this product: @babel/template (7.28.6)
3120
+ This software contains the following license and notice below:
3121
+
3122
+ MIT License
3123
+
3124
+ Copyright (c) 2014-present Sebastian McKenzie and other contributors
3125
+
3126
+ Permission is hereby granted, free of charge, to any person obtaining
3127
+ a copy of this software and associated documentation files (the
3128
+ "Software"), to deal in the Software without restriction, including
3129
+ without limitation the rights to use, copy, modify, merge, publish,
3130
+ distribute, sublicense, and/or sell copies of the Software, and to
3131
+ permit persons to whom the Software is furnished to do so, subject to
3132
+ the following conditions:
3133
+
3134
+ The above copyright notice and this permission notice shall be
3135
+ included in all copies or substantial portions of the Software.
3136
+
3137
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3138
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3139
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
3140
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
3141
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3142
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
3143
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3144
+
3145
+ ---
3146
+
2980
3147
  The following software may be included in this product: @babel/traverse (7.28.4)
2981
3148
  This software contains the following license and notice below:
2982
3149
 
@@ -3005,6 +3172,34 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3005
3172
 
3006
3173
  ---
3007
3174
 
3175
+ The following software may be included in this product: @babel/traverse (7.29.0)
3176
+ This software contains the following license and notice below:
3177
+
3178
+ MIT License
3179
+
3180
+ Copyright (c) 2014-present Sebastian McKenzie and other contributors
3181
+
3182
+ Permission is hereby granted, free of charge, to any person obtaining
3183
+ a copy of this software and associated documentation files (the
3184
+ "Software"), to deal in the Software without restriction, including
3185
+ without limitation the rights to use, copy, modify, merge, publish,
3186
+ distribute, sublicense, and/or sell copies of the Software, and to
3187
+ permit persons to whom the Software is furnished to do so, subject to
3188
+ the following conditions:
3189
+
3190
+ The above copyright notice and this permission notice shall be
3191
+ included in all copies or substantial portions of the Software.
3192
+
3193
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3194
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3195
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
3196
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
3197
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3198
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
3199
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3200
+
3201
+ ---
3202
+
3008
3203
  The following software may be included in this product: @babel/types (7.29.0)
3009
3204
  This software contains the following license and notice below:
3010
3205
 
@@ -3033,7 +3228,32 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3033
3228
 
3034
3229
  ---
3035
3230
 
3036
- The following software may be included in this product: @csstools/css-calc (2.1.4)
3231
+ The following software may be included in this product: @bramus/specificity (2.4.2)
3232
+ This software contains the following license and notice below:
3233
+
3234
+ Copyright (c) 2022 Bramus Van Damme - https://www.bram.us/
3235
+
3236
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3237
+ of this software and associated documentation files (the "Software"), to deal
3238
+ in the Software without restriction, including without limitation the rights
3239
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3240
+ copies of the Software, and to permit persons to whom the Software is furnished
3241
+ to do so, subject to the following conditions:
3242
+
3243
+ The above copyright notice and this permission notice shall be included in all
3244
+ copies or substantial portions of the Software.
3245
+
3246
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3247
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3248
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3249
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3250
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3251
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3252
+ THE SOFTWARE.
3253
+
3254
+ ---
3255
+
3256
+ The following software may be included in this product: @csstools/css-calc (3.1.1)
3037
3257
  This software contains the following license and notice below:
3038
3258
 
3039
3259
  The MIT License (MIT)
@@ -3059,7 +3279,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3059
3279
 
3060
3280
  ---
3061
3281
 
3062
- The following software may be included in this product: @csstools/css-color-parser (3.1.0)
3282
+ The following software may be included in this product: @csstools/css-color-parser (4.0.2)
3063
3283
  This software contains the following license and notice below:
3064
3284
 
3065
3285
  The MIT License (MIT)
@@ -3085,7 +3305,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3085
3305
 
3086
3306
  ---
3087
3307
 
3088
- The following software may be included in this product: @csstools/css-parser-algorithms (3.0.5)
3308
+ The following software may be included in this product: @csstools/css-parser-algorithms (4.0.0)
3089
3309
  This software contains the following license and notice below:
3090
3310
 
3091
3311
  The MIT License (MIT)
@@ -3111,7 +3331,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3111
3331
 
3112
3332
  ---
3113
3333
 
3114
- The following software may be included in this product: @csstools/css-tokenizer (3.0.4)
3334
+ The following software may be included in this product: @csstools/css-tokenizer (4.0.0)
3115
3335
  This software contains the following license and notice below:
3116
3336
 
3117
3337
  The MIT License (MIT)
@@ -3218,12 +3438,36 @@ SOFTWARE.
3218
3438
 
3219
3439
  ---
3220
3440
 
3221
- The following software may be included in this product: @esbuild/darwin-arm64 (0.27.3)
3441
+ The following software may be included in this product: @esbuild/linux-arm64 (0.27.3)
3442
+ This software contains the following license and notice below:
3443
+
3444
+ MIT License
3445
+
3446
+ Copyright (c) The maintainers of @esbuild/linux-arm64 <https://github.com/evanw/esbuild#readme>
3447
+
3448
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
3449
+ associated documentation files (the "Software"), to deal in the Software without restriction, including
3450
+ without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3451
+ copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
3452
+ following conditions:
3453
+
3454
+ The above copyright notice and this permission notice shall be included in all copies or substantial
3455
+ portions of the Software.
3456
+
3457
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
3458
+ LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
3459
+ EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
3460
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
3461
+ USE OR OTHER DEALINGS IN THE SOFTWARE.
3462
+
3463
+ ---
3464
+
3465
+ The following software may be included in this product: @esbuild/linux-arm64 (0.27.4)
3222
3466
  This software contains the following license and notice below:
3223
3467
 
3224
3468
  MIT License
3225
3469
 
3226
- Copyright (c) The maintainers of @esbuild/darwin-arm64 <https://github.com/evanw/esbuild#readme>
3470
+ Copyright (c) The maintainers of @esbuild/linux-arm64 <https://github.com/evanw/esbuild#readme>
3227
3471
 
3228
3472
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
3229
3473
  associated documentation files (the "Software"), to deal in the Software without restriction, including
@@ -3296,7 +3540,7 @@ SOFTWARE.
3296
3540
 
3297
3541
  ---
3298
3542
 
3299
- The following software may be included in this product: @eslint/eslintrc (3.3.4)
3543
+ The following software may be included in this product: @eslint/eslintrc (3.3.5)
3300
3544
  This software contains the following license and notice below:
3301
3545
 
3302
3546
  Copyright OpenJS Foundation and other contributors, <www.openjsf.org>
@@ -3321,7 +3565,7 @@ THE SOFTWARE.
3321
3565
 
3322
3566
  ---
3323
3567
 
3324
- The following software may be included in this product: @eslint/js (9.39.3)
3568
+ The following software may be included in this product: @eslint/js (9.39.4)
3325
3569
  This software contains the following license and notice below:
3326
3570
 
3327
3571
  Copyright OpenJS Foundation and other contributors, <www.openjsf.org>
@@ -3346,6 +3590,33 @@ THE SOFTWARE.
3346
3590
 
3347
3591
  ---
3348
3592
 
3593
+ The following software may be included in this product: @exodus/bytes (1.15.0)
3594
+ This software contains the following license and notice below:
3595
+
3596
+ MIT License
3597
+
3598
+ Copyright (c) 2024-2025 Exodus Movement
3599
+
3600
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3601
+ of this software and associated documentation files (the "Software"), to deal
3602
+ in the Software without restriction, including without limitation the rights
3603
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3604
+ copies of the Software, and to permit persons to whom the Software is
3605
+ furnished to do so, subject to the following conditions:
3606
+
3607
+ The above copyright notice and this permission notice shall be included in all
3608
+ copies or substantial portions of the Software.
3609
+
3610
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3611
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3612
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3613
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3614
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3615
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3616
+ SOFTWARE.
3617
+
3618
+ ---
3619
+
3349
3620
  The following software may be included in this product: @hey-api/json-schema-ref-parser (1.0.3)
3350
3621
  This software contains the following license and notice below:
3351
3622
 
@@ -3687,7 +3958,7 @@ THE SOFTWARE.
3687
3958
 
3688
3959
  ---
3689
3960
 
3690
- The following software may be included in this product: @modelcontextprotocol/sdk (1.27.1)
3961
+ The following software may be included in this product: @modelcontextprotocol/sdk (1.28.0)
3691
3962
  This software contains the following license and notice below:
3692
3963
 
3693
3964
  MIT License
@@ -3741,12 +4012,66 @@ SOFTWARE.
3741
4012
 
3742
4013
  ---
3743
4014
 
3744
- The following software may be included in this product: @module-federation/cli (0.21.6)
4015
+ The following software may be included in this product: @module-federation/bridge-react-webpack-plugin (2.2.3)
3745
4016
  This software contains the following license and notice below:
3746
4017
 
3747
4018
  MIT License
3748
4019
 
3749
- Copyright (c) 2025-present hanric(2heal1)
4020
+ Copyright (c) 2020 ScriptedAlchemy LLC (Zack Jackson) Zhou Shaw (zhouxiao)
4021
+
4022
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4023
+ of this software and associated documentation files (the "Software"), to deal
4024
+ in the Software without restriction, including without limitation the rights
4025
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4026
+ copies of the Software, and to permit persons to whom the Software is
4027
+ furnished to do so, subject to the following conditions:
4028
+
4029
+ The above copyright notice and this permission notice shall be included in all
4030
+ copies or substantial portions of the Software.
4031
+
4032
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4033
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4034
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4035
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4036
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4037
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4038
+ SOFTWARE.
4039
+
4040
+ ---
4041
+
4042
+ The following software may be included in this product: @module-federation/cli (0.21.6)
4043
+ This software contains the following license and notice below:
4044
+
4045
+ MIT License
4046
+
4047
+ Copyright (c) 2025-present hanric(2heal1)
4048
+
4049
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4050
+ of this software and associated documentation files (the "Software"), to deal
4051
+ in the Software without restriction, including without limitation the rights
4052
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4053
+ copies of the Software, and to permit persons to whom the Software is
4054
+ furnished to do so, subject to the following conditions:
4055
+
4056
+ The above copyright notice and this permission notice shall be included in all
4057
+ copies or substantial portions of the Software.
4058
+
4059
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4060
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4061
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4062
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4063
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4064
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4065
+ SOFTWARE.
4066
+
4067
+ ---
4068
+
4069
+ The following software may be included in this product: @module-federation/cli (2.2.3)
4070
+ This software contains the following license and notice below:
4071
+
4072
+ MIT License
4073
+
4074
+ Copyright (c) 2025-present hanric(2heal1)
3750
4075
 
3751
4076
  Permission is hereby granted, free of charge, to any person obtaining a copy
3752
4077
  of this software and associated documentation files (the "Software"), to deal
@@ -3795,6 +4120,33 @@ SOFTWARE.
3795
4120
 
3796
4121
  ---
3797
4122
 
4123
+ The following software may be included in this product: @module-federation/data-prefetch (2.2.3)
4124
+ This software contains the following license and notice below:
4125
+
4126
+ MIT License
4127
+
4128
+ Copyright (c) 2024-present nieyan(nyqykk)
4129
+
4130
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4131
+ of this software and associated documentation files (the "Software"), to deal
4132
+ in the Software without restriction, including without limitation the rights
4133
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4134
+ copies of the Software, and to permit persons to whom the Software is
4135
+ furnished to do so, subject to the following conditions:
4136
+
4137
+ The above copyright notice and this permission notice shall be included in all
4138
+ copies or substantial portions of the Software.
4139
+
4140
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4141
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4142
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4143
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4144
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4145
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4146
+ SOFTWARE.
4147
+
4148
+ ---
4149
+
3798
4150
  The following software may be included in this product: @module-federation/dts-plugin (0.21.6)
3799
4151
  This software contains the following license and notice below:
3800
4152
 
@@ -3822,6 +4174,33 @@ SOFTWARE.
3822
4174
 
3823
4175
  ---
3824
4176
 
4177
+ The following software may be included in this product: @module-federation/dts-plugin (2.2.3)
4178
+ This software contains the following license and notice below:
4179
+
4180
+ MIT License
4181
+
4182
+ Copyright (c) 2024-present danpeen(dapeen.feng)
4183
+
4184
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4185
+ of this software and associated documentation files (the "Software"), to deal
4186
+ in the Software without restriction, including without limitation the rights
4187
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4188
+ copies of the Software, and to permit persons to whom the Software is
4189
+ furnished to do so, subject to the following conditions:
4190
+
4191
+ The above copyright notice and this permission notice shall be included in all
4192
+ copies or substantial portions of the Software.
4193
+
4194
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4195
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4196
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4197
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4198
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4199
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4200
+ SOFTWARE.
4201
+
4202
+ ---
4203
+
3825
4204
  The following software may be included in this product: @module-federation/enhanced (0.21.6)
3826
4205
  This software contains the following license and notice below:
3827
4206
 
@@ -3849,6 +4228,33 @@ SOFTWARE.
3849
4228
 
3850
4229
  ---
3851
4230
 
4231
+ The following software may be included in this product: @module-federation/enhanced (2.2.3)
4232
+ This software contains the following license and notice below:
4233
+
4234
+ MIT License
4235
+
4236
+ Copyright (c) 2020 ScriptedAlchemy LLC (Zack Jackson) Zhou Shaw (zhouxiao)
4237
+
4238
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4239
+ of this software and associated documentation files (the "Software"), to deal
4240
+ in the Software without restriction, including without limitation the rights
4241
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4242
+ copies of the Software, and to permit persons to whom the Software is
4243
+ furnished to do so, subject to the following conditions:
4244
+
4245
+ The above copyright notice and this permission notice shall be included in all
4246
+ copies or substantial portions of the Software.
4247
+
4248
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4249
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4250
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4251
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4252
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4253
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4254
+ SOFTWARE.
4255
+
4256
+ ---
4257
+
3852
4258
  The following software may be included in this product: @module-federation/error-codes (0.21.6)
3853
4259
  This software contains the following license and notice below:
3854
4260
 
@@ -3876,6 +4282,33 @@ SOFTWARE.
3876
4282
 
3877
4283
  ---
3878
4284
 
4285
+ The following software may be included in this product: @module-federation/error-codes (2.2.3)
4286
+ This software contains the following license and notice below:
4287
+
4288
+ MIT License
4289
+
4290
+ Copyright (c) 2020 ScriptedAlchemy LLC (Zack Jackson) Zhou Shaw (zhouxiao)
4291
+
4292
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4293
+ of this software and associated documentation files (the "Software"), to deal
4294
+ in the Software without restriction, including without limitation the rights
4295
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4296
+ copies of the Software, and to permit persons to whom the Software is
4297
+ furnished to do so, subject to the following conditions:
4298
+
4299
+ The above copyright notice and this permission notice shall be included in all
4300
+ copies or substantial portions of the Software.
4301
+
4302
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4303
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4304
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4305
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4306
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4307
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4308
+ SOFTWARE.
4309
+
4310
+ ---
4311
+
3879
4312
  The following software may be included in this product: @module-federation/inject-external-runtime-core-plugin (0.21.6)
3880
4313
  This software contains the following license and notice below:
3881
4314
 
@@ -3903,6 +4336,33 @@ SOFTWARE.
3903
4336
 
3904
4337
  ---
3905
4338
 
4339
+ The following software may be included in this product: @module-federation/inject-external-runtime-core-plugin (2.2.3)
4340
+ This software contains the following license and notice below:
4341
+
4342
+ MIT License
4343
+
4344
+ Copyright (c) 2024-present zhanghang(2heal1)
4345
+
4346
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4347
+ of this software and associated documentation files (the "Software"), to deal
4348
+ in the Software without restriction, including without limitation the rights
4349
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4350
+ copies of the Software, and to permit persons to whom the Software is
4351
+ furnished to do so, subject to the following conditions:
4352
+
4353
+ The above copyright notice and this permission notice shall be included in all
4354
+ copies or substantial portions of the Software.
4355
+
4356
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4357
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4358
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4359
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4360
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4361
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4362
+ SOFTWARE.
4363
+
4364
+ ---
4365
+
3906
4366
  The following software may be included in this product: @module-federation/managers (0.21.6)
3907
4367
  This software contains the following license and notice below:
3908
4368
 
@@ -3930,7 +4390,7 @@ SOFTWARE.
3930
4390
 
3931
4391
  ---
3932
4392
 
3933
- The following software may be included in this product: @module-federation/manifest (0.21.6)
4393
+ The following software may be included in this product: @module-federation/managers (2.2.3)
3934
4394
  This software contains the following license and notice below:
3935
4395
 
3936
4396
  MIT License
@@ -3957,12 +4417,12 @@ SOFTWARE.
3957
4417
 
3958
4418
  ---
3959
4419
 
3960
- The following software may be included in this product: @module-federation/node (2.7.25)
4420
+ The following software may be included in this product: @module-federation/manifest (0.21.6)
3961
4421
  This software contains the following license and notice below:
3962
4422
 
3963
4423
  MIT License
3964
4424
 
3965
- Copyright (c) 2020 ScriptedAlchemy LLC (Zack Jackson) Zhou Shaw (zhouxiao)
4425
+ Copyright (c) 2024-present hanric(2heal1)
3966
4426
 
3967
4427
  Permission is hereby granted, free of charge, to any person obtaining a copy
3968
4428
  of this software and associated documentation files (the "Software"), to deal
@@ -3984,7 +4444,7 @@ SOFTWARE.
3984
4444
 
3985
4445
  ---
3986
4446
 
3987
- The following software may be included in this product: @module-federation/rspack (0.21.6)
4447
+ The following software may be included in this product: @module-federation/manifest (2.2.3)
3988
4448
  This software contains the following license and notice below:
3989
4449
 
3990
4450
  MIT License
@@ -4011,12 +4471,12 @@ SOFTWARE.
4011
4471
 
4012
4472
  ---
4013
4473
 
4014
- The following software may be included in this product: @module-federation/runtime (0.21.6)
4474
+ The following software may be included in this product: @module-federation/node (2.7.25)
4015
4475
  This software contains the following license and notice below:
4016
4476
 
4017
4477
  MIT License
4018
4478
 
4019
- Copyright (c) 2023-present zhouxiao(zhoushaw)
4479
+ Copyright (c) 2020 ScriptedAlchemy LLC (Zack Jackson) Zhou Shaw (zhouxiao)
4020
4480
 
4021
4481
  Permission is hereby granted, free of charge, to any person obtaining a copy
4022
4482
  of this software and associated documentation files (the "Software"), to deal
@@ -4038,12 +4498,12 @@ SOFTWARE.
4038
4498
 
4039
4499
  ---
4040
4500
 
4041
- The following software may be included in this product: @module-federation/runtime-core (0.21.6)
4501
+ The following software may be included in this product: @module-federation/rspack (0.21.6)
4042
4502
  This software contains the following license and notice below:
4043
4503
 
4044
4504
  MIT License
4045
4505
 
4046
- Copyright (c) 2023-present zhouxiao(zhoushaw)
4506
+ Copyright (c) 2024-present hanric(2heal1)
4047
4507
 
4048
4508
  Permission is hereby granted, free of charge, to any person obtaining a copy
4049
4509
  of this software and associated documentation files (the "Software"), to deal
@@ -4065,7 +4525,34 @@ SOFTWARE.
4065
4525
 
4066
4526
  ---
4067
4527
 
4068
- The following software may be included in this product: @module-federation/runtime-tools (0.21.6)
4528
+ The following software may be included in this product: @module-federation/rspack (2.2.3)
4529
+ This software contains the following license and notice below:
4530
+
4531
+ MIT License
4532
+
4533
+ Copyright (c) 2024-present hanric(2heal1)
4534
+
4535
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4536
+ of this software and associated documentation files (the "Software"), to deal
4537
+ in the Software without restriction, including without limitation the rights
4538
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4539
+ copies of the Software, and to permit persons to whom the Software is
4540
+ furnished to do so, subject to the following conditions:
4541
+
4542
+ The above copyright notice and this permission notice shall be included in all
4543
+ copies or substantial portions of the Software.
4544
+
4545
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4546
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4547
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4548
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4549
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4550
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4551
+ SOFTWARE.
4552
+
4553
+ ---
4554
+
4555
+ The following software may be included in this product: @module-federation/runtime (0.21.6)
4069
4556
  This software contains the following license and notice below:
4070
4557
 
4071
4558
  MIT License
@@ -4092,12 +4579,12 @@ SOFTWARE.
4092
4579
 
4093
4580
  ---
4094
4581
 
4095
- The following software may be included in this product: @module-federation/sdk (0.21.6)
4582
+ The following software may be included in this product: @module-federation/runtime (2.2.3)
4096
4583
  This software contains the following license and notice below:
4097
4584
 
4098
4585
  MIT License
4099
4586
 
4100
- Copyright (c) 2023-present zhanghang(2heal1)
4587
+ Copyright (c) 2023-present zhouxiao(zhoushaw)
4101
4588
 
4102
4589
  Permission is hereby granted, free of charge, to any person obtaining a copy
4103
4590
  of this software and associated documentation files (the "Software"), to deal
@@ -4119,12 +4606,12 @@ SOFTWARE.
4119
4606
 
4120
4607
  ---
4121
4608
 
4122
- The following software may be included in this product: @module-federation/third-party-dts-extractor (0.21.6)
4609
+ The following software may be included in this product: @module-federation/runtime-core (0.21.6)
4123
4610
  This software contains the following license and notice below:
4124
4611
 
4125
4612
  MIT License
4126
4613
 
4127
- Copyright (c) 2024-present zhanghang(2heal1)
4614
+ Copyright (c) 2023-present zhouxiao(zhoushaw)
4128
4615
 
4129
4616
  Permission is hereby granted, free of charge, to any person obtaining a copy
4130
4617
  of this software and associated documentation files (the "Software"), to deal
@@ -4146,12 +4633,12 @@ SOFTWARE.
4146
4633
 
4147
4634
  ---
4148
4635
 
4149
- The following software may be included in this product: @module-federation/webpack-bundler-runtime (0.21.6)
4636
+ The following software may be included in this product: @module-federation/runtime-core (2.2.3)
4150
4637
  This software contains the following license and notice below:
4151
4638
 
4152
4639
  MIT License
4153
4640
 
4154
- Copyright (c) 2023-present zhanghang(2heal1)
4641
+ Copyright (c) 2023-present zhouxiao(zhoushaw)
4155
4642
 
4156
4643
  Permission is hereby granted, free of charge, to any person obtaining a copy
4157
4644
  of this software and associated documentation files (the "Software"), to deal
@@ -4173,12 +4660,12 @@ SOFTWARE.
4173
4660
 
4174
4661
  ---
4175
4662
 
4176
- The following software may be included in this product: @napi-rs/wasm-runtime (0.2.4)
4663
+ The following software may be included in this product: @module-federation/runtime-tools (0.21.6)
4177
4664
  This software contains the following license and notice below:
4178
4665
 
4179
4666
  MIT License
4180
4667
 
4181
- Copyright (c) 2020-present LongYinan
4668
+ Copyright (c) 2023-present zhouxiao(zhoushaw)
4182
4669
 
4183
4670
  Permission is hereby granted, free of charge, to any person obtaining a copy
4184
4671
  of this software and associated documentation files (the "Software"), to deal
@@ -4198,9 +4685,14 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4198
4685
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4199
4686
  SOFTWARE.
4200
4687
 
4688
+ ---
4689
+
4690
+ The following software may be included in this product: @module-federation/runtime-tools (2.2.3)
4691
+ This software contains the following license and notice below:
4692
+
4201
4693
  MIT License
4202
4694
 
4203
- Copyright (c) 2018 GitHub
4695
+ Copyright (c) 2023-present zhouxiao(zhoushaw)
4204
4696
 
4205
4697
  Permission is hereby granted, free of charge, to any person obtaining a copy
4206
4698
  of this software and associated documentation files (the "Software"), to deal
@@ -4222,12 +4714,12 @@ SOFTWARE.
4222
4714
 
4223
4715
  ---
4224
4716
 
4225
- The following software may be included in this product: @nodelib/fs.scandir (2.1.5)
4717
+ The following software may be included in this product: @module-federation/sdk (0.21.6)
4226
4718
  This software contains the following license and notice below:
4227
4719
 
4228
- The MIT License (MIT)
4720
+ MIT License
4229
4721
 
4230
- Copyright (c) Denis Malinochkin
4722
+ Copyright (c) 2023-present zhanghang(2heal1)
4231
4723
 
4232
4724
  Permission is hereby granted, free of charge, to any person obtaining a copy
4233
4725
  of this software and associated documentation files (the "Software"), to deal
@@ -4249,12 +4741,12 @@ SOFTWARE.
4249
4741
 
4250
4742
  ---
4251
4743
 
4252
- The following software may be included in this product: @nodelib/fs.stat (2.0.5)
4744
+ The following software may be included in this product: @module-federation/sdk (2.2.3)
4253
4745
  This software contains the following license and notice below:
4254
4746
 
4255
- The MIT License (MIT)
4747
+ MIT License
4256
4748
 
4257
- Copyright (c) Denis Malinochkin
4749
+ Copyright (c) 2023-present zhanghang(2heal1)
4258
4750
 
4259
4751
  Permission is hereby granted, free of charge, to any person obtaining a copy
4260
4752
  of this software and associated documentation files (the "Software"), to deal
@@ -4276,12 +4768,12 @@ SOFTWARE.
4276
4768
 
4277
4769
  ---
4278
4770
 
4279
- The following software may be included in this product: @nodelib/fs.walk (1.2.8)
4771
+ The following software may be included in this product: @module-federation/third-party-dts-extractor (0.21.6)
4280
4772
  This software contains the following license and notice below:
4281
4773
 
4282
- The MIT License (MIT)
4774
+ MIT License
4283
4775
 
4284
- Copyright (c) Denis Malinochkin
4776
+ Copyright (c) 2024-present zhanghang(2heal1)
4285
4777
 
4286
4778
  Permission is hereby granted, free of charge, to any person obtaining a copy
4287
4779
  of this software and associated documentation files (the "Software"), to deal
@@ -4303,7 +4795,218 @@ SOFTWARE.
4303
4795
 
4304
4796
  ---
4305
4797
 
4306
- The following software may be included in this product: @nx/devkit (22.5.3)
4798
+ The following software may be included in this product: @module-federation/third-party-dts-extractor (2.2.3)
4799
+ This software contains the following license and notice below:
4800
+
4801
+ MIT License
4802
+
4803
+ Copyright (c) 2024-present zhanghang(2heal1)
4804
+
4805
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4806
+ of this software and associated documentation files (the "Software"), to deal
4807
+ in the Software without restriction, including without limitation the rights
4808
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4809
+ copies of the Software, and to permit persons to whom the Software is
4810
+ furnished to do so, subject to the following conditions:
4811
+
4812
+ The above copyright notice and this permission notice shall be included in all
4813
+ copies or substantial portions of the Software.
4814
+
4815
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4816
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4817
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4818
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4819
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4820
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4821
+ SOFTWARE.
4822
+
4823
+ ---
4824
+
4825
+ The following software may be included in this product: @module-federation/webpack-bundler-runtime (0.21.6)
4826
+ This software contains the following license and notice below:
4827
+
4828
+ MIT License
4829
+
4830
+ Copyright (c) 2023-present zhanghang(2heal1)
4831
+
4832
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4833
+ of this software and associated documentation files (the "Software"), to deal
4834
+ in the Software without restriction, including without limitation the rights
4835
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4836
+ copies of the Software, and to permit persons to whom the Software is
4837
+ furnished to do so, subject to the following conditions:
4838
+
4839
+ The above copyright notice and this permission notice shall be included in all
4840
+ copies or substantial portions of the Software.
4841
+
4842
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4843
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4844
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4845
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4846
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4847
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4848
+ SOFTWARE.
4849
+
4850
+ ---
4851
+
4852
+ The following software may be included in this product: @module-federation/webpack-bundler-runtime (2.2.3)
4853
+ This software contains the following license and notice below:
4854
+
4855
+ MIT License
4856
+
4857
+ Copyright (c) 2023-present zhanghang(2heal1)
4858
+
4859
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4860
+ of this software and associated documentation files (the "Software"), to deal
4861
+ in the Software without restriction, including without limitation the rights
4862
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4863
+ copies of the Software, and to permit persons to whom the Software is
4864
+ furnished to do so, subject to the following conditions:
4865
+
4866
+ The above copyright notice and this permission notice shall be included in all
4867
+ copies or substantial portions of the Software.
4868
+
4869
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4870
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4871
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4872
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4873
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4874
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4875
+ SOFTWARE.
4876
+
4877
+ ---
4878
+
4879
+ The following software may be included in this product: @napi-rs/wasm-runtime (0.2.4)
4880
+ This software contains the following license and notice below:
4881
+
4882
+ MIT License
4883
+
4884
+ Copyright (c) 2020-present LongYinan
4885
+
4886
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4887
+ of this software and associated documentation files (the "Software"), to deal
4888
+ in the Software without restriction, including without limitation the rights
4889
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4890
+ copies of the Software, and to permit persons to whom the Software is
4891
+ furnished to do so, subject to the following conditions:
4892
+
4893
+ The above copyright notice and this permission notice shall be included in all
4894
+ copies or substantial portions of the Software.
4895
+
4896
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4897
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4898
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4899
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4900
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4901
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4902
+ SOFTWARE.
4903
+
4904
+ MIT License
4905
+
4906
+ Copyright (c) 2018 GitHub
4907
+
4908
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4909
+ of this software and associated documentation files (the "Software"), to deal
4910
+ in the Software without restriction, including without limitation the rights
4911
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4912
+ copies of the Software, and to permit persons to whom the Software is
4913
+ furnished to do so, subject to the following conditions:
4914
+
4915
+ The above copyright notice and this permission notice shall be included in all
4916
+ copies or substantial portions of the Software.
4917
+
4918
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4919
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4920
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4921
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4922
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4923
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4924
+ SOFTWARE.
4925
+
4926
+ ---
4927
+
4928
+ The following software may be included in this product: @nodelib/fs.scandir (2.1.5)
4929
+ This software contains the following license and notice below:
4930
+
4931
+ The MIT License (MIT)
4932
+
4933
+ Copyright (c) Denis Malinochkin
4934
+
4935
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4936
+ of this software and associated documentation files (the "Software"), to deal
4937
+ in the Software without restriction, including without limitation the rights
4938
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4939
+ copies of the Software, and to permit persons to whom the Software is
4940
+ furnished to do so, subject to the following conditions:
4941
+
4942
+ The above copyright notice and this permission notice shall be included in all
4943
+ copies or substantial portions of the Software.
4944
+
4945
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4946
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4947
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4948
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4949
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4950
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4951
+ SOFTWARE.
4952
+
4953
+ ---
4954
+
4955
+ The following software may be included in this product: @nodelib/fs.stat (2.0.5)
4956
+ This software contains the following license and notice below:
4957
+
4958
+ The MIT License (MIT)
4959
+
4960
+ Copyright (c) Denis Malinochkin
4961
+
4962
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4963
+ of this software and associated documentation files (the "Software"), to deal
4964
+ in the Software without restriction, including without limitation the rights
4965
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4966
+ copies of the Software, and to permit persons to whom the Software is
4967
+ furnished to do so, subject to the following conditions:
4968
+
4969
+ The above copyright notice and this permission notice shall be included in all
4970
+ copies or substantial portions of the Software.
4971
+
4972
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4973
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4974
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4975
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4976
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4977
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4978
+ SOFTWARE.
4979
+
4980
+ ---
4981
+
4982
+ The following software may be included in this product: @nodelib/fs.walk (1.2.8)
4983
+ This software contains the following license and notice below:
4984
+
4985
+ The MIT License (MIT)
4986
+
4987
+ Copyright (c) Denis Malinochkin
4988
+
4989
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4990
+ of this software and associated documentation files (the "Software"), to deal
4991
+ in the Software without restriction, including without limitation the rights
4992
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4993
+ copies of the Software, and to permit persons to whom the Software is
4994
+ furnished to do so, subject to the following conditions:
4995
+
4996
+ The above copyright notice and this permission notice shall be included in all
4997
+ copies or substantial portions of the Software.
4998
+
4999
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
5000
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5001
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
5002
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5003
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5004
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
5005
+ SOFTWARE.
5006
+
5007
+ ---
5008
+
5009
+ The following software may be included in this product: @nx/devkit (22.6.1)
4307
5010
  This software contains the following license and notice below:
4308
5011
 
4309
5012
  (The MIT License)
@@ -4331,7 +5034,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4331
5034
 
4332
5035
  ---
4333
5036
 
4334
- The following software may be included in this product: @nx/eslint (22.5.3)
5037
+ The following software may be included in this product: @nx/eslint (22.6.1)
4335
5038
  This software contains the following license and notice below:
4336
5039
 
4337
5040
  (The MIT License)
@@ -4359,7 +5062,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4359
5062
 
4360
5063
  ---
4361
5064
 
4362
- The following software may be included in this product: @nx/js (22.5.3)
5065
+ The following software may be included in this product: @nx/js (22.6.1)
4363
5066
  This software contains the following license and notice below:
4364
5067
 
4365
5068
  (The MIT License)
@@ -4387,7 +5090,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4387
5090
 
4388
5091
  ---
4389
5092
 
4390
- The following software may be included in this product: @nx/module-federation (22.5.3)
5093
+ The following software may be included in this product: @nx/module-federation (22.6.1)
4391
5094
  This software contains the following license and notice below:
4392
5095
 
4393
5096
  (The MIT License)
@@ -4415,7 +5118,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4415
5118
 
4416
5119
  ---
4417
5120
 
4418
- The following software may be included in this product: @nx/nx-darwin-arm64 (22.5.3)
5121
+ The following software may be included in this product: @nx/nx-linux-arm64-gnu (22.6.1)
4419
5122
  This software contains the following license and notice below:
4420
5123
 
4421
5124
  (The MIT License)
@@ -4443,7 +5146,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4443
5146
 
4444
5147
  ---
4445
5148
 
4446
- The following software may be included in this product: @nx/react (22.5.3)
5149
+ The following software may be included in this product: @nx/react (22.6.1)
4447
5150
  This software contains the following license and notice below:
4448
5151
 
4449
5152
  (The MIT License)
@@ -4471,7 +5174,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4471
5174
 
4472
5175
  ---
4473
5176
 
4474
- The following software may be included in this product: @nx/rollup (22.5.3)
5177
+ The following software may be included in this product: @nx/rollup (22.6.1)
4475
5178
  This software contains the following license and notice below:
4476
5179
 
4477
5180
  (The MIT License)
@@ -4499,7 +5202,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4499
5202
 
4500
5203
  ---
4501
5204
 
4502
- The following software may be included in this product: @nx/vite (22.5.3)
5205
+ The following software may be included in this product: @nx/vite (22.6.1)
4503
5206
  This software contains the following license and notice below:
4504
5207
 
4505
5208
  (The MIT License)
@@ -4527,7 +5230,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4527
5230
 
4528
5231
  ---
4529
5232
 
4530
- The following software may be included in this product: @nx/vitest (22.5.3)
5233
+ The following software may be included in this product: @nx/vitest (22.6.1)
4531
5234
  This software contains the following license and notice below:
4532
5235
 
4533
5236
  (The MIT License)
@@ -4555,7 +5258,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4555
5258
 
4556
5259
  ---
4557
5260
 
4558
- The following software may be included in this product: @nx/web (22.5.3)
5261
+ The following software may be included in this product: @nx/web (22.6.1)
4559
5262
  This software contains the following license and notice below:
4560
5263
 
4561
5264
  (The MIT License)
@@ -4583,7 +5286,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4583
5286
 
4584
5287
  ---
4585
5288
 
4586
- The following software may be included in this product: @nx/workspace (22.5.3)
5289
+ The following software may be included in this product: @nx/workspace (22.6.1)
4587
5290
  This software contains the following license and notice below:
4588
5291
 
4589
5292
  (The MIT License)
@@ -5133,7 +5836,7 @@ THE SOFTWARE.
5133
5836
 
5134
5837
  ---
5135
5838
 
5136
- The following software may be included in this product: @rollup/rollup-darwin-arm64 (4.50.1)
5839
+ The following software may be included in this product: @rollup/rollup-linux-arm64-gnu (4.50.1)
5137
5840
  This software contains the following license and notice below:
5138
5841
 
5139
5842
  MIT License
@@ -5185,7 +5888,7 @@ SOFTWARE.
5185
5888
 
5186
5889
  ---
5187
5890
 
5188
- The following software may be included in this product: @rspack/binding-darwin-arm64 (1.6.8)
5891
+ The following software may be included in this product: @rspack/binding-linux-arm64-gnu (1.6.8)
5189
5892
  This software contains the following license and notice below:
5190
5893
 
5191
5894
  MIT License
@@ -5898,7 +6601,7 @@ SOFTWARE
5898
6601
 
5899
6602
  ---
5900
6603
 
5901
- The following software may be included in this product: @types/node (22.19.13)
6604
+ The following software may be included in this product: @types/node (25.5.0)
5902
6605
  This software contains the following license and notice below:
5903
6606
 
5904
6607
  MIT License
@@ -5925,7 +6628,7 @@ SOFTWARE
5925
6628
 
5926
6629
  ---
5927
6630
 
5928
- The following software may be included in this product: @types/node (24.10.1)
6631
+ The following software may be included in this product: @types/parse-json (4.0.2)
5929
6632
  This software contains the following license and notice below:
5930
6633
 
5931
6634
  MIT License
@@ -5952,7 +6655,7 @@ SOFTWARE
5952
6655
 
5953
6656
  ---
5954
6657
 
5955
- The following software may be included in this product: @types/parse-json (4.0.2)
6658
+ The following software may be included in this product: @types/resolve (1.20.2)
5956
6659
  This software contains the following license and notice below:
5957
6660
 
5958
6661
  MIT License
@@ -5979,12 +6682,12 @@ SOFTWARE
5979
6682
 
5980
6683
  ---
5981
6684
 
5982
- The following software may be included in this product: @types/resolve (1.20.2)
6685
+ The following software may be included in this product: @types/responselike (1.0.0)
5983
6686
  This software contains the following license and notice below:
5984
6687
 
5985
6688
  MIT License
5986
6689
 
5987
- Copyright (c) Microsoft Corporation.
6690
+ Copyright (c) Microsoft Corporation. All rights reserved.
5988
6691
 
5989
6692
  Permission is hereby granted, free of charge, to any person obtaining a copy
5990
6693
  of this software and associated documentation files (the "Software"), to deal
@@ -6006,12 +6709,12 @@ SOFTWARE
6006
6709
 
6007
6710
  ---
6008
6711
 
6009
- The following software may be included in this product: @types/responselike (1.0.0)
6712
+ The following software may be included in this product: @types/semver (7.5.8)
6010
6713
  This software contains the following license and notice below:
6011
6714
 
6012
6715
  MIT License
6013
6716
 
6014
- Copyright (c) Microsoft Corporation. All rights reserved.
6717
+ Copyright (c) Microsoft Corporation.
6015
6718
 
6016
6719
  Permission is hereby granted, free of charge, to any person obtaining a copy
6017
6720
  of this software and associated documentation files (the "Software"), to deal
@@ -6033,12 +6736,12 @@ SOFTWARE
6033
6736
 
6034
6737
  ---
6035
6738
 
6036
- The following software may be included in this product: @types/semver (7.5.8)
6739
+ The following software may be included in this product: @verdaccio/auth (8.0.0-next-8.33)
6037
6740
  This software contains the following license and notice below:
6038
6741
 
6039
6742
  MIT License
6040
6743
 
6041
- Copyright (c) Microsoft Corporation.
6744
+ Copyright (c) 2025 Verdaccio contributors
6042
6745
 
6043
6746
  Permission is hereby granted, free of charge, to any person obtaining a copy
6044
6747
  of this software and associated documentation files (the "Software"), to deal
@@ -6056,11 +6759,11 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
6056
6759
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
6057
6760
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
6058
6761
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
6059
- SOFTWARE
6762
+ SOFTWARE.
6060
6763
 
6061
6764
  ---
6062
6765
 
6063
- The following software may be included in this product: @verdaccio/auth (8.0.0-next-8.29)
6766
+ The following software may be included in this product: @verdaccio/config (8.0.0-next-8.33)
6064
6767
  This software contains the following license and notice below:
6065
6768
 
6066
6769
  MIT License
@@ -6087,7 +6790,7 @@ SOFTWARE.
6087
6790
 
6088
6791
  ---
6089
6792
 
6090
- The following software may be included in this product: @verdaccio/config (8.0.0-next-8.29)
6793
+ The following software may be included in this product: @verdaccio/core (8.0.0-next-8.21)
6091
6794
  This software contains the following license and notice below:
6092
6795
 
6093
6796
  MIT License
@@ -6114,7 +6817,7 @@ SOFTWARE.
6114
6817
 
6115
6818
  ---
6116
6819
 
6117
- The following software may be included in this product: @verdaccio/core (8.0.0-next-8.21)
6820
+ The following software may be included in this product: @verdaccio/core (8.0.0-next-8.33)
6118
6821
  This software contains the following license and notice below:
6119
6822
 
6120
6823
  MIT License
@@ -6141,7 +6844,34 @@ SOFTWARE.
6141
6844
 
6142
6845
  ---
6143
6846
 
6144
- The following software may be included in this product: @verdaccio/core (8.0.0-next-8.29)
6847
+ The following software may be included in this product: @verdaccio/file-locking (10.3.1)
6848
+ This software contains the following license and notice below:
6849
+
6850
+ MIT License
6851
+
6852
+ Copyright (c) 2019 Verdaccio
6853
+
6854
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6855
+ of this software and associated documentation files (the "Software"), to deal
6856
+ in the Software without restriction, including without limitation the rights
6857
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
6858
+ copies of the Software, and to permit persons to whom the Software is
6859
+ furnished to do so, subject to the following conditions:
6860
+
6861
+ The above copyright notice and this permission notice shall be included in all
6862
+ copies or substantial portions of the Software.
6863
+
6864
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
6865
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
6866
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
6867
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
6868
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
6869
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
6870
+ SOFTWARE.
6871
+
6872
+ ---
6873
+
6874
+ The following software may be included in this product: @verdaccio/file-locking (13.0.0-next-8.6)
6145
6875
  This software contains the following license and notice below:
6146
6876
 
6147
6877
  MIT License
@@ -6168,12 +6898,12 @@ SOFTWARE.
6168
6898
 
6169
6899
  ---
6170
6900
 
6171
- The following software may be included in this product: @verdaccio/file-locking (10.3.1)
6901
+ The following software may be included in this product: @verdaccio/hooks (8.0.0-next-8.33)
6172
6902
  This software contains the following license and notice below:
6173
6903
 
6174
6904
  MIT License
6175
6905
 
6176
- Copyright (c) 2019 Verdaccio
6906
+ Copyright (c) 2025 Verdaccio contributors
6177
6907
 
6178
6908
  Permission is hereby granted, free of charge, to any person obtaining a copy
6179
6909
  of this software and associated documentation files (the "Software"), to deal
@@ -6195,61 +6925,7 @@ SOFTWARE.
6195
6925
 
6196
6926
  ---
6197
6927
 
6198
- The following software may be included in this product: @verdaccio/file-locking (13.0.0-next-8.6)
6199
- This software contains the following license and notice below:
6200
-
6201
- MIT License
6202
-
6203
- Copyright (c) 2025 Verdaccio contributors
6204
-
6205
- Permission is hereby granted, free of charge, to any person obtaining a copy
6206
- of this software and associated documentation files (the "Software"), to deal
6207
- in the Software without restriction, including without limitation the rights
6208
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
6209
- copies of the Software, and to permit persons to whom the Software is
6210
- furnished to do so, subject to the following conditions:
6211
-
6212
- The above copyright notice and this permission notice shall be included in all
6213
- copies or substantial portions of the Software.
6214
-
6215
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
6216
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
6217
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
6218
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
6219
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
6220
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
6221
- SOFTWARE.
6222
-
6223
- ---
6224
-
6225
- The following software may be included in this product: @verdaccio/hooks (8.0.0-next-8.29)
6226
- This software contains the following license and notice below:
6227
-
6228
- MIT License
6229
-
6230
- Copyright (c) 2025 Verdaccio contributors
6231
-
6232
- Permission is hereby granted, free of charge, to any person obtaining a copy
6233
- of this software and associated documentation files (the "Software"), to deal
6234
- in the Software without restriction, including without limitation the rights
6235
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
6236
- copies of the Software, and to permit persons to whom the Software is
6237
- furnished to do so, subject to the following conditions:
6238
-
6239
- The above copyright notice and this permission notice shall be included in all
6240
- copies or substantial portions of the Software.
6241
-
6242
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
6243
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
6244
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
6245
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
6246
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
6247
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
6248
- SOFTWARE.
6249
-
6250
- ---
6251
-
6252
- The following software may be included in this product: @verdaccio/loaders (8.0.0-next-8.19)
6928
+ The following software may be included in this product: @verdaccio/loaders (8.0.0-next-8.23)
6253
6929
  This software contains the following license and notice below:
6254
6930
 
6255
6931
  MIT License
@@ -6303,7 +6979,7 @@ SOFTWARE.
6303
6979
 
6304
6980
  ---
6305
6981
 
6306
- The following software may be included in this product: @verdaccio/logger (8.0.0-next-8.29)
6982
+ The following software may be included in this product: @verdaccio/logger (8.0.0-next-8.33)
6307
6983
  This software contains the following license and notice below:
6308
6984
 
6309
6985
  MIT License
@@ -6330,7 +7006,7 @@ SOFTWARE.
6330
7006
 
6331
7007
  ---
6332
7008
 
6333
- The following software may be included in this product: @verdaccio/logger-commons (8.0.0-next-8.29)
7009
+ The following software may be included in this product: @verdaccio/logger-commons (8.0.0-next-8.33)
6334
7010
  This software contains the following license and notice below:
6335
7011
 
6336
7012
  MIT License
@@ -6384,7 +7060,7 @@ SOFTWARE.
6384
7060
 
6385
7061
  ---
6386
7062
 
6387
- The following software may be included in this product: @verdaccio/middleware (8.0.0-next-8.29)
7063
+ The following software may be included in this product: @verdaccio/middleware (8.0.0-next-8.33)
6388
7064
  This software contains the following license and notice below:
6389
7065
 
6390
7066
  MIT License
@@ -6438,7 +7114,7 @@ SOFTWARE.
6438
7114
 
6439
7115
  ---
6440
7116
 
6441
- The following software may be included in this product: @verdaccio/signature (8.0.0-next-8.21)
7117
+ The following software may be included in this product: @verdaccio/signature (8.0.0-next-8.25)
6442
7118
  This software contains the following license and notice below:
6443
7119
 
6444
7120
  MIT License
@@ -6492,7 +7168,7 @@ SOFTWARE.
6492
7168
 
6493
7169
  ---
6494
7170
 
6495
- The following software may be included in this product: @verdaccio/tarball (13.0.0-next-8.29)
7171
+ The following software may be included in this product: @verdaccio/tarball (13.0.0-next-8.33)
6496
7172
  This software contains the following license and notice below:
6497
7173
 
6498
7174
  MIT License
@@ -6519,7 +7195,7 @@ SOFTWARE.
6519
7195
 
6520
7196
  ---
6521
7197
 
6522
- The following software may be included in this product: @verdaccio/ui-theme (8.0.0-next-8.29)
7198
+ The following software may be included in this product: @verdaccio/ui-theme (8.0.0-next-8.30)
6523
7199
  This software contains the following license and notice below:
6524
7200
 
6525
7201
  MIT License
@@ -6546,7 +7222,7 @@ SOFTWARE.
6546
7222
 
6547
7223
  ---
6548
7224
 
6549
- The following software may be included in this product: @verdaccio/url (13.0.0-next-8.29)
7225
+ The following software may be included in this product: @verdaccio/url (13.0.0-next-8.33)
6550
7226
  This software contains the following license and notice below:
6551
7227
 
6552
7228
  MIT License
@@ -6573,7 +7249,7 @@ SOFTWARE.
6573
7249
 
6574
7250
  ---
6575
7251
 
6576
- The following software may be included in this product: @verdaccio/utils (8.1.0-next-8.29)
7252
+ The following software may be included in this product: @verdaccio/utils (8.1.0-next-8.33)
6577
7253
  This software contains the following license and notice below:
6578
7254
 
6579
7255
  MIT License
@@ -6600,7 +7276,7 @@ SOFTWARE.
6600
7276
 
6601
7277
  ---
6602
7278
 
6603
- The following software may be included in this product: @vitest/expect (4.0.18)
7279
+ The following software may be included in this product: @vitest/expect (4.1.1)
6604
7280
  This software contains the following license and notice below:
6605
7281
 
6606
7282
  MIT License
@@ -6627,7 +7303,7 @@ SOFTWARE.
6627
7303
 
6628
7304
  ---
6629
7305
 
6630
- The following software may be included in this product: @vitest/mocker (4.0.18)
7306
+ The following software may be included in this product: @vitest/mocker (4.1.1)
6631
7307
  This software contains the following license and notice below:
6632
7308
 
6633
7309
  MIT License
@@ -6654,7 +7330,7 @@ SOFTWARE.
6654
7330
 
6655
7331
  ---
6656
7332
 
6657
- The following software may be included in this product: @vitest/pretty-format (4.0.18)
7333
+ The following software may be included in this product: @vitest/pretty-format (4.1.1)
6658
7334
  This software contains the following license and notice below:
6659
7335
 
6660
7336
  MIT License
@@ -6681,7 +7357,7 @@ SOFTWARE.
6681
7357
 
6682
7358
  ---
6683
7359
 
6684
- The following software may be included in this product: @vitest/runner (4.0.18)
7360
+ The following software may be included in this product: @vitest/runner (4.1.1)
6685
7361
  This software contains the following license and notice below:
6686
7362
 
6687
7363
  MIT License
@@ -6708,7 +7384,7 @@ SOFTWARE.
6708
7384
 
6709
7385
  ---
6710
7386
 
6711
- The following software may be included in this product: @vitest/snapshot (4.0.18)
7387
+ The following software may be included in this product: @vitest/snapshot (4.1.1)
6712
7388
  This software contains the following license and notice below:
6713
7389
 
6714
7390
  MIT License
@@ -6735,7 +7411,7 @@ SOFTWARE.
6735
7411
 
6736
7412
  ---
6737
7413
 
6738
- The following software may be included in this product: @vitest/spy (4.0.18)
7414
+ The following software may be included in this product: @vitest/spy (4.1.1)
6739
7415
  This software contains the following license and notice below:
6740
7416
 
6741
7417
  MIT License
@@ -6762,7 +7438,7 @@ SOFTWARE.
6762
7438
 
6763
7439
  ---
6764
7440
 
6765
- The following software may be included in this product: @vitest/ui (4.0.18)
7441
+ The following software may be included in this product: @vitest/ui (4.1.1)
6766
7442
  This software contains the following license and notice below:
6767
7443
 
6768
7444
  MIT License
@@ -6789,7 +7465,7 @@ SOFTWARE.
6789
7465
 
6790
7466
  ---
6791
7467
 
6792
- The following software may be included in this product: @vitest/utils (4.0.18)
7468
+ The following software may be included in this product: @vitest/utils (4.1.1)
6793
7469
  This software contains the following license and notice below:
6794
7470
 
6795
7471
  MIT License
@@ -7306,7 +7982,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
7306
7982
 
7307
7983
  ---
7308
7984
 
7309
- The following software may be included in this product: acorn (8.15.0)
7985
+ The following software may be included in this product: acorn (8.16.0)
7310
7986
  This software contains the following license and notice below:
7311
7987
 
7312
7988
  MIT License
@@ -7464,40 +8140,39 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
7464
8140
 
7465
8141
  ---
7466
8142
 
7467
- The following software may be included in this product: agent-base (7.1.4)
8143
+ The following software may be included in this product: ajv (6.14.0)
7468
8144
  This software contains the following license and notice below:
7469
8145
 
7470
- (The MIT License)
8146
+ The MIT License (MIT)
7471
8147
 
7472
- Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>
8148
+ Copyright (c) 2015-2017 Evgeny Poberezkin
7473
8149
 
7474
- Permission is hereby granted, free of charge, to any person obtaining
7475
- a copy of this software and associated documentation files (the
7476
- 'Software'), to deal in the Software without restriction, including
7477
- without limitation the rights to use, copy, modify, merge, publish,
7478
- distribute, sublicense, and/or sell copies of the Software, and to
7479
- permit persons to whom the Software is furnished to do so, subject to
7480
- the following conditions:
8150
+ Permission is hereby granted, free of charge, to any person obtaining a copy
8151
+ of this software and associated documentation files (the "Software"), to deal
8152
+ in the Software without restriction, including without limitation the rights
8153
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8154
+ copies of the Software, and to permit persons to whom the Software is
8155
+ furnished to do so, subject to the following conditions:
7481
8156
 
7482
- The above copyright notice and this permission notice shall be
7483
- included in all copies or substantial portions of the Software.
8157
+ The above copyright notice and this permission notice shall be included in all
8158
+ copies or substantial portions of the Software.
7484
8159
 
7485
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
7486
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
7487
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
7488
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
7489
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
7490
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
7491
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8160
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
8161
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
8162
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
8163
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
8164
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
8165
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
8166
+ SOFTWARE.
7492
8167
 
7493
8168
  ---
7494
8169
 
7495
- The following software may be included in this product: ajv (6.14.0)
8170
+ The following software may be included in this product: ajv (8.17.1)
7496
8171
  This software contains the following license and notice below:
7497
8172
 
7498
8173
  The MIT License (MIT)
7499
8174
 
7500
- Copyright (c) 2015-2017 Evgeny Poberezkin
8175
+ Copyright (c) 2015-2021 Evgeny Poberezkin
7501
8176
 
7502
8177
  Permission is hereby granted, free of charge, to any person obtaining a copy
7503
8178
  of this software and associated documentation files (the "Software"), to deal
@@ -7519,7 +8194,7 @@ SOFTWARE.
7519
8194
 
7520
8195
  ---
7521
8196
 
7522
- The following software may be included in this product: ajv (8.17.1)
8197
+ The following software may be included in this product: ajv (8.18.0)
7523
8198
  This software contains the following license and notice below:
7524
8199
 
7525
8200
  The MIT License (MIT)
@@ -8086,6 +8761,19 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
8086
8761
 
8087
8762
  ---
8088
8763
 
8764
+ The following software may be included in this product: axios (1.13.6)
8765
+ This software contains the following license and notice below:
8766
+
8767
+ # Copyright (c) 2014-present Matt Zabriskie & Collaborators
8768
+
8769
+ 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:
8770
+
8771
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
8772
+
8773
+ 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.
8774
+
8775
+ ---
8776
+
8089
8777
  The following software may be included in this product: babel-plugin-const-enum (1.2.0)
8090
8778
  This software contains the following license and notice below:
8091
8779
 
@@ -8419,6 +9107,34 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8419
9107
 
8420
9108
  ---
8421
9109
 
9110
+ The following software may be included in this product: bidi-js (1.0.3)
9111
+ This software contains the following license and notice below:
9112
+
9113
+ Copyright (c) 2021 Jason Johnston
9114
+
9115
+ MIT License
9116
+
9117
+ Permission is hereby granted, free of charge, to any person obtaining
9118
+ a copy of this software and associated documentation files (the
9119
+ "Software"), to deal in the Software without restriction, including
9120
+ without limitation the rights to use, copy, modify, merge, publish,
9121
+ distribute, sublicense, and/or sell copies of the Software, and to
9122
+ permit persons to whom the Software is furnished to do so, subject to
9123
+ the following conditions:
9124
+
9125
+ The above copyright notice and this permission notice shall be
9126
+ included in all copies or substantial portions of the Software.
9127
+
9128
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
9129
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
9130
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
9131
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
9132
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
9133
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
9134
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
9135
+
9136
+ ---
9137
+
8422
9138
  The following software may be included in this product: bl (4.1.0)
8423
9139
  This software contains the following license and notice below:
8424
9140
 
@@ -8983,7 +9699,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
8983
9699
 
8984
9700
  ---
8985
9701
 
8986
- The following software may be included in this product: chai (6.2.1)
9702
+ The following software may be included in this product: chai (6.2.2)
8987
9703
  This software contains the following license and notice below:
8988
9704
 
8989
9705
  MIT License
@@ -10135,34 +10851,6 @@ IN THE SOFTWARE.
10135
10851
 
10136
10852
  ---
10137
10853
 
10138
- The following software may be included in this product: cors (2.8.5)
10139
- This software contains the following license and notice below:
10140
-
10141
- (The MIT License)
10142
-
10143
- Copyright (c) 2013 Troy Goode <troygoode@gmail.com>
10144
-
10145
- Permission is hereby granted, free of charge, to any person obtaining
10146
- a copy of this software and associated documentation files (the
10147
- 'Software'), to deal in the Software without restriction, including
10148
- without limitation the rights to use, copy, modify, merge, publish,
10149
- distribute, sublicense, and/or sell copies of the Software, and to
10150
- permit persons to whom the Software is furnished to do so, subject to
10151
- the following conditions:
10152
-
10153
- The above copyright notice and this permission notice shall be
10154
- included in all copies or substantial portions of the Software.
10155
-
10156
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
10157
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
10158
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
10159
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
10160
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
10161
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
10162
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
10163
-
10164
- ---
10165
-
10166
10854
  The following software may be included in this product: cors (2.8.6)
10167
10855
  This software contains the following license and notice below:
10168
10856
 
@@ -10402,6 +11090,31 @@ THE SOFTWARE.
10402
11090
 
10403
11091
  ---
10404
11092
 
11093
+ The following software may be included in this product: css-tree (3.2.1)
11094
+ This software contains the following license and notice below:
11095
+
11096
+ Copyright (C) 2016-2026 by Roman Dvornov
11097
+
11098
+ Permission is hereby granted, free of charge, to any person obtaining a copy
11099
+ of this software and associated documentation files (the "Software"), to deal
11100
+ in the Software without restriction, including without limitation the rights
11101
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11102
+ copies of the Software, and to permit persons to whom the Software is
11103
+ furnished to do so, subject to the following conditions:
11104
+
11105
+ The above copyright notice and this permission notice shall be included in
11106
+ all copies or substantial portions of the Software.
11107
+
11108
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
11109
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
11110
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
11111
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
11112
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
11113
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
11114
+ THE SOFTWARE.
11115
+
11116
+ ---
11117
+
10405
11118
  The following software may be included in this product: cssesc (3.0.0)
10406
11119
  This software contains the following license and notice below:
10407
11120
 
@@ -10454,32 +11167,6 @@ THE SOFTWARE.
10454
11167
 
10455
11168
  ---
10456
11169
 
10457
- The following software may be included in this product: cssstyle (4.6.0)
10458
- This software contains the following license and notice below:
10459
-
10460
- Copyright (c) Chad Walker
10461
-
10462
- Permission is hereby granted, free of charge, to any person obtaining
10463
- a copy of this software and associated documentation files (the
10464
- "Software"), to deal in the Software without restriction, including
10465
- without limitation the rights to use, copy, modify, merge, publish,
10466
- distribute, sublicense, and/or sell copies of the Software, and to
10467
- permit persons to whom the Software is furnished to do so, subject to
10468
- the following conditions:
10469
-
10470
- The above copyright notice and this permission notice shall be
10471
- included in all copies or substantial portions of the Software.
10472
-
10473
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
10474
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
10475
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
10476
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
10477
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
10478
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
10479
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
10480
-
10481
- ---
10482
-
10483
11170
  The following software may be included in this product: dashdash (1.14.1)
10484
11171
  This software contains the following license and notice below:
10485
11172
 
@@ -10509,7 +11196,31 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
10509
11196
 
10510
11197
  ---
10511
11198
 
10512
- The following software may be included in this product: data-urls (5.0.0)
11199
+ The following software may be included in this product: data-uri-to-buffer (4.0.1)
11200
+ This software contains the following license and notice below:
11201
+
11202
+ MIT License
11203
+
11204
+ Copyright (c) Nathan Rajlich
11205
+
11206
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
11207
+ associated documentation files (the "Software"), to deal in the Software without restriction, including
11208
+ without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11209
+ copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
11210
+ following conditions:
11211
+
11212
+ The above copyright notice and this permission notice shall be included in all copies or substantial
11213
+ portions of the Software.
11214
+
11215
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
11216
+ LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
11217
+ EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
11218
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
11219
+ USE OR OTHER DEALINGS IN THE SOFTWARE.
11220
+
11221
+ ---
11222
+
11223
+ The following software may be included in this product: data-urls (7.0.0)
10513
11224
  This software contains the following license and notice below:
10514
11225
 
10515
11226
  Copyright © Domenic Denicola <d@domenic.me>
@@ -11389,7 +12100,7 @@ THE SOFTWARE.
11389
12100
 
11390
12101
  ---
11391
12102
 
11392
- The following software may be included in this product: enhanced-resolve (5.18.3)
12103
+ The following software may be included in this product: enhanced-resolve (5.20.0)
11393
12104
  This software contains the following license and notice below:
11394
12105
 
11395
12106
  Copyright JS Foundation and other contributors
@@ -11469,7 +12180,7 @@ THE SOFTWARE.
11469
12180
 
11470
12181
  ---
11471
12182
 
11472
- The following software may be included in this product: envinfo (7.15.0)
12183
+ The following software may be included in this product: envinfo (7.21.0)
11473
12184
  This software contains the following license and notice below:
11474
12185
 
11475
12186
  MIT License
@@ -11617,39 +12328,28 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
11617
12328
 
11618
12329
  ---
11619
12330
 
11620
- The following software may be included in this product: es-object-atoms (1.1.1)
12331
+ The following software may be included in this product: es-module-lexer (2.0.0)
11621
12332
  This software contains the following license and notice below:
11622
12333
 
11623
12334
  MIT License
12335
+ -----------
11624
12336
 
11625
- Copyright (c) 2024 Jordan Harband
12337
+ Copyright (C) 2018-2022 Guy Bedford
11626
12338
 
11627
- Permission is hereby granted, free of charge, to any person obtaining a copy
11628
- of this software and associated documentation files (the "Software"), to deal
11629
- in the Software without restriction, including without limitation the rights
11630
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11631
- copies of the Software, and to permit persons to whom the Software is
11632
- furnished to do so, subject to the following conditions:
12339
+ 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:
11633
12340
 
11634
- The above copyright notice and this permission notice shall be included in all
11635
- copies or substantial portions of the Software.
12341
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
11636
12342
 
11637
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
11638
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
11639
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
11640
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
11641
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
11642
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
11643
- SOFTWARE.
12343
+ 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.
11644
12344
 
11645
12345
  ---
11646
12346
 
11647
- The following software may be included in this product: es-set-tostringtag (2.1.0)
12347
+ The following software may be included in this product: es-object-atoms (1.1.1)
11648
12348
  This software contains the following license and notice below:
11649
12349
 
11650
12350
  MIT License
11651
12351
 
11652
- Copyright (c) 2022 ECMAScript Shims
12352
+ Copyright (c) 2024 Jordan Harband
11653
12353
 
11654
12354
  Permission is hereby granted, free of charge, to any person obtaining a copy
11655
12355
  of this software and associated documentation files (the "Software"), to deal
@@ -11671,12 +12371,66 @@ SOFTWARE.
11671
12371
 
11672
12372
  ---
11673
12373
 
11674
- The following software may be included in this product: esbuild (0.27.3)
12374
+ The following software may be included in this product: es-set-tostringtag (2.1.0)
11675
12375
  This software contains the following license and notice below:
11676
12376
 
11677
12377
  MIT License
11678
12378
 
11679
- Copyright (c) 2020 Evan Wallace
12379
+ Copyright (c) 2022 ECMAScript Shims
12380
+
12381
+ Permission is hereby granted, free of charge, to any person obtaining a copy
12382
+ of this software and associated documentation files (the "Software"), to deal
12383
+ in the Software without restriction, including without limitation the rights
12384
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
12385
+ copies of the Software, and to permit persons to whom the Software is
12386
+ furnished to do so, subject to the following conditions:
12387
+
12388
+ The above copyright notice and this permission notice shall be included in all
12389
+ copies or substantial portions of the Software.
12390
+
12391
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
12392
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
12393
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
12394
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
12395
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
12396
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
12397
+ SOFTWARE.
12398
+
12399
+ ---
12400
+
12401
+ The following software may be included in this product: esbuild (0.27.3)
12402
+ This software contains the following license and notice below:
12403
+
12404
+ MIT License
12405
+
12406
+ Copyright (c) 2020 Evan Wallace
12407
+
12408
+ Permission is hereby granted, free of charge, to any person obtaining a copy
12409
+ of this software and associated documentation files (the "Software"), to deal
12410
+ in the Software without restriction, including without limitation the rights
12411
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
12412
+ copies of the Software, and to permit persons to whom the Software is
12413
+ furnished to do so, subject to the following conditions:
12414
+
12415
+ The above copyright notice and this permission notice shall be included in all
12416
+ copies or substantial portions of the Software.
12417
+
12418
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
12419
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
12420
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
12421
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
12422
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
12423
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
12424
+ SOFTWARE.
12425
+
12426
+ ---
12427
+
12428
+ The following software may be included in this product: esbuild (0.27.4)
12429
+ This software contains the following license and notice below:
12430
+
12431
+ MIT License
12432
+
12433
+ Copyright (c) 2020 Evan Wallace
11680
12434
 
11681
12435
  Permission is hereby granted, free of charge, to any person obtaining a copy
11682
12436
  of this software and associated documentation files (the "Software"), to deal
@@ -11785,7 +12539,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
11785
12539
 
11786
12540
  ---
11787
12541
 
11788
- The following software may be included in this product: eslint (9.39.3)
12542
+ The following software may be included in this product: eslint (9.39.4)
11789
12543
  This software contains the following license and notice below:
11790
12544
 
11791
12545
  Copyright OpenJS Foundation and other contributors, <www.openjsf.org>
@@ -12331,6 +13085,33 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
12331
13085
 
12332
13086
  ---
12333
13087
 
13088
+ The following software may be included in this product: fetch-blob (3.2.0)
13089
+ This software contains the following license and notice below:
13090
+
13091
+ MIT License
13092
+
13093
+ Copyright (c) 2019 David Frank
13094
+
13095
+ Permission is hereby granted, free of charge, to any person obtaining a copy
13096
+ of this software and associated documentation files (the "Software"), to deal
13097
+ in the Software without restriction, including without limitation the rights
13098
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13099
+ copies of the Software, and to permit persons to whom the Software is
13100
+ furnished to do so, subject to the following conditions:
13101
+
13102
+ The above copyright notice and this permission notice shall be included in all
13103
+ copies or substantial portions of the Software.
13104
+
13105
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
13106
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
13107
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
13108
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
13109
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
13110
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
13111
+ SOFTWARE.
13112
+
13113
+ ---
13114
+
12334
13115
  The following software may be included in this product: fflate (0.8.2)
12335
13116
  This software contains the following license and notice below:
12336
13117
 
@@ -12684,6 +13465,31 @@ Copyright (c) 2012 Felix Geisendörfer (felix@debuggable.com) and contributors
12684
13465
 
12685
13466
  ---
12686
13467
 
13468
+ The following software may be included in this product: form-data (4.0.5)
13469
+ This software contains the following license and notice below:
13470
+
13471
+ Copyright (c) 2012 Felix Geisendörfer (felix@debuggable.com) and contributors
13472
+
13473
+ Permission is hereby granted, free of charge, to any person obtaining a copy
13474
+ of this software and associated documentation files (the "Software"), to deal
13475
+ in the Software without restriction, including without limitation the rights
13476
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13477
+ copies of the Software, and to permit persons to whom the Software is
13478
+ furnished to do so, subject to the following conditions:
13479
+
13480
+ The above copyright notice and this permission notice shall be included in
13481
+ all copies or substantial portions of the Software.
13482
+
13483
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
13484
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
13485
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
13486
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
13487
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
13488
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
13489
+ THE SOFTWARE.
13490
+
13491
+ ---
13492
+
12687
13493
  The following software may be included in this product: form-data-encoder (1.7.2)
12688
13494
  This software contains the following license and notice below:
12689
13495
 
@@ -12711,6 +13517,33 @@ SOFTWARE.
12711
13517
 
12712
13518
  ---
12713
13519
 
13520
+ The following software may be included in this product: formdata-polyfill (4.0.10)
13521
+ This software contains the following license and notice below:
13522
+
13523
+ MIT License
13524
+
13525
+ Copyright (c) 2016 Jimmy Karl Roland Wärting
13526
+
13527
+ Permission is hereby granted, free of charge, to any person obtaining a copy
13528
+ of this software and associated documentation files (the "Software"), to deal
13529
+ in the Software without restriction, including without limitation the rights
13530
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13531
+ copies of the Software, and to permit persons to whom the Software is
13532
+ furnished to do so, subject to the following conditions:
13533
+
13534
+ The above copyright notice and this permission notice shall be included in all
13535
+ copies or substantial portions of the Software.
13536
+
13537
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
13538
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
13539
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
13540
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
13541
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
13542
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
13543
+ SOFTWARE.
13544
+
13545
+ ---
13546
+
12714
13547
  The following software may be included in this product: forwarded (0.2.0)
12715
13548
  This software contains the following license and notice below:
12716
13549
 
@@ -12950,34 +13783,6 @@ OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHE
12950
13783
 
12951
13784
  ---
12952
13785
 
12953
- The following software may be included in this product: fsevents (2.3.3)
12954
- This software contains the following license and notice below:
12955
-
12956
- MIT License
12957
- -----------
12958
-
12959
- Copyright (C) 2010-2020 by Philipp Dunkel, Ben Noordhuis, Elan Shankar, Paul Miller
12960
-
12961
- Permission is hereby granted, free of charge, to any person obtaining a copy
12962
- of this software and associated documentation files (the "Software"), to deal
12963
- in the Software without restriction, including without limitation the rights
12964
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
12965
- copies of the Software, and to permit persons to whom the Software is
12966
- furnished to do so, subject to the following conditions:
12967
-
12968
- The above copyright notice and this permission notice shall be included in
12969
- all copies or substantial portions of the Software.
12970
-
12971
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
12972
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
12973
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
12974
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
12975
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
12976
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
12977
- THE SOFTWARE.
12978
-
12979
- ---
12980
-
12981
13786
  The following software may be included in this product: function-bind (1.1.2)
12982
13787
  This software contains the following license and notice below:
12983
13788
 
@@ -13557,7 +14362,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
13557
14362
 
13558
14363
  ---
13559
14364
 
13560
- The following software may be included in this product: html-encoding-sniffer (4.0.0)
14365
+ The following software may be included in this product: html-encoding-sniffer (6.0.0)
13561
14366
  This software contains the following license and notice below:
13562
14367
 
13563
14368
  Copyright © Domenic Denicola <d@domenic.me>
@@ -13654,6 +14459,34 @@ THE SOFTWARE.
13654
14459
 
13655
14460
  ---
13656
14461
 
14462
+ The following software may be included in this product: http-errors (2.0.1)
14463
+ This software contains the following license and notice below:
14464
+
14465
+ The MIT License (MIT)
14466
+
14467
+ Copyright (c) 2014 Jonathan Ong me@jongleberry.com
14468
+ Copyright (c) 2016 Douglas Christopher Wilson doug@somethingdoug.com
14469
+
14470
+ Permission is hereby granted, free of charge, to any person obtaining a copy
14471
+ of this software and associated documentation files (the "Software"), to deal
14472
+ in the Software without restriction, including without limitation the rights
14473
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
14474
+ copies of the Software, and to permit persons to whom the Software is
14475
+ furnished to do so, subject to the following conditions:
14476
+
14477
+ The above copyright notice and this permission notice shall be included in
14478
+ all copies or substantial portions of the Software.
14479
+
14480
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14481
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
14482
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
14483
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
14484
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
14485
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
14486
+ THE SOFTWARE.
14487
+
14488
+ ---
14489
+
13657
14490
  The following software may be included in this product: http-proxy (1.18.1)
13658
14491
  This software contains the following license and notice below:
13659
14492
 
@@ -13682,34 +14515,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
13682
14515
 
13683
14516
  ---
13684
14517
 
13685
- The following software may be included in this product: http-proxy-agent (7.0.2)
13686
- This software contains the following license and notice below:
13687
-
13688
- (The MIT License)
13689
-
13690
- Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>
13691
-
13692
- Permission is hereby granted, free of charge, to any person obtaining
13693
- a copy of this software and associated documentation files (the
13694
- 'Software'), to deal in the Software without restriction, including
13695
- without limitation the rights to use, copy, modify, merge, publish,
13696
- distribute, sublicense, and/or sell copies of the Software, and to
13697
- permit persons to whom the Software is furnished to do so, subject to
13698
- the following conditions:
13699
-
13700
- The above copyright notice and this permission notice shall be
13701
- included in all copies or substantial portions of the Software.
13702
-
13703
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
13704
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
13705
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
13706
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
13707
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
13708
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
13709
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
13710
-
13711
- ---
13712
-
13713
14518
  The following software may be included in this product: http-proxy-middleware (3.0.5)
13714
14519
  This software contains the following license and notice below:
13715
14520
 
@@ -13863,34 +14668,6 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
13863
14668
 
13864
14669
  ---
13865
14670
 
13866
- The following software may be included in this product: https-proxy-agent (7.0.6)
13867
- This software contains the following license and notice below:
13868
-
13869
- (The MIT License)
13870
-
13871
- Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>
13872
-
13873
- Permission is hereby granted, free of charge, to any person obtaining
13874
- a copy of this software and associated documentation files (the
13875
- 'Software'), to deal in the Software without restriction, including
13876
- without limitation the rights to use, copy, modify, merge, publish,
13877
- distribute, sublicense, and/or sell copies of the Software, and to
13878
- permit persons to whom the Software is furnished to do so, subject to
13879
- the following conditions:
13880
-
13881
- The above copyright notice and this permission notice shall be
13882
- included in all copies or substantial portions of the Software.
13883
-
13884
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
13885
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
13886
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
13887
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
13888
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
13889
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
13890
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
13891
-
13892
- ---
13893
-
13894
14671
  The following software may be included in this product: iconv-lite (0.4.24)
13895
14672
  This software contains the following license and notice below:
13896
14673
 
@@ -14950,33 +15727,6 @@ THE SOFTWARE.
14950
15727
 
14951
15728
  ---
14952
15729
 
14953
- The following software may be included in this product: js-yaml (4.1.0)
14954
- This software contains the following license and notice below:
14955
-
14956
- (The MIT License)
14957
-
14958
- Copyright (C) 2011-2015 by Vitaly Puzrin
14959
-
14960
- Permission is hereby granted, free of charge, to any person obtaining a copy
14961
- of this software and associated documentation files (the "Software"), to deal
14962
- in the Software without restriction, including without limitation the rights
14963
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
14964
- copies of the Software, and to permit persons to whom the Software is
14965
- furnished to do so, subject to the following conditions:
14966
-
14967
- The above copyright notice and this permission notice shall be included in
14968
- all copies or substantial portions of the Software.
14969
-
14970
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14971
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
14972
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
14973
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
14974
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
14975
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
14976
- THE SOFTWARE.
14977
-
14978
- ---
14979
-
14980
15730
  The following software may be included in this product: js-yaml (4.1.1)
14981
15731
  This software contains the following license and notice below:
14982
15732
 
@@ -15050,7 +15800,7 @@ Address all questions regarding this license to:
15050
15800
 
15051
15801
  ---
15052
15802
 
15053
- The following software may be included in this product: jsdom (26.1.0)
15803
+ The following software may be included in this product: jsdom (29.0.1)
15054
15804
  This software contains the following license and notice below:
15055
15805
 
15056
15806
  Copyright (c) 2010 Elijah Insua
@@ -17697,6 +18447,33 @@ THE SOFTWARE.
17697
18447
 
17698
18448
  ---
17699
18449
 
18450
+ The following software may be included in this product: node-domexception (1.0.0)
18451
+ This software contains the following license and notice below:
18452
+
18453
+ MIT License
18454
+
18455
+ Copyright (c) 2021 Jimmy Wärting
18456
+
18457
+ Permission is hereby granted, free of charge, to any person obtaining a copy
18458
+ of this software and associated documentation files (the "Software"), to deal
18459
+ in the Software without restriction, including without limitation the rights
18460
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
18461
+ copies of the Software, and to permit persons to whom the Software is
18462
+ furnished to do so, subject to the following conditions:
18463
+
18464
+ The above copyright notice and this permission notice shall be included in all
18465
+ copies or substantial portions of the Software.
18466
+
18467
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18468
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18469
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18470
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18471
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18472
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
18473
+ SOFTWARE.
18474
+
18475
+ ---
18476
+
17700
18477
  The following software may be included in this product: node-fetch (2.6.7)
17701
18478
  This software contains the following license and notice below:
17702
18479
 
@@ -17751,6 +18528,33 @@ SOFTWARE.
17751
18528
 
17752
18529
  ---
17753
18530
 
18531
+ The following software may be included in this product: node-fetch (3.3.2)
18532
+ This software contains the following license and notice below:
18533
+
18534
+ The MIT License (MIT)
18535
+
18536
+ Copyright (c) 2016 - 2020 Node Fetch Team
18537
+
18538
+ Permission is hereby granted, free of charge, to any person obtaining a copy
18539
+ of this software and associated documentation files (the "Software"), to deal
18540
+ in the Software without restriction, including without limitation the rights
18541
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
18542
+ copies of the Software, and to permit persons to whom the Software is
18543
+ furnished to do so, subject to the following conditions:
18544
+
18545
+ The above copyright notice and this permission notice shall be included in all
18546
+ copies or substantial portions of the Software.
18547
+
18548
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18549
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18550
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18551
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18552
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18553
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
18554
+ SOFTWARE.
18555
+
18556
+ ---
18557
+
17754
18558
  The following software may be included in this product: node-fetch-native (1.6.7)
17755
18559
  This software contains the following license and notice below:
17756
18560
 
@@ -17871,33 +18675,6 @@ SOFTWARE.
17871
18675
 
17872
18676
  ---
17873
18677
 
17874
- The following software may be included in this product: node-machine-id (1.1.12)
17875
- This software contains the following license and notice below:
17876
-
17877
- The MIT License (MIT)
17878
-
17879
- Copyright (c) 2016 Aleksandr Komlev
17880
-
17881
- Permission is hereby granted, free of charge, to any person obtaining a copy
17882
- of this software and associated documentation files (the "Software"), to deal
17883
- in the Software without restriction, including without limitation the rights
17884
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
17885
- copies of the Software, and to permit persons to whom the Software is
17886
- furnished to do so, subject to the following conditions:
17887
-
17888
- The above copyright notice and this permission notice shall be included in all
17889
- copies or substantial portions of the Software.
17890
-
17891
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17892
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17893
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
17894
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17895
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
17896
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
17897
- SOFTWARE.
17898
-
17899
- ---
17900
-
17901
18678
  The following software may be included in this product: node-releases (2.0.21)
17902
18679
  This software contains the following license and notice below:
17903
18680
 
@@ -18034,35 +18811,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
18034
18811
 
18035
18812
  ---
18036
18813
 
18037
- The following software may be included in this product: nwsapi (2.2.22)
18038
- This software contains the following license and notice below:
18039
-
18040
- Copyright (c) 2007-2025 Diego Perini (http://www.iport.it/)
18041
-
18042
- Permission is hereby granted, free of charge, to any person
18043
- obtaining a copy of this software and associated documentation
18044
- files (the "Software"), to deal in the Software without
18045
- restriction, including without limitation the rights to use,
18046
- copy, modify, merge, publish, distribute, sublicense, and/or
18047
- sell copies of the Software, and to permit persons to whom the
18048
- Software is furnished to do so, subject to the following
18049
- conditions:
18050
-
18051
- The above copyright notice and this permission notice shall be
18052
- included in all copies or substantial portions of the Software.
18053
-
18054
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
18055
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
18056
- OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
18057
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
18058
- HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
18059
- WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
18060
- FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
18061
- OTHER DEALINGS IN THE SOFTWARE.
18062
-
18063
- ---
18064
-
18065
- The following software may be included in this product: nx (22.5.3)
18814
+ The following software may be included in this product: nx (22.6.1)
18066
18815
  This software contains the following license and notice below:
18067
18816
 
18068
18817
  (The MIT License)
@@ -18639,7 +19388,7 @@ SOFTWARE.
18639
19388
 
18640
19389
  ---
18641
19390
 
18642
- The following software may be included in this product: parse5 (7.3.0)
19391
+ The following software may be included in this product: parse5 (8.0.0)
18643
19392
  This software contains the following license and notice below:
18644
19393
 
18645
19394
  Copyright (c) 2013-2019 Ivan Nikulin (ifaaan@gmail.com, https://github.com/inikulin)
@@ -21565,32 +22314,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
21565
22314
 
21566
22315
  ---
21567
22316
 
21568
- The following software may be included in this product: rrweb-cssom (0.8.0)
21569
- This software contains the following license and notice below:
21570
-
21571
- Copyright (c) Nikita Vasilyev
21572
-
21573
- Permission is hereby granted, free of charge, to any person obtaining
21574
- a copy of this software and associated documentation files (the
21575
- "Software"), to deal in the Software without restriction, including
21576
- without limitation the rights to use, copy, modify, merge, publish,
21577
- distribute, sublicense, and/or sell copies of the Software, and to
21578
- permit persons to whom the Software is furnished to do so, subject to
21579
- the following conditions:
21580
-
21581
- The above copyright notice and this permission notice shall be
21582
- included in all copies or substantial portions of the Software.
21583
-
21584
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
21585
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
21586
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
21587
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
21588
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21589
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
21590
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
21591
-
21592
- ---
21593
-
21594
22317
  The following software may be included in this product: run-parallel (1.2.0)
21595
22318
  This software contains the following license and notice below:
21596
22319
 
@@ -24110,7 +24833,7 @@ THE SOFTWARE.
24110
24833
 
24111
24834
  ---
24112
24835
 
24113
- The following software may be included in this product: std-env (3.10.0)
24836
+ The following software may be included in this product: std-env (4.0.0)
24114
24837
  This software contains the following license and notice below:
24115
24838
 
24116
24839
  MIT License
@@ -24615,7 +25338,7 @@ THE SOFTWARE.
24615
25338
 
24616
25339
  ---
24617
25340
 
24618
- The following software may be included in this product: tapable (2.2.3)
25341
+ The following software may be included in this product: tapable (2.3.0)
24619
25342
  This software contains the following license and notice below:
24620
25343
 
24621
25344
  The MIT License
@@ -24939,6 +25662,25 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTH
24939
25662
 
24940
25663
  ---
24941
25664
 
25665
+ The following software may be included in this product: tldts (7.0.27)
25666
+ This software contains the following license and notice below:
25667
+
25668
+ Copyright (c) 2017 Thomas Parisot, 2018 Rémi Berson
25669
+
25670
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
25671
+ associated documentation files (the "Software"), to deal in the Software without restriction,
25672
+ including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
25673
+ and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
25674
+ subject to the following conditions:
25675
+
25676
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
25677
+
25678
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
25679
+ 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,
25680
+ 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.
25681
+
25682
+ ---
25683
+
24942
25684
  The following software may be included in this product: tldts-core (6.1.86)
24943
25685
  This software contains the following license and notice below:
24944
25686
 
@@ -24958,6 +25700,25 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTH
24958
25700
 
24959
25701
  ---
24960
25702
 
25703
+ The following software may be included in this product: tldts-core (7.0.27)
25704
+ This software contains the following license and notice below:
25705
+
25706
+ Copyright (c) 2017 Thomas Parisot, 2018 Rémi Berson
25707
+
25708
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
25709
+ associated documentation files (the "Software"), to deal in the Software without restriction,
25710
+ including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
25711
+ and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
25712
+ subject to the following conditions:
25713
+
25714
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
25715
+
25716
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
25717
+ 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,
25718
+ 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.
25719
+
25720
+ ---
25721
+
24961
25722
  The following software may be included in this product: tmp (0.2.5)
24962
25723
  This software contains the following license and notice below:
24963
25724
 
@@ -25090,7 +25851,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
25090
25851
 
25091
25852
  ---
25092
25853
 
25093
- The following software may be included in this product: tr46 (5.1.1)
25854
+ The following software may be included in this product: tr46 (6.0.0)
25094
25855
  This software contains the following license and notice below:
25095
25856
 
25096
25857
  The MIT License (MIT)
@@ -25323,7 +26084,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
25323
26084
 
25324
26085
  ---
25325
26086
 
25326
- The following software may be included in this product: ufo (1.6.1)
26087
+ The following software may be included in this product: ufo (1.6.3)
25327
26088
  This software contains the following license and notice below:
25328
26089
 
25329
26090
  MIT License
@@ -25350,7 +26111,7 @@ SOFTWARE.
25350
26111
 
25351
26112
  ---
25352
26113
 
25353
- The following software may be included in this product: undici-types (6.21.0)
26114
+ The following software may be included in this product: undici (7.24.6)
25354
26115
  This software contains the following license and notice below:
25355
26116
 
25356
26117
  MIT License
@@ -25377,7 +26138,7 @@ SOFTWARE.
25377
26138
 
25378
26139
  ---
25379
26140
 
25380
- The following software may be included in this product: undici-types (7.16.0)
26141
+ The following software may be included in this product: undici-types (7.18.2)
25381
26142
  This software contains the following license and notice below:
25382
26143
 
25383
26144
  MIT License
@@ -25809,7 +26570,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
25809
26570
 
25810
26571
  ---
25811
26572
 
25812
- The following software may be included in this product: verdaccio (6.2.9)
26573
+ The following software may be included in this product: verdaccio (6.3.2)
25813
26574
  This software contains the following license and notice below:
25814
26575
 
25815
26576
  MIT License
@@ -25836,7 +26597,7 @@ SOFTWARE.
25836
26597
 
25837
26598
  ---
25838
26599
 
25839
- The following software may be included in this product: verdaccio-audit (13.0.0-next-8.29)
26600
+ The following software may be included in this product: verdaccio-audit (13.0.0-next-8.33)
25840
26601
  This software contains the following license and notice below:
25841
26602
 
25842
26603
  MIT License
@@ -25863,7 +26624,7 @@ SOFTWARE.
25863
26624
 
25864
26625
  ---
25865
26626
 
25866
- The following software may be included in this product: verdaccio-htpasswd (13.0.0-next-8.29)
26627
+ The following software may be included in this product: verdaccio-htpasswd (13.0.0-next-8.33)
25867
26628
  This software contains the following license and notice below:
25868
26629
 
25869
26630
  MIT License
@@ -28041,7 +28802,7 @@ Repository: https://github.com/websockets/ws
28041
28802
 
28042
28803
  ---
28043
28804
 
28044
- The following software may be included in this product: vitest (4.0.18)
28805
+ The following software may be included in this product: vitest (4.1.1)
28045
28806
  This software contains the following license and notice below:
28046
28807
 
28047
28808
  # Vitest core license
@@ -28103,6 +28864,13 @@ Repository: git+https://github.com/antfu/install-pkg.git
28103
28864
 
28104
28865
  ---------------------------------------
28105
28866
 
28867
+ ## @bomb.sh/tab
28868
+ License: MIT
28869
+ By: Bombshell Authors
28870
+ Repository: git+https://github.com/bombshell-dev/tab.git
28871
+
28872
+ ---------------------------------------
28873
+
28106
28874
  ## @jridgewell/resolve-uri
28107
28875
  License: MIT
28108
28876
  By: Justin Ridgewell
@@ -28239,6 +29007,35 @@ Repository: git+https://github.com/sinonjs/fake-timers.git
28239
29007
 
28240
29008
  ---------------------------------------
28241
29009
 
29010
+ ## acorn
29011
+ License: MIT
29012
+ By: Marijn Haverbeke, Ingvar Stepanyan, Adrian Heine
29013
+ Repository: https://github.com/acornjs/acorn.git
29014
+
29015
+ > MIT License
29016
+ >
29017
+ > Copyright (C) 2012-2022 by various contributors (see AUTHORS)
29018
+ >
29019
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
29020
+ > of this software and associated documentation files (the "Software"), to deal
29021
+ > in the Software without restriction, including without limitation the rights
29022
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
29023
+ > copies of the Software, and to permit persons to whom the Software is
29024
+ > furnished to do so, subject to the following conditions:
29025
+ >
29026
+ > The above copyright notice and this permission notice shall be included in
29027
+ > all copies or substantial portions of the Software.
29028
+ >
29029
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
29030
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
29031
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
29032
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
29033
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
29034
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
29035
+ > THE SOFTWARE.
29036
+
29037
+ ---------------------------------------
29038
+
28242
29039
  ## acorn-walk
28243
29040
  License: MIT
28244
29041
  By: Marijn Haverbeke, Ingvar Stepanyan, Adrian Heine
@@ -28373,7 +29170,7 @@ Repository: lydell/js-tokens
28373
29170
 
28374
29171
  > The MIT License (MIT)
28375
29172
  >
28376
- > Copyright (c) 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024 Simon Lydell
29173
+ > Copyright (c) 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023 Simon Lydell
28377
29174
  >
28378
29175
  > Permission is hereby granted, free of charge, to any person obtaining a copy
28379
29176
  > of this software and associated documentation files (the "Software"), to deal
@@ -28655,6 +29452,90 @@ Repository: git+https://github.com/antfu/strip-literal.git
28655
29452
 
28656
29453
  ---------------------------------------
28657
29454
 
29455
+ ## tinyhighlight
29456
+ License: MIT
29457
+ Repository: git+https://github.com/tinylibs/tinyhighlight.git
29458
+
29459
+ > # Tinyhighlight core license
29460
+ >
29461
+ > MIT License
29462
+ >
29463
+ > Copyright (c) 2023 Tinylibs
29464
+ >
29465
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
29466
+ > of this software and associated documentation files (the "Software"), to deal
29467
+ > in the Software without restriction, including without limitation the rights
29468
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
29469
+ > copies of the Software, and to permit persons to whom the Software is
29470
+ > furnished to do so, subject to the following conditions:
29471
+ >
29472
+ > The above copyright notice and this permission notice shall be included in all
29473
+ > copies or substantial portions of the Software.
29474
+ >
29475
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
29476
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
29477
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
29478
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
29479
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
29480
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
29481
+ > SOFTWARE.
29482
+ >
29483
+ > # Additionaly Tinyhighlight modifies code with the following licenses:
29484
+ >
29485
+ > MIT
29486
+ >
29487
+ > ## @babel/highlight
29488
+ >
29489
+ > MIT License
29490
+ >
29491
+ > Copyright (c) 2014-present Sebastian McKenzie and other contributors
29492
+ >
29493
+ > Permission is hereby granted, free of charge, to any person obtaining
29494
+ > a copy of this software and associated documentation files (the
29495
+ > "Software"), to deal in the Software without restriction, including
29496
+ > without limitation the rights to use, copy, modify, merge, publish,
29497
+ > distribute, sublicense, and/or sell copies of the Software, and to
29498
+ > permit persons to whom the Software is furnished to do so, subject to
29499
+ > the following conditions:
29500
+ >
29501
+ > The above copyright notice and this permission notice shall be
29502
+ > included in all copies or substantial portions of the Software.
29503
+ >
29504
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
29505
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
29506
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
29507
+ > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
29508
+ > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
29509
+ > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
29510
+ > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
29511
+ >
29512
+ > ## @babel/helper-validator-identifier
29513
+ >
29514
+ > MIT License
29515
+ >
29516
+ > Copyright (c) 2014-present Sebastian McKenzie and other contributors
29517
+ >
29518
+ > Permission is hereby granted, free of charge, to any person obtaining
29519
+ > a copy of this software and associated documentation files (the
29520
+ > "Software"), to deal in the Software without restriction, including
29521
+ > without limitation the rights to use, copy, modify, merge, publish,
29522
+ > distribute, sublicense, and/or sell copies of the Software, and to
29523
+ > permit persons to whom the Software is furnished to do so, subject to
29524
+ > the following conditions:
29525
+ >
29526
+ > The above copyright notice and this permission notice shall be
29527
+ > included in all copies or substantial portions of the Software.
29528
+ >
29529
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
29530
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
29531
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
29532
+ > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
29533
+ > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
29534
+ > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
29535
+ > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
29536
+
29537
+ ---------------------------------------
29538
+
28658
29539
  ## type-detect
28659
29540
  License: MIT
28660
29541
  By: Jake Luer, Keith Cirkel, David Losert, Aleksey Shvayka, Lucas Fernandes da Costa, Grant Snodgrass, Jeremy Tice, Edward Betts, dvlsg, Amila Welihinda, Jake Champion, Miroslav Bajtoš
@@ -28830,6 +29711,34 @@ POSSIBILITY OF SUCH DAMAGE.
28830
29711
 
28831
29712
  ---
28832
29713
 
29714
+ The following software may be included in this product: web-streams-polyfill (3.3.3)
29715
+ This software contains the following license and notice below:
29716
+
29717
+ The MIT License (MIT)
29718
+
29719
+ Copyright (c) 2024 Mattias Buelens
29720
+ Copyright (c) 2016 Diwank Singh Tomer
29721
+
29722
+ Permission is hereby granted, free of charge, to any person obtaining a copy
29723
+ of this software and associated documentation files (the "Software"), to deal
29724
+ in the Software without restriction, including without limitation the rights
29725
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
29726
+ copies of the Software, and to permit persons to whom the Software is
29727
+ furnished to do so, subject to the following conditions:
29728
+
29729
+ The above copyright notice and this permission notice shall be included in all
29730
+ copies or substantial portions of the Software.
29731
+
29732
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
29733
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
29734
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
29735
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
29736
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
29737
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
29738
+ SOFTWARE.
29739
+
29740
+ ---
29741
+
28833
29742
  The following software may be included in this product: webpack (5.101.3)
28834
29743
  This software contains the following license and notice below:
28835
29744
 
@@ -28896,20 +29805,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
28896
29805
 
28897
29806
  ---
28898
29807
 
28899
- The following software may be included in this product: whatwg-encoding (3.1.1)
28900
- This software contains the following license and notice below:
28901
-
28902
- Copyright © Domenic Denicola <d@domenic.me>
28903
-
28904
- 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:
28905
-
28906
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
28907
-
28908
- 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.
28909
-
28910
- ---
28911
-
28912
- The following software may be included in this product: whatwg-mimetype (4.0.0)
29808
+ The following software may be included in this product: whatwg-mimetype (5.0.0)
28913
29809
  This software contains the following license and notice below:
28914
29810
 
28915
29811
  Copyright © Domenic Denicola <d@domenic.me>
@@ -28949,7 +29845,7 @@ THE SOFTWARE.
28949
29845
 
28950
29846
  ---
28951
29847
 
28952
- The following software may be included in this product: whatwg-url (14.2.0)
29848
+ The following software may be included in this product: whatwg-url (16.0.1)
28953
29849
  This software contains the following license and notice below:
28954
29850
 
28955
29851
  The MIT License (MIT)
@@ -29110,32 +30006,6 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
29110
30006
 
29111
30007
  ---
29112
30008
 
29113
- The following software may be included in this product: ws (8.18.3)
29114
- This software contains the following license and notice below:
29115
-
29116
- Copyright (c) 2011 Einar Otto Stangvik <einaros@gmail.com>
29117
- Copyright (c) 2013 Arnout Kazemier and contributors
29118
- Copyright (c) 2016 Luigi Pinca and contributors
29119
-
29120
- Permission is hereby granted, free of charge, to any person obtaining a copy of
29121
- this software and associated documentation files (the "Software"), to deal in
29122
- the Software without restriction, including without limitation the rights to
29123
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
29124
- the Software, and to permit persons to whom the Software is furnished to do so,
29125
- subject to the following conditions:
29126
-
29127
- The above copyright notice and this permission notice shall be included in all
29128
- copies or substantial portions of the Software.
29129
-
29130
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
29131
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
29132
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
29133
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
29134
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
29135
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
29136
-
29137
- ---
29138
-
29139
30009
  The following software may be included in this product: xmlchars (2.2.0)
29140
30010
  This software contains the following license and notice below:
29141
30011
 
@@ -29283,7 +30153,31 @@ SOFTWARE.
29283
30153
 
29284
30154
  ---
29285
30155
 
29286
- The following software may be included in this product: @csstools/color-helpers (5.1.0)
30156
+ The following software may be included in this product: @csstools/color-helpers (6.0.2)
30157
+ This software contains the following license and notice below:
30158
+
30159
+ MIT No Attribution (MIT-0)
30160
+
30161
+ Copyright © CSSTools Contributors
30162
+
30163
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
30164
+ this software and associated documentation files (the “Software”), to deal in
30165
+ the Software without restriction, including without limitation the rights to
30166
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
30167
+ of the Software, and to permit persons to whom the Software is furnished to do
30168
+ so.
30169
+
30170
+ THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
30171
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
30172
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
30173
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
30174
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
30175
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
30176
+ SOFTWARE.
30177
+
30178
+ ---
30179
+
30180
+ The following software may be included in this product: @csstools/css-syntax-patches-for-csstree (1.1.1)
29287
30181
  This software contains the following license and notice below:
29288
30182
 
29289
30183
  MIT No Attribution (MIT-0)
@@ -29368,7 +30262,7 @@ END OF TERMS AND CONDITIONS
29368
30262
 
29369
30263
  ---
29370
30264
 
29371
- The following software may be included in this product: @eslint/config-array (0.21.1)
30265
+ The following software may be included in this product: @eslint/config-array (0.21.2)
29372
30266
  This software contains the following license and notice below:
29373
30267
 
29374
30268
  Apache License
@@ -31231,168 +32125,6 @@ limitations under the License.
31231
32125
 
31232
32126
  ---
31233
32127
 
31234
- The following software may be included in this product: @swc/core (1.7.26)
31235
- This software contains the following license and notice below:
31236
-
31237
- Copyright (c) 강동윤
31238
-
31239
- Apache License
31240
- Version 2.0, January 2004
31241
- http://www.apache.org/licenses/
31242
-
31243
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
31244
-
31245
- 1. Definitions.
31246
-
31247
- "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
31248
-
31249
- "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
31250
-
31251
- "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.
31252
-
31253
- "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
31254
-
31255
- "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
31256
-
31257
- "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.
31258
-
31259
- "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).
31260
-
31261
- "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.
31262
-
31263
- "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."
31264
-
31265
- "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.
31266
-
31267
- 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.
31268
-
31269
- 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.
31270
-
31271
- 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:
31272
-
31273
- (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
31274
-
31275
- (b) You must cause any modified files to carry prominent notices stating that You changed the files; and
31276
-
31277
- (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
31278
-
31279
- (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.
31280
-
31281
- 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.
31282
-
31283
- 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.
31284
-
31285
- 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.
31286
-
31287
- 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.
31288
-
31289
- 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.
31290
-
31291
- 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.
31292
-
31293
- END OF TERMS AND CONDITIONS
31294
-
31295
- APPENDIX: How to apply the Apache License to your work.
31296
-
31297
- 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.
31298
-
31299
- Copyright [yyyy] [name of copyright owner]
31300
-
31301
- Licensed under the Apache License, Version 2.0 (the "License");
31302
- you may not use this file except in compliance with the License.
31303
- You may obtain a copy of the License at
31304
-
31305
- http://www.apache.org/licenses/LICENSE-2.0
31306
-
31307
- Unless required by applicable law or agreed to in writing, software
31308
- distributed under the License is distributed on an "AS IS" BASIS,
31309
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
31310
- See the License for the specific language governing permissions and
31311
- limitations under the License.
31312
-
31313
- ---
31314
-
31315
- The following software may be included in this product: @swc/counter (0.1.3)
31316
- This software contains the following license and notice below:
31317
-
31318
- Copyright (c) 강동윤
31319
-
31320
- Apache License
31321
- Version 2.0, January 2004
31322
- http://www.apache.org/licenses/
31323
-
31324
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
31325
-
31326
- 1. Definitions.
31327
-
31328
- "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
31329
-
31330
- "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
31331
-
31332
- "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.
31333
-
31334
- "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
31335
-
31336
- "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
31337
-
31338
- "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.
31339
-
31340
- "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).
31341
-
31342
- "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.
31343
-
31344
- "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."
31345
-
31346
- "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.
31347
-
31348
- 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.
31349
-
31350
- 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.
31351
-
31352
- 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:
31353
-
31354
- (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
31355
-
31356
- (b) You must cause any modified files to carry prominent notices stating that You changed the files; and
31357
-
31358
- (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
31359
-
31360
- (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.
31361
-
31362
- 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.
31363
-
31364
- 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.
31365
-
31366
- 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.
31367
-
31368
- 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.
31369
-
31370
- 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.
31371
-
31372
- 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.
31373
-
31374
- END OF TERMS AND CONDITIONS
31375
-
31376
- APPENDIX: How to apply the Apache License to your work.
31377
-
31378
- 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.
31379
-
31380
- Copyright [yyyy] [name of copyright owner]
31381
-
31382
- Licensed under the Apache License, Version 2.0 (the "License");
31383
- you may not use this file except in compliance with the License.
31384
- You may obtain a copy of the License at
31385
-
31386
- http://www.apache.org/licenses/LICENSE-2.0
31387
-
31388
- Unless required by applicable law or agreed to in writing, software
31389
- distributed under the License is distributed on an "AS IS" BASIS,
31390
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
31391
- See the License for the specific language governing permissions and
31392
- limitations under the License.
31393
-
31394
- ---
31395
-
31396
32128
  The following software may be included in this product: @swc/helpers (0.5.17)
31397
32129
  This software contains the following license and notice below:
31398
32130
 
@@ -31600,237 +32332,30 @@ limitations under the License.
31600
32332
 
31601
32333
  ---
31602
32334
 
31603
- The following software may be included in this product: @swc/types (0.1.25)
32335
+ The following software may be included in this product: @webassemblyjs/leb128 (1.13.2)
31604
32336
  This software contains the following license and notice below:
31605
32337
 
31606
- Apache License
32338
+ Copyright 2012 The Obvious Corporation.
32339
+ http://obvious.com/
32340
+
32341
+ Licensed under the Apache License, Version 2.0 (the "License");
32342
+ you may not use this file except in compliance with the License.
32343
+ You may obtain a copy of the License at
32344
+
32345
+ http://www.apache.org/licenses/LICENSE-2.0
32346
+
32347
+ Unless required by applicable law or agreed to in writing, software
32348
+ distributed under the License is distributed on an "AS IS" BASIS,
32349
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
32350
+ See the License for the specific language governing permissions and
32351
+ limitations under the License.
32352
+
32353
+
32354
+ -------------------------------------------------------------------------
32355
+ Apache License
31607
32356
  Version 2.0, January 2004
31608
32357
  http://www.apache.org/licenses/
31609
-
31610
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
31611
-
31612
- 1. Definitions.
31613
-
31614
- "License" shall mean the terms and conditions for use, reproduction,
31615
- and distribution as defined by Sections 1 through 9 of this document.
31616
-
31617
- "Licensor" shall mean the copyright owner or entity authorized by
31618
- the copyright owner that is granting the License.
31619
-
31620
- "Legal Entity" shall mean the union of the acting entity and all
31621
- other entities that control, are controlled by, or are under common
31622
- control with that entity. For the purposes of this definition,
31623
- "control" means (i) the power, direct or indirect, to cause the
31624
- direction or management of such entity, whether by contract or
31625
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
31626
- outstanding shares, or (iii) beneficial ownership of such entity.
31627
-
31628
- "You" (or "Your") shall mean an individual or Legal Entity
31629
- exercising permissions granted by this License.
31630
-
31631
- "Source" form shall mean the preferred form for making modifications,
31632
- including but not limited to software source code, documentation
31633
- source, and configuration files.
31634
-
31635
- "Object" form shall mean any form resulting from mechanical
31636
- transformation or translation of a Source form, including but
31637
- not limited to compiled object code, generated documentation,
31638
- and conversions to other media types.
31639
-
31640
- "Work" shall mean the work of authorship, whether in Source or
31641
- Object form, made available under the License, as indicated by a
31642
- copyright notice that is included in or attached to the work
31643
- (an example is provided in the Appendix below).
31644
-
31645
- "Derivative Works" shall mean any work, whether in Source or Object
31646
- form, that is based on (or derived from) the Work and for which the
31647
- editorial revisions, annotations, elaborations, or other modifications
31648
- represent, as a whole, an original work of authorship. For the purposes
31649
- of this License, Derivative Works shall not include works that remain
31650
- separable from, or merely link (or bind by name) to the interfaces of,
31651
- the Work and Derivative Works thereof.
31652
-
31653
- "Contribution" shall mean any work of authorship, including
31654
- the original version of the Work and any modifications or additions
31655
- to that Work or Derivative Works thereof, that is intentionally
31656
- submitted to Licensor for inclusion in the Work by the copyright owner
31657
- or by an individual or Legal Entity authorized to submit on behalf of
31658
- the copyright owner. For the purposes of this definition, "submitted"
31659
- means any form of electronic, verbal, or written communication sent
31660
- to the Licensor or its representatives, including but not limited to
31661
- communication on electronic mailing lists, source code control systems,
31662
- and issue tracking systems that are managed by, or on behalf of, the
31663
- Licensor for the purpose of discussing and improving the Work, but
31664
- excluding communication that is conspicuously marked or otherwise
31665
- designated in writing by the copyright owner as "Not a Contribution."
31666
-
31667
- "Contributor" shall mean Licensor and any individual or Legal Entity
31668
- on behalf of whom a Contribution has been received by Licensor and
31669
- subsequently incorporated within the Work.
31670
-
31671
- 2. Grant of Copyright License. Subject to the terms and conditions of
31672
- this License, each Contributor hereby grants to You a perpetual,
31673
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
31674
- copyright license to reproduce, prepare Derivative Works of,
31675
- publicly display, publicly perform, sublicense, and distribute the
31676
- Work and such Derivative Works in Source or Object form.
31677
-
31678
- 3. Grant of Patent License. Subject to the terms and conditions of
31679
- this License, each Contributor hereby grants to You a perpetual,
31680
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
31681
- (except as stated in this section) patent license to make, have made,
31682
- use, offer to sell, sell, import, and otherwise transfer the Work,
31683
- where such license applies only to those patent claims licensable
31684
- by such Contributor that are necessarily infringed by their
31685
- Contribution(s) alone or by combination of their Contribution(s)
31686
- with the Work to which such Contribution(s) was submitted. If You
31687
- institute patent litigation against any entity (including a
31688
- cross-claim or counterclaim in a lawsuit) alleging that the Work
31689
- or a Contribution incorporated within the Work constitutes direct
31690
- or contributory patent infringement, then any patent licenses
31691
- granted to You under this License for that Work shall terminate
31692
- as of the date such litigation is filed.
31693
-
31694
- 4. Redistribution. You may reproduce and distribute copies of the
31695
- Work or Derivative Works thereof in any medium, with or without
31696
- modifications, and in Source or Object form, provided that You
31697
- meet the following conditions:
31698
-
31699
- (a) You must give any other recipients of the Work or
31700
- Derivative Works a copy of this License; and
31701
-
31702
- (b) You must cause any modified files to carry prominent notices
31703
- stating that You changed the files; and
31704
-
31705
- (c) You must retain, in the Source form of any Derivative Works
31706
- that You distribute, all copyright, patent, trademark, and
31707
- attribution notices from the Source form of the Work,
31708
- excluding those notices that do not pertain to any part of
31709
- the Derivative Works; and
31710
-
31711
- (d) If the Work includes a "NOTICE" text file as part of its
31712
- distribution, then any Derivative Works that You distribute must
31713
- include a readable copy of the attribution notices contained
31714
- within such NOTICE file, excluding those notices that do not
31715
- pertain to any part of the Derivative Works, in at least one
31716
- of the following places: within a NOTICE text file distributed
31717
- as part of the Derivative Works; within the Source form or
31718
- documentation, if provided along with the Derivative Works; or,
31719
- within a display generated by the Derivative Works, if and
31720
- wherever such third-party notices normally appear. The contents
31721
- of the NOTICE file are for informational purposes only and
31722
- do not modify the License. You may add Your own attribution
31723
- notices within Derivative Works that You distribute, alongside
31724
- or as an addendum to the NOTICE text from the Work, provided
31725
- that such additional attribution notices cannot be construed
31726
- as modifying the License.
31727
-
31728
- You may add Your own copyright statement to Your modifications and
31729
- may provide additional or different license terms and conditions
31730
- for use, reproduction, or distribution of Your modifications, or
31731
- for any such Derivative Works as a whole, provided Your use,
31732
- reproduction, and distribution of the Work otherwise complies with
31733
- the conditions stated in this License.
31734
-
31735
- 5. Submission of Contributions. Unless You explicitly state otherwise,
31736
- any Contribution intentionally submitted for inclusion in the Work
31737
- by You to the Licensor shall be under the terms and conditions of
31738
- this License, without any additional terms or conditions.
31739
- Notwithstanding the above, nothing herein shall supersede or modify
31740
- the terms of any separate license agreement you may have executed
31741
- with Licensor regarding such Contributions.
31742
-
31743
- 6. Trademarks. This License does not grant permission to use the trade
31744
- names, trademarks, service marks, or product names of the Licensor,
31745
- except as required for reasonable and customary use in describing the
31746
- origin of the Work and reproducing the content of the NOTICE file.
31747
-
31748
- 7. Disclaimer of Warranty. Unless required by applicable law or
31749
- agreed to in writing, Licensor provides the Work (and each
31750
- Contributor provides its Contributions) on an "AS IS" BASIS,
31751
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
31752
- implied, including, without limitation, any warranties or conditions
31753
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
31754
- PARTICULAR PURPOSE. You are solely responsible for determining the
31755
- appropriateness of using or redistributing the Work and assume any
31756
- risks associated with Your exercise of permissions under this License.
31757
-
31758
- 8. Limitation of Liability. In no event and under no legal theory,
31759
- whether in tort (including negligence), contract, or otherwise,
31760
- unless required by applicable law (such as deliberate and grossly
31761
- negligent acts) or agreed to in writing, shall any Contributor be
31762
- liable to You for damages, including any direct, indirect, special,
31763
- incidental, or consequential damages of any character arising as a
31764
- result of this License or out of the use or inability to use the
31765
- Work (including but not limited to damages for loss of goodwill,
31766
- work stoppage, computer failure or malfunction, or any and all
31767
- other commercial damages or losses), even if such Contributor
31768
- has been advised of the possibility of such damages.
31769
-
31770
- 9. Accepting Warranty or Additional Liability. While redistributing
31771
- the Work or Derivative Works thereof, You may choose to offer,
31772
- and charge a fee for, acceptance of support, warranty, indemnity,
31773
- or other liability obligations and/or rights consistent with this
31774
- License. However, in accepting such obligations, You may act only
31775
- on Your own behalf and on Your sole responsibility, not on behalf
31776
- of any other Contributor, and only if You agree to indemnify,
31777
- defend, and hold each Contributor harmless for any liability
31778
- incurred by, or claims asserted against, such Contributor by reason
31779
- of your accepting any such warranty or additional liability.
31780
-
31781
- END OF TERMS AND CONDITIONS
31782
-
31783
- APPENDIX: How to apply the Apache License to your work.
31784
-
31785
- To apply the Apache License to your work, attach the following
31786
- boilerplate notice, with the fields enclosed by brackets "[]"
31787
- replaced with your own identifying information. (Don't include
31788
- the brackets!) The text should be enclosed in the appropriate
31789
- comment syntax for the file format. We also recommend that a
31790
- file or class name and description of purpose be included on the
31791
- same "printed page" as the copyright notice for easier
31792
- identification within third-party archives.
31793
-
31794
- Copyright 2024 SWC contributors.
31795
-
31796
- Licensed under the Apache License, Version 2.0 (the "License");
31797
- you may not use this file except in compliance with the License.
31798
- You may obtain a copy of the License at
31799
-
31800
- http://www.apache.org/licenses/LICENSE-2.0
31801
-
31802
- Unless required by applicable law or agreed to in writing, software
31803
- distributed under the License is distributed on an "AS IS" BASIS,
31804
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
31805
- See the License for the specific language governing permissions and
31806
- limitations under the License.
31807
-
31808
- ---
31809
-
31810
- The following software may be included in this product: @webassemblyjs/leb128 (1.13.2)
31811
- This software contains the following license and notice below:
31812
-
31813
- Copyright 2012 The Obvious Corporation.
31814
- http://obvious.com/
31815
-
31816
- Licensed under the Apache License, Version 2.0 (the "License");
31817
- you may not use this file except in compliance with the License.
31818
- You may obtain a copy of the License at
31819
-
31820
- http://www.apache.org/licenses/LICENSE-2.0
31821
-
31822
- Unless required by applicable law or agreed to in writing, software
31823
- distributed under the License is distributed on an "AS IS" BASIS,
31824
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
31825
- See the License for the specific language governing permissions and
31826
- limitations under the License.
31827
-
31828
-
31829
- -------------------------------------------------------------------------
31830
- Apache License
31831
- Version 2.0, January 2004
31832
- http://www.apache.org/licenses/
31833
-
32358
+
31834
32359
 
31835
32360
  TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
31836
32361
 
@@ -34172,7 +34697,7 @@ limitations under the License.
34172
34697
 
34173
34698
  ---
34174
34699
 
34175
- The following software may be included in this product: expect-type (1.2.2)
34700
+ The following software may be included in this product: expect-type (1.3.0)
34176
34701
  This software contains the following license and notice below:
34177
34702
 
34178
34703
  Copyright 2024 Misha Kaletsky
@@ -35611,6 +36136,27 @@ PERFORMANCE OF THIS SOFTWARE.
35611
36136
 
35612
36137
  ---
35613
36138
 
36139
+ The following software may be included in this product: flatted (3.4.0)
36140
+ This software contains the following license and notice below:
36141
+
36142
+ ISC License
36143
+
36144
+ Copyright (c) 2018-2020, Andrea Giammarchi, @WebReflection
36145
+
36146
+ Permission to use, copy, modify, and/or distribute this software for any
36147
+ purpose with or without fee is hereby granted, provided that the above
36148
+ copyright notice and this permission notice appear in all copies.
36149
+
36150
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
36151
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
36152
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
36153
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
36154
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
36155
+ OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
36156
+ PERFORMANCE OF THIS SOFTWARE.
36157
+
36158
+ ---
36159
+
35614
36160
  The following software may be included in this product: foreground-child (3.3.1)
35615
36161
  This software contains the following license and notice below:
35616
36162
 
@@ -36020,7 +36566,7 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
36020
36566
 
36021
36567
  ---
36022
36568
 
36023
- The following software may be included in this product: minimatch (3.1.4)
36569
+ The following software may be included in this product: minimatch (3.1.5)
36024
36570
  This software contains the following license and notice below:
36025
36571
 
36026
36572
  The ISC License
@@ -36083,6 +36629,27 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
36083
36629
 
36084
36630
  ---
36085
36631
 
36632
+ The following software may be included in this product: minimatch (7.4.9)
36633
+ This software contains the following license and notice below:
36634
+
36635
+ The ISC License
36636
+
36637
+ Copyright (c) 2011-2023 Isaac Z. Schlueter and Contributors
36638
+
36639
+ Permission to use, copy, modify, and/or distribute this software for any
36640
+ purpose with or without fee is hereby granted, provided that the above
36641
+ copyright notice and this permission notice appear in all copies.
36642
+
36643
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
36644
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
36645
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
36646
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
36647
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
36648
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
36649
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
36650
+
36651
+ ---
36652
+
36086
36653
  The following software may be included in this product: minimatch (9.0.7)
36087
36654
  This software contains the following license and notice below:
36088
36655
 
@@ -36209,22 +36776,6 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
36209
36776
 
36210
36777
  ---
36211
36778
 
36212
- The following software may be included in this product: pip-requirements-js (0.2.1)
36213
- This software contains the following license and notice below:
36214
-
36215
- Copyright (c) Michael Matloka
36216
-
36217
- ISC License:
36218
-
36219
- Copyright (c) 2004-2010 by Internet Systems Consortium, Inc. ("ISC")
36220
- Copyright (c) 1995-2003 by Internet Software Consortium
36221
-
36222
- Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
36223
-
36224
- THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
36225
-
36226
- ---
36227
-
36228
36779
  The following software may be included in this product: postcss-modules-extract-imports (3.1.0)
36229
36780
  This software contains the following license and notice below:
36230
36781
 
@@ -36688,6 +37239,25 @@ THIS SOFTWARE.
36688
37239
 
36689
37240
  ---
36690
37241
 
37242
+ The following software may be included in this product: yaml (2.8.3)
37243
+ This software contains the following license and notice below:
37244
+
37245
+ Copyright Eemeli Aro <eemeli@gmail.com>
37246
+
37247
+ Permission to use, copy, modify, and/or distribute this software for any purpose
37248
+ with or without fee is hereby granted, provided that the above copyright notice
37249
+ and this permission notice appear in all copies.
37250
+
37251
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
37252
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
37253
+ FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
37254
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
37255
+ OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
37256
+ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
37257
+ THIS SOFTWARE.
37258
+
37259
+ ---
37260
+
36691
37261
  The following software may be included in this product: yargs-parser (21.1.1)
36692
37262
  This software contains the following license and notice below:
36693
37263
 
@@ -36729,6 +37299,177 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
36729
37299
 
36730
37300
  ---
36731
37301
 
37302
+ The following software may be included in this product: @ltd/j-toml (1.38.0)
37303
+ This software contains the following license and notice below:
37304
+
37305
+ GNU LESSER GENERAL PUBLIC LICENSE
37306
+ Version 3, 29 June 2007
37307
+
37308
+ Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
37309
+ Everyone is permitted to copy and distribute verbatim copies
37310
+ of this license document, but changing it is not allowed.
37311
+
37312
+
37313
+ This version of the GNU Lesser General Public License incorporates
37314
+ the terms and conditions of version 3 of the GNU General Public
37315
+ License, supplemented by the additional permissions listed below.
37316
+
37317
+ 0. Additional Definitions.
37318
+
37319
+ As used herein, "this License" refers to version 3 of the GNU Lesser
37320
+ General Public License, and the "GNU GPL" refers to version 3 of the GNU
37321
+ General Public License.
37322
+
37323
+ "The Library" refers to a covered work governed by this License,
37324
+ other than an Application or a Combined Work as defined below.
37325
+
37326
+ An "Application" is any work that makes use of an interface provided
37327
+ by the Library, but which is not otherwise based on the Library.
37328
+ Defining a subclass of a class defined by the Library is deemed a mode
37329
+ of using an interface provided by the Library.
37330
+
37331
+ A "Combined Work" is a work produced by combining or linking an
37332
+ Application with the Library. The particular version of the Library
37333
+ with which the Combined Work was made is also called the "Linked
37334
+ Version".
37335
+
37336
+ The "Minimal Corresponding Source" for a Combined Work means the
37337
+ Corresponding Source for the Combined Work, excluding any source code
37338
+ for portions of the Combined Work that, considered in isolation, are
37339
+ based on the Application, and not on the Linked Version.
37340
+
37341
+ The "Corresponding Application Code" for a Combined Work means the
37342
+ object code and/or source code for the Application, including any data
37343
+ and utility programs needed for reproducing the Combined Work from the
37344
+ Application, but excluding the System Libraries of the Combined Work.
37345
+
37346
+ 1. Exception to Section 3 of the GNU GPL.
37347
+
37348
+ You may convey a covered work under sections 3 and 4 of this License
37349
+ without being bound by section 3 of the GNU GPL.
37350
+
37351
+ 2. Conveying Modified Versions.
37352
+
37353
+ If you modify a copy of the Library, and, in your modifications, a
37354
+ facility refers to a function or data to be supplied by an Application
37355
+ that uses the facility (other than as an argument passed when the
37356
+ facility is invoked), then you may convey a copy of the modified
37357
+ version:
37358
+
37359
+ a) under this License, provided that you make a good faith effort to
37360
+ ensure that, in the event an Application does not supply the
37361
+ function or data, the facility still operates, and performs
37362
+ whatever part of its purpose remains meaningful, or
37363
+
37364
+ b) under the GNU GPL, with none of the additional permissions of
37365
+ this License applicable to that copy.
37366
+
37367
+ 3. Object Code Incorporating Material from Library Header Files.
37368
+
37369
+ The object code form of an Application may incorporate material from
37370
+ a header file that is part of the Library. You may convey such object
37371
+ code under terms of your choice, provided that, if the incorporated
37372
+ material is not limited to numerical parameters, data structure
37373
+ layouts and accessors, or small macros, inline functions and templates
37374
+ (ten or fewer lines in length), you do both of the following:
37375
+
37376
+ a) Give prominent notice with each copy of the object code that the
37377
+ Library is used in it and that the Library and its use are
37378
+ covered by this License.
37379
+
37380
+ b) Accompany the object code with a copy of the GNU GPL and this license
37381
+ document.
37382
+
37383
+ 4. Combined Works.
37384
+
37385
+ You may convey a Combined Work under terms of your choice that,
37386
+ taken together, effectively do not restrict modification of the
37387
+ portions of the Library contained in the Combined Work and reverse
37388
+ engineering for debugging such modifications, if you also do each of
37389
+ the following:
37390
+
37391
+ a) Give prominent notice with each copy of the Combined Work that
37392
+ the Library is used in it and that the Library and its use are
37393
+ covered by this License.
37394
+
37395
+ b) Accompany the Combined Work with a copy of the GNU GPL and this license
37396
+ document.
37397
+
37398
+ c) For a Combined Work that displays copyright notices during
37399
+ execution, include the copyright notice for the Library among
37400
+ these notices, as well as a reference directing the user to the
37401
+ copies of the GNU GPL and this license document.
37402
+
37403
+ d) Do one of the following:
37404
+
37405
+ 0) Convey the Minimal Corresponding Source under the terms of this
37406
+ License, and the Corresponding Application Code in a form
37407
+ suitable for, and under terms that permit, the user to
37408
+ recombine or relink the Application with a modified version of
37409
+ the Linked Version to produce a modified Combined Work, in the
37410
+ manner specified by section 6 of the GNU GPL for conveying
37411
+ Corresponding Source.
37412
+
37413
+ 1) Use a suitable shared library mechanism for linking with the
37414
+ Library. A suitable mechanism is one that (a) uses at run time
37415
+ a copy of the Library already present on the user's computer
37416
+ system, and (b) will operate properly with a modified version
37417
+ of the Library that is interface-compatible with the Linked
37418
+ Version.
37419
+
37420
+ e) Provide Installation Information, but only if you would otherwise
37421
+ be required to provide such information under section 6 of the
37422
+ GNU GPL, and only to the extent that such information is
37423
+ necessary to install and execute a modified version of the
37424
+ Combined Work produced by recombining or relinking the
37425
+ Application with a modified version of the Linked Version. (If
37426
+ you use option 4d0, the Installation Information must accompany
37427
+ the Minimal Corresponding Source and Corresponding Application
37428
+ Code. If you use option 4d1, you must provide the Installation
37429
+ Information in the manner specified by section 6 of the GNU GPL
37430
+ for conveying Corresponding Source.)
37431
+
37432
+ 5. Combined Libraries.
37433
+
37434
+ You may place library facilities that are a work based on the
37435
+ Library side by side in a single library together with other library
37436
+ facilities that are not Applications and are not covered by this
37437
+ License, and convey such a combined library under terms of your
37438
+ choice, if you do both of the following:
37439
+
37440
+ a) Accompany the combined library with a copy of the same work based
37441
+ on the Library, uncombined with any other library facilities,
37442
+ conveyed under the terms of this License.
37443
+
37444
+ b) Give prominent notice with the combined library that part of it
37445
+ is a work based on the Library, and explaining where to find the
37446
+ accompanying uncombined form of the same work.
37447
+
37448
+ 6. Revised Versions of the GNU Lesser General Public License.
37449
+
37450
+ The Free Software Foundation may publish revised and/or new versions
37451
+ of the GNU Lesser General Public License from time to time. Such new
37452
+ versions will be similar in spirit to the present version, but may
37453
+ differ in detail to address new problems or concerns.
37454
+
37455
+ Each version is given a distinguishing version number. If the
37456
+ Library as you received it specifies that a certain numbered version
37457
+ of the GNU Lesser General Public License "or any later version"
37458
+ applies to it, you have the option of following the terms and
37459
+ conditions either of that published version or of any later version
37460
+ published by the Free Software Foundation. If the Library as you
37461
+ received it does not specify a version number of the GNU Lesser
37462
+ General Public License, you may choose any version of the GNU Lesser
37463
+ General Public License ever published by the Free Software Foundation.
37464
+
37465
+ If the Library as you received it specifies that a proxy can decide
37466
+ whether future versions of the GNU Lesser General Public License shall
37467
+ apply, that proxy's public statement of acceptance of any version is
37468
+ permanent authorization for you to choose that version for the
37469
+ Library.
37470
+
37471
+ ---
37472
+
36732
37473
  The following software may be included in this product: @xtuc/ieee754 (1.2.0)
36733
37474
  This software contains the following license and notice below:
36734
37475
 
@@ -37236,6 +37977,24 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
37236
37977
 
37237
37978
  ---
37238
37979
 
37980
+ The following software may be included in this product: tough-cookie (6.0.1)
37981
+ This software contains the following license and notice below:
37982
+
37983
+ Copyright (c) 2015, Salesforce.com, Inc.
37984
+ All rights reserved.
37985
+
37986
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
37987
+
37988
+ 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
37989
+
37990
+ 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
37991
+
37992
+ 3. Neither the name of Salesforce.com nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
37993
+
37994
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
37995
+
37996
+ ---
37997
+
37239
37998
  The following software may be included in this product: unix-crypt-td-js (1.1.4)
37240
37999
  This software contains the following license and notice below:
37241
38000
 
@@ -37962,7 +38721,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
37962
38721
 
37963
38722
  ---
37964
38723
 
37965
- The following software may be included in this product: webidl-conversions (7.0.0)
38724
+ The following software may be included in this product: webidl-conversions (8.0.1)
37966
38725
  This software contains the following license and notice below:
37967
38726
 
37968
38727
  # The BSD 2-Clause License
@@ -38920,7 +39679,7 @@ software or this license, under any kind of legal claim._**
38920
39679
 
38921
39680
  ---
38922
39681
 
38923
- The following software may be included in this product: minimatch (10.2.1)
39682
+ The following software may be included in this product: lru-cache (11.2.7)
38924
39683
  This software contains the following license and notice below:
38925
39684
 
38926
39685
  # Blue Oak Model License
@@ -38936,7 +39695,7 @@ from liability.
38936
39695
  ## Acceptance
38937
39696
 
38938
39697
  In order to receive this license, you must agree to its
38939
- rules. The rules of this license are both obligations
39698
+ rules. The rules of this license are both obligations
38940
39699
  under that agreement and conditions to your license.
38941
39700
  You must not do anything with this software that triggers
38942
39701
  a rule that you cannot or will not follow.
@@ -38959,7 +39718,7 @@ changes, also gets the text of this license or a link to
38959
39718
  If anyone notifies you in writing that you have not
38960
39719
  complied with [Notices](#notices), you can keep your
38961
39720
  license by taking all practical steps to comply within 30
38962
- days after the notice. If you do not do so, your license
39721
+ days after the notice. If you do not do so, your license
38963
39722
  ends immediately.
38964
39723
 
38965
39724
  ## Patent
@@ -38974,10 +39733,10 @@ No contributor can revoke this license.
38974
39733
 
38975
39734
  ## No Liability
38976
39735
 
38977
- **_As far as the law allows, this software comes as is,
39736
+ ***As far as the law allows, this software comes as is,
38978
39737
  without any warranty or condition, and no contributor
38979
39738
  will be liable to anyone for any damages related to this
38980
- software or this license, under any kind of legal claim._**
39739
+ software or this license, under any kind of legal claim.***
38981
39740
 
38982
39741
  ---
38983
39742
 
@@ -39434,7 +40193,7 @@ permission of its copyright owner.
39434
40193
 
39435
40194
  ---
39436
40195
 
39437
- The following software may be included in this product: lightningcss (1.31.1)
40196
+ The following software may be included in this product: lightningcss (1.32.0)
39438
40197
  This software contains the following license and notice below:
39439
40198
 
39440
40199
  Mozilla Public License Version 2.0
@@ -39813,7 +40572,7 @@ defined by the Mozilla Public License, v. 2.0.
39813
40572
 
39814
40573
  ---
39815
40574
 
39816
- The following software may be included in this product: lightningcss-darwin-arm64 (1.31.1)
40575
+ The following software may be included in this product: lightningcss-linux-arm64-gnu (1.32.0)
39817
40576
  This software contains the following license and notice below:
39818
40577
 
39819
40578
  Mozilla Public License Version 2.0
@@ -40192,6 +40951,385 @@ defined by the Mozilla Public License, v. 2.0.
40192
40951
 
40193
40952
  ---
40194
40953
 
40954
+ The following software may be included in this product: pip-requirements-js (1.0.3)
40955
+ This software contains the following license and notice below:
40956
+
40957
+ Mozilla Public License Version 2.0
40958
+ ==================================
40959
+
40960
+ 1. Definitions
40961
+ --------------
40962
+
40963
+ 1.1. "Contributor"
40964
+ means each individual or legal entity that creates, contributes to
40965
+ the creation of, or owns Covered Software.
40966
+
40967
+ 1.2. "Contributor Version"
40968
+ means the combination of the Contributions of others (if any) used
40969
+ by a Contributor and that particular Contributor's Contribution.
40970
+
40971
+ 1.3. "Contribution"
40972
+ means Covered Software of a particular Contributor.
40973
+
40974
+ 1.4. "Covered Software"
40975
+ means Source Code Form to which the initial Contributor has attached
40976
+ the notice in Exhibit A, the Executable Form of such Source Code
40977
+ Form, and Modifications of such Source Code Form, in each case
40978
+ including portions thereof.
40979
+
40980
+ 1.5. "Incompatible With Secondary Licenses"
40981
+ means
40982
+
40983
+ (a) that the initial Contributor has attached the notice described
40984
+ in Exhibit B to the Covered Software; or
40985
+
40986
+ (b) that the Covered Software was made available under the terms of
40987
+ version 1.1 or earlier of the License, but not also under the
40988
+ terms of a Secondary License.
40989
+
40990
+ 1.6. "Executable Form"
40991
+ means any form of the work other than Source Code Form.
40992
+
40993
+ 1.7. "Larger Work"
40994
+ means a work that combines Covered Software with other material, in
40995
+ a separate file or files, that is not Covered Software.
40996
+
40997
+ 1.8. "License"
40998
+ means this document.
40999
+
41000
+ 1.9. "Licensable"
41001
+ means having the right to grant, to the maximum extent possible,
41002
+ whether at the time of the initial grant or subsequently, any and
41003
+ all of the rights conveyed by this License.
41004
+
41005
+ 1.10. "Modifications"
41006
+ means any of the following:
41007
+
41008
+ (a) any file in Source Code Form that results from an addition to,
41009
+ deletion from, or modification of the contents of Covered
41010
+ Software; or
41011
+
41012
+ (b) any new file in Source Code Form that contains any Covered
41013
+ Software.
41014
+
41015
+ 1.11. "Patent Claims" of a Contributor
41016
+ means any patent claim(s), including without limitation, method,
41017
+ process, and apparatus claims, in any patent Licensable by such
41018
+ Contributor that would be infringed, but for the grant of the
41019
+ License, by the making, using, selling, offering for sale, having
41020
+ made, import, or transfer of either its Contributions or its
41021
+ Contributor Version.
41022
+
41023
+ 1.12. "Secondary License"
41024
+ means either the GNU General Public License, Version 2.0, the GNU
41025
+ Lesser General Public License, Version 2.1, the GNU Affero General
41026
+ Public License, Version 3.0, or any later versions of those
41027
+ licenses.
41028
+
41029
+ 1.13. "Source Code Form"
41030
+ means the form of the work preferred for making modifications.
41031
+
41032
+ 1.14. "You" (or "Your")
41033
+ means an individual or a legal entity exercising rights under this
41034
+ License. For legal entities, "You" includes any entity that
41035
+ controls, is controlled by, or is under common control with You. For
41036
+ purposes of this definition, "control" means (a) the power, direct
41037
+ or indirect, to cause the direction or management of such entity,
41038
+ whether by contract or otherwise, or (b) ownership of more than
41039
+ fifty percent (50%) of the outstanding shares or beneficial
41040
+ ownership of such entity.
41041
+
41042
+ 2. License Grants and Conditions
41043
+ --------------------------------
41044
+
41045
+ 2.1. Grants
41046
+
41047
+ Each Contributor hereby grants You a world-wide, royalty-free,
41048
+ non-exclusive license:
41049
+
41050
+ (a) under intellectual property rights (other than patent or trademark)
41051
+ Licensable by such Contributor to use, reproduce, make available,
41052
+ modify, display, perform, distribute, and otherwise exploit its
41053
+ Contributions, either on an unmodified basis, with Modifications, or
41054
+ as part of a Larger Work; and
41055
+
41056
+ (b) under Patent Claims of such Contributor to make, use, sell, offer
41057
+ for sale, have made, import, and otherwise transfer either its
41058
+ Contributions or its Contributor Version.
41059
+
41060
+ 2.2. Effective Date
41061
+
41062
+ The licenses granted in Section 2.1 with respect to any Contribution
41063
+ become effective for each Contribution on the date the Contributor first
41064
+ distributes such Contribution.
41065
+
41066
+ 2.3. Limitations on Grant Scope
41067
+
41068
+ The licenses granted in this Section 2 are the only rights granted under
41069
+ this License. No additional rights or licenses will be implied from the
41070
+ distribution or licensing of Covered Software under this License.
41071
+ Notwithstanding Section 2.1(b) above, no patent license is granted by a
41072
+ Contributor:
41073
+
41074
+ (a) for any code that a Contributor has removed from Covered Software;
41075
+ or
41076
+
41077
+ (b) for infringements caused by: (i) Your and any other third party's
41078
+ modifications of Covered Software, or (ii) the combination of its
41079
+ Contributions with other software (except as part of its Contributor
41080
+ Version); or
41081
+
41082
+ (c) under Patent Claims infringed by Covered Software in the absence of
41083
+ its Contributions.
41084
+
41085
+ This License does not grant any rights in the trademarks, service marks,
41086
+ or logos of any Contributor (except as may be necessary to comply with
41087
+ the notice requirements in Section 3.4).
41088
+
41089
+ 2.4. Subsequent Licenses
41090
+
41091
+ No Contributor makes additional grants as a result of Your choice to
41092
+ distribute the Covered Software under a subsequent version of this
41093
+ License (see Section 10.2) or under the terms of a Secondary License (if
41094
+ permitted under the terms of Section 3.3).
41095
+
41096
+ 2.5. Representation
41097
+
41098
+ Each Contributor represents that the Contributor believes its
41099
+ Contributions are its original creation(s) or it has sufficient rights
41100
+ to grant the rights to its Contributions conveyed by this License.
41101
+
41102
+ 2.6. Fair Use
41103
+
41104
+ This License is not intended to limit any rights You have under
41105
+ applicable copyright doctrines of fair use, fair dealing, or other
41106
+ equivalents.
41107
+
41108
+ 2.7. Conditions
41109
+
41110
+ Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted
41111
+ in Section 2.1.
41112
+
41113
+ 3. Responsibilities
41114
+ -------------------
41115
+
41116
+ 3.1. Distribution of Source Form
41117
+
41118
+ All distribution of Covered Software in Source Code Form, including any
41119
+ Modifications that You create or to which You contribute, must be under
41120
+ the terms of this License. You must inform recipients that the Source
41121
+ Code Form of the Covered Software is governed by the terms of this
41122
+ License, and how they can obtain a copy of this License. You may not
41123
+ attempt to alter or restrict the recipients' rights in the Source Code
41124
+ Form.
41125
+
41126
+ 3.2. Distribution of Executable Form
41127
+
41128
+ If You distribute Covered Software in Executable Form then:
41129
+
41130
+ (a) such Covered Software must also be made available in Source Code
41131
+ Form, as described in Section 3.1, and You must inform recipients of
41132
+ the Executable Form how they can obtain a copy of such Source Code
41133
+ Form by reasonable means in a timely manner, at a charge no more
41134
+ than the cost of distribution to the recipient; and
41135
+
41136
+ (b) You may distribute such Executable Form under the terms of this
41137
+ License, or sublicense it under different terms, provided that the
41138
+ license for the Executable Form does not attempt to limit or alter
41139
+ the recipients' rights in the Source Code Form under this License.
41140
+
41141
+ 3.3. Distribution of a Larger Work
41142
+
41143
+ You may create and distribute a Larger Work under terms of Your choice,
41144
+ provided that You also comply with the requirements of this License for
41145
+ the Covered Software. If the Larger Work is a combination of Covered
41146
+ Software with a work governed by one or more Secondary Licenses, and the
41147
+ Covered Software is not Incompatible With Secondary Licenses, this
41148
+ License permits You to additionally distribute such Covered Software
41149
+ under the terms of such Secondary License(s), so that the recipient of
41150
+ the Larger Work may, at their option, further distribute the Covered
41151
+ Software under the terms of either this License or such Secondary
41152
+ License(s).
41153
+
41154
+ 3.4. Notices
41155
+
41156
+ You may not remove or alter the substance of any license notices
41157
+ (including copyright notices, patent notices, disclaimers of warranty,
41158
+ or limitations of liability) contained within the Source Code Form of
41159
+ the Covered Software, except that You may alter any license notices to
41160
+ the extent required to remedy known factual inaccuracies.
41161
+
41162
+ 3.5. Application of Additional Terms
41163
+
41164
+ You may choose to offer, and to charge a fee for, warranty, support,
41165
+ indemnity or liability obligations to one or more recipients of Covered
41166
+ Software. However, You may do so only on Your own behalf, and not on
41167
+ behalf of any Contributor. You must make it absolutely clear that any
41168
+ such warranty, support, indemnity, or liability obligation is offered by
41169
+ You alone, and You hereby agree to indemnify every Contributor for any
41170
+ liability incurred by such Contributor as a result of warranty, support,
41171
+ indemnity or liability terms You offer. You may include additional
41172
+ disclaimers of warranty and limitations of liability specific to any
41173
+ jurisdiction.
41174
+
41175
+ 4. Inability to Comply Due to Statute or Regulation
41176
+ ---------------------------------------------------
41177
+
41178
+ If it is impossible for You to comply with any of the terms of this
41179
+ License with respect to some or all of the Covered Software due to
41180
+ statute, judicial order, or regulation then You must: (a) comply with
41181
+ the terms of this License to the maximum extent possible; and (b)
41182
+ describe the limitations and the code they affect. Such description must
41183
+ be placed in a text file included with all distributions of the Covered
41184
+ Software under this License. Except to the extent prohibited by statute
41185
+ or regulation, such description must be sufficiently detailed for a
41186
+ recipient of ordinary skill to be able to understand it.
41187
+
41188
+ 5. Termination
41189
+ --------------
41190
+
41191
+ 5.1. The rights granted under this License will terminate automatically
41192
+ if You fail to comply with any of its terms. However, if You become
41193
+ compliant, then the rights granted under this License from a particular
41194
+ Contributor are reinstated (a) provisionally, unless and until such
41195
+ Contributor explicitly and finally terminates Your grants, and (b) on an
41196
+ ongoing basis, if such Contributor fails to notify You of the
41197
+ non-compliance by some reasonable means prior to 60 days after You have
41198
+ come back into compliance. Moreover, Your grants from a particular
41199
+ Contributor are reinstated on an ongoing basis if such Contributor
41200
+ notifies You of the non-compliance by some reasonable means, this is the
41201
+ first time You have received notice of non-compliance with this License
41202
+ from such Contributor, and You become compliant prior to 30 days after
41203
+ Your receipt of the notice.
41204
+
41205
+ 5.2. If You initiate litigation against any entity by asserting a patent
41206
+ infringement claim (excluding declaratory judgment actions,
41207
+ counter-claims, and cross-claims) alleging that a Contributor Version
41208
+ directly or indirectly infringes any patent, then the rights granted to
41209
+ You by any and all Contributors for the Covered Software under Section
41210
+ 2.1 of this License shall terminate.
41211
+
41212
+ 5.3. In the event of termination under Sections 5.1 or 5.2 above, all
41213
+ end user license agreements (excluding distributors and resellers) which
41214
+ have been validly granted by You or Your distributors under this License
41215
+ prior to termination shall survive termination.
41216
+
41217
+ ************************************************************************
41218
+ * *
41219
+ * 6. Disclaimer of Warranty *
41220
+ * ------------------------- *
41221
+ * *
41222
+ * Covered Software is provided under this License on an "as is" *
41223
+ * basis, without warranty of any kind, either expressed, implied, or *
41224
+ * statutory, including, without limitation, warranties that the *
41225
+ * Covered Software is free of defects, merchantable, fit for a *
41226
+ * particular purpose or non-infringing. The entire risk as to the *
41227
+ * quality and performance of the Covered Software is with You. *
41228
+ * Should any Covered Software prove defective in any respect, You *
41229
+ * (not any Contributor) assume the cost of any necessary servicing, *
41230
+ * repair, or correction. This disclaimer of warranty constitutes an *
41231
+ * essential part of this License. No use of any Covered Software is *
41232
+ * authorized under this License except under this disclaimer. *
41233
+ * *
41234
+ ************************************************************************
41235
+
41236
+ ************************************************************************
41237
+ * *
41238
+ * 7. Limitation of Liability *
41239
+ * -------------------------- *
41240
+ * *
41241
+ * Under no circumstances and under no legal theory, whether tort *
41242
+ * (including negligence), contract, or otherwise, shall any *
41243
+ * Contributor, or anyone who distributes Covered Software as *
41244
+ * permitted above, be liable to You for any direct, indirect, *
41245
+ * special, incidental, or consequential damages of any character *
41246
+ * including, without limitation, damages for lost profits, loss of *
41247
+ * goodwill, work stoppage, computer failure or malfunction, or any *
41248
+ * and all other commercial damages or losses, even if such party *
41249
+ * shall have been informed of the possibility of such damages. This *
41250
+ * limitation of liability shall not apply to liability for death or *
41251
+ * personal injury resulting from such party's negligence to the *
41252
+ * extent applicable law prohibits such limitation. Some *
41253
+ * jurisdictions do not allow the exclusion or limitation of *
41254
+ * incidental or consequential damages, so this exclusion and *
41255
+ * limitation may not apply to You. *
41256
+ * *
41257
+ ************************************************************************
41258
+
41259
+ 8. Litigation
41260
+ -------------
41261
+
41262
+ Any litigation relating to this License may be brought only in the
41263
+ courts of a jurisdiction where the defendant maintains its principal
41264
+ place of business and such litigation shall be governed by laws of that
41265
+ jurisdiction, without reference to its conflict-of-law provisions.
41266
+ Nothing in this Section shall prevent a party's ability to bring
41267
+ cross-claims or counter-claims.
41268
+
41269
+ 9. Miscellaneous
41270
+ ----------------
41271
+
41272
+ This License represents the complete agreement concerning the subject
41273
+ matter hereof. If any provision of this License is held to be
41274
+ unenforceable, such provision shall be reformed only to the extent
41275
+ necessary to make it enforceable. Any law or regulation which provides
41276
+ that the language of a contract shall be construed against the drafter
41277
+ shall not be used to construe this License against a Contributor.
41278
+
41279
+ 10. Versions of the License
41280
+ ---------------------------
41281
+
41282
+ 10.1. New Versions
41283
+
41284
+ Mozilla Foundation is the license steward. Except as provided in Section
41285
+ 10.3, no one other than the license steward has the right to modify or
41286
+ publish new versions of this License. Each version will be given a
41287
+ distinguishing version number.
41288
+
41289
+ 10.2. Effect of New Versions
41290
+
41291
+ You may distribute the Covered Software under the terms of the version
41292
+ of the License under which You originally received the Covered Software,
41293
+ or under the terms of any subsequent version published by the license
41294
+ steward.
41295
+
41296
+ 10.3. Modified Versions
41297
+
41298
+ If you create software not governed by this License, and you want to
41299
+ create a new license for such software, you may create and use a
41300
+ modified version of this License if you rename the license and remove
41301
+ any references to the name of the license steward (except to note that
41302
+ such modified license differs from this License).
41303
+
41304
+ 10.4. Distributing Source Code Form that is Incompatible With Secondary
41305
+ Licenses
41306
+
41307
+ If You choose to distribute Source Code Form that is Incompatible With
41308
+ Secondary Licenses under the terms of this version of the License, the
41309
+ notice described in Exhibit B of this License must be attached.
41310
+
41311
+ Exhibit A - Source Code Form License Notice
41312
+ -------------------------------------------
41313
+
41314
+ This Source Code Form is subject to the terms of the Mozilla Public
41315
+ License, v. 2.0. If a copy of the MPL was not distributed with this
41316
+ file, You can obtain one at https://mozilla.org/MPL/2.0/.
41317
+
41318
+ If it is not possible or desirable to put the notice in a particular
41319
+ file, then You may include the notice in a location (such as a LICENSE
41320
+ file in a relevant directory) where a recipient would be likely to look
41321
+ for such a notice.
41322
+
41323
+ You may add additional accurate notices of copyright ownership.
41324
+
41325
+ Exhibit B - "Incompatible With Secondary Licenses" Notice
41326
+ ---------------------------------------------------------
41327
+
41328
+ This Source Code Form is "Incompatible With Secondary Licenses", as
41329
+ defined by the Mozilla Public License, v. 2.0.
41330
+
41331
+ ---
41332
+
40195
41333
  The following software may be included in this product: mdn-data (2.0.28)
40196
41334
  This software contains the following license and notice below:
40197
41335
 
@@ -40436,6 +41574,128 @@ For more information, please see
40436
41574
 
40437
41575
  ---
40438
41576
 
41577
+ The following software may be included in this product: mdn-data (2.27.1)
41578
+ This software contains the following license and notice below:
41579
+
41580
+ CC0 1.0 Universal
41581
+
41582
+ Statement of Purpose
41583
+
41584
+ The laws of most jurisdictions throughout the world automatically confer
41585
+ exclusive Copyright and Related Rights (defined below) upon the creator and
41586
+ subsequent owner(s) (each and all, an "owner") of an original work of
41587
+ authorship and/or a database (each, a "Work").
41588
+
41589
+ Certain owners wish to permanently relinquish those rights to a Work for the
41590
+ purpose of contributing to a commons of creative, cultural and scientific
41591
+ works ("Commons") that the public can reliably and without fear of later
41592
+ claims of infringement build upon, modify, incorporate in other works, reuse
41593
+ and redistribute as freely as possible in any form whatsoever and for any
41594
+ purposes, including without limitation commercial purposes. These owners may
41595
+ contribute to the Commons to promote the ideal of a free culture and the
41596
+ further production of creative, cultural and scientific works, or to gain
41597
+ reputation or greater distribution for their Work in part through the use and
41598
+ efforts of others.
41599
+
41600
+ For these and/or other purposes and motivations, and without any expectation
41601
+ of additional consideration or compensation, the person associating CC0 with a
41602
+ Work (the "Affirmer"), to the extent that he or she is an owner of Copyright
41603
+ and Related Rights in the Work, voluntarily elects to apply CC0 to the Work
41604
+ and publicly distribute the Work under its terms, with knowledge of his or her
41605
+ Copyright and Related Rights in the Work and the meaning and intended legal
41606
+ effect of CC0 on those rights.
41607
+
41608
+ 1. Copyright and Related Rights. A Work made available under CC0 may be
41609
+ protected by copyright and related or neighboring rights ("Copyright and
41610
+ Related Rights"). Copyright and Related Rights include, but are not limited
41611
+ to, the following:
41612
+
41613
+ i. the right to reproduce, adapt, distribute, perform, display, communicate,
41614
+ and translate a Work;
41615
+
41616
+ ii. moral rights retained by the original author(s) and/or performer(s);
41617
+
41618
+ iii. publicity and privacy rights pertaining to a person's image or likeness
41619
+ depicted in a Work;
41620
+
41621
+ iv. rights protecting against unfair competition in regards to a Work,
41622
+ subject to the limitations in paragraph 4(a), below;
41623
+
41624
+ v. rights protecting the extraction, dissemination, use and reuse of data in
41625
+ a Work;
41626
+
41627
+ vi. database rights (such as those arising under Directive 96/9/EC of the
41628
+ European Parliament and of the Council of 11 March 1996 on the legal
41629
+ protection of databases, and under any national implementation thereof,
41630
+ including any amended or successor version of such directive); and
41631
+
41632
+ vii. other similar, equivalent or corresponding rights throughout the world
41633
+ based on applicable law or treaty, and any national implementations thereof.
41634
+
41635
+ 2. Waiver. To the greatest extent permitted by, but not in contravention of,
41636
+ applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and
41637
+ unconditionally waives, abandons, and surrenders all of Affirmer's Copyright
41638
+ and Related Rights and associated claims and causes of action, whether now
41639
+ known or unknown (including existing as well as future claims and causes of
41640
+ action), in the Work (i) in all territories worldwide, (ii) for the maximum
41641
+ duration provided by applicable law or treaty (including future time
41642
+ extensions), (iii) in any current or future medium and for any number of
41643
+ copies, and (iv) for any purpose whatsoever, including without limitation
41644
+ commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes
41645
+ the Waiver for the benefit of each member of the public at large and to the
41646
+ detriment of Affirmer's heirs and successors, fully intending that such Waiver
41647
+ shall not be subject to revocation, rescission, cancellation, termination, or
41648
+ any other legal or equitable action to disrupt the quiet enjoyment of the Work
41649
+ by the public as contemplated by Affirmer's express Statement of Purpose.
41650
+
41651
+ 3. Public License Fallback. Should any part of the Waiver for any reason be
41652
+ judged legally invalid or ineffective under applicable law, then the Waiver
41653
+ shall be preserved to the maximum extent permitted taking into account
41654
+ Affirmer's express Statement of Purpose. In addition, to the extent the Waiver
41655
+ is so judged Affirmer hereby grants to each affected person a royalty-free,
41656
+ non transferable, non sublicensable, non exclusive, irrevocable and
41657
+ unconditional license to exercise Affirmer's Copyright and Related Rights in
41658
+ the Work (i) in all territories worldwide, (ii) for the maximum duration
41659
+ provided by applicable law or treaty (including future time extensions), (iii)
41660
+ in any current or future medium and for any number of copies, and (iv) for any
41661
+ purpose whatsoever, including without limitation commercial, advertising or
41662
+ promotional purposes (the "License"). The License shall be deemed effective as
41663
+ of the date CC0 was applied by Affirmer to the Work. Should any part of the
41664
+ License for any reason be judged legally invalid or ineffective under
41665
+ applicable law, such partial invalidity or ineffectiveness shall not
41666
+ invalidate the remainder of the License, and in such case Affirmer hereby
41667
+ affirms that he or she will not (i) exercise any of his or her remaining
41668
+ Copyright and Related Rights in the Work or (ii) assert any associated claims
41669
+ and causes of action with respect to the Work, in either case contrary to
41670
+ Affirmer's express Statement of Purpose.
41671
+
41672
+ 4. Limitations and Disclaimers.
41673
+
41674
+ a. No trademark or patent rights held by Affirmer are waived, abandoned,
41675
+ surrendered, licensed or otherwise affected by this document.
41676
+
41677
+ b. Affirmer offers the Work as-is and makes no representations or warranties
41678
+ of any kind concerning the Work, express, implied, statutory or otherwise,
41679
+ including without limitation warranties of title, merchantability, fitness
41680
+ for a particular purpose, non infringement, or the absence of latent or
41681
+ other defects, accuracy, or the present or absence of errors, whether or not
41682
+ discoverable, all to the greatest extent permissible under applicable law.
41683
+
41684
+ c. Affirmer disclaims responsibility for clearing rights of other persons
41685
+ that may apply to the Work or any use thereof, including without limitation
41686
+ any person's Copyright and Related Rights in the Work. Further, Affirmer
41687
+ disclaims responsibility for obtaining any necessary consents, permissions
41688
+ or other rights required for any use of the Work.
41689
+
41690
+ d. Affirmer understands and acknowledges that Creative Commons is not a
41691
+ party to this document and has no duty or obligation with respect to this
41692
+ CC0 or use of the Work.
41693
+
41694
+ For more information, please see
41695
+ <http://creativecommons.org/publicdomain/zero/1.0/>
41696
+
41697
+ ---
41698
+
40439
41699
  The following software may be included in this product: string-hash (1.1.3)
40440
41700
  This software was created by The Dark Sky Company
40441
41701
  This software contains the following license and notice below: