5 Star 0 Fork 212

OH_IPC/js_api_module

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
bundle.json 1.75 KB
Copy Edit Raw Blame History
xliu authored 2022-01-24 22:43 . Replace ohos.build with bundle.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": "compileruntime",
"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"
]
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/OH_IPC/js_api_module.git
git@gitee.com:OH_IPC/js_api_module.git
OH_IPC
js_api_module
js_api_module
master_IPC_0207

Search