{"library":"unorm","type":"library","category":null,"description":"JavaScript library for Unicode normalization forms NFC, NFD, NFKC, and NFKD, compliant with Unicode 8.0. The package provides simple functions to normalize strings according to the Unicode Standard Annex #15. Version 1.6.0 is the latest stable release, last updated in 2019. It is a CommonJS module but also ships a browser bundle as a global. This library is a polyfill for String.prototype.normalize and is useful for text processing, internationalization, and ensuring consistent string comparison. Unlike the built-in normalizer (added in ES6), unorm works in older environments and offers fine-grained control. It has no external dependencies and is lightweight.","language":"javascript","status":"maintenance","version":"1.6.0","tags":["javascript"],"last_verified":"Wed May 27","install":[{"cmd":"npm install unorm","imports":["import { nfc } from 'unorm'","import { nfd } from 'unorm'","import { nfkc } from 'unorm'","import { nfkd } from 'unorm'"]},{"cmd":"yarn add unorm","imports":[]},{"cmd":"pnpm add unorm","imports":[]}],"homepage":null,"github":"https://github.com/walling/unorm","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/unorm","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/unorm/compatibility"}}