cpf_and_cnpj-generator
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "cpf_and_cnpj-generator", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "This repository contains a JavaScript code that generates a valid Brazilian CPF (Cadastro de Pessoas Físicas). CPF is a unique identification number assigned to individuals in Brazil. The code ensures that the generated CPF numbers follow the required validation rules and algorithms.", | ||
@@ -20,3 +20,5 @@ "main": "index.js", | ||
"DOCUMENTO", | ||
"JAVASCRIPT" | ||
"JAVASCRIPT", | ||
"Dados pessoais", | ||
"npm" | ||
], | ||
@@ -23,0 +25,0 @@ "author": "Gabriel Logan", |
# CPF and CNPJ Generator / Gerador de CPF e CNPJ | ||
[![npm version](https://badge.fury.io/js/cpf_and_cnpj-generator.svg?refresh=2)](https://badge.fury.io/js/cpf_and_cnpj-generator) | ||
[![npm version](https://badge.fury.io/js/cpf_and_cnpj-generator.svg?refresh=5)](https://badge.fury.io/js/cpf_and_cnpj-generator) | ||
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) | ||
[![npm downloads](https://img.shields.io/npm/dm/cpf_and_cnpj-generator.svg?style=flat-square)](https://npm-stat.com/charts.html?package=cpf_and_cnpj-generator) | ||
If you want to help me, you can buy me a coffee (: | ||
<p align="center"> | ||
<a href="https://www.buymeacoffee.com/gabriellogan" target="_blank"> | ||
<img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 35px !important;width: 180px !important;" > | ||
</a> | ||
</p> | ||
## English | ||
@@ -93,2 +101,10 @@ | ||
If you want to help me, you can buy me a coffee (: | ||
<p align="center"> | ||
<a href="https://www.buymeacoffee.com/gabriellogan" target="_blank"> | ||
<img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 35px !important;width: 180px !important;" > | ||
</a> | ||
</p> | ||
Lembre-se de que o código de importação ou require depende do ambiente JavaScript em que você está executando o pacote (por exemplo, Node.js com suporte a módulos ES ou sem suporte). Portanto, escolha a opção de importação ou require adequada ao seu ambiente. |
10011
109