UNPKG

south-africa-national-id-validation

Version:

Checks the South Africa National ID input is valid and allows you to return specific error messages

51 lines (50 loc) 1.36 kB
{ "name": "south-africa-national-id-validation", "version": "3.1.1", "description": "Checks the South Africa National ID input is valid and allows you to return specific error messages", "main": "index.min.js", "scripts": { "build": "cross-env BABEL_ENV=production babel index.js -o index.min.js", "test": "jest", "coverage": "cat ./coverage/lcov.info | coveralls" }, "repository": { "type": "git", "url": "git+https://github.com/ClearScore/south-africa-national-id-validation.git" }, "files": [ "index.min.js", "index.js" ], "keywords": [ "south", "africa", "national", "id", "input", "validation", "error", "clearscore", "clear", "score", "za" ], "author": "Callum Silcock <github@csi.lk> (http://www.clearscore.com)", "license": "MIT", "bugs": { "url": "https://github.com/ClearScore/south-africa-national-id-validation/issues" }, "homepage": "https://github.com/ClearScore/south-africa-national-id-validation#readme", "devDependencies": { "@babel/cli": "^7.1.0", "@babel/core": "^7.1.0", "@babel/preset-env": "^7.1.0", "babel-core": "^7.0.0-bridge.0", "babel-jest": "^23.6.0", "babel-preset-minify": "^0.4.3", "coveralls": "^3.0.2", "cross-env": "^5.2.0", "jest": "^23.6.0", "prettier": "^1.18.2" } }