UNPKG

real-name

Version:

A lightweight utility that compares a given string against a list of names from the United States to know if it's a valid name.

39 lines (38 loc) 927 B
{ "name": "real-name", "version": "3.0.3", "description": "A lightweight utility that compares a given string against a list of names from the United States to know if it's a valid name.", "main": "index.js", "type": "module", "exports": { ".": "./index.js", "./names": "./names.json" }, "files": [ "index.js", "names.json" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "node build.js", "prepare": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/adomakins/real-name.git" }, "keywords": [ "is-name", "real-name", "baby names", "us baby names", "name verifier", "name validator" ], "author": "Adam Skjervold", "license": "ISC", "bugs": { "url": "https://github.com/adomakins/real-name/issues" }, "homepage": "https://github.com/adomakins/real-name#readme" }