From 4c95ec42e8d55c7fcff999021ac6862680562e05 Mon Sep 17 00:00:00 2001 From: tuxiaohang Date: Tue, 11 Mar 2025 12:04:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=81=A2=E5=A4=8D=E8=AF=AF=E5=88=A0=E7=9A=84?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: tuxiaohang Change-Id: I15995bce20732e3d5d785e0ddacbaa2b086b8087 --- README.OpenSource | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.OpenSource diff --git a/README.OpenSource b/README.OpenSource new file mode 100644 index 00000000..dda03906 --- /dev/null +++ b/README.OpenSource @@ -0,0 +1,11 @@ +[ + { + "Name": "Node.js", + "License": "ISC License,Public Domain,MIT License,Free Software Foundation - MIT License,Apache License V2.0,ICU License,zlib/libpng License,BSD 2-Clause License,BSD 3-Clause License", + "License File": "LICENSE", + "Version Number": "v18.20.1", + "Owner": "sunbingxin@huawei.com", + "Upstream URL": "http://www.nodejs.org/", + "Description": "Node.js is an open-source, cross-platform, JavaScript runtime environment. It executes JavaScript code outside of a browser." + } +] -- Gitee