1{ 2 "name": "@ohos/utils_lite", 3 "version": "4.0.2", 4 "license": "Apache License 2.0", 5 "description": "Basic macro and type definitions", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "commonlibrary/utils_lite" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "author": {}, 13 "homePage": "https://gitee.com/openharmony", 14 "repository": "https://gitee.com/openharmony/commonlibrary_utils_lite", 15 "supplier": "Organization: OpenHarmony", 16 "component": { 17 "name": "utils_lite", 18 "subsystem": "commonlibrary", 19 "features": [ 20 "utils_lite_feature_file", 21 "utils_lite_feature_kal_timer", 22 "utils_lite_feature_timer_task", 23 "utils_lite_feature_js_builtin" 24 ], 25 "adapted_system_type": [ 26 "mini", 27 "small" 28 ], 29 "deps": { 30 "thrid_party": [ 31 "bounds_checking_function", 32 "musl" 33 ], 34 "kernel_special": {}, 35 "board_special": {}, 36 "components": [ 37 "ability_lite", 38 "init", 39 "graphic_utils_lite", 40 "resource_management_lite", 41 "ui_lite", 42 "ace_engine_lite" 43 ] 44 }, 45 "build": { 46 "sub_component": [ "//commonlibrary/utils_lite:utils_lite" ], 47 "inner_kits": [], 48 "test": [] 49 } 50 } 51} 52