mirror of
https://github.com/openharmony/global_timezone.git
synced 2026-08-25 09:29:37 -04:00
1041454c57
Signed-off-by: sunyaozu <sunyaozu@huawei.com>
62 lines
1.4 KiB
JSON
62 lines
1.4 KiB
JSON
{
|
|
"name": "@ohos/global_timezone",
|
|
"version": "1.0.0",
|
|
"description": "Provides tools for timezone data management and update.",
|
|
"homePage": "https://gitee.com/openharmony/",
|
|
"license": "Apache V2",
|
|
"repository": "https://gitee.com/openharmony/global_timezone",
|
|
"domain": "os",
|
|
"language": "",
|
|
"publishAs": "code-segment",
|
|
"private": false,
|
|
"scripts": {},
|
|
"tags": [
|
|
"global"
|
|
],
|
|
"keywords": [
|
|
"timezone"
|
|
],
|
|
"envs": [],
|
|
"dirs": [],
|
|
"author": {
|
|
"name": "",
|
|
"email": "",
|
|
"url": ""
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "",
|
|
"email": "",
|
|
"url": ""
|
|
}
|
|
],
|
|
"segment": {
|
|
"destPath": "base/global/timezone"
|
|
},
|
|
"component": {
|
|
"name": "timezone",
|
|
"subsystem": "global",
|
|
"syscap": [
|
|
"SystemCapability.Global.I18n"
|
|
],
|
|
"features": [],
|
|
"adapted_system_type": [
|
|
"standard"
|
|
],
|
|
"rom": "",
|
|
"ram": "",
|
|
"deps": {
|
|
"components": [],
|
|
"third_party": []
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//base/global/timezone/data:zoneinfo",
|
|
"//base/global/timezone/data:icu_tzdata"
|
|
],
|
|
"inner_kits": [],
|
|
"test": []
|
|
}
|
|
}
|
|
}
|