1{ 2 "name": "@ohos/toybox", 3 "description": "all-in-one Linux command line", 4 "version": "3.1", 5 "license": "Public Domain", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "third_party/toybox" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "licensePath": "", 13 "readmePath": { 14 "en": "" 15 }, 16 "component": { 17 "name": "toybox", 18 "subsystem": "thirdparty", 19 "syscap": [], 20 "features": [], 21 "adapted_system_type": [ 22 "standard", 23 "small" 24 ], 25 "rom": "73KB", 26 "ram": "146KB", 27 "deps": { 28 "components": [], 29 "third_party": [ 30 "selinux" 31 ] 32 }, 33 "build": { 34 "sub_component": [], 35 "inner_kits": [], 36 "test": [] 37 } 38 } 39} 40