Files
js_util_module/bundle.json
T
shikai-123 5e0a81e602 Signed-off-by: shikai-123 <lifansheng1@huawei.com>
Replace compileruntime with utils
2022-02-15 16:01:03 +08:00

60 lines
1.6 KiB
JSON

{
"name": "@ohos/js_util_module",
"version": "",
"description": "js_util_module, used to store some helper functions, such as string encoding and decoding, function callback, promise, Base | js_util_module, 用于存放一些帮助类函数,比如字符串编解码,函数callback化、promise化,Base64编解码,Lru缓存等",
"homePage": "https://gitee.com/openharmony",
"license": "Apache V2",
"repository": "https://gitee.com/openharmony/js_util_module",
"domain": "os",
"language": "",
"publishAs": "code-segment",
"private": false,
"scripts": {},
"tags": [
"js"
],
"keywords": [
"js",
"util",
"module"
],
"envs": {},
"dirs": {},
"author": {
"name": "",
"email": "",
"url": ""
},
"contributors": [
{
"name": "",
"email": "",
"url": ""
}
],
"segment": {
"destPath": "base/compileruntime/js_util_module"
},
"component": {
"name": "jsapi_util",
"subsystem": "utils",
"syscap": [],
"features": [],
"adapted_system_type": [],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [
"//base/compileruntime/js_util_module/util:util_packages",
"//base/compileruntime/js_util_module/container:container_packages"
],
"inner_kits": [],
"test": []
}
}
}