mirror of
https://github.com/openharmony/global_timezone.git
synced 2026-07-01 03:23:12 -04:00
7e62d1b4f9
Signed-off-by: zhangdd_ewan <zhangdongdong50@huawei.com>
58 lines
1.2 KiB
JSON
58 lines
1.2 KiB
JSON
{
|
|
"name": "@ohos/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",
|
|
"features": [],
|
|
"adapted_system_type": [
|
|
"standard"
|
|
],
|
|
"rom": "",
|
|
"ram": "",
|
|
"deps": {
|
|
"components": [],
|
|
"third_party": []
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//base/global/timezone/data:icu_tzdata"
|
|
],
|
|
"inner_kits": [],
|
|
"test": []
|
|
}
|
|
}
|
|
}
|