zip-tz
Version:
Convert ZIP code to Time Zone
33 lines • 845 B
JSON
{
"name": "zip-tz",
"version": "1.0.1",
"description": "Convert ZIP code to Time Zone",
"author": "Alec Perkins <mail@alecperkins.me>",
"license": "MIT",
"bugs": {
"url": "https://github.com/alecperkins/zip-tz/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alecperkins/zip-tz.git"
},
"homepage": "https://alecperkins.net/tools/zip-tz/",
"keywords": [
"zipcode",
"zip code",
"timezone",
"time zone"
],
"type": "commonjs",
"main": "./index.cjs",
"types": "./index.d.ts",
"exports": {
".": {
"types": "./index.d.ts",
"import": "./index.mjs",
"require": "./index.cjs"
},
"./package.json": "./package.json"
},
"unpkg": "zip-tz.min.js"
}