1{ 2 "name": "@ohos/PyYAML", 3 "description": "A YAML parser and emitter for Python.", 4 "version": "3.1", 5 "license": "MIT", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "third_party/PyYAML" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component": { 13 "name": "PyYAML", 14 "subsystem": "thirdparty", 15 "syscap": [], 16 "features": [], 17 "adapted_system_type": [ 18 "mini", 19 "standard" 20 ], 21 "rom": "", 22 "ram": "", 23 "deps": { 24 "components": [], 25 "third_party": [] 26 }, 27 "build": { 28 "sub_component": [], 29 "inner_kits": [], 30 "test": [] 31 } 32 } 33} 34