1{
2    "name": "@ohos/node",
3    "description": "Node.js is an open-source, cross-platform, JavaScript runtime environment. It executes JavaScript code outside of a browser.",
4    "version": "3.1",
5    "license": "ISC,Public Domain,MIT,Free Software Foundation - MIT,Apache V2,ICU,zlib/libpng,BSD 2-Clause,BSD 3-Clause",
6    "publishAs": "code-segment",
7    "segment": {
8        "destPath": "third_party/node"
9    },
10    "dirs": {},
11    "scripts": {},
12    "component": {
13        "name": "node",
14        "subsystem": "thirdparty",
15        "syscap": [],
16        "features": [],
17        "adapted_system_type": [
18            "standard"
19        ],
20        "rom": "0",
21        "ram": "0",
22        "deps": {
23            "components": [],
24            "third_party": []
25        },
26        "build": {
27            "sub_component": [],
28            "inner_kits": [
29                {
30                    "name": "//third_party/node:node_header_notice",
31                    "header": {
32                        "header_base": "//third_party/node/src",
33                        "header_files": [
34                            "js_native_api.h",
35                            "js_native_api_types.h",
36                            "node_api.h",
37                            "node_api_types.h"
38                        ]
39                    }
40                }
41            ],
42            "test": []
43        }
44    }
45}