1{ 2 "name": "@ohos/resources", 3 "version": "", 4 "description": "global resources at the system level", 5 "homePage": "https://gitee.com/openharmony", 6 "license": "Apache V2", 7 "repository": "https://gitee.com/openharmony/resources", 8 "domain": "os", 9 "language": "", 10 "publishAs": "code-segment", 11 "private": false, 12 "scripts": {}, 13 "tags": [ 14 "resources" 15 ], 16 "keywords": [ 17 "global", 18 "resources" 19 ], 20 "envs": [], 21 "dirs": [], 22 "author": { 23 "name": "", 24 "email": "", 25 "url": "" 26 }, 27 "contributors": [ 28 { 29 "name": "", 30 "email": "", 31 "url": "" 32 } 33 ], 34 "segment": { 35 "destPath": "utils/resources/systemres" 36 }, 37 "component": { 38 "name": "systemres", 39 "subsystem": "utils", 40 "syscap": [], 41 "features": [], 42 "adapted_system_type": [ 43 "standard" 44 ], 45 "rom": "", 46 "ram": "", 47 "deps": { 48 "components": [], 49 "third_party": [] 50 }, 51 "build": { 52 "sub_component": [ 53 "//utils/resources/systemres:systemres_hap" 54 ], 55 "inner_kits": [], 56 "test": [] 57 } 58 } 59}