zip-state
Version:
Lightweight mapping of USPS ZIP Codes to their assigned region.
27 lines • 684 B
JSON
{
"name": "zip-state",
"version": "1.0.3",
"description": "Lightweight mapping of USPS ZIP Codes to their assigned region.",
"main": "zip-state.js",
"repository": {
"type": "git",
"url": "git+https://github.com/alecperkins/zip-state.git"
},
"keywords": [
"mail",
"mailing",
"postal",
"postalcode",
"regions",
"states",
"usps",
"zip",
"zipcode"
],
"author": "Alec Perkins <code@alecperkins.me>",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/alecperkins/zip-state/issues"
},
"homepage": "https://alecperkins.net/zip-state"
}