UNPKG

spain-phone

Version:

Spanish phone number validation

44 lines (43 loc) 941 B
{ "name": "spain-phone", "version": "1.4.4", "description": "Spanish phone number validation", "main": "index.js", "license": "MIT", "author": "Nahuel Scotti <nahuel.scotti@gmail.com> (https://www.singuerinc.com)", "repository": "singuerinc/spain-phone.git", "engines": { "node": ">=8" }, "scripts": { "coveralls": "nyc report --reporter=text-lcov | coveralls", "np": "np", "test": "nyc mocha phone.test.js", "release": "NODE_ENV=production yarn test && yarn np" }, "devDependencies": { "coveralls": "^3.0.11", "mocha": "^7.1.1", "mocha-lcov-reporter": "^1.3.0", "np": "^6.2.1", "nyc": "^15.0.1" }, "keywords": [ "validate", "validation", "validator", "phone", "phone-number", "fixed", "mobile", "call", "spain", "españa" ], "types": "types/index.d.ts", "files": [ "index.js", "state.js", "types/index.d.ts" ] }