1{ 2 "name": "@ohos/arkcompiler_ets_runtime", 3 "version": "", 4 "description": "支持应用TS/JS语言代码的运行,行为符合ArkUI框架需要的Strict模式的ES2015标准", 5 "homePage": "https://gitee.com/openharmony", 6 "license": "Apache Liscense 2.0", 7 "publishAs": "code-segment", 8 "scripts": {}, 9 "dirs": [], 10 "segment": { 11 "destPath": "arkcompiler/ets_runtime" 12 }, 13 "component": { 14 "name": "ets_runtime", 15 "subsystem": "arkcompiler", 16 "syscap": [], 17 "features": [], 18 "adapted_system_type": [ 19 "standard" 20 ], 21 "rom": "", 22 "ram": "", 23 "deps": { 24 "components": [], 25 "third_party": [] 26 }, 27 "build": { 28 "sub_component": [ 29 "//arkcompiler/ets_runtime:ark_js_packages" 30 ], 31 "inner_kits": [], 32 "test": [ 33 "//arkcompiler/ets_runtime:ark_js_unittest" 34 ] 35 } 36 } 37} 38