Launch Week Day 5: Introducing Reachability for PHP.Learn More
Socket
Book a DemoSign in
Socket

unicode-property-aliases-ecmascript

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unicode-property-aliases-ecmascript

Unicode property alias mappings in JavaScript format for property names that are supported in ECMAScript RegExp property escapes.

Source
npmnpm
Version
1.0.2
Version published
Weekly downloads
35M
0.89%
Maintainers
1
Weekly downloads
 
Created
Source

unicode-property-aliases-ecmascript Build status

unicode-property-aliases-ecmascript offers Unicode property alias mappings in an easy-to-consume JavaScript format. It only contains the Unicode property names that are supported in ECMAScript RegExp property escapes.

It’s based on the PropertyAliases.txt data for Unicode v9.0.0.

Installation

To use unicode-property-aliases-ecmascript programmatically, install it as a dependency via npm:

$ npm install unicode-property-aliases-ecmascript

Then, require it:

const propertyAliases = require('unicode-property-aliases-ecmascript');

Usage

This module exports a Map object. The most common usage is to convert a property alias to its canonical form:

propertyAliases.get('scx')
// → 'Script_Extensions'

Author

twitter/mathias
Mathias Bynens

License

unicode-property-aliases-ecmascript is available under the MIT license.

Keywords

unicode

FAQs

Package last updated on 15 Apr 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts