easyresearch-linux-x64 0.0.79 → 0.0.82

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.
@@ -559,6 +559,32 @@ The above copyright notice and this permission notice shall be included in all c
559
559
 
560
560
  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.
561
561
 
562
+ ================================================================================
563
+ base64-js@1.5.1
564
+ License: MIT
565
+ --- LICENSE ---
566
+ The MIT License (MIT)
567
+
568
+ Copyright (c) 2014 Jameson Little
569
+
570
+ Permission is hereby granted, free of charge, to any person obtaining a copy
571
+ of this software and associated documentation files (the "Software"), to deal
572
+ in the Software without restriction, including without limitation the rights
573
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
574
+ copies of the Software, and to permit persons to whom the Software is
575
+ furnished to do so, subject to the following conditions:
576
+
577
+ The above copyright notice and this permission notice shall be included in
578
+ all copies or substantial portions of the Software.
579
+
580
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
581
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
582
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
583
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
584
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
585
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
586
+ THE SOFTWARE.
587
+
562
588
  ================================================================================
563
589
  bcrypt-pbkdf@1.0.2
564
590
  License: BSD-3-Clause
@@ -630,6 +656,36 @@ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
630
656
  ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
631
657
  OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
632
658
 
659
+ ================================================================================
660
+ bignumber.js@9.3.1
661
+ License: MIT
662
+ --- LICENCE.md ---
663
+ The MIT License (MIT)
664
+ =====================
665
+
666
+ Copyright © `<2025>` `Michael Mclaughlin`
667
+
668
+ Permission is hereby granted, free of charge, to any person
669
+ obtaining a copy of this software and associated documentation
670
+ files (the “Software”), to deal in the Software without
671
+ restriction, including without limitation the rights to use,
672
+ copy, modify, merge, publish, distribute, sublicense, and/or sell
673
+ copies of the Software, and to permit persons to whom the
674
+ Software is furnished to do so, subject to the following
675
+ conditions:
676
+
677
+ The above copyright notice and this permission notice shall be
678
+ included in all copies or substantial portions of the Software.
679
+
680
+ THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND,
681
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
682
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
683
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
684
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
685
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
686
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
687
+ OTHER DEALINGS IN THE SOFTWARE.
688
+
633
689
  ================================================================================
634
690
  body-parser@1.20.6
635
691
  License: MIT
@@ -704,6 +760,23 @@ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
704
760
  ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
705
761
  OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
706
762
 
763
+ ================================================================================
764
+ buffer-equal-constant-time@1.0.1
765
+ License: BSD-3-Clause
766
+ --- LICENSE.txt ---
767
+ Copyright (c) 2013, GoInstant Inc., a salesforce.com company
768
+ All rights reserved.
769
+
770
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
771
+
772
+ * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
773
+
774
+ * 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.
775
+
776
+ * Neither the name of salesforce.com, nor GoInstant, nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
777
+
778
+ 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.
779
+
707
780
  ================================================================================
708
781
  buildcheck@0.0.7
709
782
  License: MIT
@@ -1200,6 +1273,38 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1200
1273
  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1201
1274
  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1202
1275
 
1276
+ ================================================================================
1277
+ data-uri-to-buffer@4.0.1
1278
+ License: MIT
1279
+ --- README.md ---
1280
+ License
1281
+ -------
1282
+
1283
+ (The MIT License)
1284
+
1285
+ Copyright (c) 2014 Nathan Rajlich &lt;nathan@tootallnate.net&gt;
1286
+
1287
+ Permission is hereby granted, free of charge, to any person obtaining
1288
+ a copy of this software and associated documentation files (the
1289
+ 'Software'), to deal in the Software without restriction, including
1290
+ without limitation the rights to use, copy, modify, merge, publish,
1291
+ distribute, sublicense, and/or sell copies of the Software, and to
1292
+ permit persons to whom the Software is furnished to do so, subject to
1293
+ the following conditions:
1294
+
1295
+ The above copyright notice and this permission notice shall be
1296
+ included in all copies or substantial portions of the Software.
1297
+
1298
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1299
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1300
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1301
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1302
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1303
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1304
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1305
+
1306
+ [rfc]: http://tools.ietf.org/html/rfc2397
1307
+
1203
1308
  ================================================================================
1204
1309
  data-urls@5.0.0
1205
1310
  License: MIT
@@ -1456,103 +1561,309 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1456
1561
  SOFTWARE.
1457
1562
 
1458
1563
  ================================================================================
1459
- ee-first@1.1.1
1460
- License: MIT
1564
+ ecdsa-sig-formatter@1.0.11
1565
+ License: Apache-2.0
1461
1566
  --- LICENSE ---
1567
+ Apache License
1568
+ Version 2.0, January 2004
1569
+ http://www.apache.org/licenses/
1462
1570
 
1463
- The MIT License (MIT)
1464
-
1465
- Copyright (c) 2014 Jonathan Ong me@jongleberry.com
1571
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1466
1572
 
1467
- Permission is hereby granted, free of charge, to any person obtaining a copy
1468
- of this software and associated documentation files (the "Software"), to deal
1469
- in the Software without restriction, including without limitation the rights
1470
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1471
- copies of the Software, and to permit persons to whom the Software is
1472
- furnished to do so, subject to the following conditions:
1573
+ 1. Definitions.
1473
1574
 
1474
- The above copyright notice and this permission notice shall be included in
1475
- all copies or substantial portions of the Software.
1575
+ "License" shall mean the terms and conditions for use, reproduction,
1576
+ and distribution as defined by Sections 1 through 9 of this document.
1476
1577
 
1477
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1478
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1479
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1480
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1481
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1482
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1483
- THE SOFTWARE.
1578
+ "Licensor" shall mean the copyright owner or entity authorized by
1579
+ the copyright owner that is granting the License.
1484
1580
 
1485
- ================================================================================
1486
- encodeurl@2.0.0
1487
- License: MIT
1488
- --- LICENSE ---
1489
- (The MIT License)
1581
+ "Legal Entity" shall mean the union of the acting entity and all
1582
+ other entities that control, are controlled by, or are under common
1583
+ control with that entity. For the purposes of this definition,
1584
+ "control" means (i) the power, direct or indirect, to cause the
1585
+ direction or management of such entity, whether by contract or
1586
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
1587
+ outstanding shares, or (iii) beneficial ownership of such entity.
1490
1588
 
1491
- Copyright (c) 2016 Douglas Christopher Wilson
1589
+ "You" (or "Your") shall mean an individual or Legal Entity
1590
+ exercising permissions granted by this License.
1492
1591
 
1493
- Permission is hereby granted, free of charge, to any person obtaining
1494
- a copy of this software and associated documentation files (the
1495
- 'Software'), to deal in the Software without restriction, including
1496
- without limitation the rights to use, copy, modify, merge, publish,
1497
- distribute, sublicense, and/or sell copies of the Software, and to
1498
- permit persons to whom the Software is furnished to do so, subject to
1499
- the following conditions:
1592
+ "Source" form shall mean the preferred form for making modifications,
1593
+ including but not limited to software source code, documentation
1594
+ source, and configuration files.
1500
1595
 
1501
- The above copyright notice and this permission notice shall be
1502
- included in all copies or substantial portions of the Software.
1596
+ "Object" form shall mean any form resulting from mechanical
1597
+ transformation or translation of a Source form, including but
1598
+ not limited to compiled object code, generated documentation,
1599
+ and conversions to other media types.
1503
1600
 
1504
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1505
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1506
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1507
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1508
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1509
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1510
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1601
+ "Work" shall mean the work of authorship, whether in Source or
1602
+ Object form, made available under the License, as indicated by a
1603
+ copyright notice that is included in or attached to the work
1604
+ (an example is provided in the Appendix below).
1511
1605
 
1512
- ================================================================================
1513
- encoding-sniffer@0.2.1
1514
- License: MIT
1515
- --- LICENSE ---
1516
- Copyright (c) 2022 Felix Boehm <me@feedic.com>
1606
+ "Derivative Works" shall mean any work, whether in Source or Object
1607
+ form, that is based on (or derived from) the Work and for which the
1608
+ editorial revisions, annotations, elaborations, or other modifications
1609
+ represent, as a whole, an original work of authorship. For the purposes
1610
+ of this License, Derivative Works shall not include works that remain
1611
+ separable from, or merely link (or bind by name) to the interfaces of,
1612
+ the Work and Derivative Works thereof.
1517
1613
 
1518
- Permission is hereby granted, free of charge, to any person obtaining a copy of
1519
- this software and associated documentation files (the "Software"), to deal in
1520
- the Software without restriction, including without limitation the rights to
1521
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1522
- the Software, and to permit persons to whom the Software is furnished to do so,
1523
- subject to the following conditions:
1614
+ "Contribution" shall mean any work of authorship, including
1615
+ the original version of the Work and any modifications or additions
1616
+ to that Work or Derivative Works thereof, that is intentionally
1617
+ submitted to Licensor for inclusion in the Work by the copyright owner
1618
+ or by an individual or Legal Entity authorized to submit on behalf of
1619
+ the copyright owner. For the purposes of this definition, "submitted"
1620
+ means any form of electronic, verbal, or written communication sent
1621
+ to the Licensor or its representatives, including but not limited to
1622
+ communication on electronic mailing lists, source code control systems,
1623
+ and issue tracking systems that are managed by, or on behalf of, the
1624
+ Licensor for the purpose of discussing and improving the Work, but
1625
+ excluding communication that is conspicuously marked or otherwise
1626
+ designated in writing by the copyright owner as "Not a Contribution."
1524
1627
 
1525
- The above copyright notice and this permission notice shall be included in all
1526
- copies or substantial portions of the Software.
1628
+ "Contributor" shall mean Licensor and any individual or Legal Entity
1629
+ on behalf of whom a Contribution has been received by Licensor and
1630
+ subsequently incorporated within the Work.
1527
1631
 
1528
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1529
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1530
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1531
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1532
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1533
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1632
+ 2. Grant of Copyright License. Subject to the terms and conditions of
1633
+ this License, each Contributor hereby grants to You a perpetual,
1634
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1635
+ copyright license to reproduce, prepare Derivative Works of,
1636
+ publicly display, publicly perform, sublicense, and distribute the
1637
+ Work and such Derivative Works in Source or Object form.
1534
1638
 
1535
- ================================================================================
1536
- entities@4.5.0
1537
- License: BSD-2-Clause
1538
- --- LICENSE ---
1539
- Copyright (c) Felix Böhm
1540
- All rights reserved.
1639
+ 3. Grant of Patent License. Subject to the terms and conditions of
1640
+ this License, each Contributor hereby grants to You a perpetual,
1641
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1642
+ (except as stated in this section) patent license to make, have made,
1643
+ use, offer to sell, sell, import, and otherwise transfer the Work,
1644
+ where such license applies only to those patent claims licensable
1645
+ by such Contributor that are necessarily infringed by their
1646
+ Contribution(s) alone or by combination of their Contribution(s)
1647
+ with the Work to which such Contribution(s) was submitted. If You
1648
+ institute patent litigation against any entity (including a
1649
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
1650
+ or a Contribution incorporated within the Work constitutes direct
1651
+ or contributory patent infringement, then any patent licenses
1652
+ granted to You under this License for that Work shall terminate
1653
+ as of the date such litigation is filed.
1541
1654
 
1542
- Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1655
+ 4. Redistribution. You may reproduce and distribute copies of the
1656
+ Work or Derivative Works thereof in any medium, with or without
1657
+ modifications, and in Source or Object form, provided that You
1658
+ meet the following conditions:
1543
1659
 
1544
- Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
1660
+ (a) You must give any other recipients of the Work or
1661
+ Derivative Works a copy of this License; and
1545
1662
 
1546
- 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.
1663
+ (b) You must cause any modified files to carry prominent notices
1664
+ stating that You changed the files; and
1547
1665
 
1548
- THIS 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,
1549
- EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1666
+ (c) You must retain, in the Source form of any Derivative Works
1667
+ that You distribute, all copyright, patent, trademark, and
1668
+ attribution notices from the Source form of the Work,
1669
+ excluding those notices that do not pertain to any part of
1670
+ the Derivative Works; and
1550
1671
 
1551
- ================================================================================
1552
- entities@6.0.1
1553
- License: BSD-2-Clause
1554
- --- LICENSE ---
1555
- Copyright (c) Felix Böhm
1672
+ (d) If the Work includes a "NOTICE" text file as part of its
1673
+ distribution, then any Derivative Works that You distribute must
1674
+ include a readable copy of the attribution notices contained
1675
+ within such NOTICE file, excluding those notices that do not
1676
+ pertain to any part of the Derivative Works, in at least one
1677
+ of the following places: within a NOTICE text file distributed
1678
+ as part of the Derivative Works; within the Source form or
1679
+ documentation, if provided along with the Derivative Works; or,
1680
+ within a display generated by the Derivative Works, if and
1681
+ wherever such third-party notices normally appear. The contents
1682
+ of the NOTICE file are for informational purposes only and
1683
+ do not modify the License. You may add Your own attribution
1684
+ notices within Derivative Works that You distribute, alongside
1685
+ or as an addendum to the NOTICE text from the Work, provided
1686
+ that such additional attribution notices cannot be construed
1687
+ as modifying the License.
1688
+
1689
+ You may add Your own copyright statement to Your modifications and
1690
+ may provide additional or different license terms and conditions
1691
+ for use, reproduction, or distribution of Your modifications, or
1692
+ for any such Derivative Works as a whole, provided Your use,
1693
+ reproduction, and distribution of the Work otherwise complies with
1694
+ the conditions stated in this License.
1695
+
1696
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
1697
+ any Contribution intentionally submitted for inclusion in the Work
1698
+ by You to the Licensor shall be under the terms and conditions of
1699
+ this License, without any additional terms or conditions.
1700
+ Notwithstanding the above, nothing herein shall supersede or modify
1701
+ the terms of any separate license agreement you may have executed
1702
+ with Licensor regarding such Contributions.
1703
+
1704
+ 6. Trademarks. This License does not grant permission to use the trade
1705
+ names, trademarks, service marks, or product names of the Licensor,
1706
+ except as required for reasonable and customary use in describing the
1707
+ origin of the Work and reproducing the content of the NOTICE file.
1708
+
1709
+ 7. Disclaimer of Warranty. Unless required by applicable law or
1710
+ agreed to in writing, Licensor provides the Work (and each
1711
+ Contributor provides its Contributions) on an "AS IS" BASIS,
1712
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
1713
+ implied, including, without limitation, any warranties or conditions
1714
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
1715
+ PARTICULAR PURPOSE. You are solely responsible for determining the
1716
+ appropriateness of using or redistributing the Work and assume any
1717
+ risks associated with Your exercise of permissions under this License.
1718
+
1719
+ 8. Limitation of Liability. In no event and under no legal theory,
1720
+ whether in tort (including negligence), contract, or otherwise,
1721
+ unless required by applicable law (such as deliberate and grossly
1722
+ negligent acts) or agreed to in writing, shall any Contributor be
1723
+ liable to You for damages, including any direct, indirect, special,
1724
+ incidental, or consequential damages of any character arising as a
1725
+ result of this License or out of the use or inability to use the
1726
+ Work (including but not limited to damages for loss of goodwill,
1727
+ work stoppage, computer failure or malfunction, or any and all
1728
+ other commercial damages or losses), even if such Contributor
1729
+ has been advised of the possibility of such damages.
1730
+
1731
+ 9. Accepting Warranty or Additional Liability. While redistributing
1732
+ the Work or Derivative Works thereof, You may choose to offer,
1733
+ and charge a fee for, acceptance of support, warranty, indemnity,
1734
+ or other liability obligations and/or rights consistent with this
1735
+ License. However, in accepting such obligations, You may act only
1736
+ on Your own behalf and on Your sole responsibility, not on behalf
1737
+ of any other Contributor, and only if You agree to indemnify,
1738
+ defend, and hold each Contributor harmless for any liability
1739
+ incurred by, or claims asserted against, such Contributor by reason
1740
+ of your accepting any such warranty or additional liability.
1741
+
1742
+ END OF TERMS AND CONDITIONS
1743
+
1744
+ APPENDIX: How to apply the Apache License to your work.
1745
+
1746
+ To apply the Apache License to your work, attach the following
1747
+ boilerplate notice, with the fields enclosed by brackets "{}"
1748
+ replaced with your own identifying information. (Don't include
1749
+ the brackets!) The text should be enclosed in the appropriate
1750
+ comment syntax for the file format. We also recommend that a
1751
+ file or class name and description of purpose be included on the
1752
+ same "printed page" as the copyright notice for easier
1753
+ identification within third-party archives.
1754
+
1755
+ Copyright 2015 D2L Corporation
1756
+
1757
+ Licensed under the Apache License, Version 2.0 (the "License");
1758
+ you may not use this file except in compliance with the License.
1759
+ You may obtain a copy of the License at
1760
+
1761
+ http://www.apache.org/licenses/LICENSE-2.0
1762
+
1763
+ Unless required by applicable law or agreed to in writing, software
1764
+ distributed under the License is distributed on an "AS IS" BASIS,
1765
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1766
+ See the License for the specific language governing permissions and
1767
+ limitations under the License.
1768
+
1769
+ ================================================================================
1770
+ ee-first@1.1.1
1771
+ License: MIT
1772
+ --- LICENSE ---
1773
+
1774
+ The MIT License (MIT)
1775
+
1776
+ Copyright (c) 2014 Jonathan Ong me@jongleberry.com
1777
+
1778
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1779
+ of this software and associated documentation files (the "Software"), to deal
1780
+ in the Software without restriction, including without limitation the rights
1781
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1782
+ copies of the Software, and to permit persons to whom the Software is
1783
+ furnished to do so, subject to the following conditions:
1784
+
1785
+ The above copyright notice and this permission notice shall be included in
1786
+ all copies or substantial portions of the Software.
1787
+
1788
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1789
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1790
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1791
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1792
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1793
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1794
+ THE SOFTWARE.
1795
+
1796
+ ================================================================================
1797
+ encodeurl@2.0.0
1798
+ License: MIT
1799
+ --- LICENSE ---
1800
+ (The MIT License)
1801
+
1802
+ Copyright (c) 2016 Douglas Christopher Wilson
1803
+
1804
+ Permission is hereby granted, free of charge, to any person obtaining
1805
+ a copy of this software and associated documentation files (the
1806
+ 'Software'), to deal in the Software without restriction, including
1807
+ without limitation the rights to use, copy, modify, merge, publish,
1808
+ distribute, sublicense, and/or sell copies of the Software, and to
1809
+ permit persons to whom the Software is furnished to do so, subject to
1810
+ the following conditions:
1811
+
1812
+ The above copyright notice and this permission notice shall be
1813
+ included in all copies or substantial portions of the Software.
1814
+
1815
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1816
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1817
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1818
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1819
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1820
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1821
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1822
+
1823
+ ================================================================================
1824
+ encoding-sniffer@0.2.1
1825
+ License: MIT
1826
+ --- LICENSE ---
1827
+ Copyright (c) 2022 Felix Boehm <me@feedic.com>
1828
+
1829
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
1830
+ this software and associated documentation files (the "Software"), to deal in
1831
+ the Software without restriction, including without limitation the rights to
1832
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1833
+ the Software, and to permit persons to whom the Software is furnished to do so,
1834
+ subject to the following conditions:
1835
+
1836
+ The above copyright notice and this permission notice shall be included in all
1837
+ copies or substantial portions of the Software.
1838
+
1839
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1840
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1841
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1842
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1843
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1844
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1845
+
1846
+ ================================================================================
1847
+ entities@4.5.0
1848
+ License: BSD-2-Clause
1849
+ --- LICENSE ---
1850
+ Copyright (c) Felix Böhm
1851
+ All rights reserved.
1852
+
1853
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1854
+
1855
+ Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
1856
+
1857
+ 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.
1858
+
1859
+ THIS 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,
1860
+ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1861
+
1862
+ ================================================================================
1863
+ entities@6.0.1
1864
+ License: BSD-2-Clause
1865
+ --- LICENSE ---
1866
+ Copyright (c) Felix Böhm
1556
1867
  All rights reserved.
1557
1868
 
1558
1869
  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
@@ -1876,6 +2187,33 @@ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1876
2187
  IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1877
2188
  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1878
2189
 
2190
+ ================================================================================
2191
+ extend@3.0.2
2192
+ License: MIT
2193
+ --- LICENSE ---
2194
+ The MIT License (MIT)
2195
+
2196
+ Copyright (c) 2014 Stefan Thomas
2197
+
2198
+ Permission is hereby granted, free of charge, to any person obtaining
2199
+ a copy of this software and associated documentation files (the
2200
+ "Software"), to deal in the Software without restriction, including
2201
+ without limitation the rights to use, copy, modify, merge, publish,
2202
+ distribute, sublicense, and/or sell copies of the Software, and to
2203
+ permit persons to whom the Software is furnished to do so, subject to
2204
+ the following conditions:
2205
+
2206
+ The above copyright notice and this permission notice shall be
2207
+ included in all copies or substantial portions of the Software.
2208
+
2209
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2210
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2211
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2212
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2213
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2214
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2215
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2216
+
1879
2217
  ================================================================================
1880
2218
  fast-deep-equal@3.1.3
1881
2219
  License: MIT
@@ -1937,6 +2275,32 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1937
2275
  The complete list of contributors can be found at:
1938
2276
  - https://github.com/garycourt/uri-js/graphs/contributors
1939
2277
 
2278
+ ================================================================================
2279
+ fetch-blob@3.2.0
2280
+ License: MIT
2281
+ --- LICENSE ---
2282
+ MIT License
2283
+
2284
+ Copyright (c) 2019 David Frank
2285
+
2286
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2287
+ of this software and associated documentation files (the "Software"), to deal
2288
+ in the Software without restriction, including without limitation the rights
2289
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2290
+ copies of the Software, and to permit persons to whom the Software is
2291
+ furnished to do so, subject to the following conditions:
2292
+
2293
+ The above copyright notice and this permission notice shall be included in all
2294
+ copies or substantial portions of the Software.
2295
+
2296
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2297
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2298
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2299
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2300
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2301
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2302
+ SOFTWARE.
2303
+
1940
2304
  ================================================================================
1941
2305
  finalhandler@1.3.2
1942
2306
  License: MIT
@@ -2039,23 +2403,49 @@ Copyright (c) 2012 Felix Geisendörfer (felix@debuggable.com) and contributors
2039
2403
  THE SOFTWARE.
2040
2404
 
2041
2405
  ================================================================================
2042
- forwarded@0.2.0
2406
+ formdata-polyfill@4.0.10
2043
2407
  License: MIT
2044
2408
  --- LICENSE ---
2045
- (The MIT License)
2046
-
2047
- Copyright (c) 2014-2017 Douglas Christopher Wilson
2409
+ MIT License
2048
2410
 
2049
- Permission is hereby granted, free of charge, to any person obtaining
2050
- a copy of this software and associated documentation files (the
2051
- 'Software'), to deal in the Software without restriction, including
2052
- without limitation the rights to use, copy, modify, merge, publish,
2053
- distribute, sublicense, and/or sell copies of the Software, and to
2054
- permit persons to whom the Software is furnished to do so, subject to
2055
- the following conditions:
2411
+ Copyright (c) 2016 Jimmy Karl Roland Wärting
2056
2412
 
2057
- The above copyright notice and this permission notice shall be
2058
- included in all copies or substantial portions of the Software.
2413
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2414
+ of this software and associated documentation files (the "Software"), to deal
2415
+ in the Software without restriction, including without limitation the rights
2416
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2417
+ copies of the Software, and to permit persons to whom the Software is
2418
+ furnished to do so, subject to the following conditions:
2419
+
2420
+ The above copyright notice and this permission notice shall be included in all
2421
+ copies or substantial portions of the Software.
2422
+
2423
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2424
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2425
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2426
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2427
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2428
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2429
+ SOFTWARE.
2430
+
2431
+ ================================================================================
2432
+ forwarded@0.2.0
2433
+ License: MIT
2434
+ --- LICENSE ---
2435
+ (The MIT License)
2436
+
2437
+ Copyright (c) 2014-2017 Douglas Christopher Wilson
2438
+
2439
+ Permission is hereby granted, free of charge, to any person obtaining
2440
+ a copy of this software and associated documentation files (the
2441
+ 'Software'), to deal in the Software without restriction, including
2442
+ without limitation the rights to use, copy, modify, merge, publish,
2443
+ distribute, sublicense, and/or sell copies of the Software, and to
2444
+ permit persons to whom the Software is furnished to do so, subject to
2445
+ the following conditions:
2446
+
2447
+ The above copyright notice and this permission notice shall be
2448
+ included in all copies or substantial portions of the Software.
2059
2449
 
2060
2450
  THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2061
2451
  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
@@ -2134,68 +2524,896 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2134
2524
  copies of the Software, and to permit persons to whom the Software is
2135
2525
  furnished to do so, subject to the following conditions:
2136
2526
 
2137
- The above copyright notice and this permission notice shall be included in
2138
- all copies or substantial portions of the Software.
2527
+ The above copyright notice and this permission notice shall be included in
2528
+ all copies or substantial portions of the Software.
2529
+
2530
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2531
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2532
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2533
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2534
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2535
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2536
+ THE SOFTWARE.
2537
+
2538
+ ================================================================================
2539
+ gaxios@7.3.0
2540
+ License: Apache-2.0
2541
+ --- LICENSE ---
2542
+
2543
+ Apache License
2544
+ Version 2.0, January 2004
2545
+ http://www.apache.org/licenses/
2546
+
2547
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
2548
+
2549
+ 1. Definitions.
2550
+
2551
+ "License" shall mean the terms and conditions for use, reproduction,
2552
+ and distribution as defined by Sections 1 through 9 of this document.
2553
+
2554
+ "Licensor" shall mean the copyright owner or entity authorized by
2555
+ the copyright owner that is granting the License.
2556
+
2557
+ "Legal Entity" shall mean the union of the acting entity and all
2558
+ other entities that control, are controlled by, or are under common
2559
+ control with that entity. For the purposes of this definition,
2560
+ "control" means (i) the power, direct or indirect, to cause the
2561
+ direction or management of such entity, whether by contract or
2562
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
2563
+ outstanding shares, or (iii) beneficial ownership of such entity.
2564
+
2565
+ "You" (or "Your") shall mean an individual or Legal Entity
2566
+ exercising permissions granted by this License.
2567
+
2568
+ "Source" form shall mean the preferred form for making modifications,
2569
+ including but not limited to software source code, documentation
2570
+ source, and configuration files.
2571
+
2572
+ "Object" form shall mean any form resulting from mechanical
2573
+ transformation or translation of a Source form, including but
2574
+ not limited to compiled object code, generated documentation,
2575
+ and conversions to other media types.
2576
+
2577
+ "Work" shall mean the work of authorship, whether in Source or
2578
+ Object form, made available under the License, as indicated by a
2579
+ copyright notice that is included in or attached to the work
2580
+ (an example is provided in the Appendix below).
2581
+
2582
+ "Derivative Works" shall mean any work, whether in Source or Object
2583
+ form, that is based on (or derived from) the Work and for which the
2584
+ editorial revisions, annotations, elaborations, or other modifications
2585
+ represent, as a whole, an original work of authorship. For the purposes
2586
+ of this License, Derivative Works shall not include works that remain
2587
+ separable from, or merely link (or bind by name) to the interfaces of,
2588
+ the Work and Derivative Works thereof.
2589
+
2590
+ "Contribution" shall mean any work of authorship, including
2591
+ the original version of the Work and any modifications or additions
2592
+ to that Work or Derivative Works thereof, that is intentionally
2593
+ submitted to Licensor for inclusion in the Work by the copyright owner
2594
+ or by an individual or Legal Entity authorized to submit on behalf of
2595
+ the copyright owner. For the purposes of this definition, "submitted"
2596
+ means any form of electronic, verbal, or written communication sent
2597
+ to the Licensor or its representatives, including but not limited to
2598
+ communication on electronic mailing lists, source code control systems,
2599
+ and issue tracking systems that are managed by, or on behalf of, the
2600
+ Licensor for the purpose of discussing and improving the Work, but
2601
+ excluding communication that is conspicuously marked or otherwise
2602
+ designated in writing by the copyright owner as "Not a Contribution."
2603
+
2604
+ "Contributor" shall mean Licensor and any individual or Legal Entity
2605
+ on behalf of whom a Contribution has been received by Licensor and
2606
+ subsequently incorporated within the Work.
2607
+
2608
+ 2. Grant of Copyright License. Subject to the terms and conditions of
2609
+ this License, each Contributor hereby grants to You a perpetual,
2610
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2611
+ copyright license to reproduce, prepare Derivative Works of,
2612
+ publicly display, publicly perform, sublicense, and distribute the
2613
+ Work and such Derivative Works in Source or Object form.
2614
+
2615
+ 3. Grant of Patent License. Subject to the terms and conditions of
2616
+ this License, each Contributor hereby grants to You a perpetual,
2617
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2618
+ (except as stated in this section) patent license to make, have made,
2619
+ use, offer to sell, sell, import, and otherwise transfer the Work,
2620
+ where such license applies only to those patent claims licensable
2621
+ by such Contributor that are necessarily infringed by their
2622
+ Contribution(s) alone or by combination of their Contribution(s)
2623
+ with the Work to which such Contribution(s) was submitted. If You
2624
+ institute patent litigation against any entity (including a
2625
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
2626
+ or a Contribution incorporated within the Work constitutes direct
2627
+ or contributory patent infringement, then any patent licenses
2628
+ granted to You under this License for that Work shall terminate
2629
+ as of the date such litigation is filed.
2630
+
2631
+ 4. Redistribution. You may reproduce and distribute copies of the
2632
+ Work or Derivative Works thereof in any medium, with or without
2633
+ modifications, and in Source or Object form, provided that You
2634
+ meet the following conditions:
2635
+
2636
+ (a) You must give any other recipients of the Work or
2637
+ Derivative Works a copy of this License; and
2638
+
2639
+ (b) You must cause any modified files to carry prominent notices
2640
+ stating that You changed the files; and
2641
+
2642
+ (c) You must retain, in the Source form of any Derivative Works
2643
+ that You distribute, all copyright, patent, trademark, and
2644
+ attribution notices from the Source form of the Work,
2645
+ excluding those notices that do not pertain to any part of
2646
+ the Derivative Works; and
2647
+
2648
+ (d) If the Work includes a "NOTICE" text file as part of its
2649
+ distribution, then any Derivative Works that You distribute must
2650
+ include a readable copy of the attribution notices contained
2651
+ within such NOTICE file, excluding those notices that do not
2652
+ pertain to any part of the Derivative Works, in at least one
2653
+ of the following places: within a NOTICE text file distributed
2654
+ as part of the Derivative Works; within the Source form or
2655
+ documentation, if provided along with the Derivative Works; or,
2656
+ within a display generated by the Derivative Works, if and
2657
+ wherever such third-party notices normally appear. The contents
2658
+ of the NOTICE file are for informational purposes only and
2659
+ do not modify the License. You may add Your own attribution
2660
+ notices within Derivative Works that You distribute, alongside
2661
+ or as an addendum to the NOTICE text from the Work, provided
2662
+ that such additional attribution notices cannot be construed
2663
+ as modifying the License.
2664
+
2665
+ You may add Your own copyright statement to Your modifications and
2666
+ may provide additional or different license terms and conditions
2667
+ for use, reproduction, or distribution of Your modifications, or
2668
+ for any such Derivative Works as a whole, provided Your use,
2669
+ reproduction, and distribution of the Work otherwise complies with
2670
+ the conditions stated in this License.
2671
+
2672
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
2673
+ any Contribution intentionally submitted for inclusion in the Work
2674
+ by You to the Licensor shall be under the terms and conditions of
2675
+ this License, without any additional terms or conditions.
2676
+ Notwithstanding the above, nothing herein shall supersede or modify
2677
+ the terms of any separate license agreement you may have executed
2678
+ with Licensor regarding such Contributions.
2679
+
2680
+ 6. Trademarks. This License does not grant permission to use the trade
2681
+ names, trademarks, service marks, or product names of the Licensor,
2682
+ except as required for reasonable and customary use in describing the
2683
+ origin of the Work and reproducing the content of the NOTICE file.
2684
+
2685
+ 7. Disclaimer of Warranty. Unless required by applicable law or
2686
+ agreed to in writing, Licensor provides the Work (and each
2687
+ Contributor provides its Contributions) on an "AS IS" BASIS,
2688
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
2689
+ implied, including, without limitation, any warranties or conditions
2690
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
2691
+ PARTICULAR PURPOSE. You are solely responsible for determining the
2692
+ appropriateness of using or redistributing the Work and assume any
2693
+ risks associated with Your exercise of permissions under this License.
2694
+
2695
+ 8. Limitation of Liability. In no event and under no legal theory,
2696
+ whether in tort (including negligence), contract, or otherwise,
2697
+ unless required by applicable law (such as deliberate and grossly
2698
+ negligent acts) or agreed to in writing, shall any Contributor be
2699
+ liable to You for damages, including any direct, indirect, special,
2700
+ incidental, or consequential damages of any character arising as a
2701
+ result of this License or out of the use or inability to use the
2702
+ Work (including but not limited to damages for loss of goodwill,
2703
+ work stoppage, computer failure or malfunction, or any and all
2704
+ other commercial damages or losses), even if such Contributor
2705
+ has been advised of the possibility of such damages.
2706
+
2707
+ 9. Accepting Warranty or Additional Liability. While redistributing
2708
+ the Work or Derivative Works thereof, You may choose to offer,
2709
+ and charge a fee for, acceptance of support, warranty, indemnity,
2710
+ or other liability obligations and/or rights consistent with this
2711
+ License. However, in accepting such obligations, You may act only
2712
+ on Your own behalf and on Your sole responsibility, not on behalf
2713
+ of any other Contributor, and only if You agree to indemnify,
2714
+ defend, and hold each Contributor harmless for any liability
2715
+ incurred by, or claims asserted against, such Contributor by reason
2716
+ of your accepting any such warranty or additional liability.
2717
+
2718
+ END OF TERMS AND CONDITIONS
2719
+
2720
+ APPENDIX: How to apply the Apache License to your work.
2721
+
2722
+ To apply the Apache License to your work, attach the following
2723
+ boilerplate notice, with the fields enclosed by brackets "[]"
2724
+ replaced with your own identifying information. (Don't include
2725
+ the brackets!) The text should be enclosed in the appropriate
2726
+ comment syntax for the file format. We also recommend that a
2727
+ file or class name and description of purpose be included on the
2728
+ same "printed page" as the copyright notice for easier
2729
+ identification within third-party archives.
2730
+
2731
+ Copyright [yyyy] [name of copyright owner]
2732
+
2733
+ Licensed under the Apache License, Version 2.0 (the "License");
2734
+ you may not use this file except in compliance with the License.
2735
+ You may obtain a copy of the License at
2736
+
2737
+ http://www.apache.org/licenses/LICENSE-2.0
2738
+
2739
+ Unless required by applicable law or agreed to in writing, software
2740
+ distributed under the License is distributed on an "AS IS" BASIS,
2741
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2742
+ See the License for the specific language governing permissions and
2743
+ limitations under the License.
2744
+
2745
+ ================================================================================
2746
+ gcp-metadata@8.1.2
2747
+ License: Apache-2.0
2748
+ --- LICENSE ---
2749
+
2750
+ Apache License
2751
+ Version 2.0, January 2004
2752
+ http://www.apache.org/licenses/
2753
+
2754
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
2755
+
2756
+ 1. Definitions.
2757
+
2758
+ "License" shall mean the terms and conditions for use, reproduction,
2759
+ and distribution as defined by Sections 1 through 9 of this document.
2760
+
2761
+ "Licensor" shall mean the copyright owner or entity authorized by
2762
+ the copyright owner that is granting the License.
2763
+
2764
+ "Legal Entity" shall mean the union of the acting entity and all
2765
+ other entities that control, are controlled by, or are under common
2766
+ control with that entity. For the purposes of this definition,
2767
+ "control" means (i) the power, direct or indirect, to cause the
2768
+ direction or management of such entity, whether by contract or
2769
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
2770
+ outstanding shares, or (iii) beneficial ownership of such entity.
2771
+
2772
+ "You" (or "Your") shall mean an individual or Legal Entity
2773
+ exercising permissions granted by this License.
2774
+
2775
+ "Source" form shall mean the preferred form for making modifications,
2776
+ including but not limited to software source code, documentation
2777
+ source, and configuration files.
2778
+
2779
+ "Object" form shall mean any form resulting from mechanical
2780
+ transformation or translation of a Source form, including but
2781
+ not limited to compiled object code, generated documentation,
2782
+ and conversions to other media types.
2783
+
2784
+ "Work" shall mean the work of authorship, whether in Source or
2785
+ Object form, made available under the License, as indicated by a
2786
+ copyright notice that is included in or attached to the work
2787
+ (an example is provided in the Appendix below).
2788
+
2789
+ "Derivative Works" shall mean any work, whether in Source or Object
2790
+ form, that is based on (or derived from) the Work and for which the
2791
+ editorial revisions, annotations, elaborations, or other modifications
2792
+ represent, as a whole, an original work of authorship. For the purposes
2793
+ of this License, Derivative Works shall not include works that remain
2794
+ separable from, or merely link (or bind by name) to the interfaces of,
2795
+ the Work and Derivative Works thereof.
2796
+
2797
+ "Contribution" shall mean any work of authorship, including
2798
+ the original version of the Work and any modifications or additions
2799
+ to that Work or Derivative Works thereof, that is intentionally
2800
+ submitted to Licensor for inclusion in the Work by the copyright owner
2801
+ or by an individual or Legal Entity authorized to submit on behalf of
2802
+ the copyright owner. For the purposes of this definition, "submitted"
2803
+ means any form of electronic, verbal, or written communication sent
2804
+ to the Licensor or its representatives, including but not limited to
2805
+ communication on electronic mailing lists, source code control systems,
2806
+ and issue tracking systems that are managed by, or on behalf of, the
2807
+ Licensor for the purpose of discussing and improving the Work, but
2808
+ excluding communication that is conspicuously marked or otherwise
2809
+ designated in writing by the copyright owner as "Not a Contribution."
2810
+
2811
+ "Contributor" shall mean Licensor and any individual or Legal Entity
2812
+ on behalf of whom a Contribution has been received by Licensor and
2813
+ subsequently incorporated within the Work.
2814
+
2815
+ 2. Grant of Copyright License. Subject to the terms and conditions of
2816
+ this License, each Contributor hereby grants to You a perpetual,
2817
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2818
+ copyright license to reproduce, prepare Derivative Works of,
2819
+ publicly display, publicly perform, sublicense, and distribute the
2820
+ Work and such Derivative Works in Source or Object form.
2821
+
2822
+ 3. Grant of Patent License. Subject to the terms and conditions of
2823
+ this License, each Contributor hereby grants to You a perpetual,
2824
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2825
+ (except as stated in this section) patent license to make, have made,
2826
+ use, offer to sell, sell, import, and otherwise transfer the Work,
2827
+ where such license applies only to those patent claims licensable
2828
+ by such Contributor that are necessarily infringed by their
2829
+ Contribution(s) alone or by combination of their Contribution(s)
2830
+ with the Work to which such Contribution(s) was submitted. If You
2831
+ institute patent litigation against any entity (including a
2832
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
2833
+ or a Contribution incorporated within the Work constitutes direct
2834
+ or contributory patent infringement, then any patent licenses
2835
+ granted to You under this License for that Work shall terminate
2836
+ as of the date such litigation is filed.
2837
+
2838
+ 4. Redistribution. You may reproduce and distribute copies of the
2839
+ Work or Derivative Works thereof in any medium, with or without
2840
+ modifications, and in Source or Object form, provided that You
2841
+ meet the following conditions:
2842
+
2843
+ (a) You must give any other recipients of the Work or
2844
+ Derivative Works a copy of this License; and
2845
+
2846
+ (b) You must cause any modified files to carry prominent notices
2847
+ stating that You changed the files; and
2848
+
2849
+ (c) You must retain, in the Source form of any Derivative Works
2850
+ that You distribute, all copyright, patent, trademark, and
2851
+ attribution notices from the Source form of the Work,
2852
+ excluding those notices that do not pertain to any part of
2853
+ the Derivative Works; and
2854
+
2855
+ (d) If the Work includes a "NOTICE" text file as part of its
2856
+ distribution, then any Derivative Works that You distribute must
2857
+ include a readable copy of the attribution notices contained
2858
+ within such NOTICE file, excluding those notices that do not
2859
+ pertain to any part of the Derivative Works, in at least one
2860
+ of the following places: within a NOTICE text file distributed
2861
+ as part of the Derivative Works; within the Source form or
2862
+ documentation, if provided along with the Derivative Works; or,
2863
+ within a display generated by the Derivative Works, if and
2864
+ wherever such third-party notices normally appear. The contents
2865
+ of the NOTICE file are for informational purposes only and
2866
+ do not modify the License. You may add Your own attribution
2867
+ notices within Derivative Works that You distribute, alongside
2868
+ or as an addendum to the NOTICE text from the Work, provided
2869
+ that such additional attribution notices cannot be construed
2870
+ as modifying the License.
2871
+
2872
+ You may add Your own copyright statement to Your modifications and
2873
+ may provide additional or different license terms and conditions
2874
+ for use, reproduction, or distribution of Your modifications, or
2875
+ for any such Derivative Works as a whole, provided Your use,
2876
+ reproduction, and distribution of the Work otherwise complies with
2877
+ the conditions stated in this License.
2878
+
2879
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
2880
+ any Contribution intentionally submitted for inclusion in the Work
2881
+ by You to the Licensor shall be under the terms and conditions of
2882
+ this License, without any additional terms or conditions.
2883
+ Notwithstanding the above, nothing herein shall supersede or modify
2884
+ the terms of any separate license agreement you may have executed
2885
+ with Licensor regarding such Contributions.
2886
+
2887
+ 6. Trademarks. This License does not grant permission to use the trade
2888
+ names, trademarks, service marks, or product names of the Licensor,
2889
+ except as required for reasonable and customary use in describing the
2890
+ origin of the Work and reproducing the content of the NOTICE file.
2891
+
2892
+ 7. Disclaimer of Warranty. Unless required by applicable law or
2893
+ agreed to in writing, Licensor provides the Work (and each
2894
+ Contributor provides its Contributions) on an "AS IS" BASIS,
2895
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
2896
+ implied, including, without limitation, any warranties or conditions
2897
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
2898
+ PARTICULAR PURPOSE. You are solely responsible for determining the
2899
+ appropriateness of using or redistributing the Work and assume any
2900
+ risks associated with Your exercise of permissions under this License.
2901
+
2902
+ 8. Limitation of Liability. In no event and under no legal theory,
2903
+ whether in tort (including negligence), contract, or otherwise,
2904
+ unless required by applicable law (such as deliberate and grossly
2905
+ negligent acts) or agreed to in writing, shall any Contributor be
2906
+ liable to You for damages, including any direct, indirect, special,
2907
+ incidental, or consequential damages of any character arising as a
2908
+ result of this License or out of the use or inability to use the
2909
+ Work (including but not limited to damages for loss of goodwill,
2910
+ work stoppage, computer failure or malfunction, or any and all
2911
+ other commercial damages or losses), even if such Contributor
2912
+ has been advised of the possibility of such damages.
2913
+
2914
+ 9. Accepting Warranty or Additional Liability. While redistributing
2915
+ the Work or Derivative Works thereof, You may choose to offer,
2916
+ and charge a fee for, acceptance of support, warranty, indemnity,
2917
+ or other liability obligations and/or rights consistent with this
2918
+ License. However, in accepting such obligations, You may act only
2919
+ on Your own behalf and on Your sole responsibility, not on behalf
2920
+ of any other Contributor, and only if You agree to indemnify,
2921
+ defend, and hold each Contributor harmless for any liability
2922
+ incurred by, or claims asserted against, such Contributor by reason
2923
+ of your accepting any such warranty or additional liability.
2924
+
2925
+ END OF TERMS AND CONDITIONS
2926
+
2927
+ APPENDIX: How to apply the Apache License to your work.
2928
+
2929
+ To apply the Apache License to your work, attach the following
2930
+ boilerplate notice, with the fields enclosed by brackets "[]"
2931
+ replaced with your own identifying information. (Don't include
2932
+ the brackets!) The text should be enclosed in the appropriate
2933
+ comment syntax for the file format. We also recommend that a
2934
+ file or class name and description of purpose be included on the
2935
+ same "printed page" as the copyright notice for easier
2936
+ identification within third-party archives.
2937
+
2938
+ Copyright [yyyy] [name of copyright owner]
2939
+
2940
+ Licensed under the Apache License, Version 2.0 (the "License");
2941
+ you may not use this file except in compliance with the License.
2942
+ You may obtain a copy of the License at
2943
+
2944
+ http://www.apache.org/licenses/LICENSE-2.0
2945
+
2946
+ Unless required by applicable law or agreed to in writing, software
2947
+ distributed under the License is distributed on an "AS IS" BASIS,
2948
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2949
+ See the License for the specific language governing permissions and
2950
+ limitations under the License.
2951
+
2952
+ ================================================================================
2953
+ get-intrinsic@1.3.0
2954
+ License: MIT
2955
+ --- LICENSE ---
2956
+ MIT License
2957
+
2958
+ Copyright (c) 2020 Jordan Harband
2959
+
2960
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2961
+ of this software and associated documentation files (the "Software"), to deal
2962
+ in the Software without restriction, including without limitation the rights
2963
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2964
+ copies of the Software, and to permit persons to whom the Software is
2965
+ furnished to do so, subject to the following conditions:
2966
+
2967
+ The above copyright notice and this permission notice shall be included in all
2968
+ copies or substantial portions of the Software.
2969
+
2970
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2971
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2972
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2973
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2974
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2975
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2976
+ SOFTWARE.
2977
+
2978
+ ================================================================================
2979
+ get-proto@1.0.1
2980
+ License: MIT
2981
+ --- LICENSE ---
2982
+ MIT License
2983
+
2984
+ Copyright (c) 2025 Jordan Harband
2985
+
2986
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2987
+ of this software and associated documentation files (the "Software"), to deal
2988
+ in the Software without restriction, including without limitation the rights
2989
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2990
+ copies of the Software, and to permit persons to whom the Software is
2991
+ furnished to do so, subject to the following conditions:
2992
+
2993
+ The above copyright notice and this permission notice shall be included in all
2994
+ copies or substantial portions of the Software.
2995
+
2996
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2997
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2998
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2999
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3000
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3001
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3002
+ SOFTWARE.
3003
+
3004
+ ================================================================================
3005
+ google-auth-library@10.9.1
3006
+ License: Apache-2.0
3007
+ --- LICENSE ---
3008
+
3009
+ Apache License
3010
+ Version 2.0, January 2004
3011
+ http://www.apache.org/licenses/
3012
+
3013
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
3014
+
3015
+ 1. Definitions.
3016
+
3017
+ "License" shall mean the terms and conditions for use, reproduction,
3018
+ and distribution as defined by Sections 1 through 9 of this document.
3019
+
3020
+ "Licensor" shall mean the copyright owner or entity authorized by
3021
+ the copyright owner that is granting the License.
3022
+
3023
+ "Legal Entity" shall mean the union of the acting entity and all
3024
+ other entities that control, are controlled by, or are under common
3025
+ control with that entity. For the purposes of this definition,
3026
+ "control" means (i) the power, direct or indirect, to cause the
3027
+ direction or management of such entity, whether by contract or
3028
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
3029
+ outstanding shares, or (iii) beneficial ownership of such entity.
3030
+
3031
+ "You" (or "Your") shall mean an individual or Legal Entity
3032
+ exercising permissions granted by this License.
3033
+
3034
+ "Source" form shall mean the preferred form for making modifications,
3035
+ including but not limited to software source code, documentation
3036
+ source, and configuration files.
3037
+
3038
+ "Object" form shall mean any form resulting from mechanical
3039
+ transformation or translation of a Source form, including but
3040
+ not limited to compiled object code, generated documentation,
3041
+ and conversions to other media types.
3042
+
3043
+ "Work" shall mean the work of authorship, whether in Source or
3044
+ Object form, made available under the License, as indicated by a
3045
+ copyright notice that is included in or attached to the work
3046
+ (an example is provided in the Appendix below).
3047
+
3048
+ "Derivative Works" shall mean any work, whether in Source or Object
3049
+ form, that is based on (or derived from) the Work and for which the
3050
+ editorial revisions, annotations, elaborations, or other modifications
3051
+ represent, as a whole, an original work of authorship. For the purposes
3052
+ of this License, Derivative Works shall not include works that remain
3053
+ separable from, or merely link (or bind by name) to the interfaces of,
3054
+ the Work and Derivative Works thereof.
3055
+
3056
+ "Contribution" shall mean any work of authorship, including
3057
+ the original version of the Work and any modifications or additions
3058
+ to that Work or Derivative Works thereof, that is intentionally
3059
+ submitted to Licensor for inclusion in the Work by the copyright owner
3060
+ or by an individual or Legal Entity authorized to submit on behalf of
3061
+ the copyright owner. For the purposes of this definition, "submitted"
3062
+ means any form of electronic, verbal, or written communication sent
3063
+ to the Licensor or its representatives, including but not limited to
3064
+ communication on electronic mailing lists, source code control systems,
3065
+ and issue tracking systems that are managed by, or on behalf of, the
3066
+ Licensor for the purpose of discussing and improving the Work, but
3067
+ excluding communication that is conspicuously marked or otherwise
3068
+ designated in writing by the copyright owner as "Not a Contribution."
3069
+
3070
+ "Contributor" shall mean Licensor and any individual or Legal Entity
3071
+ on behalf of whom a Contribution has been received by Licensor and
3072
+ subsequently incorporated within the Work.
3073
+
3074
+ 2. Grant of Copyright License. Subject to the terms and conditions of
3075
+ this License, each Contributor hereby grants to You a perpetual,
3076
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
3077
+ copyright license to reproduce, prepare Derivative Works of,
3078
+ publicly display, publicly perform, sublicense, and distribute the
3079
+ Work and such Derivative Works in Source or Object form.
3080
+
3081
+ 3. Grant of Patent License. Subject to the terms and conditions of
3082
+ this License, each Contributor hereby grants to You a perpetual,
3083
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
3084
+ (except as stated in this section) patent license to make, have made,
3085
+ use, offer to sell, sell, import, and otherwise transfer the Work,
3086
+ where such license applies only to those patent claims licensable
3087
+ by such Contributor that are necessarily infringed by their
3088
+ Contribution(s) alone or by combination of their Contribution(s)
3089
+ with the Work to which such Contribution(s) was submitted. If You
3090
+ institute patent litigation against any entity (including a
3091
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
3092
+ or a Contribution incorporated within the Work constitutes direct
3093
+ or contributory patent infringement, then any patent licenses
3094
+ granted to You under this License for that Work shall terminate
3095
+ as of the date such litigation is filed.
3096
+
3097
+ 4. Redistribution. You may reproduce and distribute copies of the
3098
+ Work or Derivative Works thereof in any medium, with or without
3099
+ modifications, and in Source or Object form, provided that You
3100
+ meet the following conditions:
3101
+
3102
+ (a) You must give any other recipients of the Work or
3103
+ Derivative Works a copy of this License; and
3104
+
3105
+ (b) You must cause any modified files to carry prominent notices
3106
+ stating that You changed the files; and
3107
+
3108
+ (c) You must retain, in the Source form of any Derivative Works
3109
+ that You distribute, all copyright, patent, trademark, and
3110
+ attribution notices from the Source form of the Work,
3111
+ excluding those notices that do not pertain to any part of
3112
+ the Derivative Works; and
3113
+
3114
+ (d) If the Work includes a "NOTICE" text file as part of its
3115
+ distribution, then any Derivative Works that You distribute must
3116
+ include a readable copy of the attribution notices contained
3117
+ within such NOTICE file, excluding those notices that do not
3118
+ pertain to any part of the Derivative Works, in at least one
3119
+ of the following places: within a NOTICE text file distributed
3120
+ as part of the Derivative Works; within the Source form or
3121
+ documentation, if provided along with the Derivative Works; or,
3122
+ within a display generated by the Derivative Works, if and
3123
+ wherever such third-party notices normally appear. The contents
3124
+ of the NOTICE file are for informational purposes only and
3125
+ do not modify the License. You may add Your own attribution
3126
+ notices within Derivative Works that You distribute, alongside
3127
+ or as an addendum to the NOTICE text from the Work, provided
3128
+ that such additional attribution notices cannot be construed
3129
+ as modifying the License.
3130
+
3131
+ You may add Your own copyright statement to Your modifications and
3132
+ may provide additional or different license terms and conditions
3133
+ for use, reproduction, or distribution of Your modifications, or
3134
+ for any such Derivative Works as a whole, provided Your use,
3135
+ reproduction, and distribution of the Work otherwise complies with
3136
+ the conditions stated in this License.
3137
+
3138
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
3139
+ any Contribution intentionally submitted for inclusion in the Work
3140
+ by You to the Licensor shall be under the terms and conditions of
3141
+ this License, without any additional terms or conditions.
3142
+ Notwithstanding the above, nothing herein shall supersede or modify
3143
+ the terms of any separate license agreement you may have executed
3144
+ with Licensor regarding such Contributions.
3145
+
3146
+ 6. Trademarks. This License does not grant permission to use the trade
3147
+ names, trademarks, service marks, or product names of the Licensor,
3148
+ except as required for reasonable and customary use in describing the
3149
+ origin of the Work and reproducing the content of the NOTICE file.
3150
+
3151
+ 7. Disclaimer of Warranty. Unless required by applicable law or
3152
+ agreed to in writing, Licensor provides the Work (and each
3153
+ Contributor provides its Contributions) on an "AS IS" BASIS,
3154
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
3155
+ implied, including, without limitation, any warranties or conditions
3156
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
3157
+ PARTICULAR PURPOSE. You are solely responsible for determining the
3158
+ appropriateness of using or redistributing the Work and assume any
3159
+ risks associated with Your exercise of permissions under this License.
3160
+
3161
+ 8. Limitation of Liability. In no event and under no legal theory,
3162
+ whether in tort (including negligence), contract, or otherwise,
3163
+ unless required by applicable law (such as deliberate and grossly
3164
+ negligent acts) or agreed to in writing, shall any Contributor be
3165
+ liable to You for damages, including any direct, indirect, special,
3166
+ incidental, or consequential damages of any character arising as a
3167
+ result of this License or out of the use or inability to use the
3168
+ Work (including but not limited to damages for loss of goodwill,
3169
+ work stoppage, computer failure or malfunction, or any and all
3170
+ other commercial damages or losses), even if such Contributor
3171
+ has been advised of the possibility of such damages.
3172
+
3173
+ 9. Accepting Warranty or Additional Liability. While redistributing
3174
+ the Work or Derivative Works thereof, You may choose to offer,
3175
+ and charge a fee for, acceptance of support, warranty, indemnity,
3176
+ or other liability obligations and/or rights consistent with this
3177
+ License. However, in accepting such obligations, You may act only
3178
+ on Your own behalf and on Your sole responsibility, not on behalf
3179
+ of any other Contributor, and only if You agree to indemnify,
3180
+ defend, and hold each Contributor harmless for any liability
3181
+ incurred by, or claims asserted against, such Contributor by reason
3182
+ of your accepting any such warranty or additional liability.
3183
+
3184
+ END OF TERMS AND CONDITIONS
3185
+
3186
+ APPENDIX: How to apply the Apache License to your work.
3187
+
3188
+ To apply the Apache License to your work, attach the following
3189
+ boilerplate notice, with the fields enclosed by brackets "[]"
3190
+ replaced with your own identifying information. (Don't include
3191
+ the brackets!) The text should be enclosed in the appropriate
3192
+ comment syntax for the file format. We also recommend that a
3193
+ file or class name and description of purpose be included on the
3194
+ same "printed page" as the copyright notice for easier
3195
+ identification within third-party archives.
3196
+
3197
+ Copyright [yyyy] [name of copyright owner]
3198
+
3199
+ Licensed under the Apache License, Version 2.0 (the "License");
3200
+ you may not use this file except in compliance with the License.
3201
+ You may obtain a copy of the License at
3202
+
3203
+ http://www.apache.org/licenses/LICENSE-2.0
3204
+
3205
+ Unless required by applicable law or agreed to in writing, software
3206
+ distributed under the License is distributed on an "AS IS" BASIS,
3207
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
3208
+ See the License for the specific language governing permissions and
3209
+ limitations under the License.
3210
+
3211
+ ================================================================================
3212
+ google-logging-utils@1.1.3
3213
+ License: Apache-2.0
3214
+ --- LICENSE ---
3215
+
3216
+ Apache License
3217
+ Version 2.0, January 2004
3218
+ http://www.apache.org/licenses/
3219
+
3220
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
3221
+
3222
+ 1. Definitions.
3223
+
3224
+ "License" shall mean the terms and conditions for use, reproduction,
3225
+ and distribution as defined by Sections 1 through 9 of this document.
3226
+
3227
+ "Licensor" shall mean the copyright owner or entity authorized by
3228
+ the copyright owner that is granting the License.
3229
+
3230
+ "Legal Entity" shall mean the union of the acting entity and all
3231
+ other entities that control, are controlled by, or are under common
3232
+ control with that entity. For the purposes of this definition,
3233
+ "control" means (i) the power, direct or indirect, to cause the
3234
+ direction or management of such entity, whether by contract or
3235
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
3236
+ outstanding shares, or (iii) beneficial ownership of such entity.
3237
+
3238
+ "You" (or "Your") shall mean an individual or Legal Entity
3239
+ exercising permissions granted by this License.
3240
+
3241
+ "Source" form shall mean the preferred form for making modifications,
3242
+ including but not limited to software source code, documentation
3243
+ source, and configuration files.
3244
+
3245
+ "Object" form shall mean any form resulting from mechanical
3246
+ transformation or translation of a Source form, including but
3247
+ not limited to compiled object code, generated documentation,
3248
+ and conversions to other media types.
3249
+
3250
+ "Work" shall mean the work of authorship, whether in Source or
3251
+ Object form, made available under the License, as indicated by a
3252
+ copyright notice that is included in or attached to the work
3253
+ (an example is provided in the Appendix below).
3254
+
3255
+ "Derivative Works" shall mean any work, whether in Source or Object
3256
+ form, that is based on (or derived from) the Work and for which the
3257
+ editorial revisions, annotations, elaborations, or other modifications
3258
+ represent, as a whole, an original work of authorship. For the purposes
3259
+ of this License, Derivative Works shall not include works that remain
3260
+ separable from, or merely link (or bind by name) to the interfaces of,
3261
+ the Work and Derivative Works thereof.
3262
+
3263
+ "Contribution" shall mean any work of authorship, including
3264
+ the original version of the Work and any modifications or additions
3265
+ to that Work or Derivative Works thereof, that is intentionally
3266
+ submitted to Licensor for inclusion in the Work by the copyright owner
3267
+ or by an individual or Legal Entity authorized to submit on behalf of
3268
+ the copyright owner. For the purposes of this definition, "submitted"
3269
+ means any form of electronic, verbal, or written communication sent
3270
+ to the Licensor or its representatives, including but not limited to
3271
+ communication on electronic mailing lists, source code control systems,
3272
+ and issue tracking systems that are managed by, or on behalf of, the
3273
+ Licensor for the purpose of discussing and improving the Work, but
3274
+ excluding communication that is conspicuously marked or otherwise
3275
+ designated in writing by the copyright owner as "Not a Contribution."
3276
+
3277
+ "Contributor" shall mean Licensor and any individual or Legal Entity
3278
+ on behalf of whom a Contribution has been received by Licensor and
3279
+ subsequently incorporated within the Work.
3280
+
3281
+ 2. Grant of Copyright License. Subject to the terms and conditions of
3282
+ this License, each Contributor hereby grants to You a perpetual,
3283
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
3284
+ copyright license to reproduce, prepare Derivative Works of,
3285
+ publicly display, publicly perform, sublicense, and distribute the
3286
+ Work and such Derivative Works in Source or Object form.
3287
+
3288
+ 3. Grant of Patent License. Subject to the terms and conditions of
3289
+ this License, each Contributor hereby grants to You a perpetual,
3290
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
3291
+ (except as stated in this section) patent license to make, have made,
3292
+ use, offer to sell, sell, import, and otherwise transfer the Work,
3293
+ where such license applies only to those patent claims licensable
3294
+ by such Contributor that are necessarily infringed by their
3295
+ Contribution(s) alone or by combination of their Contribution(s)
3296
+ with the Work to which such Contribution(s) was submitted. If You
3297
+ institute patent litigation against any entity (including a
3298
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
3299
+ or a Contribution incorporated within the Work constitutes direct
3300
+ or contributory patent infringement, then any patent licenses
3301
+ granted to You under this License for that Work shall terminate
3302
+ as of the date such litigation is filed.
3303
+
3304
+ 4. Redistribution. You may reproduce and distribute copies of the
3305
+ Work or Derivative Works thereof in any medium, with or without
3306
+ modifications, and in Source or Object form, provided that You
3307
+ meet the following conditions:
3308
+
3309
+ (a) You must give any other recipients of the Work or
3310
+ Derivative Works a copy of this License; and
3311
+
3312
+ (b) You must cause any modified files to carry prominent notices
3313
+ stating that You changed the files; and
3314
+
3315
+ (c) You must retain, in the Source form of any Derivative Works
3316
+ that You distribute, all copyright, patent, trademark, and
3317
+ attribution notices from the Source form of the Work,
3318
+ excluding those notices that do not pertain to any part of
3319
+ the Derivative Works; and
3320
+
3321
+ (d) If the Work includes a "NOTICE" text file as part of its
3322
+ distribution, then any Derivative Works that You distribute must
3323
+ include a readable copy of the attribution notices contained
3324
+ within such NOTICE file, excluding those notices that do not
3325
+ pertain to any part of the Derivative Works, in at least one
3326
+ of the following places: within a NOTICE text file distributed
3327
+ as part of the Derivative Works; within the Source form or
3328
+ documentation, if provided along with the Derivative Works; or,
3329
+ within a display generated by the Derivative Works, if and
3330
+ wherever such third-party notices normally appear. The contents
3331
+ of the NOTICE file are for informational purposes only and
3332
+ do not modify the License. You may add Your own attribution
3333
+ notices within Derivative Works that You distribute, alongside
3334
+ or as an addendum to the NOTICE text from the Work, provided
3335
+ that such additional attribution notices cannot be construed
3336
+ as modifying the License.
3337
+
3338
+ You may add Your own copyright statement to Your modifications and
3339
+ may provide additional or different license terms and conditions
3340
+ for use, reproduction, or distribution of Your modifications, or
3341
+ for any such Derivative Works as a whole, provided Your use,
3342
+ reproduction, and distribution of the Work otherwise complies with
3343
+ the conditions stated in this License.
3344
+
3345
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
3346
+ any Contribution intentionally submitted for inclusion in the Work
3347
+ by You to the Licensor shall be under the terms and conditions of
3348
+ this License, without any additional terms or conditions.
3349
+ Notwithstanding the above, nothing herein shall supersede or modify
3350
+ the terms of any separate license agreement you may have executed
3351
+ with Licensor regarding such Contributions.
2139
3352
 
2140
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2141
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2142
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2143
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2144
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2145
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2146
- THE SOFTWARE.
3353
+ 6. Trademarks. This License does not grant permission to use the trade
3354
+ names, trademarks, service marks, or product names of the Licensor,
3355
+ except as required for reasonable and customary use in describing the
3356
+ origin of the Work and reproducing the content of the NOTICE file.
2147
3357
 
2148
- ================================================================================
2149
- get-intrinsic@1.3.0
2150
- License: MIT
2151
- --- LICENSE ---
2152
- MIT License
3358
+ 7. Disclaimer of Warranty. Unless required by applicable law or
3359
+ agreed to in writing, Licensor provides the Work (and each
3360
+ Contributor provides its Contributions) on an "AS IS" BASIS,
3361
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
3362
+ implied, including, without limitation, any warranties or conditions
3363
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
3364
+ PARTICULAR PURPOSE. You are solely responsible for determining the
3365
+ appropriateness of using or redistributing the Work and assume any
3366
+ risks associated with Your exercise of permissions under this License.
2153
3367
 
2154
- Copyright (c) 2020 Jordan Harband
3368
+ 8. Limitation of Liability. In no event and under no legal theory,
3369
+ whether in tort (including negligence), contract, or otherwise,
3370
+ unless required by applicable law (such as deliberate and grossly
3371
+ negligent acts) or agreed to in writing, shall any Contributor be
3372
+ liable to You for damages, including any direct, indirect, special,
3373
+ incidental, or consequential damages of any character arising as a
3374
+ result of this License or out of the use or inability to use the
3375
+ Work (including but not limited to damages for loss of goodwill,
3376
+ work stoppage, computer failure or malfunction, or any and all
3377
+ other commercial damages or losses), even if such Contributor
3378
+ has been advised of the possibility of such damages.
2155
3379
 
2156
- Permission is hereby granted, free of charge, to any person obtaining a copy
2157
- of this software and associated documentation files (the "Software"), to deal
2158
- in the Software without restriction, including without limitation the rights
2159
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2160
- copies of the Software, and to permit persons to whom the Software is
2161
- furnished to do so, subject to the following conditions:
3380
+ 9. Accepting Warranty or Additional Liability. While redistributing
3381
+ the Work or Derivative Works thereof, You may choose to offer,
3382
+ and charge a fee for, acceptance of support, warranty, indemnity,
3383
+ or other liability obligations and/or rights consistent with this
3384
+ License. However, in accepting such obligations, You may act only
3385
+ on Your own behalf and on Your sole responsibility, not on behalf
3386
+ of any other Contributor, and only if You agree to indemnify,
3387
+ defend, and hold each Contributor harmless for any liability
3388
+ incurred by, or claims asserted against, such Contributor by reason
3389
+ of your accepting any such warranty or additional liability.
2162
3390
 
2163
- The above copyright notice and this permission notice shall be included in all
2164
- copies or substantial portions of the Software.
3391
+ END OF TERMS AND CONDITIONS
2165
3392
 
2166
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2167
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2168
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2169
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2170
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2171
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2172
- SOFTWARE.
3393
+ APPENDIX: How to apply the Apache License to your work.
2173
3394
 
2174
- ================================================================================
2175
- get-proto@1.0.1
2176
- License: MIT
2177
- --- LICENSE ---
2178
- MIT License
3395
+ To apply the Apache License to your work, attach the following
3396
+ boilerplate notice, with the fields enclosed by brackets "[]"
3397
+ replaced with your own identifying information. (Don't include
3398
+ the brackets!) The text should be enclosed in the appropriate
3399
+ comment syntax for the file format. We also recommend that a
3400
+ file or class name and description of purpose be included on the
3401
+ same "printed page" as the copyright notice for easier
3402
+ identification within third-party archives.
2179
3403
 
2180
- Copyright (c) 2025 Jordan Harband
3404
+ Copyright [yyyy] [name of copyright owner]
2181
3405
 
2182
- Permission is hereby granted, free of charge, to any person obtaining a copy
2183
- of this software and associated documentation files (the "Software"), to deal
2184
- in the Software without restriction, including without limitation the rights
2185
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2186
- copies of the Software, and to permit persons to whom the Software is
2187
- furnished to do so, subject to the following conditions:
3406
+ Licensed under the Apache License, Version 2.0 (the "License");
3407
+ you may not use this file except in compliance with the License.
3408
+ You may obtain a copy of the License at
2188
3409
 
2189
- The above copyright notice and this permission notice shall be included in all
2190
- copies or substantial portions of the Software.
3410
+ http://www.apache.org/licenses/LICENSE-2.0
2191
3411
 
2192
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2193
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2194
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2195
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2196
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2197
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2198
- SOFTWARE.
3412
+ Unless required by applicable law or agreed to in writing, software
3413
+ distributed under the License is distributed on an "AS IS" BASIS,
3414
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
3415
+ See the License for the specific language governing permissions and
3416
+ limitations under the License.
2199
3417
 
2200
3418
  ================================================================================
2201
3419
  gopd@1.2.0
@@ -2976,6 +4194,31 @@ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
2976
4194
  FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2977
4195
  OTHER DEALINGS IN THE SOFTWARE.
2978
4196
 
4197
+ ================================================================================
4198
+ json-bigint@1.0.0
4199
+ License: MIT
4200
+ --- LICENSE ---
4201
+ The MIT License (MIT)
4202
+
4203
+ Copyright (c) 2013 Andrey Sidorov
4204
+
4205
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
4206
+ this software and associated documentation files (the "Software"), to deal in
4207
+ the Software without restriction, including without limitation the rights to
4208
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
4209
+ the Software, and to permit persons to whom the Software is furnished to do so,
4210
+ subject to the following conditions:
4211
+
4212
+ The above copyright notice and this permission notice shall be included in all
4213
+ copies or substantial portions of the Software.
4214
+
4215
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4216
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
4217
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
4218
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
4219
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
4220
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4221
+
2979
4222
  ================================================================================
2980
4223
  json-schema-traverse@1.0.0
2981
4224
  License: MIT
@@ -3064,6 +4307,50 @@ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3064
4307
  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
3065
4308
  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3066
4309
 
4310
+ ================================================================================
4311
+ jwa@2.0.1
4312
+ License: MIT
4313
+ --- LICENSE ---
4314
+ Copyright (c) 2013 Brian J. Brennan
4315
+
4316
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4317
+ of this software and associated documentation files (the "Software"), to deal in
4318
+ the Software without restriction, including without limitation the rights to use,
4319
+ copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the
4320
+ Software, and to permit persons to whom the Software is furnished to do so,
4321
+ subject to the following conditions:
4322
+
4323
+ The above copyright notice and this permission notice shall be included in all
4324
+ copies or substantial portions of the Software.
4325
+
4326
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
4327
+ INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
4328
+ PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
4329
+ FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
4330
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4331
+
4332
+ ================================================================================
4333
+ jws@4.0.1
4334
+ License: MIT
4335
+ --- LICENSE ---
4336
+ Copyright (c) 2013 Brian J. Brennan
4337
+
4338
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4339
+ of this software and associated documentation files (the "Software"), to deal in
4340
+ the Software without restriction, including without limitation the rights to use,
4341
+ copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the
4342
+ Software, and to permit persons to whom the Software is furnished to do so,
4343
+ subject to the following conditions:
4344
+
4345
+ The above copyright notice and this permission notice shall be included in all
4346
+ copies or substantial portions of the Software.
4347
+
4348
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
4349
+ INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
4350
+ PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
4351
+ FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
4352
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4353
+
3067
4354
  ================================================================================
3068
4355
  koffi@2.16.3
3069
4356
  License: MIT
@@ -3525,6 +4812,58 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3525
4812
  TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3526
4813
  SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3527
4814
 
4815
+ ================================================================================
4816
+ node-domexception@1.0.0
4817
+ License: MIT
4818
+ --- LICENSE ---
4819
+ MIT License
4820
+
4821
+ Copyright (c) 2021 Jimmy Wärting
4822
+
4823
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4824
+ of this software and associated documentation files (the "Software"), to deal
4825
+ in the Software without restriction, including without limitation the rights
4826
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4827
+ copies of the Software, and to permit persons to whom the Software is
4828
+ furnished to do so, subject to the following conditions:
4829
+
4830
+ The above copyright notice and this permission notice shall be included in all
4831
+ copies or substantial portions of the Software.
4832
+
4833
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4834
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4835
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4836
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4837
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4838
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4839
+ SOFTWARE.
4840
+
4841
+ ================================================================================
4842
+ node-fetch@3.3.2
4843
+ License: MIT
4844
+ --- LICENSE.md ---
4845
+ The MIT License (MIT)
4846
+
4847
+ Copyright (c) 2016 - 2020 Node Fetch Team
4848
+
4849
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4850
+ of this software and associated documentation files (the "Software"), to deal
4851
+ in the Software without restriction, including without limitation the rights
4852
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4853
+ copies of the Software, and to permit persons to whom the Software is
4854
+ furnished to do so, subject to the following conditions:
4855
+
4856
+ The above copyright notice and this permission notice shall be included in all
4857
+ copies or substantial portions of the Software.
4858
+
4859
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4860
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4861
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4862
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4863
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4864
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4865
+ SOFTWARE.
4866
+
3528
4867
  ================================================================================
3529
4868
  nth-check@2.1.1
3530
4869
  License: BSD-2-Clause
@@ -5044,6 +6383,32 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5044
6383
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
5045
6384
  SOFTWARE.
5046
6385
 
6386
+ ================================================================================
6387
+ undici@8.9.0
6388
+ License: MIT
6389
+ --- LICENSE ---
6390
+ MIT License
6391
+
6392
+ Copyright (c) Matteo Collina and Undici contributors
6393
+
6394
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6395
+ of this software and associated documentation files (the "Software"), to deal
6396
+ in the Software without restriction, including without limitation the rights
6397
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
6398
+ copies of the Software, and to permit persons to whom the Software is
6399
+ furnished to do so, subject to the following conditions:
6400
+
6401
+ The above copyright notice and this permission notice shall be included in all
6402
+ copies or substantial portions of the Software.
6403
+
6404
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
6405
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
6406
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
6407
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
6408
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
6409
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
6410
+ SOFTWARE.
6411
+
5047
6412
  ================================================================================
5048
6413
  undici-types@8.3.0
5049
6414
  License: MIT
@@ -5179,6 +6544,33 @@ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
5179
6544
  FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
5180
6545
  OTHER DEALINGS IN THE SOFTWARE.
5181
6546
 
6547
+ ================================================================================
6548
+ web-streams-polyfill@3.3.3
6549
+ License: MIT
6550
+ --- LICENSE ---
6551
+ The MIT License (MIT)
6552
+
6553
+ Copyright (c) 2024 Mattias Buelens
6554
+ Copyright (c) 2016 Diwank Singh Tomer
6555
+
6556
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6557
+ of this software and associated documentation files (the "Software"), to deal
6558
+ in the Software without restriction, including without limitation the rights
6559
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
6560
+ copies of the Software, and to permit persons to whom the Software is
6561
+ furnished to do so, subject to the following conditions:
6562
+
6563
+ The above copyright notice and this permission notice shall be included in all
6564
+ copies or substantial portions of the Software.
6565
+
6566
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
6567
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
6568
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
6569
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
6570
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
6571
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
6572
+ SOFTWARE.
6573
+
5182
6574
  ================================================================================
5183
6575
  webidl-conversions@7.0.0
5184
6576
  License: BSD-2-Clause