@@ -797,6 +797,34 @@ The externally maintained libraries used by Node.js are:
797
797
798
798
----------------------------------------------------------------------
799
799
800
+ JSON parsing library (nlohmann/json)
801
+
802
+ File: vendor/json/upstream/single_include/nlohmann/json.hpp (only for ICU4C)
803
+
804
+ MIT License
805
+
806
+ Copyright (c) 2013-2022 Niels Lohmann
807
+
808
+ Permission is hereby granted, free of charge, to any person obtaining a copy
809
+ of this software and associated documentation files (the "Software"), to deal
810
+ in the Software without restriction, including without limitation the rights
811
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
812
+ copies of the Software, and to permit persons to whom the Software is
813
+ furnished to do so, subject to the following conditions:
814
+
815
+ The above copyright notice and this permission notice shall be included in all
816
+ copies or substantial portions of the Software.
817
+
818
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
819
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
820
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
821
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
822
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
823
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
824
+ SOFTWARE.
825
+
826
+ ----------------------------------------------------------------------
827
+
800
828
File: aclocal.m4 (only for ICU4C)
801
829
Section: pkg.m4 - Macros to locate and utilise pkg-config.
802
830
@@ -834,7 +862,7 @@ The externally maintained libraries used by Node.js are:
834
862
835
863
This file is free software; you can redistribute it and/or modify it
836
864
under the terms of the GNU General Public License as published by
837
- the Free Software Foundation; either version 3 of the License, or
865
+ the Free Software Foundation, either version 3 of the License, or
838
866
(at your option) any later version.
839
867
840
868
This program is distributed in the hope that it will be useful, but
0 commit comments