Files
js_api_module/bundle.json
T
33 b6fffee81b update bundle.json.
Signed-off-by: Sang_Sang33 <wangzhu15@huawei.com>
2022-01-12 06:06:23 +00:00

64 lines
1.8 KiB
JSON

{
"name": "@ohos/js_api_module",
"version": "",
"description": "js_api_module, used to store the basic class library JSAPI, such as url, uri, etc.| 用于存放基础类库JSAPI,比如url、uri等",
"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": [
"js",
"api",
"module"
],
"envs": {},
"dirs": {},
"author": {
"name": "",
"email": "",
"url": ""
},
"contributors": [
{
"name": "",
"email": "",
"url": ""
}
],
"segment": {
"destPath": "base/compileruntime/js_api_module"
},
"component": {
"name": "js_api_module",
"subsystem": "ccruntime",
"syscap": [],
"features": [],
"adapted_system_type": [],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [
"//base/compileruntime/js_api_module/uri:uri_packages",
"//base/compileruntime/js_api_module/url:url_packages",
"//base/compileruntime/js_api_module/convertxml:convertxml_packages",
"//base/compileruntime/js_api_module/xml:xml_packages"
],
"inner_kits": [],
"test": [
"//base/compileruntime/js_api_module/test_uri/unittest:unittest",
"//base/compileruntime/js_api_module/test_xml/unittest:unittest"
]
}
}
}