• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/global_timezone",
3    "version": "1.0.0",
4    "description": "Provides tools for timezone data management and update.",
5    "homePage": "https://gitee.com/openharmony/",
6    "license": "Apache V2",
7    "repository": "https://gitee.com/openharmony/global_timezone",
8    "domain": "os",
9    "language": "",
10    "publishAs": "code-segment",
11    "private": false,
12    "scripts": {},
13    "tags": [
14        "global"
15    ],
16    "keywords": [
17        "timezone"
18    ],
19    "envs": [],
20    "dirs": [],
21    "author": {
22        "name": "",
23        "email": "",
24        "url": ""
25    },
26    "contributors": [
27        {
28            "name": "",
29            "email": "",
30            "url": ""
31        }
32    ],
33    "segment": {
34        "destPath": "base/global/timezone"
35    },
36    "component": {
37        "name": "timezone",
38        "subsystem": "global",
39        "syscap": [
40            "SystemCapability.Global.I18n"
41        ],
42        "features": [],
43        "adapted_system_type": [
44            "standard"
45        ],
46        "rom": "",
47        "ram": "",
48        "deps": {
49            "components": [],
50            "third_party": []
51        },
52        "build": {
53            "sub_component": [
54                "//base/global/timezone/data:zoneinfo",
55                "//base/global/timezone/data:icu_tzdata"
56            ],
57            "inner_kits": [],
58            "test": []
59        }
60    }
61}
62