mirror of
https://github.com/openharmony/js_util_module.git
synced 2026-07-01 04:16:08 -04:00
5e0a81e602
Replace compileruntime with utils
60 lines
1.6 KiB
JSON
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": []
|
|
}
|
|
}
|
|
}
|