@voltro/cli 0.11.0 → 0.11.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (58) hide show
  1. package/CHANGELOG.md +50 -0
  2. package/THIRD-PARTY-NOTICES.md +1047 -22
  3. package/bin/voltro.mjs +16 -7
  4. package/dist/apiBuild-BGd-BnHq.js +2 -0
  5. package/dist/{apiBuild-BUbgGz73.js → apiBuild-D_kEJTxc.js} +10 -10
  6. package/dist/bin.js +2 -2
  7. package/dist/bootTiming-BdyP9nYw.js +38 -0
  8. package/dist/{commands-C1qBfIBI.js → commands-BiQsbV50.js} +2162 -2039
  9. package/dist/dev-DH13Ysgs.js +2 -0
  10. package/dist/{dev-ITlO-epO.js → dev-zJGsTTNb.js} +2202 -2189
  11. package/dist/index.js +1 -1
  12. package/dist/{inspectMetrics-BeMjgt8x.js → inspectMetrics-BuBwg1yW.js} +1169 -1137
  13. package/dist/{serveCommand-mpsE3vLY.js → serveCommand-BU454-ay.js} +312 -340
  14. package/dist/serveEntry.js +3 -3
  15. package/dist/{start-C_M4fGS2.js → start-ChN6PO-c.js} +338 -323
  16. package/dist/startEntry.js +2 -2
  17. package/package.json +23 -17
  18. package/templates/agent-docs/data.md +72 -1
  19. package/templates/agent-docs/deployment.md +49 -0
  20. package/templates/agent-docs/internationalization.md +36 -0
  21. package/templates/agent-docs/multi-tenancy.md +33 -0
  22. package/templates/apps/api-ai/package.json +7 -7
  23. package/templates/apps/api-auth/package.json +8 -8
  24. package/templates/apps/api-backend/package.json +7 -7
  25. package/templates/apps/api-backend-deactivation/package.json +7 -7
  26. package/templates/apps/api-backend-mail/package.json +8 -8
  27. package/templates/apps/api-backend-mariadb/package.json +9 -9
  28. package/templates/apps/api-backend-storage/package.json +8 -8
  29. package/templates/apps/api-data-advanced/package.json +8 -8
  30. package/templates/apps/api-durable/package.json +8 -8
  31. package/templates/apps/api-feature-flags/package.json +9 -9
  32. package/templates/apps/api-governance/package.json +8 -8
  33. package/templates/apps/api-kv/package.json +8 -8
  34. package/templates/apps/api-moderation/package.json +8 -8
  35. package/templates/apps/api-observability/package.json +8 -8
  36. package/templates/apps/api-ratelimit/package.json +8 -8
  37. package/templates/apps/api-rbac/package.json +8 -8
  38. package/templates/apps/api-rest/package.json +7 -7
  39. package/templates/apps/api-saas/package.json +11 -11
  40. package/templates/apps/api-search/package.json +8 -8
  41. package/templates/apps/api-versioning/package.json +8 -8
  42. package/templates/apps/api-webhooks/package.json +8 -8
  43. package/templates/apps/changelog/package.json +6 -6
  44. package/templates/apps/edge-functions/package.json +2 -2
  45. package/templates/apps/frontend-admin/package.json +8 -8
  46. package/templates/apps/frontend-app/package.json +8 -8
  47. package/templates/apps/frontend-blank/package.json +7 -7
  48. package/templates/apps/frontend-contact/package.json +7 -7
  49. package/templates/apps/frontend-dashboard/package.json +7 -7
  50. package/templates/apps/frontend-docs/package.json +7 -7
  51. package/templates/apps/frontend-i18n/package.json +6 -6
  52. package/templates/apps/frontend-landing/package.json +7 -7
  53. package/templates/apps/frontend-spa/package.json +7 -7
  54. package/templates/apps/frontend-ssr/package.json +7 -7
  55. package/templates/apps/frontend-ssr-api/package.json +8 -8
  56. package/templates/apps/frontend-static-blog/package.json +6 -6
  57. package/dist/apiBuild-BCv3bekE.js +0 -2
  58. package/dist/dev-DKASElZP.js +0 -2
@@ -5,7 +5,7 @@ property of its respective copyright holders and is used under the terms of
5
5
  its license. This file is provided for attribution; it grants no rights in
6
6
  @voltro/cli itself, which is proprietary (see LICENSE).
7
7
 
8
- Generated from the resolved runtime dependency closure (198 packages).
8
+ Generated from the resolved runtime dependency closure (226 packages).
9
9
 
10
10
  ---
11
11
 
@@ -4538,6 +4538,28 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4538
4538
  SOFTWARE.
4539
4539
  ```
4540
4540
 
4541
+ ## @isaacs/fs-minipass@4.0.1
4542
+
4543
+ License: ISC
4544
+
4545
+ ```
4546
+ The ISC License
4547
+
4548
+ Copyright (c) Isaac Z. Schlueter and Contributors
4549
+
4550
+ Permission to use, copy, modify, and/or distribute this software for any
4551
+ purpose with or without fee is hereby granted, provided that the above
4552
+ copyright notice and this permission notice appear in all copies.
4553
+
4554
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
4555
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
4556
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
4557
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
4558
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
4559
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
4560
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
4561
+ ```
4562
+
4541
4563
  ## @jridgewell/gen-mapping@0.3.13
4542
4564
 
4543
4565
  License: MIT
@@ -4668,6 +4690,40 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4668
4690
  SOFTWARE.
4669
4691
  ```
4670
4692
 
4693
+ ## @mapbox/node-pre-gyp@2.0.3
4694
+
4695
+ License: BSD-3-Clause
4696
+
4697
+ ```
4698
+ Copyright (c), Mapbox
4699
+
4700
+ All rights reserved.
4701
+
4702
+ Redistribution and use in source and binary forms, with or without modification,
4703
+ are permitted provided that the following conditions are met:
4704
+
4705
+ * Redistributions of source code must retain the above copyright notice,
4706
+ this list of conditions and the following disclaimer.
4707
+ * Redistributions in binary form must reproduce the above copyright notice,
4708
+ this list of conditions and the following disclaimer in the documentation
4709
+ and/or other materials provided with the distribution.
4710
+ * Neither the name of node-pre-gyp nor the names of its contributors
4711
+ may be used to endorse or promote products derived from this software
4712
+ without specific prior written permission.
4713
+
4714
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
4715
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
4716
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
4717
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
4718
+ CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
4719
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
4720
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
4721
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
4722
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
4723
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
4724
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4725
+ ```
4726
+
4671
4727
  ## @msgpackr-extract/msgpackr-extract-linux-x64@3.0.3
4672
4728
 
4673
4729
  License: MIT
@@ -8751,6 +8807,34 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
8751
8807
  SOFTWARE.
8752
8808
  ```
8753
8809
 
8810
+ ## @rollup/pluginutils@5.4.0
8811
+
8812
+ License: MIT
8813
+
8814
+ ```
8815
+ The MIT License (MIT)
8816
+
8817
+ Copyright (c) 2019 RollupJS Plugin Contributors (https://github.com/rollup/plugins/graphs/contributors)
8818
+
8819
+ Permission is hereby granted, free of charge, to any person obtaining a copy
8820
+ of this software and associated documentation files (the "Software"), to deal
8821
+ in the Software without restriction, including without limitation the rights
8822
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8823
+ copies of the Software, and to permit persons to whom the Software is
8824
+ furnished to do so, subject to the following conditions:
8825
+
8826
+ The above copyright notice and this permission notice shall be included in
8827
+ all copies or substantial portions of the Software.
8828
+
8829
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
8830
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
8831
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
8832
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
8833
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
8834
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
8835
+ THE SOFTWARE.
8836
+ ```
8837
+
8754
8838
  ## @smithy/core@3.29.3
8755
8839
 
8756
8840
  License: Apache-2.0
@@ -10167,6 +10251,34 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
10167
10251
  SOFTWARE.
10168
10252
  ```
10169
10253
 
10254
+ ## @types/estree@1.0.9
10255
+
10256
+ License: MIT
10257
+
10258
+ ```
10259
+ MIT License
10260
+
10261
+ Copyright (c) Microsoft Corporation.
10262
+
10263
+ Permission is hereby granted, free of charge, to any person obtaining a copy
10264
+ of this software and associated documentation files (the "Software"), to deal
10265
+ in the Software without restriction, including without limitation the rights
10266
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10267
+ copies of the Software, and to permit persons to whom the Software is
10268
+ furnished to do so, subject to the following conditions:
10269
+
10270
+ The above copyright notice and this permission notice shall be included in all
10271
+ copies or substantial portions of the Software.
10272
+
10273
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
10274
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
10275
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
10276
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
10277
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
10278
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
10279
+ SOFTWARE
10280
+ ```
10281
+
10170
10282
  ## @typespec/ts-http-runtime@0.3.5
10171
10283
 
10172
10284
  License: MIT
@@ -10223,6 +10335,20 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
10223
10335
  SOFTWARE.
10224
10336
  ```
10225
10337
 
10338
+ ## @vercel/nft@1.10.2
10339
+
10340
+ License: MIT
10341
+
10342
+ ```
10343
+ Copyright 2019 Vercel, Inc.
10344
+
10345
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
10346
+
10347
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
10348
+
10349
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
10350
+ ```
10351
+
10226
10352
  ## @vercel/oidc@3.2.0
10227
10353
 
10228
10354
  License: Apache-2.0
@@ -10469,6 +10595,115 @@ Apache License 2.0
10469
10595
  See the LICENSE file in the root of this repository.
10470
10596
  ```
10471
10597
 
10598
+ ## abbrev@3.0.1
10599
+
10600
+ License: ISC
10601
+
10602
+ ```
10603
+ This software is dual-licensed under the ISC and MIT licenses.
10604
+ You may use this software under EITHER of the following licenses.
10605
+
10606
+ ----------
10607
+
10608
+ The ISC License
10609
+
10610
+ Copyright (c) Isaac Z. Schlueter and Contributors
10611
+
10612
+ Permission to use, copy, modify, and/or distribute this software for any
10613
+ purpose with or without fee is hereby granted, provided that the above
10614
+ copyright notice and this permission notice appear in all copies.
10615
+
10616
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10617
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
10618
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
10619
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
10620
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
10621
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
10622
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
10623
+
10624
+ ----------
10625
+
10626
+ Copyright Isaac Z. Schlueter and Contributors
10627
+ All rights reserved.
10628
+
10629
+ Permission is hereby granted, free of charge, to any person
10630
+ obtaining a copy of this software and associated documentation
10631
+ files (the "Software"), to deal in the Software without
10632
+ restriction, including without limitation the rights to use,
10633
+ copy, modify, merge, publish, distribute, sublicense, and/or sell
10634
+ copies of the Software, and to permit persons to whom the
10635
+ Software is furnished to do so, subject to the following
10636
+ conditions:
10637
+
10638
+ The above copyright notice and this permission notice shall be
10639
+ included in all copies or substantial portions of the Software.
10640
+
10641
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
10642
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
10643
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
10644
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
10645
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
10646
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
10647
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
10648
+ OTHER DEALINGS IN THE SOFTWARE.
10649
+ ```
10650
+
10651
+ ## acorn@8.16.0
10652
+
10653
+ License: MIT
10654
+
10655
+ ```
10656
+ MIT License
10657
+
10658
+ Copyright (C) 2012-2022 by various contributors (see AUTHORS)
10659
+
10660
+ Permission is hereby granted, free of charge, to any person obtaining a copy
10661
+ of this software and associated documentation files (the "Software"), to deal
10662
+ in the Software without restriction, including without limitation the rights
10663
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10664
+ copies of the Software, and to permit persons to whom the Software is
10665
+ furnished to do so, subject to the following conditions:
10666
+
10667
+ The above copyright notice and this permission notice shall be included in
10668
+ all copies or substantial portions of the Software.
10669
+
10670
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
10671
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
10672
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
10673
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
10674
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
10675
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
10676
+ THE SOFTWARE.
10677
+ ```
10678
+
10679
+ ## acorn-import-attributes@1.9.5
10680
+
10681
+ License: MIT
10682
+
10683
+ ```
10684
+ MIT License
10685
+
10686
+ Copyright (c) 2023 Sven Sauleau
10687
+
10688
+ Permission is hereby granted, free of charge, to any person obtaining a copy
10689
+ of this software and associated documentation files (the "Software"), to deal
10690
+ in the Software without restriction, including without limitation the rights
10691
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10692
+ copies of the Software, and to permit persons to whom the Software is
10693
+ furnished to do so, subject to the following conditions:
10694
+
10695
+ The above copyright notice and this permission notice shall be included in all
10696
+ copies or substantial portions of the Software.
10697
+
10698
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
10699
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
10700
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
10701
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
10702
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
10703
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
10704
+ SOFTWARE.
10705
+ ```
10706
+
10472
10707
  ## agent-base@7.1.4
10473
10708
 
10474
10709
  License: MIT
@@ -10518,6 +10753,34 @@ See the License for the specific language governing permissions and
10518
10753
  limitations under the License.
10519
10754
  ```
10520
10755
 
10756
+ ## async-sema@3.1.1
10757
+
10758
+ License: MIT
10759
+
10760
+ ```
10761
+ The MIT License (MIT)
10762
+
10763
+ Copyright (c) 2021 Vercel, Inc.
10764
+
10765
+ Permission is hereby granted, free of charge, to any person obtaining a copy
10766
+ of this software and associated documentation files (the "Software"), to deal
10767
+ in the Software without restriction, including without limitation the rights
10768
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10769
+ copies of the Software, and to permit persons to whom the Software is
10770
+ furnished to do so, subject to the following conditions:
10771
+
10772
+ The above copyright notice and this permission notice shall be included in all
10773
+ copies or substantial portions of the Software.
10774
+
10775
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
10776
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
10777
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
10778
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
10779
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
10780
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
10781
+ SOFTWARE.
10782
+ ```
10783
+
10521
10784
  ## balanced-match@4.0.4
10522
10785
 
10523
10786
  License: MIT
@@ -10576,6 +10839,35 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
10576
10839
  THE SOFTWARE.
10577
10840
  ```
10578
10841
 
10842
+ ## bindings@1.5.0
10843
+
10844
+ License: MIT
10845
+
10846
+ ```
10847
+ (The MIT License)
10848
+
10849
+ Copyright (c) 2012 Nathan Rajlich <nathan@tootallnate.net>
10850
+
10851
+ Permission is hereby granted, free of charge, to any person obtaining
10852
+ a copy of this software and associated documentation files (the
10853
+ 'Software'), to deal in the Software without restriction, including
10854
+ without limitation the rights to use, copy, modify, merge, publish,
10855
+ distribute, sublicense, and/or sell copies of the Software, and to
10856
+ permit persons to whom the Software is furnished to do so, subject to
10857
+ the following conditions:
10858
+
10859
+ The above copyright notice and this permission notice shall be
10860
+ included in all copies or substantial portions of the Software.
10861
+
10862
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
10863
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
10864
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
10865
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
10866
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
10867
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
10868
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
10869
+ ```
10870
+
10579
10871
  ## bowser@2.14.1
10580
10872
 
10581
10873
  License: MIT
@@ -10708,36 +11000,106 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
10708
11000
  THE SOFTWARE.
10709
11001
  ```
10710
11002
 
10711
- ## cluster-key-slot@1.1.1
11003
+ ## chownr@3.0.0
10712
11004
 
10713
- License: Apache-2.0
11005
+ License: BlueOak-1.0.0
10714
11006
 
10715
11007
  ```
10716
- Copyright (c) 2018 Mike Diarmid (Salakar) <mike.diarmid@gmail.com>
11008
+ All packages under `src/` are licensed according to the terms in
11009
+ their respective `LICENSE` or `LICENSE.md` files.
10717
11010
 
10718
- Licensed under the Apache License, Version 2.0 (the "License");
10719
- you may not use this library except in compliance with the License.
10720
- You may obtain a copy of the License at
11011
+ The remainder of this project is licensed under the Blue Oak
11012
+ Model License, as follows:
10721
11013
 
10722
- http://www.apache.org/licenses/LICENSE-2.0
11014
+ -----
10723
11015
 
10724
- Unless required by applicable law or agreed to in writing, software
10725
- distributed under the License is distributed on an "AS IS" BASIS,
10726
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10727
- See the License for the specific language governing permissions and
10728
- limitations under the License.
10729
- ```
11016
+ # Blue Oak Model License
10730
11017
 
10731
- ## code-block-writer@13.0.3
11018
+ Version 1.0.0
10732
11019
 
10733
- License: MIT
11020
+ ## Purpose
10734
11021
 
10735
- ```
10736
- The MIT License (MIT)
10737
-
10738
- Copyright (c) 2015-2024 David Sherret
10739
-
10740
- Permission is hereby granted, free of charge, to any person obtaining a copy
11022
+ This license gives everyone as much permission to work with
11023
+ this software as possible, while protecting contributors
11024
+ from liability.
11025
+
11026
+ ## Acceptance
11027
+
11028
+ In order to receive this license, you must agree to its
11029
+ rules. The rules of this license are both obligations
11030
+ under that agreement and conditions to your license.
11031
+ You must not do anything with this software that triggers
11032
+ a rule that you cannot or will not follow.
11033
+
11034
+ ## Copyright
11035
+
11036
+ Each contributor licenses you to do everything with this
11037
+ software that would otherwise infringe that contributor's
11038
+ copyright in it.
11039
+
11040
+ ## Notices
11041
+
11042
+ You must ensure that everyone who gets a copy of
11043
+ any part of this software from you, with or without
11044
+ changes, also gets the text of this license or a link to
11045
+ <https://blueoakcouncil.org/license/1.0.0>.
11046
+
11047
+ ## Excuse
11048
+
11049
+ If anyone notifies you in writing that you have not
11050
+ complied with [Notices](#notices), you can keep your
11051
+ license by taking all practical steps to comply within 30
11052
+ days after the notice. If you do not do so, your license
11053
+ ends immediately.
11054
+
11055
+ ## Patent
11056
+
11057
+ Each contributor licenses you to do everything with this
11058
+ software that would otherwise infringe any patent claims
11059
+ they can license or become able to license.
11060
+
11061
+ ## Reliability
11062
+
11063
+ No contributor can revoke this license.
11064
+
11065
+ ## No Liability
11066
+
11067
+ ***As far as the law allows, this software comes as is,
11068
+ without any warranty or condition, and no contributor
11069
+ will be liable to anyone for any damages related to this
11070
+ software or this license, under any kind of legal claim.***
11071
+ ```
11072
+
11073
+ ## cluster-key-slot@1.1.1
11074
+
11075
+ License: Apache-2.0
11076
+
11077
+ ```
11078
+ Copyright (c) 2018 Mike Diarmid (Salakar) <mike.diarmid@gmail.com>
11079
+
11080
+ Licensed under the Apache License, Version 2.0 (the "License");
11081
+ you may not use this library except in compliance with the License.
11082
+ You may obtain a copy of the License at
11083
+
11084
+ http://www.apache.org/licenses/LICENSE-2.0
11085
+
11086
+ Unless required by applicable law or agreed to in writing, software
11087
+ distributed under the License is distributed on an "AS IS" BASIS,
11088
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11089
+ See the License for the specific language governing permissions and
11090
+ limitations under the License.
11091
+ ```
11092
+
11093
+ ## code-block-writer@13.0.3
11094
+
11095
+ License: MIT
11096
+
11097
+ ```
11098
+ The MIT License (MIT)
11099
+
11100
+ Copyright (c) 2015-2024 David Sherret
11101
+
11102
+ Permission is hereby granted, free of charge, to any person obtaining a copy
10741
11103
  of this software and associated documentation files (the "Software"), to deal
10742
11104
  in the Software without restriction, including without limitation the rights
10743
11105
  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
@@ -10756,6 +11118,60 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
10756
11118
  SOFTWARE.
10757
11119
  ```
10758
11120
 
11121
+ ## consola@3.4.2
11122
+
11123
+ License: MIT
11124
+
11125
+ ```
11126
+ MIT License
11127
+
11128
+ Copyright (c) Pooya Parsa <pooya@pi0.io>
11129
+
11130
+ Permission is hereby granted, free of charge, to any person obtaining a copy
11131
+ of this software and associated documentation files (the "Software"), to deal
11132
+ in the Software without restriction, including without limitation the rights
11133
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11134
+ copies of the Software, and to permit persons to whom the Software is
11135
+ furnished to do so, subject to the following conditions:
11136
+
11137
+ The above copyright notice and this permission notice shall be included in all
11138
+ copies or substantial portions of the Software.
11139
+
11140
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
11141
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
11142
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
11143
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
11144
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
11145
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
11146
+ SOFTWARE.
11147
+
11148
+ ---
11149
+
11150
+ Prompt support is based on https://github.com/bombshell-dev/clack
11151
+
11152
+ MIT License
11153
+
11154
+ Copyright (c) Nate Moore
11155
+
11156
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
11157
+
11158
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
11159
+
11160
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
11161
+
11162
+ ---
11163
+
11164
+ Color support is based on https://github.com/jorgebucaran/colorette
11165
+
11166
+ Copyright © Jorge Bucaran <https://jorgebucaran.com>
11167
+
11168
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
11169
+
11170
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
11171
+
11172
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
11173
+ ```
11174
+
10759
11175
  ## debug@4.4.3
10760
11176
 
10761
11177
  License: MIT
@@ -11253,6 +11669,20 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
11253
11669
  SOFTWARE.
11254
11670
  ```
11255
11671
 
11672
+ ## estree-walker@2.0.2
11673
+
11674
+ License: MIT
11675
+
11676
+ ```
11677
+ Copyright (c) 2015-20 [these people](https://github.com/Rich-Harris/estree-walker/graphs/contributors)
11678
+
11679
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
11680
+
11681
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
11682
+
11683
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
11684
+ ```
11685
+
11256
11686
  ## events@3.3.0
11257
11687
 
11258
11688
  License: MIT
@@ -11380,6 +11810,33 @@ The above copyright notice and this permission notice shall be included in all c
11380
11810
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
11381
11811
  ```
11382
11812
 
11813
+ ## file-uri-to-path@1.0.0
11814
+
11815
+ License: MIT
11816
+
11817
+ ```
11818
+ Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>
11819
+
11820
+ Permission is hereby granted, free of charge, to any person obtaining
11821
+ a copy of this software and associated documentation files (the
11822
+ 'Software'), to deal in the Software without restriction, including
11823
+ without limitation the rights to use, copy, modify, merge, publish,
11824
+ distribute, sublicense, and/or sell copies of the Software, and to
11825
+ permit persons to whom the Software is furnished to do so, subject to
11826
+ the following conditions:
11827
+
11828
+ The above copyright notice and this permission notice shall be
11829
+ included in all copies or substantial portions of the Software.
11830
+
11831
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
11832
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
11833
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
11834
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
11835
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
11836
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
11837
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
11838
+ ```
11839
+
11383
11840
  ## find-my-way-ts@0.1.6
11384
11841
 
11385
11842
  License: MIT
@@ -11408,6 +11865,76 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
11408
11865
  SOFTWARE.
11409
11866
  ```
11410
11867
 
11868
+ ## glob@13.0.6
11869
+
11870
+ License: BlueOak-1.0.0
11871
+
11872
+ ```
11873
+ All packages under `src/` are licensed according to the terms in
11874
+ their respective `LICENSE` or `LICENSE.md` files.
11875
+
11876
+ The remainder of this project is licensed under the Blue Oak
11877
+ Model License, as follows:
11878
+
11879
+ -----
11880
+
11881
+ # Blue Oak Model License
11882
+
11883
+ Version 1.0.0
11884
+
11885
+ ## Purpose
11886
+
11887
+ This license gives everyone as much permission to work with
11888
+ this software as possible, while protecting contributors
11889
+ from liability.
11890
+
11891
+ ## Acceptance
11892
+
11893
+ In order to receive this license, you must agree to its
11894
+ rules. The rules of this license are both obligations
11895
+ under that agreement and conditions to your license.
11896
+ You must not do anything with this software that triggers
11897
+ a rule that you cannot or will not follow.
11898
+
11899
+ ## Copyright
11900
+
11901
+ Each contributor licenses you to do everything with this
11902
+ software that would otherwise infringe that contributor's
11903
+ copyright in it.
11904
+
11905
+ ## Notices
11906
+
11907
+ You must ensure that everyone who gets a copy of
11908
+ any part of this software from you, with or without
11909
+ changes, also gets the text of this license or a link to
11910
+ <https://blueoakcouncil.org/license/1.0.0>.
11911
+
11912
+ ## Excuse
11913
+
11914
+ If anyone notifies you in writing that you have not
11915
+ complied with [Notices](#notices), you can keep your
11916
+ license by taking all practical steps to comply within 30
11917
+ days after the notice. If you do not do so, your license
11918
+ ends immediately.
11919
+
11920
+ ## Patent
11921
+
11922
+ Each contributor licenses you to do everything with this
11923
+ software that would otherwise infringe any patent claims
11924
+ they can license or become able to license.
11925
+
11926
+ ## Reliability
11927
+
11928
+ No contributor can revoke this license.
11929
+
11930
+ ## No Liability
11931
+
11932
+ ***As far as the law allows, this software comes as is,
11933
+ without any warranty or condition, and no contributor
11934
+ will be liable to anyone for any damages related to this
11935
+ software or this license, under any kind of legal claim.***
11936
+ ```
11937
+
11411
11938
  ## graceful-fs@4.2.11
11412
11939
 
11413
11940
  License: ISC
@@ -12664,6 +13191,68 @@ This Source Code Form is "Incompatible With Secondary Licenses", as
12664
13191
  defined by the Mozilla Public License, v. 2.0.
12665
13192
  ```
12666
13193
 
13194
+ ## lru-cache@11.5.1
13195
+
13196
+ License: BlueOak-1.0.0
13197
+
13198
+ ```
13199
+ # Blue Oak Model License
13200
+
13201
+ Version 1.0.0
13202
+
13203
+ ## Purpose
13204
+
13205
+ This license gives everyone as much permission to work with
13206
+ this software as possible, while protecting contributors
13207
+ from liability.
13208
+
13209
+ ## Acceptance
13210
+
13211
+ In order to receive this license, you must agree to its
13212
+ rules. The rules of this license are both obligations
13213
+ under that agreement and conditions to your license.
13214
+ You must not do anything with this software that triggers
13215
+ a rule that you cannot or will not follow.
13216
+
13217
+ ## Copyright
13218
+
13219
+ Each contributor licenses you to do everything with this
13220
+ software that would otherwise infringe that contributor's
13221
+ copyright in it.
13222
+
13223
+ ## Notices
13224
+
13225
+ You must ensure that everyone who gets a copy of
13226
+ any part of this software from you, with or without
13227
+ changes, also gets the text of this license or a link to
13228
+ <https://blueoakcouncil.org/license/1.0.0>.
13229
+
13230
+ ## Excuse
13231
+
13232
+ If anyone notifies you in writing that you have not
13233
+ complied with [Notices](#notices), you can keep your
13234
+ license by taking all practical steps to comply within 30
13235
+ days after the notice. If you do not do so, your license
13236
+ ends immediately.
13237
+
13238
+ ## Patent
13239
+
13240
+ Each contributor licenses you to do everything with this
13241
+ software that would otherwise infringe any patent claims
13242
+ they can license or become able to license.
13243
+
13244
+ ## Reliability
13245
+
13246
+ No contributor can revoke this license.
13247
+
13248
+ ## No Liability
13249
+
13250
+ ***As far as the law allows, this software comes as is,
13251
+ without any warranty or condition, and no contributor
13252
+ will be liable to anyone for any damages related to this
13253
+ software or this license, under any kind of legal claim.***
13254
+ ```
13255
+
12667
13256
  ## magic-string@0.30.21
12668
13257
 
12669
13258
  License: MIT
@@ -12768,6 +13357,101 @@ will be liable to anyone for any damages related to this
12768
13357
  software or this license, under any kind of legal claim._**
12769
13358
  ```
12770
13359
 
13360
+ ## minipass@7.1.3
13361
+
13362
+ License: BlueOak-1.0.0
13363
+
13364
+ ```
13365
+ # Blue Oak Model License
13366
+
13367
+ Version 1.0.0
13368
+
13369
+ ## Purpose
13370
+
13371
+ This license gives everyone as much permission to work with
13372
+ this software as possible, while protecting contributors
13373
+ from liability.
13374
+
13375
+ ## Acceptance
13376
+
13377
+ In order to receive this license, you must agree to its
13378
+ rules. The rules of this license are both obligations
13379
+ under that agreement and conditions to your license.
13380
+ You must not do anything with this software that triggers
13381
+ a rule that you cannot or will not follow.
13382
+
13383
+ ## Copyright
13384
+
13385
+ Each contributor licenses you to do everything with this
13386
+ software that would otherwise infringe that contributor's
13387
+ copyright in it.
13388
+
13389
+ ## Notices
13390
+
13391
+ You must ensure that everyone who gets a copy of
13392
+ any part of this software from you, with or without
13393
+ changes, also gets the text of this license or a link to
13394
+ <https://blueoakcouncil.org/license/1.0.0>.
13395
+
13396
+ ## Excuse
13397
+
13398
+ If anyone notifies you in writing that you have not
13399
+ complied with [Notices](#notices), you can keep your
13400
+ license by taking all practical steps to comply within 30
13401
+ days after the notice. If you do not do so, your license
13402
+ ends immediately.
13403
+
13404
+ ## Patent
13405
+
13406
+ Each contributor licenses you to do everything with this
13407
+ software that would otherwise infringe any patent claims
13408
+ they can license or become able to license.
13409
+
13410
+ ## Reliability
13411
+
13412
+ No contributor can revoke this license.
13413
+
13414
+ ## No Liability
13415
+
13416
+ ***As far as the law allows, this software comes as is,
13417
+ without any warranty or condition, and no contributor
13418
+ will be liable to anyone for any damages related to this
13419
+ software or this license, under any kind of legal claim.***
13420
+ ```
13421
+
13422
+ ## minizlib@3.1.0
13423
+
13424
+ License: MIT
13425
+
13426
+ ```
13427
+ Minizlib was created by Isaac Z. Schlueter.
13428
+ It is a derivative work of the Node.js project.
13429
+
13430
+ """
13431
+ Copyright (c) 2017-2023 Isaac Z. Schlueter and Contributors
13432
+ Copyright (c) 2017-2023 Node.js contributors. All rights reserved.
13433
+ Copyright (c) 2017-2023 Joyent, Inc. and other Node contributors. All rights reserved.
13434
+
13435
+ Permission is hereby granted, free of charge, to any person obtaining a
13436
+ copy of this software and associated documentation files (the "Software"),
13437
+ to deal in the Software without restriction, including without limitation
13438
+ the rights to use, copy, modify, merge, publish, distribute, sublicense,
13439
+ and/or sell copies of the Software, and to permit persons to whom the
13440
+ Software is furnished to do so, subject to the following conditions:
13441
+
13442
+ The above copyright notice and this permission notice shall be included in
13443
+ all copies or substantial portions of the Software.
13444
+
13445
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
13446
+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
13447
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
13448
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
13449
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
13450
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
13451
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
13452
+ """
13453
+ ```
13454
+
12771
13455
  ## ms@2.1.3
12772
13456
 
12773
13457
  License: MIT
@@ -12923,6 +13607,62 @@ The above copyright notice and this permission notice shall be included in all c
12923
13607
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
12924
13608
  ```
12925
13609
 
13610
+ ## node-fetch@2.7.0
13611
+
13612
+ License: MIT
13613
+
13614
+ ```
13615
+ The MIT License (MIT)
13616
+
13617
+ Copyright (c) 2016 David Frank
13618
+
13619
+ Permission is hereby granted, free of charge, to any person obtaining a copy
13620
+ of this software and associated documentation files (the "Software"), to deal
13621
+ in the Software without restriction, including without limitation the rights
13622
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13623
+ copies of the Software, and to permit persons to whom the Software is
13624
+ furnished to do so, subject to the following conditions:
13625
+
13626
+ The above copyright notice and this permission notice shall be included in all
13627
+ copies or substantial portions of the Software.
13628
+
13629
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
13630
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
13631
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
13632
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
13633
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
13634
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
13635
+ SOFTWARE.
13636
+ ```
13637
+
13638
+ ## node-gyp-build@4.8.4
13639
+
13640
+ License: MIT
13641
+
13642
+ ```
13643
+ The MIT License (MIT)
13644
+
13645
+ Copyright (c) 2017 Mathias Buus
13646
+
13647
+ Permission is hereby granted, free of charge, to any person obtaining a copy
13648
+ of this software and associated documentation files (the "Software"), to deal
13649
+ in the Software without restriction, including without limitation the rights
13650
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13651
+ copies of the Software, and to permit persons to whom the Software is
13652
+ furnished to do so, subject to the following conditions:
13653
+
13654
+ The above copyright notice and this permission notice shall be included in
13655
+ all copies or substantial portions of the Software.
13656
+
13657
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
13658
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
13659
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
13660
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
13661
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
13662
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
13663
+ THE SOFTWARE.
13664
+ ```
13665
+
12926
13666
  ## node-gyp-build-optional-packages@5.2.2
12927
13667
 
12928
13668
  License: MIT
@@ -12974,6 +13714,28 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
12974
13714
  SOFTWARE.
12975
13715
  ```
12976
13716
 
13717
+ ## nopt@8.1.0
13718
+
13719
+ License: ISC
13720
+
13721
+ ```
13722
+ The ISC License
13723
+
13724
+ Copyright (c) Isaac Z. Schlueter and Contributors
13725
+
13726
+ Permission to use, copy, modify, and/or distribute this software for any
13727
+ purpose with or without fee is hereby granted, provided that the above
13728
+ copyright notice and this permission notice appear in all copies.
13729
+
13730
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
13731
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
13732
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
13733
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13734
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
13735
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
13736
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
13737
+ ```
13738
+
12977
13739
  ## obuf@1.1.2
12978
13740
 
12979
13741
  License: MIT
@@ -13056,6 +13818,68 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
13056
13818
  SOFTWARE.
13057
13819
  ```
13058
13820
 
13821
+ ## path-scurry@2.0.2
13822
+
13823
+ License: BlueOak-1.0.0
13824
+
13825
+ ```
13826
+ # Blue Oak Model License
13827
+
13828
+ Version 1.0.0
13829
+
13830
+ ## Purpose
13831
+
13832
+ This license gives everyone as much permission to work with
13833
+ this software as possible, while protecting contributors
13834
+ from liability.
13835
+
13836
+ ## Acceptance
13837
+
13838
+ In order to receive this license, you must agree to its
13839
+ rules. The rules of this license are both obligations
13840
+ under that agreement and conditions to your license.
13841
+ You must not do anything with this software that triggers
13842
+ a rule that you cannot or will not follow.
13843
+
13844
+ ## Copyright
13845
+
13846
+ Each contributor licenses you to do everything with this
13847
+ software that would otherwise infringe that contributor's
13848
+ copyright in it.
13849
+
13850
+ ## Notices
13851
+
13852
+ You must ensure that everyone who gets a copy of
13853
+ any part of this software from you, with or without
13854
+ changes, also gets the text of this license or a link to
13855
+ <https://blueoakcouncil.org/license/1.0.0>.
13856
+
13857
+ ## Excuse
13858
+
13859
+ If anyone notifies you in writing that you have not
13860
+ complied with [Notices](#notices), you can keep your
13861
+ license by taking all practical steps to comply within 30
13862
+ days after the notice. If you do not do so, your license
13863
+ ends immediately.
13864
+
13865
+ ## Patent
13866
+
13867
+ Each contributor licenses you to do everything with this
13868
+ software that would otherwise infringe any patent claims
13869
+ they can license or become able to license.
13870
+
13871
+ ## Reliability
13872
+
13873
+ No contributor can revoke this license.
13874
+
13875
+ ## No Liability
13876
+
13877
+ ***As far as the law allows, this software comes as is,
13878
+ without any warranty or condition, and no contributor
13879
+ will be liable to anyone for any damages related to this
13880
+ software or this license, under any kind of legal claim.***
13881
+ ```
13882
+
13059
13883
  ## pg@8.22.0
13060
13884
 
13061
13885
  License: MIT
@@ -13631,6 +14455,22 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
13631
14455
  SOFTWARE.
13632
14456
  ```
13633
14457
 
14458
+ ## resolve-from@5.0.0
14459
+
14460
+ License: MIT
14461
+
14462
+ ```
14463
+ MIT License
14464
+
14465
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
14466
+
14467
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
14468
+
14469
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
14470
+
14471
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
14472
+ ```
14473
+
13634
14474
  ## rolldown@1.1.5
13635
14475
 
13636
14476
  License: MIT
@@ -14159,6 +14999,68 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
14159
14999
  THE SOFTWARE.
14160
15000
  ```
14161
15001
 
15002
+ ## tar@7.5.20
15003
+
15004
+ License: BlueOak-1.0.0
15005
+
15006
+ ```
15007
+ # Blue Oak Model License
15008
+
15009
+ Version 1.0.0
15010
+
15011
+ ## Purpose
15012
+
15013
+ This license gives everyone as much permission to work with
15014
+ this software as possible, while protecting contributors
15015
+ from liability.
15016
+
15017
+ ## Acceptance
15018
+
15019
+ In order to receive this license, you must agree to its
15020
+ rules. The rules of this license are both obligations
15021
+ under that agreement and conditions to your license.
15022
+ You must not do anything with this software that triggers
15023
+ a rule that you cannot or will not follow.
15024
+
15025
+ ## Copyright
15026
+
15027
+ Each contributor licenses you to do everything with this
15028
+ software that would otherwise infringe that contributor's
15029
+ copyright in it.
15030
+
15031
+ ## Notices
15032
+
15033
+ You must ensure that everyone who gets a copy of
15034
+ any part of this software from you, with or without
15035
+ changes, also gets the text of this license or a link to
15036
+ <https://blueoakcouncil.org/license/1.0.0>.
15037
+
15038
+ ## Excuse
15039
+
15040
+ If anyone notifies you in writing that you have not
15041
+ complied with [Notices](#notices), you can keep your
15042
+ license by taking all practical steps to comply within 30
15043
+ days after the notice. If you do not do so, your license
15044
+ ends immediately.
15045
+
15046
+ ## Patent
15047
+
15048
+ Each contributor licenses you to do everything with this
15049
+ software that would otherwise infringe any patent claims
15050
+ they can license or become able to license.
15051
+
15052
+ ## Reliability
15053
+
15054
+ No contributor can revoke this license.
15055
+
15056
+ ## No Liability
15057
+
15058
+ ***As far as the law allows, this software comes as is,
15059
+ without any warranty or condition, and no contributor
15060
+ will be liable to anyone for any damages related to this
15061
+ software or this license, under any kind of legal claim.***
15062
+ ```
15063
+
14162
15064
  ## tinyglobby@0.2.17
14163
15065
 
14164
15066
  License: MIT
@@ -14187,6 +15089,12 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
14187
15089
  SOFTWARE.
14188
15090
  ```
14189
15091
 
15092
+ ## tr46@0.0.3
15093
+
15094
+ License: MIT
15095
+
15096
+ _(no bundled license text found in the package; see its npm page.)_
15097
+
14190
15098
  ## ts-morph@28.0.0
14191
15099
 
14192
15100
  License: MIT
@@ -16926,6 +17834,53 @@ Repository: https://github.com/websockets/ws
16926
17834
  > CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
16927
17835
  ```
16928
17836
 
17837
+ ## webidl-conversions@3.0.1
17838
+
17839
+ License: BSD-2-Clause
17840
+
17841
+ ```
17842
+ # The BSD 2-Clause License
17843
+
17844
+ Copyright (c) 2014, Domenic Denicola
17845
+ All rights reserved.
17846
+
17847
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
17848
+
17849
+ 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
17850
+
17851
+ 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
17852
+
17853
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
17854
+ ```
17855
+
17856
+ ## whatwg-url@5.0.0
17857
+
17858
+ License: MIT
17859
+
17860
+ ```
17861
+ The MIT License (MIT)
17862
+
17863
+ Copyright (c) 2015–2016 Sebastian Mayr
17864
+
17865
+ Permission is hereby granted, free of charge, to any person obtaining a copy
17866
+ of this software and associated documentation files (the "Software"), to deal
17867
+ in the Software without restriction, including without limitation the rights
17868
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
17869
+ copies of the Software, and to permit persons to whom the Software is
17870
+ furnished to do so, subject to the following conditions:
17871
+
17872
+ The above copyright notice and this permission notice shall be included in
17873
+ all copies or substantial portions of the Software.
17874
+
17875
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17876
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17877
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
17878
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17879
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
17880
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
17881
+ THE SOFTWARE.
17882
+ ```
17883
+
16929
17884
  ## ws@8.21.0
16930
17885
 
16931
17886
  License: MIT
@@ -16986,3 +17941,73 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
16986
17941
  THE SOFTWARE.
16987
17942
  ```
16988
17943
 
17944
+ ## yallist@5.0.0
17945
+
17946
+ License: BlueOak-1.0.0
17947
+
17948
+ ```
17949
+ All packages under `src/` are licensed according to the terms in
17950
+ their respective `LICENSE` or `LICENSE.md` files.
17951
+
17952
+ The remainder of this project is licensed under the Blue Oak
17953
+ Model License, as follows:
17954
+
17955
+ -----
17956
+
17957
+ # Blue Oak Model License
17958
+
17959
+ Version 1.0.0
17960
+
17961
+ ## Purpose
17962
+
17963
+ This license gives everyone as much permission to work with
17964
+ this software as possible, while protecting contributors
17965
+ from liability.
17966
+
17967
+ ## Acceptance
17968
+
17969
+ In order to receive this license, you must agree to its
17970
+ rules. The rules of this license are both obligations
17971
+ under that agreement and conditions to your license.
17972
+ You must not do anything with this software that triggers
17973
+ a rule that you cannot or will not follow.
17974
+
17975
+ ## Copyright
17976
+
17977
+ Each contributor licenses you to do everything with this
17978
+ software that would otherwise infringe that contributor's
17979
+ copyright in it.
17980
+
17981
+ ## Notices
17982
+
17983
+ You must ensure that everyone who gets a copy of
17984
+ any part of this software from you, with or without
17985
+ changes, also gets the text of this license or a link to
17986
+ <https://blueoakcouncil.org/license/1.0.0>.
17987
+
17988
+ ## Excuse
17989
+
17990
+ If anyone notifies you in writing that you have not
17991
+ complied with [Notices](#notices), you can keep your
17992
+ license by taking all practical steps to comply within 30
17993
+ days after the notice. If you do not do so, your license
17994
+ ends immediately.
17995
+
17996
+ ## Patent
17997
+
17998
+ Each contributor licenses you to do everything with this
17999
+ software that would otherwise infringe any patent claims
18000
+ they can license or become able to license.
18001
+
18002
+ ## Reliability
18003
+
18004
+ No contributor can revoke this license.
18005
+
18006
+ ## No Liability
18007
+
18008
+ ***As far as the law allows, this software comes as is,
18009
+ without any warranty or condition, and no contributor
18010
+ will be liable to anyone for any damages related to this
18011
+ software or this license, under any kind of legal claim.***
18012
+ ```
18013
+