Compile ES2015 Unicode regex to ES5
Detect whether the terminal supports Unicode
Compile regular expressions' unicodeSets (v) flag.
Compile Unicode property escapes in Unicode regular expressions to ES5.
Compile ES2015 Unicode escapes to ES5
Regenerate sets for Unicode properties and values.
Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript.
A JavaScript library that breaks strings into their individual user-perceived characters (including emojis!)
Unicode property alias mappings in JavaScript format for property names that are supported in ECMAScript RegExp property escapes.
Parse regular expressions' unicodeSets (v) flag.
Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript.
The set of canonical Unicode property names supported in ECMAScript RegExp property escapes.
Normalize unicode-range descriptors, and can convert to wildcard ranges.
The set of Unicode symbols that can serve as a base for emoji modifiers, i.e. those with the `Emoji_Modifier_Base` property set to `Yes`.
Provides fast access to unicode character properties
Webpack loader that resolves relative paths in url() statements based on the original source file
Unicode Trie data structure for fast character metadata lookup, ported from ICU
A regular expression to match all Emoji-only symbols as per the Unicode Standard.
Try to guess if your terminal supports unicode
An implementation of the Unicode UTS #46: Unicode IDNA Compatibility Processing
Micro subset of unicode data files for markdown-it projects.
Unicode symbols with fallbacks for older terminals
Mapping from Dingbat fonts, such as Symbol, Webdings and Wingdings, to Unicode code points
Utilities for ESLint plugins.
[Unicode 17.0.0] Determines the monospace display width of a string using EastAsianWidth.txt, Unicode general category, Emoji specification, and other data.
Determines the monospace display width of a string
Create curses applications for the terminal easier than ever. Create panes (with the colors and(or border), manipulate the panes and add content. Dress up text (in panes or anywhere in the terminal) in bold, italic, underline, reverse color, blink and in any 256 terminal colors for foreground and background. Use a simple editor to let users edit text in panes. Left, right or center align text in panes. Cursor movement around the terminal. 6.2.0: Popup widget, emoji picker, pane color cache invalidation, stdin flush, Unicode display_width fixes.