@aws/nx-plugin 0.93.1 → 0.94.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 (45) hide show
  1. package/LICENSE-THIRD-PARTY +1114 -478
  2. package/generators.json +9 -0
  3. package/package.json +12 -12
  4. package/src/connection/agent-serve-local.d.ts +33 -0
  5. package/src/connection/agent-serve-local.js +49 -0
  6. package/src/connection/agent-serve-local.js.map +1 -0
  7. package/src/connection/generator.js +3 -0
  8. package/src/connection/generator.js.map +1 -1
  9. package/src/connection/serve-local.js +1 -1
  10. package/src/connection/serve-local.js.map +1 -1
  11. package/src/infra/app/__snapshots__/generator.spec.ts.snap +23 -23
  12. package/src/preset/__snapshots__/generator.spec.ts.snap +2 -2
  13. package/src/py/mcp-server/__snapshots__/generator.spec.ts.snap +3 -3
  14. package/src/py/strands-agent/__snapshots__/generator.spec.ts.snap +21 -16
  15. package/src/py/strands-agent/files/app/main.py.template +12 -7
  16. package/src/py/strands-agent/react-connection/__snapshots__/generator.spec.ts.snap +236 -0
  17. package/src/py/strands-agent/react-connection/files/agent/scripts/__agentNameSnakeCase___openapi.py.template +6 -0
  18. package/src/py/strands-agent/react-connection/generator.d.ts +10 -0
  19. package/src/py/strands-agent/react-connection/generator.js +102 -0
  20. package/src/py/strands-agent/react-connection/generator.js.map +1 -0
  21. package/src/py/strands-agent/react-connection/schema.d.ts +15 -0
  22. package/src/py/strands-agent/react-connection/schema.json +26 -0
  23. package/src/py/strands-agent/react-connection/serve-local.d.ts +19 -0
  24. package/src/py/strands-agent/react-connection/serve-local.js +25 -0
  25. package/src/py/strands-agent/react-connection/serve-local.js.map +1 -0
  26. package/src/trpc/react/generator.js +2 -6
  27. package/src/trpc/react/generator.js.map +1 -1
  28. package/src/ts/mcp-server/__snapshots__/generator.spec.ts.snap +2 -2
  29. package/src/ts/nx-generator/generator.js +1 -1
  30. package/src/ts/nx-generator/generator.js.map +1 -1
  31. package/src/ts/nx-plugin/__snapshots__/generator.spec.ts.snap +1 -1
  32. package/src/ts/react-website/app/__snapshots__/generator.spec.ts.snap +46 -46
  33. package/src/ts/strands-agent/react-connection/generator.js +2 -6
  34. package/src/ts/strands-agent/react-connection/generator.js.map +1 -1
  35. package/src/ts/strands-agent/react-connection/serve-local.js +8 -34
  36. package/src/ts/strands-agent/react-connection/serve-local.js.map +1 -1
  37. package/src/utils/connection/open-api/files/components/__apiNameClassName__Provider.tsx.template +17 -0
  38. package/src/utils/connection/open-api/react.d.ts +13 -1
  39. package/src/utils/connection/open-api/react.js +18 -18
  40. package/src/utils/connection/open-api/react.js.map +1 -1
  41. package/src/utils/shared-shadcn.js +2 -6
  42. package/src/utils/shared-shadcn.js.map +1 -1
  43. package/src/utils/versions.d.ts +42 -42
  44. package/src/utils/versions.js +41 -41
  45. package/src/utils/versions.js.map +1 -1
@@ -262,34 +262,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
262
262
 
263
263
  ---
264
264
 
265
- The following software may be included in this product: @babel/core (7.28.4)
266
- This software contains the following license and notice below:
267
-
268
- MIT License
269
-
270
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
271
-
272
- Permission is hereby granted, free of charge, to any person obtaining
273
- a copy of this software and associated documentation files (the
274
- "Software"), to deal in the Software without restriction, including
275
- without limitation the rights to use, copy, modify, merge, publish,
276
- distribute, sublicense, and/or sell copies of the Software, and to
277
- permit persons to whom the Software is furnished to do so, subject to
278
- the following conditions:
279
-
280
- The above copyright notice and this permission notice shall be
281
- included in all copies or substantial portions of the Software.
282
-
283
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
284
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
285
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
286
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
287
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
288
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
289
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
290
-
291
- ---
292
-
293
265
  The following software may be included in this product: @babel/core (7.29.0)
294
266
  This software contains the following license and notice below:
295
267
 
@@ -318,34 +290,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
318
290
 
319
291
  ---
320
292
 
321
- The following software may be included in this product: @babel/generator (7.28.3)
322
- This software contains the following license and notice below:
323
-
324
- MIT License
325
-
326
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
327
-
328
- Permission is hereby granted, free of charge, to any person obtaining
329
- a copy of this software and associated documentation files (the
330
- "Software"), to deal in the Software without restriction, including
331
- without limitation the rights to use, copy, modify, merge, publish,
332
- distribute, sublicense, and/or sell copies of the Software, and to
333
- permit persons to whom the Software is furnished to do so, subject to
334
- the following conditions:
335
-
336
- The above copyright notice and this permission notice shall be
337
- included in all copies or substantial portions of the Software.
338
-
339
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
340
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
341
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
342
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
343
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
344
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
345
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
346
-
347
- ---
348
-
349
293
  The following software may be included in this product: @babel/generator (7.29.1)
350
294
  This software contains the following license and notice below:
351
295
 
@@ -570,34 +514,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
570
514
 
571
515
  ---
572
516
 
573
- The following software may be included in this product: @babel/helper-module-imports (7.27.1)
574
- This software contains the following license and notice below:
575
-
576
- MIT License
577
-
578
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
579
-
580
- Permission is hereby granted, free of charge, to any person obtaining
581
- a copy of this software and associated documentation files (the
582
- "Software"), to deal in the Software without restriction, including
583
- without limitation the rights to use, copy, modify, merge, publish,
584
- distribute, sublicense, and/or sell copies of the Software, and to
585
- permit persons to whom the Software is furnished to do so, subject to
586
- the following conditions:
587
-
588
- The above copyright notice and this permission notice shall be
589
- included in all copies or substantial portions of the Software.
590
-
591
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
592
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
593
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
594
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
595
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
596
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
597
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
598
-
599
- ---
600
-
601
517
  The following software may be included in this product: @babel/helper-module-imports (7.28.6)
602
518
  This software contains the following license and notice below:
603
519
 
@@ -3113,34 +3029,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3113
3029
 
3114
3030
  ---
3115
3031
 
3116
- The following software may be included in this product: @babel/template (7.27.2)
3117
- This software contains the following license and notice below:
3118
-
3119
- MIT License
3120
-
3121
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
3122
-
3123
- Permission is hereby granted, free of charge, to any person obtaining
3124
- a copy of this software and associated documentation files (the
3125
- "Software"), to deal in the Software without restriction, including
3126
- without limitation the rights to use, copy, modify, merge, publish,
3127
- distribute, sublicense, and/or sell copies of the Software, and to
3128
- permit persons to whom the Software is furnished to do so, subject to
3129
- the following conditions:
3130
-
3131
- The above copyright notice and this permission notice shall be
3132
- included in all copies or substantial portions of the Software.
3133
-
3134
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3135
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3136
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
3137
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
3138
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3139
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
3140
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3141
-
3142
- ---
3143
-
3144
3032
  The following software may be included in this product: @babel/template (7.28.6)
3145
3033
  This software contains the following license and notice below:
3146
3034
 
@@ -3169,34 +3057,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3169
3057
 
3170
3058
  ---
3171
3059
 
3172
- The following software may be included in this product: @babel/traverse (7.28.4)
3173
- This software contains the following license and notice below:
3174
-
3175
- MIT License
3176
-
3177
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
3178
-
3179
- Permission is hereby granted, free of charge, to any person obtaining
3180
- a copy of this software and associated documentation files (the
3181
- "Software"), to deal in the Software without restriction, including
3182
- without limitation the rights to use, copy, modify, merge, publish,
3183
- distribute, sublicense, and/or sell copies of the Software, and to
3184
- permit persons to whom the Software is furnished to do so, subject to
3185
- the following conditions:
3186
-
3187
- The above copyright notice and this permission notice shall be
3188
- included in all copies or substantial portions of the Software.
3189
-
3190
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3191
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3192
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
3193
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
3194
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3195
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
3196
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3197
-
3198
- ---
3199
-
3200
3060
  The following software may be included in this product: @babel/traverse (7.29.0)
3201
3061
  This software contains the following license and notice below:
3202
3062
 
@@ -3463,30 +3323,6 @@ SOFTWARE.
3463
3323
 
3464
3324
  ---
3465
3325
 
3466
- The following software may be included in this product: @esbuild/linux-arm64 (0.27.3)
3467
- This software contains the following license and notice below:
3468
-
3469
- MIT License
3470
-
3471
- Copyright (c) The maintainers of @esbuild/linux-arm64 <https://github.com/evanw/esbuild#readme>
3472
-
3473
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
3474
- associated documentation files (the "Software"), to deal in the Software without restriction, including
3475
- without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3476
- copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
3477
- following conditions:
3478
-
3479
- The above copyright notice and this permission notice shall be included in all copies or substantial
3480
- portions of the Software.
3481
-
3482
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
3483
- LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
3484
- EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
3485
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
3486
- USE OR OTHER DEALINGS IN THE SOFTWARE.
3487
-
3488
- ---
3489
-
3490
3326
  The following software may be included in this product: @esbuild/linux-arm64 (0.27.4)
3491
3327
  This software contains the following license and notice below:
3492
3328
 
@@ -3690,6 +3526,30 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
3690
3526
 
3691
3527
  ---
3692
3528
 
3529
+ The following software may be included in this product: @getgrit/gritql-linux-arm64-musl (0.0.3)
3530
+ This software contains the following license and notice below:
3531
+
3532
+ MIT License
3533
+
3534
+ Copyright (c) The maintainers of @getgrit/gritql-linux-arm64-musl <https://github.com/biomejs/gritql#readme>
3535
+
3536
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
3537
+ associated documentation files (the "Software"), to deal in the Software without restriction, including
3538
+ without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3539
+ copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
3540
+ following conditions:
3541
+
3542
+ The above copyright notice and this permission notice shall be included in all copies or substantial
3543
+ portions of the Software.
3544
+
3545
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
3546
+ LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
3547
+ EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
3548
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
3549
+ USE OR OTHER DEALINGS IN THE SOFTWARE.
3550
+
3551
+ ---
3552
+
3693
3553
  The following software may be included in this product: @hey-api/json-schema-ref-parser (1.0.3)
3694
3554
  This software contains the following license and notice below:
3695
3555
 
@@ -4031,7 +3891,7 @@ THE SOFTWARE.
4031
3891
 
4032
3892
  ---
4033
3893
 
4034
- The following software may be included in this product: @modelcontextprotocol/sdk (1.28.0)
3894
+ The following software may be included in this product: @modelcontextprotocol/sdk (1.29.0)
4035
3895
  This software contains the following license and notice below:
4036
3896
 
4037
3897
  MIT License
@@ -5079,7 +4939,35 @@ SOFTWARE.
5079
4939
 
5080
4940
  ---
5081
4941
 
5082
- The following software may be included in this product: @nx/devkit (22.6.1)
4942
+ The following software may be included in this product: @nx/devkit (22.6.4)
4943
+ This software contains the following license and notice below:
4944
+
4945
+ (The MIT License)
4946
+
4947
+ Copyright (c) 2017-2026 Narwhal Technologies Inc.
4948
+
4949
+ Permission is hereby granted, free of charge, to any person obtaining
4950
+ a copy of this software and associated documentation files (the
4951
+ 'Software'), to deal in the Software without restriction, including
4952
+ without limitation the rights to use, copy, modify, merge, publish,
4953
+ distribute, sublicense, and/or sell copies of the Software, and to
4954
+ permit persons to whom the Software is furnished to do so, subject to
4955
+ the following conditions:
4956
+
4957
+ The above copyright notice and this permission notice shall be
4958
+ included in all copies or substantial portions of the Software.
4959
+
4960
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
4961
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
4962
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
4963
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
4964
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
4965
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
4966
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4967
+
4968
+ ---
4969
+
4970
+ The following software may be included in this product: @nx/eslint (22.6.4)
5083
4971
  This software contains the following license and notice below:
5084
4972
 
5085
4973
  (The MIT License)
@@ -5107,7 +4995,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
5107
4995
 
5108
4996
  ---
5109
4997
 
5110
- The following software may be included in this product: @nx/eslint (22.6.1)
4998
+ The following software may be included in this product: @nx/js (22.6.4)
5111
4999
  This software contains the following license and notice below:
5112
5000
 
5113
5001
  (The MIT License)
@@ -5135,7 +5023,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
5135
5023
 
5136
5024
  ---
5137
5025
 
5138
- The following software may be included in this product: @nx/js (22.6.1)
5026
+ The following software may be included in this product: @nx/module-federation (22.6.4)
5139
5027
  This software contains the following license and notice below:
5140
5028
 
5141
5029
  (The MIT License)
@@ -5163,7 +5051,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
5163
5051
 
5164
5052
  ---
5165
5053
 
5166
- The following software may be included in this product: @nx/module-federation (22.6.1)
5054
+ The following software may be included in this product: @nx/nx-linux-arm64-gnu (22.6.4)
5167
5055
  This software contains the following license and notice below:
5168
5056
 
5169
5057
  (The MIT License)
@@ -5191,7 +5079,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
5191
5079
 
5192
5080
  ---
5193
5081
 
5194
- The following software may be included in this product: @nx/nx-linux-arm64-gnu (22.6.1)
5082
+ The following software may be included in this product: @nx/nx-linux-arm64-musl (22.6.4)
5195
5083
  This software contains the following license and notice below:
5196
5084
 
5197
5085
  (The MIT License)
@@ -5219,7 +5107,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
5219
5107
 
5220
5108
  ---
5221
5109
 
5222
- The following software may be included in this product: @nx/react (22.6.1)
5110
+ The following software may be included in this product: @nx/react (22.6.4)
5223
5111
  This software contains the following license and notice below:
5224
5112
 
5225
5113
  (The MIT License)
@@ -5247,7 +5135,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
5247
5135
 
5248
5136
  ---
5249
5137
 
5250
- The following software may be included in this product: @nx/rollup (22.6.1)
5138
+ The following software may be included in this product: @nx/rollup (22.6.4)
5251
5139
  This software contains the following license and notice below:
5252
5140
 
5253
5141
  (The MIT License)
@@ -5275,7 +5163,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
5275
5163
 
5276
5164
  ---
5277
5165
 
5278
- The following software may be included in this product: @nx/vite (22.6.1)
5166
+ The following software may be included in this product: @nx/vite (22.6.4)
5279
5167
  This software contains the following license and notice below:
5280
5168
 
5281
5169
  (The MIT License)
@@ -5303,7 +5191,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
5303
5191
 
5304
5192
  ---
5305
5193
 
5306
- The following software may be included in this product: @nx/vitest (22.6.1)
5194
+ The following software may be included in this product: @nx/vitest (22.6.4)
5307
5195
  This software contains the following license and notice below:
5308
5196
 
5309
5197
  (The MIT License)
@@ -5331,7 +5219,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
5331
5219
 
5332
5220
  ---
5333
5221
 
5334
- The following software may be included in this product: @nx/web (22.6.1)
5222
+ The following software may be included in this product: @nx/web (22.6.4)
5335
5223
  This software contains the following license and notice below:
5336
5224
 
5337
5225
  (The MIT License)
@@ -5359,7 +5247,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
5359
5247
 
5360
5248
  ---
5361
5249
 
5362
- The following software may be included in this product: @nx/workspace (22.6.1)
5250
+ The following software may be included in this product: @nx/workspace (22.6.4)
5363
5251
  This software contains the following license and notice below:
5364
5252
 
5365
5253
  (The MIT License)
@@ -5414,6 +5302,34 @@ SOFTWARE.
5414
5302
 
5415
5303
  ---
5416
5304
 
5305
+ The following software may be included in this product: @oxc-project/types (0.122.0)
5306
+ This software contains the following license and notice below:
5307
+
5308
+ MIT License
5309
+
5310
+ Copyright (c) 2024-present VoidZero Inc. & Contributors
5311
+ Copyright (c) 2023 Boshen
5312
+
5313
+ Permission is hereby granted, free of charge, to any person obtaining a copy
5314
+ of this software and associated documentation files (the "Software"), to deal
5315
+ in the Software without restriction, including without limitation the rights
5316
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
5317
+ copies of the Software, and to permit persons to whom the Software is
5318
+ furnished to do so, subject to the following conditions:
5319
+
5320
+ The above copyright notice and this permission notice shall be included in all
5321
+ copies or substantial portions of the Software.
5322
+
5323
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
5324
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5325
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
5326
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5327
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5328
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
5329
+ SOFTWARE.
5330
+
5331
+ ---
5332
+
5417
5333
  The following software may be included in this product: @oxc-resolver/binding-linux-arm64-gnu (11.19.1)
5418
5334
  This software contains the following license and notice below:
5419
5335
 
@@ -5438,39 +5354,63 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
5438
5354
 
5439
5355
  ---
5440
5356
 
5441
- The following software may be included in this product: @phenomnomnominal/tsquery (6.1.4)
5357
+ The following software may be included in this product: @oxc-resolver/binding-linux-arm64-musl (11.19.1)
5442
5358
  This software contains the following license and notice below:
5443
5359
 
5444
5360
  MIT License
5445
5361
 
5446
- Copyright (c) 2023 Craig Spence
5362
+ Copyright (c) The maintainers of @oxc-resolver/binding-linux-arm64-musl <https://oxc.rs>
5447
5363
 
5448
- Permission is hereby granted, free of charge, to any person obtaining a copy
5449
- of this software and associated documentation files (the "Software"), to deal
5450
- in the Software without restriction, including without limitation the rights
5451
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
5452
- copies of the Software, and to permit persons to whom the Software is
5453
- furnished to do so, subject to the following conditions:
5364
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
5365
+ associated documentation files (the "Software"), to deal in the Software without restriction, including
5366
+ without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
5367
+ copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
5368
+ following conditions:
5454
5369
 
5455
- The above copyright notice and this permission notice shall be included in all
5456
- copies or substantial portions of the Software.
5370
+ The above copyright notice and this permission notice shall be included in all copies or substantial
5371
+ portions of the Software.
5457
5372
 
5458
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
5459
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5460
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
5461
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5462
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5463
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
5464
- SOFTWARE.
5373
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
5374
+ LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
5375
+ EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
5376
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
5377
+ USE OR OTHER DEALINGS IN THE SOFTWARE.
5465
5378
 
5466
5379
  ---
5467
5380
 
5468
- The following software may be included in this product: @pinojs/redact (0.4.0)
5381
+ The following software may be included in this product: @phenomnomnominal/tsquery (6.1.4)
5469
5382
  This software contains the following license and notice below:
5470
5383
 
5471
5384
  MIT License
5472
5385
 
5473
- Copyright (c) 2025 pinojs contributors
5386
+ Copyright (c) 2023 Craig Spence
5387
+
5388
+ Permission is hereby granted, free of charge, to any person obtaining a copy
5389
+ of this software and associated documentation files (the "Software"), to deal
5390
+ in the Software without restriction, including without limitation the rights
5391
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
5392
+ copies of the Software, and to permit persons to whom the Software is
5393
+ furnished to do so, subject to the following conditions:
5394
+
5395
+ The above copyright notice and this permission notice shall be included in all
5396
+ copies or substantial portions of the Software.
5397
+
5398
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
5399
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5400
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
5401
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5402
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5403
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
5404
+ SOFTWARE.
5405
+
5406
+ ---
5407
+
5408
+ The following software may be included in this product: @pinojs/redact (0.4.0)
5409
+ This software contains the following license and notice below:
5410
+
5411
+ MIT License
5412
+
5413
+ Copyright (c) 2025 pinojs contributors
5474
5414
 
5475
5415
  Permission is hereby granted, free of charge, to any person obtaining a copy
5476
5416
  of this software and associated documentation files (the "Software"), to deal
@@ -5723,6 +5663,61 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
5723
5663
 
5724
5664
  ---
5725
5665
 
5666
+ The following software may be included in this product: @rolldown/binding-linux-arm64-gnu (1.0.0-rc.12)
5667
+ This software contains the following license and notice below:
5668
+
5669
+ MIT License
5670
+
5671
+ Copyright (c) The maintainers of @rolldown/binding-linux-arm64-gnu <https://rolldown.rs/>
5672
+
5673
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
5674
+ associated documentation files (the "Software"), to deal in the Software without restriction, including
5675
+ without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
5676
+ copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
5677
+ following conditions:
5678
+
5679
+ The above copyright notice and this permission notice shall be included in all copies or substantial
5680
+ portions of the Software.
5681
+
5682
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
5683
+ LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
5684
+ EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
5685
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
5686
+ USE OR OTHER DEALINGS IN THE SOFTWARE.
5687
+
5688
+ ---
5689
+
5690
+ The following software may be included in this product: @rolldown/pluginutils (1.0.0-rc.12)
5691
+ This software contains the following license and notice below:
5692
+
5693
+ MIT License
5694
+
5695
+ Copyright (c) 2024-present VoidZero Inc. & Contributors
5696
+
5697
+ Permission is hereby granted, free of charge, to any person obtaining a copy
5698
+ of this software and associated documentation files (the "Software"), to deal
5699
+ in the Software without restriction, including without limitation the rights
5700
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
5701
+ copies of the Software, and to permit persons to whom the Software is
5702
+ furnished to do so, subject to the following conditions:
5703
+
5704
+ The above copyright notice and this permission notice shall be included in all
5705
+ copies or substantial portions of the Software.
5706
+
5707
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
5708
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5709
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
5710
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5711
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5712
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
5713
+ SOFTWARE.
5714
+
5715
+ end of terms and conditions
5716
+
5717
+ The licenses of externally maintained libraries from which parts of the Software is derived are listed [here](https://github.com/rolldown/rolldown/blob/main/THIRD-PARTY-LICENSE).
5718
+
5719
+ ---
5720
+
5726
5721
  The following software may be included in this product: @rollup/plugin-babel (6.0.4)
5727
5722
  This software contains the following license and notice below:
5728
5723
 
@@ -5957,6 +5952,30 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
5957
5952
 
5958
5953
  ---
5959
5954
 
5955
+ The following software may be included in this product: @rollup/rollup-linux-arm64-musl (4.50.1)
5956
+ This software contains the following license and notice below:
5957
+
5958
+ MIT License
5959
+
5960
+ Copyright (c) Lukas Taegert-Atkinson
5961
+
5962
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
5963
+ associated documentation files (the "Software"), to deal in the Software without restriction, including
5964
+ without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
5965
+ copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
5966
+ following conditions:
5967
+
5968
+ The above copyright notice and this permission notice shall be included in all copies or substantial
5969
+ portions of the Software.
5970
+
5971
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
5972
+ LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
5973
+ EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
5974
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
5975
+ USE OR OTHER DEALINGS IN THE SOFTWARE.
5976
+
5977
+ ---
5978
+
5960
5979
  The following software may be included in this product: @rspack/binding (1.6.8)
5961
5980
  This software contains the following license and notice below:
5962
5981
 
@@ -6012,6 +6031,33 @@ SOFTWARE.
6012
6031
 
6013
6032
  ---
6014
6033
 
6034
+ The following software may be included in this product: @rspack/binding-linux-arm64-musl (1.6.8)
6035
+ This software contains the following license and notice below:
6036
+
6037
+ MIT License
6038
+
6039
+ Copyright (c) 2022-present Bytedance Inc and its affiliates.
6040
+
6041
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6042
+ of this software and associated documentation files (the "Software"), to deal
6043
+ in the Software without restriction, including without limitation the rights
6044
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
6045
+ copies of the Software, and to permit persons to whom the Software is
6046
+ furnished to do so, subject to the following conditions:
6047
+
6048
+ The above copyright notice and this permission notice shall be included in all
6049
+ copies or substantial portions of the Software.
6050
+
6051
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
6052
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
6053
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
6054
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
6055
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
6056
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
6057
+ SOFTWARE.
6058
+
6059
+ ---
6060
+
6015
6061
  The following software may be included in this product: @rspack/core (1.6.8)
6016
6062
  This software contains the following license and notice below:
6017
6063
 
@@ -6779,7 +6825,7 @@ SOFTWARE
6779
6825
 
6780
6826
  ---
6781
6827
 
6782
- The following software may be included in this product: @types/node (25.5.0)
6828
+ The following software may be included in this product: @types/node (25.5.2)
6783
6829
  This software contains the following license and notice below:
6784
6830
 
6785
6831
  MIT License
@@ -7454,7 +7500,7 @@ SOFTWARE.
7454
7500
 
7455
7501
  ---
7456
7502
 
7457
- The following software may be included in this product: @vitest/expect (4.1.1)
7503
+ The following software may be included in this product: @vitest/expect (4.1.2)
7458
7504
  This software contains the following license and notice below:
7459
7505
 
7460
7506
  MIT License
@@ -7481,7 +7527,7 @@ SOFTWARE.
7481
7527
 
7482
7528
  ---
7483
7529
 
7484
- The following software may be included in this product: @vitest/mocker (4.1.1)
7530
+ The following software may be included in this product: @vitest/mocker (4.1.2)
7485
7531
  This software contains the following license and notice below:
7486
7532
 
7487
7533
  MIT License
@@ -7508,7 +7554,7 @@ SOFTWARE.
7508
7554
 
7509
7555
  ---
7510
7556
 
7511
- The following software may be included in this product: @vitest/pretty-format (4.1.1)
7557
+ The following software may be included in this product: @vitest/pretty-format (4.1.2)
7512
7558
  This software contains the following license and notice below:
7513
7559
 
7514
7560
  MIT License
@@ -7535,7 +7581,7 @@ SOFTWARE.
7535
7581
 
7536
7582
  ---
7537
7583
 
7538
- The following software may be included in this product: @vitest/runner (4.1.1)
7584
+ The following software may be included in this product: @vitest/runner (4.1.2)
7539
7585
  This software contains the following license and notice below:
7540
7586
 
7541
7587
  MIT License
@@ -7562,7 +7608,7 @@ SOFTWARE.
7562
7608
 
7563
7609
  ---
7564
7610
 
7565
- The following software may be included in this product: @vitest/snapshot (4.1.1)
7611
+ The following software may be included in this product: @vitest/snapshot (4.1.2)
7566
7612
  This software contains the following license and notice below:
7567
7613
 
7568
7614
  MIT License
@@ -7589,7 +7635,7 @@ SOFTWARE.
7589
7635
 
7590
7636
  ---
7591
7637
 
7592
- The following software may be included in this product: @vitest/spy (4.1.1)
7638
+ The following software may be included in this product: @vitest/spy (4.1.2)
7593
7639
  This software contains the following license and notice below:
7594
7640
 
7595
7641
  MIT License
@@ -7616,7 +7662,7 @@ SOFTWARE.
7616
7662
 
7617
7663
  ---
7618
7664
 
7619
- The following software may be included in this product: @vitest/ui (4.1.1)
7665
+ The following software may be included in this product: @vitest/ui (4.1.2)
7620
7666
  This software contains the following license and notice below:
7621
7667
 
7622
7668
  MIT License
@@ -7643,7 +7689,7 @@ SOFTWARE.
7643
7689
 
7644
7690
  ---
7645
7691
 
7646
- The following software may be included in this product: @vitest/utils (4.1.1)
7692
+ The following software may be included in this product: @vitest/utils (4.1.2)
7647
7693
  This software contains the following license and notice below:
7648
7694
 
7649
7695
  MIT License
@@ -8926,7 +8972,7 @@ SOFTWARE.
8926
8972
 
8927
8973
  ---
8928
8974
 
8929
- The following software may be included in this product: axios (1.12.2)
8975
+ The following software may be included in this product: axios (1.12.0)
8930
8976
  This software contains the following license and notice below:
8931
8977
 
8932
8978
  # Copyright (c) 2014-present Matt Zabriskie & Collaborators
@@ -9390,7 +9436,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
9390
9436
 
9391
9437
  ---
9392
9438
 
9393
- The following software may be included in this product: brace-expansion (1.1.12)
9439
+ The following software may be included in this product: brace-expansion (1.1.13)
9394
9440
  This software contains the following license and notice below:
9395
9441
 
9396
9442
  MIT License
@@ -9417,7 +9463,7 @@ SOFTWARE.
9417
9463
 
9418
9464
  ---
9419
9465
 
9420
- The following software may be included in this product: brace-expansion (2.0.2)
9466
+ The following software may be included in this product: brace-expansion (2.0.3)
9421
9467
  This software contains the following license and notice below:
9422
9468
 
9423
9469
  MIT License
@@ -9444,7 +9490,36 @@ SOFTWARE.
9444
9490
 
9445
9491
  ---
9446
9492
 
9447
- The following software may be included in this product: brace-expansion (5.0.3)
9493
+ The following software may be included in this product: brace-expansion (5.0.5)
9494
+ This software contains the following license and notice below:
9495
+
9496
+ MIT License
9497
+
9498
+ Copyright Julian Gruber <julian@juliangruber.com>
9499
+
9500
+ TypeScript port Copyright Isaac Z. Schlueter <i@izs.me>
9501
+
9502
+ Permission is hereby granted, free of charge, to any person obtaining a copy
9503
+ of this software and associated documentation files (the "Software"), to deal
9504
+ in the Software without restriction, including without limitation the rights
9505
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9506
+ copies of the Software, and to permit persons to whom the Software is
9507
+ furnished to do so, subject to the following conditions:
9508
+
9509
+ The above copyright notice and this permission notice shall be included in all
9510
+ copies or substantial portions of the Software.
9511
+
9512
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
9513
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
9514
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
9515
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
9516
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
9517
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
9518
+ SOFTWARE.
9519
+
9520
+ ---
9521
+
9522
+ The following software may be included in this product: brace-expansion (5.0.5)
9448
9523
  This software contains the following license and notice below:
9449
9524
 
9450
9525
  MIT License
@@ -12576,33 +12651,6 @@ SOFTWARE.
12576
12651
 
12577
12652
  ---
12578
12653
 
12579
- The following software may be included in this product: esbuild (0.27.3)
12580
- This software contains the following license and notice below:
12581
-
12582
- MIT License
12583
-
12584
- Copyright (c) 2020 Evan Wallace
12585
-
12586
- Permission is hereby granted, free of charge, to any person obtaining a copy
12587
- of this software and associated documentation files (the "Software"), to deal
12588
- in the Software without restriction, including without limitation the rights
12589
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
12590
- copies of the Software, and to permit persons to whom the Software is
12591
- furnished to do so, subject to the following conditions:
12592
-
12593
- The above copyright notice and this permission notice shall be included in all
12594
- copies or substantial portions of the Software.
12595
-
12596
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
12597
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
12598
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
12599
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
12600
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
12601
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
12602
- SOFTWARE.
12603
-
12604
- ---
12605
-
12606
12654
  The following software may be included in this product: esbuild (0.27.4)
12607
12655
  This software contains the following license and notice below:
12608
12656
 
@@ -17384,10 +17432,10 @@ terms above.
17384
17432
 
17385
17433
  ---
17386
17434
 
17387
- The following software may be included in this product: lodash.orderby (4.6.0)
17435
+ The following software may be included in this product: lodash.orderby (4.18.0)
17388
17436
  This software contains the following license and notice below:
17389
17437
 
17390
- Copyright jQuery Foundation and other contributors <https://jquery.org/>
17438
+ Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
17391
17439
 
17392
17440
  Based on Underscore.js, copyright Jeremy Ashkenas,
17393
17441
  DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
@@ -17437,10 +17485,10 @@ terms above.
17437
17485
 
17438
17486
  ---
17439
17487
 
17440
- The following software may be included in this product: lodash.trim (4.5.1)
17488
+ The following software may be included in this product: lodash.trim (4.18.0)
17441
17489
  This software contains the following license and notice below:
17442
17490
 
17443
- Copyright jQuery Foundation and other contributors <https://jquery.org/>
17491
+ Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
17444
17492
 
17445
17493
  Based on Underscore.js, copyright Jeremy Ashkenas,
17446
17494
  DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
@@ -18989,7 +19037,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
18989
19037
 
18990
19038
  ---
18991
19039
 
18992
- The following software may be included in this product: nx (22.6.1)
19040
+ The following software may be included in this product: nx (22.6.4)
18993
19041
  This software contains the following license and notice below:
18994
19042
 
18995
19043
  (The MIT License)
@@ -19990,7 +20038,7 @@ THE SOFTWARE.
19990
20038
 
19991
20039
  ---
19992
20040
 
19993
- The following software may be included in this product: picomatch (4.0.2)
20041
+ The following software may be included in this product: picomatch (4.0.3)
19994
20042
  This software contains the following license and notice below:
19995
20043
 
19996
20044
  The MIT License (MIT)
@@ -20017,7 +20065,7 @@ THE SOFTWARE.
20017
20065
 
20018
20066
  ---
20019
20067
 
20020
- The following software may be included in this product: picomatch (4.0.3)
20068
+ The following software may be included in this product: picomatch (4.0.4)
20021
20069
  This software contains the following license and notice below:
20022
20070
 
20023
20071
  The MIT License (MIT)
@@ -20368,12 +20416,12 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20368
20416
 
20369
20417
  ---
20370
20418
 
20371
- The following software may be included in this product: postcss-modules (6.0.1)
20419
+ The following software may be included in this product: postcss (8.5.8)
20372
20420
  This software contains the following license and notice below:
20373
20421
 
20374
20422
  The MIT License (MIT)
20375
20423
 
20376
- Copyright 2015-present Alexander Madyankin <alexander@madyankin.name>
20424
+ Copyright 2013 Andrey Sitnik <andrey@sitnik.ru>
20377
20425
 
20378
20426
  Permission is hereby granted, free of charge, to any person obtaining a copy of
20379
20427
  this software and associated documentation files (the "Software"), to deal in
@@ -20394,12 +20442,12 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20394
20442
 
20395
20443
  ---
20396
20444
 
20397
- The following software may be included in this product: postcss-modules-local-by-default (4.2.0)
20445
+ The following software may be included in this product: postcss-modules (6.0.1)
20398
20446
  This software contains the following license and notice below:
20399
20447
 
20400
20448
  The MIT License (MIT)
20401
20449
 
20402
- Copyright 2015 Mark Dalgleish <mark.john.dalgleish@gmail.com>
20450
+ Copyright 2015-present Alexander Madyankin <alexander@madyankin.name>
20403
20451
 
20404
20452
  Permission is hereby granted, free of charge, to any person obtaining a copy of
20405
20453
  this software and associated documentation files (the "Software"), to deal in
@@ -20420,66 +20468,92 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20420
20468
 
20421
20469
  ---
20422
20470
 
20423
- The following software may be included in this product: postcss-selector-parser (7.1.0)
20471
+ The following software may be included in this product: postcss-modules-local-by-default (4.2.0)
20424
20472
  This software contains the following license and notice below:
20425
20473
 
20426
- Copyright (c) Ben Briggs <beneb.info@gmail.com> (http://beneb.info)
20427
-
20428
- Permission is hereby granted, free of charge, to any person
20429
- obtaining a copy of this software and associated documentation
20430
- files (the "Software"), to deal in the Software without
20431
- restriction, including without limitation the rights to use,
20432
- copy, modify, merge, publish, distribute, sublicense, and/or sell
20433
- copies of the Software, and to permit persons to whom the
20434
- Software is furnished to do so, subject to the following
20435
- conditions:
20436
-
20437
- The above copyright notice and this permission notice shall be
20438
- included in all copies or substantial portions of the Software.
20439
-
20440
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
20441
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
20442
- OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
20443
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
20444
- HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
20445
- WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
20446
- FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
20447
- OTHER DEALINGS IN THE SOFTWARE.
20448
-
20449
- ---
20450
-
20451
- The following software may be included in this product: postcss-value-parser (4.2.0)
20452
- This software contains the following license and notice below:
20474
+ The MIT License (MIT)
20453
20475
 
20454
- Copyright (c) Bogdan Chadkin <trysound@yandex.ru>
20476
+ Copyright 2015 Mark Dalgleish <mark.john.dalgleish@gmail.com>
20455
20477
 
20456
- Permission is hereby granted, free of charge, to any person
20457
- obtaining a copy of this software and associated documentation
20458
- files (the "Software"), to deal in the Software without
20459
- restriction, including without limitation the rights to use,
20460
- copy, modify, merge, publish, distribute, sublicense, and/or sell
20461
- copies of the Software, and to permit persons to whom the
20462
- Software is furnished to do so, subject to the following
20463
- conditions:
20478
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
20479
+ this software and associated documentation files (the "Software"), to deal in
20480
+ the Software without restriction, including without limitation the rights to
20481
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
20482
+ the Software, and to permit persons to whom the Software is furnished to do so,
20483
+ subject to the following conditions:
20464
20484
 
20465
- The above copyright notice and this permission notice shall be
20466
- included in all copies or substantial portions of the Software.
20485
+ The above copyright notice and this permission notice shall be included in all
20486
+ copies or substantial portions of the Software.
20467
20487
 
20468
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
20469
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
20470
- OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
20471
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
20472
- HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
20473
- WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
20474
- FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
20475
- OTHER DEALINGS IN THE SOFTWARE.
20488
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20489
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
20490
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
20491
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
20492
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20493
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20476
20494
 
20477
20495
  ---
20478
20496
 
20479
- The following software may be included in this product: prelude-ls (1.2.1)
20497
+ The following software may be included in this product: postcss-selector-parser (7.1.0)
20480
20498
  This software contains the following license and notice below:
20481
20499
 
20482
- Copyright (c) George Zahariev
20500
+ Copyright (c) Ben Briggs <beneb.info@gmail.com> (http://beneb.info)
20501
+
20502
+ Permission is hereby granted, free of charge, to any person
20503
+ obtaining a copy of this software and associated documentation
20504
+ files (the "Software"), to deal in the Software without
20505
+ restriction, including without limitation the rights to use,
20506
+ copy, modify, merge, publish, distribute, sublicense, and/or sell
20507
+ copies of the Software, and to permit persons to whom the
20508
+ Software is furnished to do so, subject to the following
20509
+ conditions:
20510
+
20511
+ The above copyright notice and this permission notice shall be
20512
+ included in all copies or substantial portions of the Software.
20513
+
20514
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
20515
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
20516
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
20517
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
20518
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
20519
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
20520
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
20521
+ OTHER DEALINGS IN THE SOFTWARE.
20522
+
20523
+ ---
20524
+
20525
+ The following software may be included in this product: postcss-value-parser (4.2.0)
20526
+ This software contains the following license and notice below:
20527
+
20528
+ Copyright (c) Bogdan Chadkin <trysound@yandex.ru>
20529
+
20530
+ Permission is hereby granted, free of charge, to any person
20531
+ obtaining a copy of this software and associated documentation
20532
+ files (the "Software"), to deal in the Software without
20533
+ restriction, including without limitation the rights to use,
20534
+ copy, modify, merge, publish, distribute, sublicense, and/or sell
20535
+ copies of the Software, and to permit persons to whom the
20536
+ Software is furnished to do so, subject to the following
20537
+ conditions:
20538
+
20539
+ The above copyright notice and this permission notice shall be
20540
+ included in all copies or substantial portions of the Software.
20541
+
20542
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
20543
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
20544
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
20545
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
20546
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
20547
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
20548
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
20549
+ OTHER DEALINGS IN THE SOFTWARE.
20550
+
20551
+ ---
20552
+
20553
+ The following software may be included in this product: prelude-ls (1.2.1)
20554
+ This software contains the following license and notice below:
20555
+
20556
+ Copyright (c) George Zahariev
20483
20557
 
20484
20558
  Permission is hereby granted, free of charge, to any person
20485
20559
  obtaining a copy of this software and associated documentation
@@ -21829,6 +21903,37 @@ IN THE SOFTWARE.
21829
21903
 
21830
21904
  ---
21831
21905
 
21906
+ The following software may be included in this product: rolldown (1.0.0-rc.12)
21907
+ This software contains the following license and notice below:
21908
+
21909
+ MIT License
21910
+
21911
+ Copyright (c) 2024-present VoidZero Inc. & Contributors
21912
+
21913
+ Permission is hereby granted, free of charge, to any person obtaining a copy
21914
+ of this software and associated documentation files (the "Software"), to deal
21915
+ in the Software without restriction, including without limitation the rights
21916
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
21917
+ copies of the Software, and to permit persons to whom the Software is
21918
+ furnished to do so, subject to the following conditions:
21919
+
21920
+ The above copyright notice and this permission notice shall be included in all
21921
+ copies or substantial portions of the Software.
21922
+
21923
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21924
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21925
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
21926
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21927
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21928
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21929
+ SOFTWARE.
21930
+
21931
+ end of terms and conditions
21932
+
21933
+ The licenses of externally maintained libraries from which parts of the Software is derived are listed [here](https://github.com/rolldown/rolldown/blob/main/THIRD-PARTY-LICENSE).
21934
+
21935
+ ---
21936
+
21832
21937
  The following software may be included in this product: rollup (4.50.1)
21833
21938
  This software contains the following license and notice below:
21834
21939
 
@@ -25818,7 +25923,7 @@ SOFTWARE.
25818
25923
 
25819
25924
  ---
25820
25925
 
25821
- The following software may be included in this product: tinyexec (1.0.2)
25926
+ The following software may be included in this product: tinyexec (1.0.4)
25822
25927
  This software contains the following license and notice below:
25823
25928
 
25824
25929
  MIT License
@@ -25872,7 +25977,7 @@ SOFTWARE.
25872
25977
 
25873
25978
  ---
25874
25979
 
25875
- The following software may be included in this product: tinyrainbow (3.0.3)
25980
+ The following software may be included in this product: tinyrainbow (3.1.0)
25876
25981
  This software contains the following license and notice below:
25877
25982
 
25878
25983
  MIT License
@@ -26932,7 +27037,7 @@ THE SOFTWARE
26932
27037
 
26933
27038
  ---
26934
27039
 
26935
- The following software may be included in this product: vite (7.3.1)
27040
+ The following software may be included in this product: vite (8.0.3)
26936
27041
  This software contains the following license and notice below:
26937
27042
 
26938
27043
  # Vite core license
@@ -26962,7 +27067,7 @@ SOFTWARE.
26962
27067
 
26963
27068
  # Licenses of bundled dependencies
26964
27069
  The published Vite artifact additionally contains code with the following licenses:
26965
- BSD-2-Clause, CC0-1.0, ISC, MIT
27070
+ Apache-2.0, BSD-2-Clause, CC0-1.0, ISC, MIT
26966
27071
 
26967
27072
  # Bundled dependencies:
26968
27073
  ## @jridgewell/gen-mapping, @jridgewell/remapping, @jridgewell/sourcemap-codec, @jridgewell/trace-mapping
@@ -27032,13 +27137,22 @@ Repository: https://github.com/lukeed/polka
27032
27137
 
27033
27138
  ---------------------------------------
27034
27139
 
27035
- ## @rolldown/pluginutils
27140
+ ## @rollup/plugin-alias, @rollup/plugin-dynamic-import-vars, @rollup/pluginutils
27141
+ License: MIT
27142
+ By: Johannes Stein
27143
+ Repository: https://github.com/rollup/plugins
27144
+
27036
27145
  License: MIT
27037
- Repository: https://github.com/rolldown/rolldown
27146
+ By: LarsDenBakker
27147
+ Repository: https://github.com/rollup/plugins
27038
27148
 
27039
- > MIT License
27149
+ License: MIT
27150
+ By: Rich Harris
27151
+ Repository: https://github.com/rollup/plugins
27152
+
27153
+ > The MIT License (MIT)
27040
27154
  >
27041
- > Copyright (c) 2024-present VoidZero Inc. & Contributors
27155
+ > Copyright (c) 2019 RollupJS Plugin Contributors (https://github.com/rollup/plugins/graphs/contributors)
27042
27156
  >
27043
27157
  > Permission is hereby granted, free of charge, to any person obtaining a copy
27044
27158
  > of this software and associated documentation files (the "Software"), to deal
@@ -27047,43 +27161,235 @@ Repository: https://github.com/rolldown/rolldown
27047
27161
  > copies of the Software, and to permit persons to whom the Software is
27048
27162
  > furnished to do so, subject to the following conditions:
27049
27163
  >
27050
- > The above copyright notice and this permission notice shall be included in all
27051
- > copies or substantial portions of the Software.
27164
+ > The above copyright notice and this permission notice shall be included in
27165
+ > all copies or substantial portions of the Software.
27052
27166
  >
27053
27167
  > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
27054
27168
  > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
27055
27169
  > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
27056
27170
  > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
27057
27171
  > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
27058
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
27059
- > SOFTWARE.
27060
- >
27061
- > end of terms and conditions
27062
- >
27063
- > The licenses of externally maintained libraries from which parts of the Software is derived are listed [here](https://github.com/rolldown/rolldown/blob/main/THIRD-PARTY-LICENSE).
27172
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
27173
+ > THE SOFTWARE.
27064
27174
 
27065
27175
  ---------------------------------------
27066
27176
 
27067
- ## @rollup/plugin-alias, @rollup/plugin-commonjs, @rollup/plugin-dynamic-import-vars, @rollup/pluginutils
27068
- License: MIT
27069
- By: Johannes Stein
27070
- Repository: https://github.com/rollup/plugins
27177
+ ## @vercel/detect-agent
27178
+ License: Apache-2.0
27179
+ By: Vercel
27180
+ Repository: https://github.com/vercel/vercel
27181
+
27182
+ > Apache License
27183
+ > Version 2.0, January 2004
27184
+ > http://www.apache.org/licenses/
27185
+ >
27186
+ > TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
27187
+ >
27188
+ > 1. Definitions.
27189
+ >
27190
+ > "License" shall mean the terms and conditions for use, reproduction,
27191
+ > and distribution as defined by Sections 1 through 9 of this document.
27192
+ >
27193
+ > "Licensor" shall mean the copyright owner or entity authorized by
27194
+ > the copyright owner that is granting the License.
27195
+ >
27196
+ > "Legal Entity" shall mean the union of the acting entity and all
27197
+ > other entities that control, are controlled by, or are under common
27198
+ > control with that entity. For the purposes of this definition,
27199
+ > "control" means (i) the power, direct or indirect, to cause the
27200
+ > direction or management of such entity, whether by contract or
27201
+ > otherwise, or (ii) ownership of fifty percent (50%) or more of the
27202
+ > outstanding shares, or (iii) beneficial ownership of such entity.
27203
+ >
27204
+ > "You" (or "Your") shall mean an individual or Legal Entity
27205
+ > exercising permissions granted by this License.
27206
+ >
27207
+ > "Source" form shall mean the preferred form for making modifications,
27208
+ > including but not limited to software source code, documentation
27209
+ > source, and configuration files.
27210
+ >
27211
+ > "Object" form shall mean any form resulting from mechanical
27212
+ > transformation or translation of a Source form, including but
27213
+ > not limited to compiled object code, generated documentation,
27214
+ > and conversions to other media types.
27215
+ >
27216
+ > "Work" shall mean the work of authorship, whether in Source or
27217
+ > Object form, made available under the License, as indicated by a
27218
+ > copyright notice that is included in or attached to the work
27219
+ > (an example is provided in the Appendix below).
27220
+ >
27221
+ > "Derivative Works" shall mean any work, whether in Source or Object
27222
+ > form, that is based on (or derived from) the Work and for which the
27223
+ > editorial revisions, annotations, elaborations, or other modifications
27224
+ > represent, as a whole, an original work of authorship. For the purposes
27225
+ > of this License, Derivative Works shall not include works that remain
27226
+ > separable from, or merely link (or bind by name) to the interfaces of,
27227
+ > the Work and Derivative Works thereof.
27228
+ >
27229
+ > "Contribution" shall mean any work of authorship, including
27230
+ > the original version of the Work and any modifications or additions
27231
+ > to that Work or Derivative Works thereof, that is intentionally
27232
+ > submitted to Licensor for inclusion in the Work by the copyright owner
27233
+ > or by an individual or Legal Entity authorized to submit on behalf of
27234
+ > the copyright owner. For the purposes of this definition, "submitted"
27235
+ > means any form of electronic, verbal, or written communication sent
27236
+ > to the Licensor or its representatives, including but not limited to
27237
+ > communication on electronic mailing lists, source code control systems,
27238
+ > and issue tracking systems that are managed by, or on behalf of, the
27239
+ > Licensor for the purpose of discussing and improving the Work, but
27240
+ > excluding communication that is conspicuously marked or otherwise
27241
+ > designated in writing by the copyright owner as "Not a Contribution."
27242
+ >
27243
+ > "Contributor" shall mean Licensor and any individual or Legal Entity
27244
+ > on behalf of whom a Contribution has been received by Licensor and
27245
+ > subsequently incorporated within the Work.
27246
+ >
27247
+ > 2. Grant of Copyright License. Subject to the terms and conditions of
27248
+ > this License, each Contributor hereby grants to You a perpetual,
27249
+ > worldwide, non-exclusive, no-charge, royalty-free, irrevocable
27250
+ > copyright license to reproduce, prepare Derivative Works of,
27251
+ > publicly display, publicly perform, sublicense, and distribute the
27252
+ > Work and such Derivative Works in Source or Object form.
27253
+ >
27254
+ > 3. Grant of Patent License. Subject to the terms and conditions of
27255
+ > this License, each Contributor hereby grants to You a perpetual,
27256
+ > worldwide, non-exclusive, no-charge, royalty-free, irrevocable
27257
+ > (except as stated in this section) patent license to make, have made,
27258
+ > use, offer to sell, sell, import, and otherwise transfer the Work,
27259
+ > where such license applies only to those patent claims licensable
27260
+ > by such Contributor that are necessarily infringed by their
27261
+ > Contribution(s) alone or by combination of their Contribution(s)
27262
+ > with the Work to which such Contribution(s) was submitted. If You
27263
+ > institute patent litigation against any entity (including a
27264
+ > cross-claim or counterclaim in a lawsuit) alleging that the Work
27265
+ > or a Contribution incorporated within the Work constitutes direct
27266
+ > or contributory patent infringement, then any patent licenses
27267
+ > granted to You under this License for that Work shall terminate
27268
+ > as of the date such litigation is filed.
27269
+ >
27270
+ > 4. Redistribution. You may reproduce and distribute copies of the
27271
+ > Work or Derivative Works thereof in any medium, with or without
27272
+ > modifications, and in Source or Object form, provided that You
27273
+ > meet the following conditions:
27274
+ >
27275
+ > (a) You must give any other recipients of the Work or
27276
+ > Derivative Works a copy of this License; and
27277
+ >
27278
+ > (b) You must cause any modified files to carry prominent notices
27279
+ > stating that You changed the files; and
27280
+ >
27281
+ > (c) You must retain, in the Source form of any Derivative Works
27282
+ > that You distribute, all copyright, patent, trademark, and
27283
+ > attribution notices from the Source form of the Work,
27284
+ > excluding those notices that do not pertain to any part of
27285
+ > the Derivative Works; and
27286
+ >
27287
+ > (d) If the Work includes a "NOTICE" text file as part of its
27288
+ > distribution, then any Derivative Works that You distribute must
27289
+ > include a readable copy of the attribution notices contained
27290
+ > within such NOTICE file, excluding those notices that do not
27291
+ > pertain to any part of the Derivative Works, in at least one
27292
+ > of the following places: within a NOTICE text file distributed
27293
+ > as part of the Derivative Works; within the Source form or
27294
+ > documentation, if provided along with the Derivative Works; or,
27295
+ > within a display generated by the Derivative Works, if and
27296
+ > wherever such third-party notices normally appear. The contents
27297
+ > of the NOTICE file are for informational purposes only and
27298
+ > do not modify the License. You may add Your own attribution
27299
+ > notices within Derivative Works that You distribute, alongside
27300
+ > or as an addendum to the NOTICE text from the Work, provided
27301
+ > that such additional attribution notices cannot be construed
27302
+ > as modifying the License.
27303
+ >
27304
+ > You may add Your own copyright statement to Your modifications and
27305
+ > may provide additional or different license terms and conditions
27306
+ > for use, reproduction, or distribution of Your modifications, or
27307
+ > for any such Derivative Works as a whole, provided Your use,
27308
+ > reproduction, and distribution of the Work otherwise complies with
27309
+ > the conditions stated in this License.
27310
+ >
27311
+ > 5. Submission of Contributions. Unless You explicitly state otherwise,
27312
+ > any Contribution intentionally submitted for inclusion in the Work
27313
+ > by You to the Licensor shall be under the terms and conditions of
27314
+ > this License, without any additional terms or conditions.
27315
+ > Notwithstanding the above, nothing herein shall supersede or modify
27316
+ > the terms of any separate license agreement you may have executed
27317
+ > with Licensor regarding such Contributions.
27318
+ >
27319
+ > 6. Trademarks. This License does not grant permission to use the trade
27320
+ > names, trademarks, service marks, or product names of the Licensor,
27321
+ > except as required for reasonable and customary use in describing the
27322
+ > origin of the Work and reproducing the content of the NOTICE file.
27323
+ >
27324
+ > 7. Disclaimer of Warranty. Unless required by applicable law or
27325
+ > agreed to in writing, Licensor provides the Work (and each
27326
+ > Contributor provides its Contributions) on an "AS IS" BASIS,
27327
+ > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
27328
+ > implied, including, without limitation, any warranties or conditions
27329
+ > of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
27330
+ > PARTICULAR PURPOSE. You are solely responsible for determining the
27331
+ > appropriateness of using or redistributing the Work and assume any
27332
+ > risks associated with Your exercise of permissions under this License.
27333
+ >
27334
+ > 8. Limitation of Liability. In no event and under no legal theory,
27335
+ > whether in tort (including negligence), contract, or otherwise,
27336
+ > unless required by applicable law (such as deliberate and grossly
27337
+ > negligent acts) or agreed to in writing, shall any Contributor be
27338
+ > liable to You for damages, including any direct, indirect, special,
27339
+ > incidental, or consequential damages of any character arising as a
27340
+ > result of this License or out of the use or inability to use the
27341
+ > Work (including but not limited to damages for loss of goodwill,
27342
+ > work stoppage, computer failure or malfunction, or any and all
27343
+ > other commercial damages or losses), even if such Contributor
27344
+ > has been advised of the possibility of such damages.
27345
+ >
27346
+ > 9. Accepting Warranty or Additional Liability. While redistributing
27347
+ > the Work or Derivative Works thereof, You may choose to offer,
27348
+ > and charge a fee for, acceptance of support, warranty, indemnity,
27349
+ > or other liability obligations and/or rights consistent with this
27350
+ > License. However, in accepting such obligations, You may act only
27351
+ > on Your own behalf and on Your sole responsibility, not on behalf
27352
+ > of any other Contributor, and only if You agree to indemnify,
27353
+ > defend, and hold each Contributor harmless for any liability
27354
+ > incurred by, or claims asserted against, such Contributor by reason
27355
+ > of your accepting any such warranty or additional liability.
27356
+ >
27357
+ > END OF TERMS AND CONDITIONS
27358
+ >
27359
+ > APPENDIX: How to apply the Apache License to your work.
27360
+ >
27361
+ > To apply the Apache License to your work, attach the following
27362
+ > boilerplate notice, with the fields enclosed by brackets "[]"
27363
+ > replaced with your own identifying information. (Don't include
27364
+ > the brackets!) The text should be enclosed in the appropriate
27365
+ > comment syntax for the file format. We also recommend that a
27366
+ > file or class name and description of purpose be included on the
27367
+ > same "printed page" as the copyright notice for easier
27368
+ > identification within third-party archives.
27369
+ >
27370
+ > Copyright 2017 Vercel, Inc.
27371
+ >
27372
+ > Licensed under the Apache License, Version 2.0 (the "License");
27373
+ > you may not use this file except in compliance with the License.
27374
+ > You may obtain a copy of the License at
27375
+ >
27376
+ > http://www.apache.org/licenses/LICENSE-2.0
27377
+ >
27378
+ > Unless required by applicable law or agreed to in writing, software
27379
+ > distributed under the License is distributed on an "AS IS" BASIS,
27380
+ > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
27381
+ > See the License for the specific language governing permissions and
27382
+ > limitations under the License.
27071
27383
 
27072
- License: MIT
27073
- By: Rich Harris
27074
- Repository: https://github.com/rollup/plugins
27075
-
27076
- License: MIT
27077
- By: LarsDenBakker
27078
- Repository: https://github.com/rollup/plugins
27384
+ ---------------------------------------
27079
27385
 
27386
+ ## @vitest/utils
27080
27387
  License: MIT
27081
- By: Rich Harris
27082
- Repository: https://github.com/rollup/plugins
27388
+ Repository: https://github.com/vitest-dev/vitest
27083
27389
 
27084
- > The MIT License (MIT)
27390
+ > MIT License
27085
27391
  >
27086
- > Copyright (c) 2019 RollupJS Plugin Contributors (https://github.com/rollup/plugins/graphs/contributors)
27392
+ > Copyright (c) 2021-Present VoidZero Inc. and Vitest contributors
27087
27393
  >
27088
27394
  > Permission is hereby granted, free of charge, to any person obtaining a copy
27089
27395
  > of this software and associated documentation files (the "Software"), to deal
@@ -27092,16 +27398,16 @@ Repository: https://github.com/rollup/plugins
27092
27398
  > copies of the Software, and to permit persons to whom the Software is
27093
27399
  > furnished to do so, subject to the following conditions:
27094
27400
  >
27095
- > The above copyright notice and this permission notice shall be included in
27096
- > all copies or substantial portions of the Software.
27401
+ > The above copyright notice and this permission notice shall be included in all
27402
+ > copies or substantial portions of the Software.
27097
27403
  >
27098
27404
  > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
27099
27405
  > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
27100
27406
  > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
27101
27407
  > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
27102
27408
  > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
27103
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
27104
- > THE SOFTWARE.
27409
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
27410
+ > SOFTWARE.
27105
27411
 
27106
27412
  ---------------------------------------
27107
27413
 
@@ -27233,7 +27539,7 @@ Repositories: https://github.com/sindresorhus/bundle-name, https://github.com/si
27233
27539
  ## cac
27234
27540
  License: MIT
27235
27541
  By: egoist
27236
- Repository: https://github.com/egoist/cac
27542
+ Repository: https://github.com/cacjs/cac
27237
27543
 
27238
27544
  > The MIT License (MIT)
27239
27545
  >
@@ -27288,38 +27594,6 @@ Repository: https://github.com/paulmillr/chokidar
27288
27594
 
27289
27595
  ---------------------------------------
27290
27596
 
27291
- ## commondir, shell-quote
27292
- License: MIT
27293
- By: James Halliday
27294
- Repositories: http://github.com/substack/node-commondir, http://github.com/ljharb/shell-quote
27295
-
27296
- > The MIT License
27297
- >
27298
- > Copyright (c) 2013 James Halliday (mail@substack.net)
27299
- >
27300
- > Permission is hereby granted, free of charge,
27301
- > to any person obtaining a copy of this software and
27302
- > associated documentation files (the "Software"), to
27303
- > deal in the Software without restriction, including
27304
- > without limitation the rights to use, copy, modify,
27305
- > merge, publish, distribute, sublicense, and/or sell
27306
- > copies of the Software, and to permit persons to whom
27307
- > the Software is furnished to do so,
27308
- > subject to the following conditions:
27309
- >
27310
- > The above copyright notice and this permission notice
27311
- > shall be included in all copies or substantial portions of the Software.
27312
- >
27313
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
27314
- > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
27315
- > OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
27316
- > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
27317
- > ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
27318
- > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
27319
- > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
27320
-
27321
- ---------------------------------------
27322
-
27323
27597
  ## connect
27324
27598
  License: MIT
27325
27599
  By: TJ Holowaychuk, Douglas Christopher Wilson, Jonathan Ong, Tim Caswell
@@ -27471,36 +27745,6 @@ Repository: https://github.com/mathiasbynens/cssesc
27471
27745
 
27472
27746
  ---------------------------------------
27473
27747
 
27474
- ## dotenv
27475
- License: BSD-2-Clause
27476
- Repository: https://github.com/motdotla/dotenv
27477
-
27478
- > Copyright (c) 2015, Scott Motte
27479
- > All rights reserved.
27480
- >
27481
- > Redistribution and use in source and binary forms, with or without
27482
- > modification, are permitted provided that the following conditions are met:
27483
- >
27484
- > * Redistributions of source code must retain the above copyright notice, this
27485
- > list of conditions and the following disclaimer.
27486
- >
27487
- > * Redistributions in binary form must reproduce the above copyright notice,
27488
- > this list of conditions and the following disclaimer in the documentation
27489
- > and/or other materials provided with the distribution.
27490
- >
27491
- > THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
27492
- > AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
27493
- > IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
27494
- > DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
27495
- > FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
27496
- > DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
27497
- > SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
27498
- > CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
27499
- > OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
27500
- > OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27501
-
27502
- ---------------------------------------
27503
-
27504
27748
  ## dotenv-expand
27505
27749
  License: BSD-2-Clause
27506
27750
  By: motdotla
@@ -27960,13 +28204,6 @@ Repository: https://github.com/micromatch/is-glob
27960
28204
 
27961
28205
  ---------------------------------------
27962
28206
 
27963
- ## is-reference
27964
- License: MIT
27965
- By: Rich Harris
27966
- Repository: https://github.com/Rich-Harris/is-reference
27967
-
27968
- ---------------------------------------
27969
-
27970
28207
  ## isexe, which
27971
28208
  License: ISC
27972
28209
  By: Isaac Z. Schlueter
@@ -28754,6 +28991,38 @@ Repository: https://github.com/kevva/shebang-command
28754
28991
 
28755
28992
  ---------------------------------------
28756
28993
 
28994
+ ## shell-quote
28995
+ License: MIT
28996
+ By: James Halliday
28997
+ Repository: http://github.com/ljharb/shell-quote
28998
+
28999
+ > The MIT License
29000
+ >
29001
+ > Copyright (c) 2013 James Halliday (mail@substack.net)
29002
+ >
29003
+ > Permission is hereby granted, free of charge,
29004
+ > to any person obtaining a copy of this software and
29005
+ > associated documentation files (the "Software"), to
29006
+ > deal in the Software without restriction, including
29007
+ > without limitation the rights to use, copy, modify,
29008
+ > merge, publish, distribute, sublicense, and/or sell
29009
+ > copies of the Software, and to permit persons to whom
29010
+ > the Software is furnished to do so,
29011
+ > subject to the following conditions:
29012
+ >
29013
+ > The above copyright notice and this permission notice
29014
+ > shall be included in all copies or substantial portions of the Software.
29015
+ >
29016
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
29017
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
29018
+ > OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
29019
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
29020
+ > ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
29021
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
29022
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
29023
+
29024
+ ---------------------------------------
29025
+
28757
29026
  ## sirv
28758
29027
  License: MIT
28759
29028
  By: Luke Edwards
@@ -28856,60 +29125,6 @@ Repository: https://github.com/micromatch/to-regex-range
28856
29125
 
28857
29126
  ---------------------------------------
28858
29127
 
28859
- ## tsconfck
28860
- License: MIT
28861
- By: dominikg
28862
- Repository: https://github.com/dominikg/tsconfck
28863
-
28864
- > MIT License
28865
- >
28866
- > Copyright (c) 2021-present dominikg and [contributors](https://github.com/dominikg/tsconfck/graphs/contributors)
28867
- >
28868
- > Permission is hereby granted, free of charge, to any person obtaining a copy
28869
- > of this software and associated documentation files (the "Software"), to deal
28870
- > in the Software without restriction, including without limitation the rights
28871
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
28872
- > copies of the Software, and to permit persons to whom the Software is
28873
- > furnished to do so, subject to the following conditions:
28874
- >
28875
- > The above copyright notice and this permission notice shall be included in all
28876
- > copies or substantial portions of the Software.
28877
- >
28878
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
28879
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
28880
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
28881
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
28882
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
28883
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
28884
- > SOFTWARE.
28885
- >
28886
- > -- Licenses for 3rd-party code included in tsconfck --
28887
- >
28888
- > # strip-bom and strip-json-comments
28889
- > MIT License
28890
- >
28891
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
28892
- >
28893
- > Permission is hereby granted, free of charge, to any person obtaining a copy
28894
- > of this software and associated documentation files (the "Software"), to deal
28895
- > in the Software without restriction, including without limitation the rights
28896
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
28897
- > copies of the Software, and to permit persons to whom the Software is
28898
- > furnished to do so, subject to the following conditions:
28899
- >
28900
- > The above copyright notice and this permission notice shall be included in all
28901
- > copies or substantial portions of the Software.
28902
- >
28903
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
28904
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
28905
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
28906
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
28907
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
28908
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
28909
- > SOFTWARE.
28910
-
28911
- ---------------------------------------
28912
-
28913
29128
  ## unpipe
28914
29129
  License: MIT
28915
29130
  By: Douglas Christopher Wilson
@@ -29058,7 +29273,7 @@ Repository: https://github.com/websockets/ws
29058
29273
 
29059
29274
  ---
29060
29275
 
29061
- The following software may be included in this product: vitest (4.1.1)
29276
+ The following software may be included in this product: vitest (4.1.2)
29062
29277
  This software contains the following license and notice below:
29063
29278
 
29064
29279
  # Vitest core license
@@ -36801,7 +37016,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
36801
37016
 
36802
37017
  ---
36803
37018
 
36804
- The following software may be included in this product: flatted (3.3.3)
37019
+ The following software may be included in this product: flatted (3.4.0)
36805
37020
  This software contains the following license and notice below:
36806
37021
 
36807
37022
  ISC License
@@ -36822,7 +37037,7 @@ PERFORMANCE OF THIS SOFTWARE.
36822
37037
 
36823
37038
  ---
36824
37039
 
36825
- The following software may be included in this product: flatted (3.4.0)
37040
+ The following software may be included in this product: flatted (3.4.2)
36826
37041
  This software contains the following license and notice below:
36827
37042
 
36828
37043
  ISC License
@@ -37273,7 +37488,7 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
37273
37488
 
37274
37489
  ---
37275
37490
 
37276
- The following software may be included in this product: minimatch (5.1.8)
37491
+ The following software may be included in this product: minimatch (5.1.9)
37277
37492
  This software contains the following license and notice below:
37278
37493
 
37279
37494
  The ISC License
@@ -37336,7 +37551,7 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
37336
37551
 
37337
37552
  ---
37338
37553
 
37339
- The following software may be included in this product: minimatch (9.0.7)
37554
+ The following software may be included in this product: minimatch (9.0.9)
37340
37555
  This software contains the following license and notice below:
37341
37556
 
37342
37557
  The ISC License
@@ -37906,25 +38121,6 @@ THIS SOFTWARE.
37906
38121
 
37907
38122
  ---
37908
38123
 
37909
- The following software may be included in this product: yaml (2.8.1)
37910
- This software contains the following license and notice below:
37911
-
37912
- Copyright Eemeli Aro <eemeli@gmail.com>
37913
-
37914
- Permission to use, copy, modify, and/or distribute this software for any purpose
37915
- with or without fee is hereby granted, provided that the above copyright notice
37916
- and this permission notice appear in all copies.
37917
-
37918
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
37919
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
37920
- FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
37921
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
37922
- OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
37923
- TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
37924
- THIS SOFTWARE.
37925
-
37926
- ---
37927
-
37928
38124
  The following software may be included in this product: yaml (2.8.3)
37929
38125
  This software contains the following license and notice below:
37930
38126
 
@@ -40487,6 +40683,67 @@ software or this license, under any kind of legal claim._**
40487
40683
 
40488
40684
  ---
40489
40685
 
40686
+ The following software may be included in this product: minimatch (10.2.5)
40687
+ This software contains the following license and notice below:
40688
+
40689
+ # Blue Oak Model License
40690
+
40691
+ Version 1.0.0
40692
+
40693
+ ## Purpose
40694
+
40695
+ This license gives everyone as much permission to work with
40696
+ this software as possible, while protecting contributors
40697
+ from liability.
40698
+
40699
+ ## Acceptance
40700
+
40701
+ In order to receive this license, you must agree to its
40702
+ rules. The rules of this license are both obligations
40703
+ under that agreement and conditions to your license.
40704
+ You must not do anything with this software that triggers
40705
+ a rule that you cannot or will not follow.
40706
+
40707
+ ## Copyright
40708
+
40709
+ Each contributor licenses you to do everything with this
40710
+ software that would otherwise infringe that contributor's
40711
+ copyright in it.
40712
+
40713
+ ## Notices
40714
+
40715
+ You must ensure that everyone who gets a copy of
40716
+ any part of this software from you, with or without
40717
+ changes, also gets the text of this license or a link to
40718
+ <https://blueoakcouncil.org/license/1.0.0>.
40719
+
40720
+ ## Excuse
40721
+
40722
+ If anyone notifies you in writing that you have not
40723
+ complied with [Notices](#notices), you can keep your
40724
+ license by taking all practical steps to comply within 30
40725
+ days after the notice. If you do not do so, your license
40726
+ ends immediately.
40727
+
40728
+ ## Patent
40729
+
40730
+ Each contributor licenses you to do everything with this
40731
+ software that would otherwise infringe any patent claims
40732
+ they can license or become able to license.
40733
+
40734
+ ## Reliability
40735
+
40736
+ No contributor can revoke this license.
40737
+
40738
+ ## No Liability
40739
+
40740
+ **_As far as the law allows, this software comes as is,
40741
+ without any warranty or condition, and no contributor
40742
+ will be liable to anyone for any damages related to this
40743
+ software or this license, under any kind of legal claim._**
40744
+
40745
+ ---
40746
+
40490
40747
  The following software may be included in this product: package-json-from-dist (1.0.1)
40491
40748
  This software contains the following license and notice below:
40492
40749
 
@@ -41698,6 +41955,385 @@ defined by the Mozilla Public License, v. 2.0.
41698
41955
 
41699
41956
  ---
41700
41957
 
41958
+ The following software may be included in this product: lightningcss-linux-arm64-musl (1.32.0)
41959
+ This software contains the following license and notice below:
41960
+
41961
+ Mozilla Public License Version 2.0
41962
+ ==================================
41963
+
41964
+ 1. Definitions
41965
+ --------------
41966
+
41967
+ 1.1. "Contributor"
41968
+ means each individual or legal entity that creates, contributes to
41969
+ the creation of, or owns Covered Software.
41970
+
41971
+ 1.2. "Contributor Version"
41972
+ means the combination of the Contributions of others (if any) used
41973
+ by a Contributor and that particular Contributor's Contribution.
41974
+
41975
+ 1.3. "Contribution"
41976
+ means Covered Software of a particular Contributor.
41977
+
41978
+ 1.4. "Covered Software"
41979
+ means Source Code Form to which the initial Contributor has attached
41980
+ the notice in Exhibit A, the Executable Form of such Source Code
41981
+ Form, and Modifications of such Source Code Form, in each case
41982
+ including portions thereof.
41983
+
41984
+ 1.5. "Incompatible With Secondary Licenses"
41985
+ means
41986
+
41987
+ (a) that the initial Contributor has attached the notice described
41988
+ in Exhibit B to the Covered Software; or
41989
+
41990
+ (b) that the Covered Software was made available under the terms of
41991
+ version 1.1 or earlier of the License, but not also under the
41992
+ terms of a Secondary License.
41993
+
41994
+ 1.6. "Executable Form"
41995
+ means any form of the work other than Source Code Form.
41996
+
41997
+ 1.7. "Larger Work"
41998
+ means a work that combines Covered Software with other material, in
41999
+ a separate file or files, that is not Covered Software.
42000
+
42001
+ 1.8. "License"
42002
+ means this document.
42003
+
42004
+ 1.9. "Licensable"
42005
+ means having the right to grant, to the maximum extent possible,
42006
+ whether at the time of the initial grant or subsequently, any and
42007
+ all of the rights conveyed by this License.
42008
+
42009
+ 1.10. "Modifications"
42010
+ means any of the following:
42011
+
42012
+ (a) any file in Source Code Form that results from an addition to,
42013
+ deletion from, or modification of the contents of Covered
42014
+ Software; or
42015
+
42016
+ (b) any new file in Source Code Form that contains any Covered
42017
+ Software.
42018
+
42019
+ 1.11. "Patent Claims" of a Contributor
42020
+ means any patent claim(s), including without limitation, method,
42021
+ process, and apparatus claims, in any patent Licensable by such
42022
+ Contributor that would be infringed, but for the grant of the
42023
+ License, by the making, using, selling, offering for sale, having
42024
+ made, import, or transfer of either its Contributions or its
42025
+ Contributor Version.
42026
+
42027
+ 1.12. "Secondary License"
42028
+ means either the GNU General Public License, Version 2.0, the GNU
42029
+ Lesser General Public License, Version 2.1, the GNU Affero General
42030
+ Public License, Version 3.0, or any later versions of those
42031
+ licenses.
42032
+
42033
+ 1.13. "Source Code Form"
42034
+ means the form of the work preferred for making modifications.
42035
+
42036
+ 1.14. "You" (or "Your")
42037
+ means an individual or a legal entity exercising rights under this
42038
+ License. For legal entities, "You" includes any entity that
42039
+ controls, is controlled by, or is under common control with You. For
42040
+ purposes of this definition, "control" means (a) the power, direct
42041
+ or indirect, to cause the direction or management of such entity,
42042
+ whether by contract or otherwise, or (b) ownership of more than
42043
+ fifty percent (50%) of the outstanding shares or beneficial
42044
+ ownership of such entity.
42045
+
42046
+ 2. License Grants and Conditions
42047
+ --------------------------------
42048
+
42049
+ 2.1. Grants
42050
+
42051
+ Each Contributor hereby grants You a world-wide, royalty-free,
42052
+ non-exclusive license:
42053
+
42054
+ (a) under intellectual property rights (other than patent or trademark)
42055
+ Licensable by such Contributor to use, reproduce, make available,
42056
+ modify, display, perform, distribute, and otherwise exploit its
42057
+ Contributions, either on an unmodified basis, with Modifications, or
42058
+ as part of a Larger Work; and
42059
+
42060
+ (b) under Patent Claims of such Contributor to make, use, sell, offer
42061
+ for sale, have made, import, and otherwise transfer either its
42062
+ Contributions or its Contributor Version.
42063
+
42064
+ 2.2. Effective Date
42065
+
42066
+ The licenses granted in Section 2.1 with respect to any Contribution
42067
+ become effective for each Contribution on the date the Contributor first
42068
+ distributes such Contribution.
42069
+
42070
+ 2.3. Limitations on Grant Scope
42071
+
42072
+ The licenses granted in this Section 2 are the only rights granted under
42073
+ this License. No additional rights or licenses will be implied from the
42074
+ distribution or licensing of Covered Software under this License.
42075
+ Notwithstanding Section 2.1(b) above, no patent license is granted by a
42076
+ Contributor:
42077
+
42078
+ (a) for any code that a Contributor has removed from Covered Software;
42079
+ or
42080
+
42081
+ (b) for infringements caused by: (i) Your and any other third party's
42082
+ modifications of Covered Software, or (ii) the combination of its
42083
+ Contributions with other software (except as part of its Contributor
42084
+ Version); or
42085
+
42086
+ (c) under Patent Claims infringed by Covered Software in the absence of
42087
+ its Contributions.
42088
+
42089
+ This License does not grant any rights in the trademarks, service marks,
42090
+ or logos of any Contributor (except as may be necessary to comply with
42091
+ the notice requirements in Section 3.4).
42092
+
42093
+ 2.4. Subsequent Licenses
42094
+
42095
+ No Contributor makes additional grants as a result of Your choice to
42096
+ distribute the Covered Software under a subsequent version of this
42097
+ License (see Section 10.2) or under the terms of a Secondary License (if
42098
+ permitted under the terms of Section 3.3).
42099
+
42100
+ 2.5. Representation
42101
+
42102
+ Each Contributor represents that the Contributor believes its
42103
+ Contributions are its original creation(s) or it has sufficient rights
42104
+ to grant the rights to its Contributions conveyed by this License.
42105
+
42106
+ 2.6. Fair Use
42107
+
42108
+ This License is not intended to limit any rights You have under
42109
+ applicable copyright doctrines of fair use, fair dealing, or other
42110
+ equivalents.
42111
+
42112
+ 2.7. Conditions
42113
+
42114
+ Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted
42115
+ in Section 2.1.
42116
+
42117
+ 3. Responsibilities
42118
+ -------------------
42119
+
42120
+ 3.1. Distribution of Source Form
42121
+
42122
+ All distribution of Covered Software in Source Code Form, including any
42123
+ Modifications that You create or to which You contribute, must be under
42124
+ the terms of this License. You must inform recipients that the Source
42125
+ Code Form of the Covered Software is governed by the terms of this
42126
+ License, and how they can obtain a copy of this License. You may not
42127
+ attempt to alter or restrict the recipients' rights in the Source Code
42128
+ Form.
42129
+
42130
+ 3.2. Distribution of Executable Form
42131
+
42132
+ If You distribute Covered Software in Executable Form then:
42133
+
42134
+ (a) such Covered Software must also be made available in Source Code
42135
+ Form, as described in Section 3.1, and You must inform recipients of
42136
+ the Executable Form how they can obtain a copy of such Source Code
42137
+ Form by reasonable means in a timely manner, at a charge no more
42138
+ than the cost of distribution to the recipient; and
42139
+
42140
+ (b) You may distribute such Executable Form under the terms of this
42141
+ License, or sublicense it under different terms, provided that the
42142
+ license for the Executable Form does not attempt to limit or alter
42143
+ the recipients' rights in the Source Code Form under this License.
42144
+
42145
+ 3.3. Distribution of a Larger Work
42146
+
42147
+ You may create and distribute a Larger Work under terms of Your choice,
42148
+ provided that You also comply with the requirements of this License for
42149
+ the Covered Software. If the Larger Work is a combination of Covered
42150
+ Software with a work governed by one or more Secondary Licenses, and the
42151
+ Covered Software is not Incompatible With Secondary Licenses, this
42152
+ License permits You to additionally distribute such Covered Software
42153
+ under the terms of such Secondary License(s), so that the recipient of
42154
+ the Larger Work may, at their option, further distribute the Covered
42155
+ Software under the terms of either this License or such Secondary
42156
+ License(s).
42157
+
42158
+ 3.4. Notices
42159
+
42160
+ You may not remove or alter the substance of any license notices
42161
+ (including copyright notices, patent notices, disclaimers of warranty,
42162
+ or limitations of liability) contained within the Source Code Form of
42163
+ the Covered Software, except that You may alter any license notices to
42164
+ the extent required to remedy known factual inaccuracies.
42165
+
42166
+ 3.5. Application of Additional Terms
42167
+
42168
+ You may choose to offer, and to charge a fee for, warranty, support,
42169
+ indemnity or liability obligations to one or more recipients of Covered
42170
+ Software. However, You may do so only on Your own behalf, and not on
42171
+ behalf of any Contributor. You must make it absolutely clear that any
42172
+ such warranty, support, indemnity, or liability obligation is offered by
42173
+ You alone, and You hereby agree to indemnify every Contributor for any
42174
+ liability incurred by such Contributor as a result of warranty, support,
42175
+ indemnity or liability terms You offer. You may include additional
42176
+ disclaimers of warranty and limitations of liability specific to any
42177
+ jurisdiction.
42178
+
42179
+ 4. Inability to Comply Due to Statute or Regulation
42180
+ ---------------------------------------------------
42181
+
42182
+ If it is impossible for You to comply with any of the terms of this
42183
+ License with respect to some or all of the Covered Software due to
42184
+ statute, judicial order, or regulation then You must: (a) comply with
42185
+ the terms of this License to the maximum extent possible; and (b)
42186
+ describe the limitations and the code they affect. Such description must
42187
+ be placed in a text file included with all distributions of the Covered
42188
+ Software under this License. Except to the extent prohibited by statute
42189
+ or regulation, such description must be sufficiently detailed for a
42190
+ recipient of ordinary skill to be able to understand it.
42191
+
42192
+ 5. Termination
42193
+ --------------
42194
+
42195
+ 5.1. The rights granted under this License will terminate automatically
42196
+ if You fail to comply with any of its terms. However, if You become
42197
+ compliant, then the rights granted under this License from a particular
42198
+ Contributor are reinstated (a) provisionally, unless and until such
42199
+ Contributor explicitly and finally terminates Your grants, and (b) on an
42200
+ ongoing basis, if such Contributor fails to notify You of the
42201
+ non-compliance by some reasonable means prior to 60 days after You have
42202
+ come back into compliance. Moreover, Your grants from a particular
42203
+ Contributor are reinstated on an ongoing basis if such Contributor
42204
+ notifies You of the non-compliance by some reasonable means, this is the
42205
+ first time You have received notice of non-compliance with this License
42206
+ from such Contributor, and You become compliant prior to 30 days after
42207
+ Your receipt of the notice.
42208
+
42209
+ 5.2. If You initiate litigation against any entity by asserting a patent
42210
+ infringement claim (excluding declaratory judgment actions,
42211
+ counter-claims, and cross-claims) alleging that a Contributor Version
42212
+ directly or indirectly infringes any patent, then the rights granted to
42213
+ You by any and all Contributors for the Covered Software under Section
42214
+ 2.1 of this License shall terminate.
42215
+
42216
+ 5.3. In the event of termination under Sections 5.1 or 5.2 above, all
42217
+ end user license agreements (excluding distributors and resellers) which
42218
+ have been validly granted by You or Your distributors under this License
42219
+ prior to termination shall survive termination.
42220
+
42221
+ ************************************************************************
42222
+ * *
42223
+ * 6. Disclaimer of Warranty *
42224
+ * ------------------------- *
42225
+ * *
42226
+ * Covered Software is provided under this License on an "as is" *
42227
+ * basis, without warranty of any kind, either expressed, implied, or *
42228
+ * statutory, including, without limitation, warranties that the *
42229
+ * Covered Software is free of defects, merchantable, fit for a *
42230
+ * particular purpose or non-infringing. The entire risk as to the *
42231
+ * quality and performance of the Covered Software is with You. *
42232
+ * Should any Covered Software prove defective in any respect, You *
42233
+ * (not any Contributor) assume the cost of any necessary servicing, *
42234
+ * repair, or correction. This disclaimer of warranty constitutes an *
42235
+ * essential part of this License. No use of any Covered Software is *
42236
+ * authorized under this License except under this disclaimer. *
42237
+ * *
42238
+ ************************************************************************
42239
+
42240
+ ************************************************************************
42241
+ * *
42242
+ * 7. Limitation of Liability *
42243
+ * -------------------------- *
42244
+ * *
42245
+ * Under no circumstances and under no legal theory, whether tort *
42246
+ * (including negligence), contract, or otherwise, shall any *
42247
+ * Contributor, or anyone who distributes Covered Software as *
42248
+ * permitted above, be liable to You for any direct, indirect, *
42249
+ * special, incidental, or consequential damages of any character *
42250
+ * including, without limitation, damages for lost profits, loss of *
42251
+ * goodwill, work stoppage, computer failure or malfunction, or any *
42252
+ * and all other commercial damages or losses, even if such party *
42253
+ * shall have been informed of the possibility of such damages. This *
42254
+ * limitation of liability shall not apply to liability for death or *
42255
+ * personal injury resulting from such party's negligence to the *
42256
+ * extent applicable law prohibits such limitation. Some *
42257
+ * jurisdictions do not allow the exclusion or limitation of *
42258
+ * incidental or consequential damages, so this exclusion and *
42259
+ * limitation may not apply to You. *
42260
+ * *
42261
+ ************************************************************************
42262
+
42263
+ 8. Litigation
42264
+ -------------
42265
+
42266
+ Any litigation relating to this License may be brought only in the
42267
+ courts of a jurisdiction where the defendant maintains its principal
42268
+ place of business and such litigation shall be governed by laws of that
42269
+ jurisdiction, without reference to its conflict-of-law provisions.
42270
+ Nothing in this Section shall prevent a party's ability to bring
42271
+ cross-claims or counter-claims.
42272
+
42273
+ 9. Miscellaneous
42274
+ ----------------
42275
+
42276
+ This License represents the complete agreement concerning the subject
42277
+ matter hereof. If any provision of this License is held to be
42278
+ unenforceable, such provision shall be reformed only to the extent
42279
+ necessary to make it enforceable. Any law or regulation which provides
42280
+ that the language of a contract shall be construed against the drafter
42281
+ shall not be used to construe this License against a Contributor.
42282
+
42283
+ 10. Versions of the License
42284
+ ---------------------------
42285
+
42286
+ 10.1. New Versions
42287
+
42288
+ Mozilla Foundation is the license steward. Except as provided in Section
42289
+ 10.3, no one other than the license steward has the right to modify or
42290
+ publish new versions of this License. Each version will be given a
42291
+ distinguishing version number.
42292
+
42293
+ 10.2. Effect of New Versions
42294
+
42295
+ You may distribute the Covered Software under the terms of the version
42296
+ of the License under which You originally received the Covered Software,
42297
+ or under the terms of any subsequent version published by the license
42298
+ steward.
42299
+
42300
+ 10.3. Modified Versions
42301
+
42302
+ If you create software not governed by this License, and you want to
42303
+ create a new license for such software, you may create and use a
42304
+ modified version of this License if you rename the license and remove
42305
+ any references to the name of the license steward (except to note that
42306
+ such modified license differs from this License).
42307
+
42308
+ 10.4. Distributing Source Code Form that is Incompatible With Secondary
42309
+ Licenses
42310
+
42311
+ If You choose to distribute Source Code Form that is Incompatible With
42312
+ Secondary Licenses under the terms of this version of the License, the
42313
+ notice described in Exhibit B of this License must be attached.
42314
+
42315
+ Exhibit A - Source Code Form License Notice
42316
+ -------------------------------------------
42317
+
42318
+ This Source Code Form is subject to the terms of the Mozilla Public
42319
+ License, v. 2.0. If a copy of the MPL was not distributed with this
42320
+ file, You can obtain one at https://mozilla.org/MPL/2.0/.
42321
+
42322
+ If it is not possible or desirable to put the notice in a particular
42323
+ file, then You may include the notice in a location (such as a LICENSE
42324
+ file in a relevant directory) where a recipient would be likely to look
42325
+ for such a notice.
42326
+
42327
+ You may add additional accurate notices of copyright ownership.
42328
+
42329
+ Exhibit B - "Incompatible With Secondary Licenses" Notice
42330
+ ---------------------------------------------------------
42331
+
42332
+ This Source Code Form is "Incompatible With Secondary Licenses", as
42333
+ defined by the Mozilla Public License, v. 2.0.
42334
+
42335
+ ---
42336
+
41701
42337
  The following software may be included in this product: pip-requirements-js (1.0.3)
41702
42338
  This software contains the following license and notice below:
41703
42339