UNPKG

lab-cpf-validator

Version:
39 lines (38 loc) 844 B
{ "name": "lab-cpf-validator", "version": "1.0.3", "description": "Validador de numeros de CPF", "main": "index.js", "scripts": { "test": "nyc mocha", "format": "prettier", "eslint": "./node_modules/.bin/eslint lib/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/hlays/lab-cpf-validator.git" }, "keywords": [ "cpf", "validador", "javascript", "node" ], "author": "Lays M. Hidani", "license": "ISC", "bugs": { "url": "https://github.com/hlays/lab-cpf-validator/issues" }, "homepage": "https://github.com/hlays/lab-cpf-validator#readme", "dependencies": { "chai": "4.2.0", "eslint": "5.16.0", "prettier": "1.17.0" }, "devDependencies": { "chai": "4.2.0", "eslint": "5.16.0", "mocha": "6.1.4", "nyc": "14.0.0" } }