{"id":32119721,"url":"https://github.com/gabeins/deno-cpf","last_synced_at":"2026-06-03T19:31:31.802Z","repository":{"id":46722409,"uuid":"337787973","full_name":"gabeins/deno-cpf","owner":"gabeins","description":"🇧🇷 Format, validate and generate CPF numbers in Deno","archived":false,"fork":false,"pushed_at":"2021-09-28T13:21:28.000Z","size":30,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-19T04:59:10.779Z","etag":null,"topics":["brasil","brazil","cpf","deno","denoland","formatting","generator","validation"],"latest_commit_sha":null,"homepage":"https://deno.land/x/cpf","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gabeins.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":"contributing.md","funding":null,"license":"license","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-02-10T16:45:24.000Z","updated_at":"2023-03-17T12:34:06.000Z","dependencies_parsed_at":"2022-08-30T01:31:39.359Z","dependency_job_id":null,"html_url":"https://github.com/gabeins/deno-cpf","commit_stats":null,"previous_names":["gabrielizaias/cpf","gabeidx/deno-cpf","gabrielizaias/deno-cpf","gabeins/deno-cpf"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/gabeins/deno-cpf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabeins%2Fdeno-cpf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabeins%2Fdeno-cpf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabeins%2Fdeno-cpf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabeins%2Fdeno-cpf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gabeins","download_url":"https://codeload.github.com/gabeins/deno-cpf/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabeins%2Fdeno-cpf/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33876893,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-03T02:00:06.370Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["brasil","brazil","cpf","deno","denoland","formatting","generator","validation"],"created_at":"2025-10-20T18:16:16.111Z","updated_at":"2026-06-03T19:31:31.783Z","avatar_url":"https://github.com/gabeins.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CPF\n\nFormat, validate and generate CPF numbers.\n\n```ts\nimport { validate, format, generate } from 'https://deno.land/x/cpf/mod.ts'\n\n// Validation\nconst valid = validate('363.552.510-30'); // true\n\n// Formating\nconst formatted = format(36355251030) // 363.552.510-30\n\n// Generation\nconst generated = generate(); // randomly generated, valid CPF\n```\n\n### License\n\n[MIT License](/license)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabeins%2Fdeno-cpf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgabeins%2Fdeno-cpf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabeins%2Fdeno-cpf/lists"}