1{ 2 "name": "@openharmony/utils_lite", 3 "version": "3.1.0", 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 "repository": "", 14 "component": { 15 "name": "utils_lite", 16 "subsystem": "commonlibrary", 17 "features": [], 18 "adapted_system_type": [ 19 "mini", 20 "small" 21 ], 22 "rom": "0KB", 23 "ram": "0KB", 24 "deps": {}, 25 "build": { 26 "sub_component": [], 27 "inner_kits": [], 28 "test": [] 29 } 30 } 31}