validate-na-number
Version:
Simple library to validate if a phone number is valid according to the North American Numbering Plan.
32 lines (31 loc) • 769 B
JSON
{
"name": "validate-na-number",
"version": "1.0.1",
"description": "Simple library to validate if a phone number is valid according to the North American Numbering Plan.",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tylercaceres/npm-na-phonenumber.git"
},
"keywords": [
"north america",
"phone",
"number",
"phone number",
"validator",
"nanp",
"north america numbering plan"
],
"author": "Tyler Caceres",
"license": "ISC",
"bugs": {
"url": "https://github.com/tylercaceres/npm-na-phonenumber/issues"
},
"homepage": "https://github.com/tylercaceres/npm-na-phonenumber#readme",
"devDependencies": {
"jest": "^24.9.0"
}
}