{"id":23129092,"url":"https://github.com/unusualabsurd/num-format","last_synced_at":"2026-02-11T20:35:58.085Z","repository":{"id":65466546,"uuid":"401952607","full_name":"UnusualAbsurd/num-format","owner":"UnusualAbsurd","description":null,"archived":false,"fork":false,"pushed_at":"2021-10-01T07:33:09.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-14T13:17:52.951Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/UnusualAbsurd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-09-01T06:16:25.000Z","updated_at":"2021-10-01T07:33:11.000Z","dependencies_parsed_at":"2023-02-25T15:30:22.723Z","dependency_job_id":null,"html_url":"https://github.com/UnusualAbsurd/num-format","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/UnusualAbsurd/num-format","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UnusualAbsurd%2Fnum-format","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UnusualAbsurd%2Fnum-format/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UnusualAbsurd%2Fnum-format/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UnusualAbsurd%2Fnum-format/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/UnusualAbsurd","download_url":"https://codeload.github.com/UnusualAbsurd/num-format/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UnusualAbsurd%2Fnum-format/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274005635,"owners_count":25206011,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-07T02:00:09.463Z","response_time":67,"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":[],"created_at":"2024-12-17T10:08:15.503Z","updated_at":"2026-02-11T20:35:58.033Z","avatar_url":"https://github.com/UnusualAbsurd.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# number-prettier \nPretty a number and shortened it to make it look more pretty and simple.\n\n## Number Commas 🌠\n```js\nconst { commas } = require('number-prettier')\ncommas(1000000) // 1,000,000\n```\n\n## Number Formatting 📲\n```js\nconst { format } = require('number-prettier')\nformat(1000, 2) // 1k\n```\n## Available Values\n```json\n{\n\"k\": \"thousands\",\n\"M\": \"millions\",\n\"B\": \"billions\",\n\"T\": \"trillions\",\n\"Q\": \"quadrillions\",\n\"QT\": \"quintillions\"\n}\n```\n### Note\n```\nYou can add more values by accessing the index.js file from the package file , and added the values on your own!\nBelow are the list of the scientifc notations for the values! Thank you 😄\n```\n# https://clickerheroes.fandom.com/wiki/Units\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funusualabsurd%2Fnum-format","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funusualabsurd%2Fnum-format","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funusualabsurd%2Fnum-format/lists"}