{"id":18209019,"url":"https://github.com/fyvfyv/prettify-numbers","last_synced_at":"2025-07-31T19:33:15.299Z","repository":{"id":48508685,"uuid":"179627879","full_name":"fyvfyv/prettify-numbers","owner":"fyvfyv","description":"Add thousands and decimal separator to numbers","archived":false,"fork":false,"pushed_at":"2025-02-28T19:10:06.000Z","size":89,"stargazers_count":6,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-01T16:17:03.391Z","etag":null,"topics":["mit-license","numbers","typescript"],"latest_commit_sha":null,"homepage":"","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/fyvfyv.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-04-05T06:07:28.000Z","updated_at":"2024-12-02T19:13:04.000Z","dependencies_parsed_at":"2024-06-19T20:39:32.708Z","dependency_job_id":null,"html_url":"https://github.com/fyvfyv/prettify-numbers","commit_stats":{"total_commits":42,"total_committers":4,"mean_commits":10.5,"dds":0.2857142857142857,"last_synced_commit":"2eb847c76d9fc94fde3c9d1c67b5cf26095780c6"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fyvfyv%2Fprettify-numbers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fyvfyv%2Fprettify-numbers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fyvfyv%2Fprettify-numbers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fyvfyv%2Fprettify-numbers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fyvfyv","download_url":"https://codeload.github.com/fyvfyv/prettify-numbers/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246860167,"owners_count":20845621,"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","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":["mit-license","numbers","typescript"],"created_at":"2024-11-03T14:03:49.356Z","updated_at":"2025-04-02T17:32:07.895Z","avatar_url":"https://github.com/fyvfyv.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# prettify-numbers\nAdd thousands and decimal separator to numbers\n\n## Installation\n\n```sh\nnpm install prettify-numbers --save\n```\n\n## Usage\n\n### Javascript\n\n```js\nvar prettifyNum = require('prettify-numbers');\nvar prettyNum = prettifyNum.default()(100000.1, ' ', ',');\n```\n\n```sh\nOutput should be '100 000,1'\n```\n\n### TypeScript\n```typescript\nimport prettyNum from 'prettify-numbers';\nconsole.log(prettyNum(100000.1, ' ', ','))\n```\n\n```sh\nOutput should be '100 000,1'\n```\n\n## License\n\n[MIT](LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffyvfyv%2Fprettify-numbers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffyvfyv%2Fprettify-numbers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffyvfyv%2Fprettify-numbers/lists"}