1{ 2 "name": "@ohos/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 "features": [], 40 "adapted_system_type": [ 41 "standard" 42 ], 43 "rom": "", 44 "ram": "", 45 "deps": { 46 "components": [], 47 "third_party": [] 48 }, 49 "build": { 50 "sub_component": [ 51 "//base/global/timezone/data:icu_tzdata" 52 ], 53 "inner_kits": [], 54 "test": [] 55 } 56 } 57} 58