city-timezones
Version:
A light and fast method of looking up timezones given the name of a city.
31 lines (30 loc) • 653 B
JSON
{
"name": "city-timezones",
"version": "1.3.1",
"description": "A light and fast method of looking up timezones given the name of a city.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/kevinroberts/city-timezones.git"
},
"scripts": {
"test": "mocha"
},
"types": "./index.d.ts",
"keywords": [
"timezone",
"cities",
"global",
"lookups",
"geo"
],
"homepage": "https://github.com/kevinroberts/city-timezones#readme",
"author": "Kevin Roberts",
"license": "MIT",
"dependencies": {
"lodash": "^4.17.21"
},
"devDependencies": {
"mocha": "^10.7.0"
}
}