1{ 2 "name": "@openharmony/file", 3 "version": "3.1.0", 4 "license": "Apache License 2.0", 5 "description": "", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "commonlibrary/utils_lite/file" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "author": {}, 13 "repository": "", 14 "component": { 15 "name": "file", 16 "subsystem": "commonlibrary", 17 "features": [], 18 "adapted_system_type": [ 19 "mini", 20 "small" 21 ], 22 "rom": "0.55KB", 23 "ram": "", 24 "deps": { 25 "thrid_party": [ 26 "bounds_checking_function" 27 ], 28 "kernel_special": {}, 29 "board_special": {}, 30 "components": [ 31 "utils_lite" 32 ] 33 }, 34 "build": { 35 "sub_component": [ "//commonlibrary/utils_lite/file:file" ], 36 "inner_kits": [], 37 "test": [] 38 } 39 } 40} 41