{"id":22011479,"url":"https://github.com/lasalefamine/string-normalize-es6","last_synced_at":"2025-10-26T13:08:37.658Z","repository":{"id":57372469,"uuid":"82485870","full_name":"LasaleFamine/string-normalize-es6","owner":"LasaleFamine","description":"Normalize to NFD a string using ES6 String.Prototype.Normalize","archived":false,"fork":false,"pushed_at":"2017-02-19T22:05:29.000Z","size":4,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-13T03:06:22.491Z","etag":null,"topics":["diactritical","es2015","es6","normalization","normalize","string"],"latest_commit_sha":null,"homepage":null,"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/LasaleFamine.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":"2017-02-19T20:03:44.000Z","updated_at":"2019-09-18T22:07:52.000Z","dependencies_parsed_at":"2022-08-31T11:41:02.923Z","dependency_job_id":null,"html_url":"https://github.com/LasaleFamine/string-normalize-es6","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LasaleFamine%2Fstring-normalize-es6","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LasaleFamine%2Fstring-normalize-es6/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LasaleFamine%2Fstring-normalize-es6/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LasaleFamine%2Fstring-normalize-es6/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LasaleFamine","download_url":"https://codeload.github.com/LasaleFamine/string-normalize-es6/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245072252,"owners_count":20556353,"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":["diactritical","es2015","es6","normalization","normalize","string"],"created_at":"2024-11-30T02:17:06.801Z","updated_at":"2025-10-26T13:08:37.582Z","avatar_url":"https://github.com/LasaleFamine.png","language":"JavaScript","readme":"# string-normalize-es6 [![Build Status](https://travis-ci.org/LasaleFamine/string-normalize-es6.svg?branch=master)](https://travis-ci.org/LasaleFamine/string-normalize-es6)\n\n\u003e Normalize string using ES6 String.Prototype.Normalize\n\n\n## Install\n\n```\n$ yarn add string-normalize-es6\n```\n\n\n## Usage\n\n```js\nconst stringNormalize = require('string-normalize-es6');\n\nstringNormalize('Crème Brulée');\n//=\u003e 'Creme Brulee'\n\nstringNormalize(123);\n//=\u003e null\n```\n\n\n## API\n\n### stringNormalize(input)\n\n#### input\n\nType: `string`\n\nString you want to normalize to NFD.\n\n\n## Contribute\n\nThe module is based on [this answer on Stackoverflow](http://stackoverflow.com/questions/990904/remove-accents-diacritics-in-a-string-in-javascript/37511463#answer-37511463).\nI'm not completely sure the this is the correct implementation and maybe we can also specify the ***normalization*** type as argument.\nPR welcome! :rocket:\n\n\n### Test\n\n```sh\n$ yarn test\n```\n\n\n## License\n\nMIT © [LasaleFamine](https://godev.space)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flasalefamine%2Fstring-normalize-es6","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flasalefamine%2Fstring-normalize-es6","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flasalefamine%2Fstring-normalize-es6/lists"}