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": "thirdparty_node", 14 "subsystem": "", 15 "syscap": [], 16 "features": [], 17 "adapted_system_type": [], 18 "rom": "", 19 "ram": "", 20 "deps": { 21 "components": [], 22 "third_party": [] 23 }, 24 "build": { 25 "sub_component": [], 26 "inner_kits": [], 27 "test": [] 28 } 29 } 30}