1{ 2 "name": "@ohos/zlib", 3 "description": "zlib 1.2.12 is a general purpose data compression library. All the code is thread safe. The data format used by the zlib library is described by RFCs (Request for Comments) 1950 to 1952 in the files", 4 "version": "3.1", 5 "license": "Zlib LICENSE", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "third_party/zlib" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "readmePath": { 13 "en": "README" 14 }, 15 "component": { 16 "name": "zlib", 17 "subsystem": "thirdparty", 18 "syscap": [], 19 "features": [], 20 "adapted_system_type": ["mini", "standard"], 21 "rom": "", 22 "ram": "", 23 "deps": { 24 "components": [], 25 "third_party": [] 26 }, 27 "build": { 28 "sub_component": [], 29 "inner_kits": [], 30 "test": [] 31 } 32 } 33} 34