@@ -1311,6 +1311,211 @@ The externally maintained libraries used by Node.js are:
1311131113121312 """
13131313
1314+ - simdjson, located at deps/simdjson, is licensed as follows:
1315+ """
1316+ Apache License
1317+ Version 2.0, January 2004
1318+ http://www.apache.org/licenses/
1319+
1320+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1321+
1322+ 1. Definitions.
1323+
1324+ "License" shall mean the terms and conditions for use, reproduction,
1325+ and distribution as defined by Sections 1 through 9 of this document.
1326+
1327+ "Licensor" shall mean the copyright owner or entity authorized by
1328+ the copyright owner that is granting the License.
1329+
1330+ "Legal Entity" shall mean the union of the acting entity and all
1331+ other entities that control, are controlled by, or are under common
1332+ control with that entity. For the purposes of this definition,
1333+ "control" means (i) the power, direct or indirect, to cause the
1334+ direction or management of such entity, whether by contract or
1335+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
1336+ outstanding shares, or (iii) beneficial ownership of such entity.
1337+
1338+ "You" (or "Your") shall mean an individual or Legal Entity
1339+ exercising permissions granted by this License.
1340+
1341+ "Source" form shall mean the preferred form for making modifications,
1342+ including but not limited to software source code, documentation
1343+ source, and configuration files.
1344+
1345+ "Object" form shall mean any form resulting from mechanical
1346+ transformation or translation of a Source form, including but
1347+ not limited to compiled object code, generated documentation,
1348+ and conversions to other media types.
1349+
1350+ "Work" shall mean the work of authorship, whether in Source or
1351+ Object form, made available under the License, as indicated by a
1352+ copyright notice that is included in or attached to the work
1353+ (an example is provided in the Appendix below).
1354+
1355+ "Derivative Works" shall mean any work, whether in Source or Object
1356+ form, that is based on (or derived from) the Work and for which the
1357+ editorial revisions, annotations, elaborations, or other modifications
1358+ represent, as a whole, an original work of authorship. For the purposes
1359+ of this License, Derivative Works shall not include works that remain
1360+ separable from, or merely link (or bind by name) to the interfaces of,
1361+ the Work and Derivative Works thereof.
1362+
1363+ "Contribution" shall mean any work of authorship, including
1364+ the original version of the Work and any modifications or additions
1365+ to that Work or Derivative Works thereof, that is intentionally
1366+ submitted to Licensor for inclusion in the Work by the copyright owner
1367+ or by an individual or Legal Entity authorized to submit on behalf of
1368+ the copyright owner. For the purposes of this definition, "submitted"
1369+ means any form of electronic, verbal, or written communication sent
1370+ to the Licensor or its representatives, including but not limited to
1371+ communication on electronic mailing lists, source code control systems,
1372+ and issue tracking systems that are managed by, or on behalf of, the
1373+ Licensor for the purpose of discussing and improving the Work, but
1374+ excluding communication that is conspicuously marked or otherwise
1375+ designated in writing by the copyright owner as "Not a Contribution."
1376+
1377+ "Contributor" shall mean Licensor and any individual or Legal Entity
1378+ on behalf of whom a Contribution has been received by Licensor and
1379+ subsequently incorporated within the Work.
1380+
1381+ 2. Grant of Copyright License. Subject to the terms and conditions of
1382+ this License, each Contributor hereby grants to You a perpetual,
1383+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1384+ copyright license to reproduce, prepare Derivative Works of,
1385+ publicly display, publicly perform, sublicense, and distribute the
1386+ Work and such Derivative Works in Source or Object form.
1387+
1388+ 3. Grant of Patent License. Subject to the terms and conditions of
1389+ this License, each Contributor hereby grants to You a perpetual,
1390+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1391+ (except as stated in this section) patent license to make, have made,
1392+ use, offer to sell, sell, import, and otherwise transfer the Work,
1393+ where such license applies only to those patent claims licensable
1394+ by such Contributor that are necessarily infringed by their
1395+ Contribution(s) alone or by combination of their Contribution(s)
1396+ with the Work to which such Contribution(s) was submitted. If You
1397+ institute patent litigation against any entity (including a
1398+ cross-claim or counterclaim in a lawsuit) alleging that the Work
1399+ or a Contribution incorporated within the Work constitutes direct
1400+ or contributory patent infringement, then any patent licenses
1401+ granted to You under this License for that Work shall terminate
1402+ as of the date such litigation is filed.
1403+
1404+ 4. Redistribution. You may reproduce and distribute copies of the
1405+ Work or Derivative Works thereof in any medium, with or without
1406+ modifications, and in Source or Object form, provided that You
1407+ meet the following conditions:
1408+
1409+ (a) You must give any other recipients of the Work or
1410+ Derivative Works a copy of this License; and
1411+
1412+ (b) You must cause any modified files to carry prominent notices
1413+ stating that You changed the files; and
1414+
1415+ (c) You must retain, in the Source form of any Derivative Works
1416+ that You distribute, all copyright, patent, trademark, and
1417+ attribution notices from the Source form of the Work,
1418+ excluding those notices that do not pertain to any part of
1419+ the Derivative Works; and
1420+
1421+ (d) If the Work includes a "NOTICE" text file as part of its
1422+ distribution, then any Derivative Works that You distribute must
1423+ include a readable copy of the attribution notices contained
1424+ within such NOTICE file, excluding those notices that do not
1425+ pertain to any part of the Derivative Works, in at least one
1426+ of the following places: within a NOTICE text file distributed
1427+ as part of the Derivative Works; within the Source form or
1428+ documentation, if provided along with the Derivative Works; or,
1429+ within a display generated by the Derivative Works, if and
1430+ wherever such third-party notices normally appear. The contents
1431+ of the NOTICE file are for informational purposes only and
1432+ do not modify the License. You may add Your own attribution
1433+ notices within Derivative Works that You distribute, alongside
1434+ or as an addendum to the NOTICE text from the Work, provided
1435+ that such additional attribution notices cannot be construed
1436+ as modifying the License.
1437+
1438+ You may add Your own copyright statement to Your modifications and
1439+ may provide additional or different license terms and conditions
1440+ for use, reproduction, or distribution of Your modifications, or
1441+ for any such Derivative Works as a whole, provided Your use,
1442+ reproduction, and distribution of the Work otherwise complies with
1443+ the conditions stated in this License.
1444+
1445+ 5. Submission of Contributions. Unless You explicitly state otherwise,
1446+ any Contribution intentionally submitted for inclusion in the Work
1447+ by You to the Licensor shall be under the terms and conditions of
1448+ this License, without any additional terms or conditions.
1449+ Notwithstanding the above, nothing herein shall supersede or modify
1450+ the terms of any separate license agreement you may have executed
1451+ with Licensor regarding such Contributions.
1452+
1453+ 6. Trademarks. This License does not grant permission to use the trade
1454+ names, trademarks, service marks, or product names of the Licensor,
1455+ except as required for reasonable and customary use in describing the
1456+ origin of the Work and reproducing the content of the NOTICE file.
1457+
1458+ 7. Disclaimer of Warranty. Unless required by applicable law or
1459+ agreed to in writing, Licensor provides the Work (and each
1460+ Contributor provides its Contributions) on an "AS IS" BASIS,
1461+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
1462+ implied, including, without limitation, any warranties or conditions
1463+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
1464+ PARTICULAR PURPOSE. You are solely responsible for determining the
1465+ appropriateness of using or redistributing the Work and assume any
1466+ risks associated with Your exercise of permissions under this License.
1467+
1468+ 8. Limitation of Liability. In no event and under no legal theory,
1469+ whether in tort (including negligence), contract, or otherwise,
1470+ unless required by applicable law (such as deliberate and grossly
1471+ negligent acts) or agreed to in writing, shall any Contributor be
1472+ liable to You for damages, including any direct, indirect, special,
1473+ incidental, or consequential damages of any character arising as a
1474+ result of this License or out of the use or inability to use the
1475+ Work (including but not limited to damages for loss of goodwill,
1476+ work stoppage, computer failure or malfunction, or any and all
1477+ other commercial damages or losses), even if such Contributor
1478+ has been advised of the possibility of such damages.
1479+
1480+ 9. Accepting Warranty or Additional Liability. While redistributing
1481+ the Work or Derivative Works thereof, You may choose to offer,
1482+ and charge a fee for, acceptance of support, warranty, indemnity,
1483+ or other liability obligations and/or rights consistent with this
1484+ License. However, in accepting such obligations, You may act only
1485+ on Your own behalf and on Your sole responsibility, not on behalf
1486+ of any other Contributor, and only if You agree to indemnify,
1487+ defend, and hold each Contributor harmless for any liability
1488+ incurred by, or claims asserted against, such Contributor by reason
1489+ of your accepting any such warranty or additional liability.
1490+
1491+ END OF TERMS AND CONDITIONS
1492+
1493+ APPENDIX: How to apply the Apache License to your work.
1494+
1495+ To apply the Apache License to your work, attach the following
1496+ boilerplate notice, with the fields enclosed by brackets "{}"
1497+ replaced with your own identifying information. (Don't include
1498+ the brackets!) The text should be enclosed in the appropriate
1499+ comment syntax for the file format. We also recommend that a
1500+ file or class name and description of purpose be included on the
1501+ same "printed page" as the copyright notice for easier
1502+ identification within third-party archives.
1503+
1504+ Copyright 2018-2023 The simdjson authors
1505+
1506+ Licensed under the Apache License, Version 2.0 (the "License");
1507+ you may not use this file except in compliance with the License.
1508+ You may obtain a copy of the License at
1509+
1510+ http://www.apache.org/licenses/LICENSE-2.0
1511+
1512+ Unless required by applicable law or agreed to in writing, software
1513+ distributed under the License is distributed on an "AS IS" BASIS,
1514+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1515+ See the License for the specific language governing permissions and
1516+ limitations under the License.
1517+ """
1518+
13141519- simdutf, located at deps/simdutf, is licensed as follows:
13151520 """
13161521 Copyright 2021 The simdutf authors
0 commit comments