@sroussey/parse-address
Version:
US Street Address Parser
46 lines (45 loc) • 1.01 kB
JSON
{
"name": "@sroussey/parse-address",
"version": "3.0.0-beta1",
"description": "US Street Address Parser",
"main": "dist/parser.js",
"scripts": {
"test": "npx jest",
"build": "rm -rf ./dist && tsc",
"publish-package": "./publish.sh"
},
"repository": {
"type": "git",
"url": "git://github.com/sroussey/parse-address.git"
},
"keywords": [
"extract",
"address",
"parser",
"address",
"street",
"US",
"Canada",
"Geo::StreetAddress::US",
"geo"
],
"author": "hassansin <rezatxe@gmail.com> (https://github.com/hassansin)",
"contributors": [
"euphonie <cs.joel.09@gmail.com>",
"sroussey <sroussey@gmail.com>"
],
"license": "ISC",
"dependencies": {
"xregexp": "^5.1.2"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^18.18.9",
"browserify": "^17.0.1",
"jest": "^29.7.0",
"ts-jest": "^29.3.4",
"ts-node": "^10.9.2",
"typescript": "^5.8.3",
"uglifyjs": "^2.4.11"
}
}