@@ -567,6 +567,34 @@ The externally maintained libraries used by Node.js are:
567
567
568
568
----------------------------------------------------------------------
569
569
570
+ JSON parsing library (nlohmann/json)
571
+
572
+ File: vendor/json/upstream/single_include/nlohmann/json.hpp (only for ICU4C)
573
+
574
+ MIT License
575
+
576
+ Copyright (c) 2013-2022 Niels Lohmann
577
+
578
+ Permission is hereby granted, free of charge, to any person obtaining a copy
579
+ of this software and associated documentation files (the "Software"), to deal
580
+ in the Software without restriction, including without limitation the rights
581
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
582
+ copies of the Software, and to permit persons to whom the Software is
583
+ furnished to do so, subject to the following conditions:
584
+
585
+ The above copyright notice and this permission notice shall be included in all
586
+ copies or substantial portions of the Software.
587
+
588
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
589
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
590
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
591
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
592
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
593
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
594
+ SOFTWARE.
595
+
596
+ ----------------------------------------------------------------------
597
+
570
598
File: aclocal.m4 (only for ICU4C)
571
599
Section: pkg.m4 - Macros to locate and utilise pkg-config.
572
600
@@ -604,7 +632,7 @@ The externally maintained libraries used by Node.js are:
604
632
605
633
This file is free software; you can redistribute it and/or modify it
606
634
under the terms of the GNU General Public License as published by
607
- the Free Software Foundation; either version 3 of the License, or
635
+ the Free Software Foundation, either version 3 of the License, or
608
636
(at your option) any later version.
609
637
610
638
This program is distributed in the hope that it will be useful, but
0 commit comments