@@ -1145,3 +1145,26 @@ The externally maintained libraries used by Node.js are:
1145
1145
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1146
1146
THE SOFTWARE.
1147
1147
"""
1148
+
1149
+ - node-inspect, located at deps/node-inspect, is licensed as follows:
1150
+ """
1151
+ Copyright Node.js contributors. All rights reserved.
1152
+
1153
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1154
+ of this software and associated documentation files (the "Software"), to
1155
+ deal in the Software without restriction, including without limitation the
1156
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
1157
+ sell copies of the Software, and to permit persons to whom the Software is
1158
+ furnished to do so, subject to the following conditions:
1159
+
1160
+ The above copyright notice and this permission notice shall be included in
1161
+ all copies or substantial portions of the Software.
1162
+
1163
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1164
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1165
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1166
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1167
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1168
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
1169
+ IN THE SOFTWARE.
1170
+ """
0 commit comments