Files
js_api_module/bundle.json
T
shikai-123 5ca1615428 Signed-off-by: shikai-123 <lifansheng1@huawei.com>
Replace compileruntime with utils
2022-02-15 15:51:39 +08:00

65 lines
1.7 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": "jsapi_api",
"subsystem": "utils",
"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"
]
}
}
}