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