{"id":15687809,"url":"https://github.com/orisano/graphemesplit","last_synced_at":"2025-04-12T21:28:34.635Z","repository":{"id":57253206,"uuid":"119700220","full_name":"orisano/graphemesplit","owner":"orisano","description":"UAX #29","archived":false,"fork":false,"pushed_at":"2025-01-30T21:40:50.000Z","size":74,"stargazers_count":64,"open_issues_count":1,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-11T19:08:07.146Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/orisano.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":"2018-01-31T14:47:18.000Z","updated_at":"2025-03-29T21:12:16.000Z","dependencies_parsed_at":"2024-10-23T20:41:59.727Z","dependency_job_id":"e674d91e-0be3-41e3-b474-cbf37d83ae39","html_url":"https://github.com/orisano/graphemesplit","commit_stats":{"total_commits":59,"total_committers":7,"mean_commits":8.428571428571429,"dds":"0.13559322033898302","last_synced_commit":"5ef3ff4daea6b7360d7c8e0c4d76066272e0ddd0"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orisano%2Fgraphemesplit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orisano%2Fgraphemesplit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orisano%2Fgraphemesplit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orisano%2Fgraphemesplit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/orisano","download_url":"https://codeload.github.com/orisano/graphemesplit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248633983,"owners_count":21136958,"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":[],"created_at":"2024-10-03T17:51:11.508Z","updated_at":"2025-04-12T21:28:34.606Z","avatar_url":"https://github.com/orisano.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# graphemesplit\n[![npm version](https://badge.fury.io/js/graphemesplit.svg)](https://badge.fury.io/js/graphemesplit)\n\nA JavaScript implementation of the Unicode 16.0 grapheme cluster breaking algorithm. ([UAX #29](http://www.unicode.org/reports/tr29/#Grapheme_Cluster_Boundaries))\n\n## Installation\n```bash\nnpm install graphemesplit\n```\n\n## How to use\n```javascript\nconst split = require('graphemesplit')\n\nsplit('Z͑ͫ̓ͪ̂ͫ̽͏̴̙̤̞͉͚̯̞̠͍A̴̵̜̰͔ͫ͗͢L̠ͨͧͩ͘G̴̻͈͍͔̹̑͗̎̅͛́Ǫ̵̹̻̝̳͂̌̌͘!͖̬̰̙̗̿̋ͥͥ̂ͣ̐́́͜͞') // =\u003e ['Z͑ͫ̓ͪ̂ͫ̽͏̴̙̤̞͉͚̯̞̠͍','A̴̵̜̰͔ͫ͗͢','L̠ͨͧͩ͘','G̴̻͈͍͔̹̑͗̎̅͛́','Ǫ̵̹̻̝̳͂̌̌͘','!͖̬̰̙̗̿̋ͥͥ̂ͣ̐́́͜͞']\n```\n\n## Author\nNao Yonashiro(@orisano)\n\n## License\nMIT\n\n## References\n[foliojs/grapheme-breaker](https://github.com/foliojs/grapheme-breaker)\n\n[Unicode® Standard Annex #29](https://unicode.org/reports/tr29/)\n\n[GraphemeBreakProperty.txt](https://www.unicode.org/Public/16.0.0/ucd/auxiliary/GraphemeBreakProperty.txt)\n\n[GraphemeBreakTest.txt](https://www.unicode.org/Public/16.0.0/ucd/auxiliary/GraphemeBreakTest.txt)\n\n[DerivedCoreProperties.txt](https://www.unicode.org/Public/16.0.0/ucd/DerivedCoreProperties.txt)\n\n[emoji-data.txt](https://www.unicode.org/Public/16.0.0/ucd/emoji/emoji-data.txt)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forisano%2Fgraphemesplit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Forisano%2Fgraphemesplit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forisano%2Fgraphemesplit/lists"}