1{ 2 "name": "@ohos/bzip2", 3 "description": "bzip2 is a freely available, patent free (see below), high-quality data compressor. It typically compresses files to within 10% to 15% of the best available techniques (the PPM family of statistical compressors), whilst being around twice as fast at compression and six times faster at decompression.", 4 "version": "3.1", 5 "license": "Bzip2 License", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "third_party/bzip2" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "readmePath": { 13 "en": "README" 14 }, 15 "component": { 16 "name": "thirdparty_bzip2", 17 "subsystem": "", 18 "syscap": [], 19 "features": [], 20 "adapted_system_type": [], 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}