Giter VIP home page Giter VIP logo

unicode-property-value-aliases's Introduction

unicode-property-value-aliases unicode-property-value-aliases on npm

unicode-property-value-aliases offers the Unicode property value alias mappings in an easy-to-consume JavaScript format.

It’s based on Unicode’s PropertyValueAliases.txt.

For the subset used by Unicode RegExp property escapes in ECMAScript, see unicode-property-value-aliases-ecmascript.

Installation

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

$ npm install unicode-property-value-aliases

Then, require it:

const propertyValueAliases = require('unicode-property-value-aliases');

Usage

This module exports a Map object of which the keys are canonical property names and the values are Maps from property value aliases to canonical property value names. The most common usage is to convert a property value alias to its canonical form:

propertyValueAliases.get(property).get(propertyValue)

Examples:

propertyValueAliases.get('Bidi_Class').get('AL')
// → 'Arabic_Letter'

propertyValueAliases.get('Block').get('Alphabetic_PF')
// → 'Alphabetic_Presentation_Forms'

propertyValueAliases.get('Canonical_Combining_Class').get('KV')
// → 'Kana_Voicing'

For maintainers

How to publish a new release

  1. On the main branch, bump the version number in package.json:

    npm version patch -m 'Release v%s'

    Instead of patch, use minor or major as needed.

    Note that this produces a Git commit + tag.

  2. Push the release commit and tag:

    git push && git push --tags

    Our CI then automatically publishes the new release to npm.

Author

twitter/mathias
Mathias Bynens

License

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

unicode-property-value-aliases's People

Contributors

bakkot avatar josephfrazier avatar mathiasbynens avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

unicode-property-value-aliases's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.