1{ 2 "name": "@ohos/libuv", 3 "description": "libuv is a multi-platform support library with a focus on asynchronous I/O.", 4 "version": "3.1", 5 "license": "MIT", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "third_party/libuv" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component": { 13 "name": "libuv", 14 "subsystem": "thirdparty", 15 "syscap": [ 16 "SystemCapability.ArkUI.ArkUI.Libuv" 17 ], 18 "features": [], 19 "adapted_system_type": [ 20 "standard" 21 ], 22 "rom": "163KB", 23 "ram": "0", 24 "deps": { 25 "components": [ 26 "ffrt" 27 ], 28 "third_party": [] 29 }, 30 "build": { 31 "sub_component": [], 32 "inner_kits": [ 33 { 34 "name": "//third_party/libuv:uv", 35 "header": { 36 "header_files": [], 37 "header_base": "//third_party/libuv/include" 38 } 39 } 40 ], 41 "test": [] 42 } 43 } 44} 45