@nickgraffis/parse-address
Version:
US Street Address Parser. Forked from https://github.com/hassansin/parse-address.
38 lines (37 loc) • 1 kB
JSON
{
"name": "@nickgraffis/parse-address",
"version": "0.0.1",
"description": "US Street Address Parser. Forked from https://github.com/hassansin/parse-address.",
"main": "address.js",
"scripts": {
"test": "node test",
"build": "./node_modules/browserify/bin/cmd.js address.js --standalone parseAddress | ./node_modules/.bin/uglifyjs > parse-address.min.js"
},
"repository": {
"type": "git",
"url": "https://github.com/nickgraffis/parse-address.git"
},
"keywords": [
"extract",
"address",
"parser",
"address",
"street",
"US",
"Geo::StreetAddress::US",
"geo"
],
"author": "nickgraffis <hi@nickgraffis.me> (https://github.com/nickgraffis)",
"license": "ISC",
"bugs": {
"url": "https://github.com/nickgraffis/parse-address/issues"
},
"homepage": "https://github.com/nickgraffis/parse-address",
"dependencies": {
"xregexp": "^3.1.1"
},
"devDependencies": {
"browserify": "^17.0.1",
"uglify-es": "^3.3.9"
}
}