@abuhasanrumi/timezone-to-country
Version:
Tiny library to get country info by timezone
45 lines (44 loc) • 1.03 kB
JSON
{
"name": "@abuhasanrumi/timezone-to-country",
"version": "2.0.1",
"main": "src/index.js",
"files": [
"src",
"data"
],
"exports": {
".": "./src/index.js"
},
"scripts": {
"build": "echo 'No build step needed'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abuhasanrumi/timezone-to-country.git"
},
"keywords": [
"timezone",
"timezones",
"country",
"country-code",
"timezone-to-country",
"timezone-lookup",
"continent",
"world-time",
"timezone-info",
"timezones-data",
"timezone-mapping",
"timezone-json",
"location-from-timezone",
"tz-to-country"
],
"author": "Abu Hasan Rumi",
"license": "MIT",
"bugs": {
"url": "https://github.com/abuhasanrumi/timezone-to-country/issues"
},
"type": "module",
"homepage": "https://github.com/abuhasanrumi/timezone-to-country#readme",
"description": "Tiny library to get country info by timezone"
}