UNPKG

gtech-cpf-validator

Version:

Valida o número do CPF através dos dígitos verificadores (utilizando a regra matemática específica) e retornar true ou false de acordo com o caso.

32 lines (31 loc) 891 B
{ "name": "gtech-cpf-validator", "version": "2.0.0", "description": "Valida o número do CPF através dos dígitos verificadores (utilizando a regra matemática específica) e retornar true ou false de acordo com o caso.", "main": "index.js", "scripts": { "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "lint": "eslint .", "lint:fix": "eslint . --fix" }, "devDependencies": { "eslint": "^9.39.4", "eslint-plugin-jest": "^28.14.0", "jest": "^29.7.0" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/anacamargo/cpf-validator.git" }, "keywords": [ "cpf-validator" ], "author": "Ana Cláudia Camargo", "license": "ISC", "bugs": { "url": "https://github.com/anacamargo/cpf-validator/issues" }, "homepage": "https://github.com/anacamargo/cpf-validator#readme" }