UNPKG

rwa-validator

Version:

A fast minimal package to validate Rwandan National Ids and Phone Numbers(all carriers) using Regular Expressions.

31 lines 861 B
{ "name": "rwa-validator", "version": "1.0.6", "main": "index.js", "license": "MIT", "description": "A fast minimal package to validate Rwandan National Ids and Phone Numbers(all carriers) using Regular Expressions.", "scripts": { "lint": "eslint .", "coverage": "nyc report --reporter=text-lcov | coveralls", "test": "nyc mocha ./test/* --exit", "fix-lint": "eslint . --fix" }, "devDependencies": { "chai": "^4.2.0", "coveralls": "3.0.9", "eslint": ">=6.7.2", "eslint-config-airbnb-base": "14.0.0", "eslint-plugin-import": "2.18.2", "mocha": "^6.2.2", "nyc": "^14.1.1" }, "keywords": [ "rwanda", "validator", "id validor", "phone number validator", "validate" ], "author": "Igwaneza Bruce <knowbeeinc@gmail.com>", "homepage": "https://github.com/knowbee/rwa-validator" }