mirror of
https://github.com/openharmony/js_api_module.git
synced 2026-07-01 03:23:21 -04:00
1956f2e85d
Related Issue https://gitee.com/openharmony/manifest/issues/I5HDQT Description Switch component name from ts_js_lang_library to ets_utils for js_api_module,js_util_module,js_sys_module,js_worker_module Signed-off-by: lengchangjing <lengchangjing@huawei.com>
69 lines
2.1 KiB
JSON
69 lines
2.1 KiB
JSON
{
|
|
"name": "@ohos/js_api_module",
|
|
"version": "",
|
|
"description": "commonlibrary_ets_utils, contains of 4 submodules:js_api_module,js_util_module,js_sys_module,js_worker_module",
|
|
"homePage": "https://gitee.com/openharmony",
|
|
"license": "Apache V2",
|
|
"repository": "https://gitee.com/openharmony/js_api_module",
|
|
"domain": "os",
|
|
"language": "",
|
|
"publishAs": "code-segment",
|
|
"private": false,
|
|
"scripts": {},
|
|
"tags": [
|
|
"js"
|
|
],
|
|
"keywords": [
|
|
"ets",
|
|
"utils"
|
|
],
|
|
"envs": {},
|
|
"dirs": {},
|
|
"author": {
|
|
"name": "",
|
|
"email": "",
|
|
"url": ""
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "",
|
|
"email": "",
|
|
"url": ""
|
|
}
|
|
],
|
|
"segment": {
|
|
"destPath": "commonlibrary/ets_utils"
|
|
},
|
|
"component": {
|
|
"name": "ets_utils",
|
|
"subsystem": "commonlibrary",
|
|
"syscap": [],
|
|
"features": [],
|
|
"adapted_system_type": [],
|
|
"rom": "",
|
|
"ram": "",
|
|
"deps": {
|
|
"components": [],
|
|
"third_party": []
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//commonlibrary/ets_utils/js_api_module/uri:uri_packages",
|
|
"//commonlibrary/ets_utils/js_api_module/url:url_packages",
|
|
"//commonlibrary/ets_utils/js_api_module/convertxml:convertxml_packages",
|
|
"//commonlibrary/ets_utils/js_api_module/xml:xml_packages",
|
|
"//commonlibrary/ets_utils/js_sys_module/process:process_packages",
|
|
"//commonlibrary/ets_utils/js_sys_module/dfx:dfx_packages",
|
|
"//commonlibrary/ets_utils/js_util_module/util:util_packages",
|
|
"//commonlibrary/ets_utils/js_util_module/container:container_packages",
|
|
"//commonlibrary/ets_utils/js_worker_module:jsapi_packages"
|
|
],
|
|
"inner_kits": [],
|
|
"test": [
|
|
"//commonlibrary/ets_utils/js_api_module/test_uri/unittest:unittest",
|
|
"//commonlibrary/ets_utils/js_api_module/test_xml/unittest:unittest"
|
|
]
|
|
}
|
|
}
|
|
}
|