UNPKG

@compwright/humanparser

Version:

Parse a human name string into salutation, first name, middle name, last name, suffix. Parse an address into address, city, state, zip

43 lines (42 loc) 988 B
{ "name": "@compwright/humanparser", "version": "1.8.2", "description": "Parse a human name string into salutation, first name, middle name, last name, suffix. Parse an address into address, city, state, zip", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git@github.com:compwright/humanparser.git" }, "keywords": [ "human", "address", "name", "parser", "parse", "fullname", "full name", "first name", "last name", "human name", "city state zip", "city", "state", "zip" ], "author": "Anthony Ettinger (chovy)", "contributors": [ "Jonathon Hill <jhill9693@gmail.com>" ], "license": "MIT", "dependencies": {}, "devDependencies": { "chai": "^4.1.2", "mocha": "^5.2.0" }, "engines": { "node": ">=6" } }