2.1.0 • Published 2 years ago

unicode-property-aliases-ecmascript v2.1.0

Weekly downloads
11,451,023
License
MIT
Repository
github
Last release
2 years ago

unicode-property-aliases-ecmascript Build status unicode-property-aliases-ecmascript on npm

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 Unicode’s PropertyAliases.txt.

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'

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-aliases-ecmascript is available under the MIT license.

unicode-match-property-ecmascriptarchetype-library@dinert/utilseasy-select-rnvuedragdropuploadimagesreact-native-bluetooth2killi8n-react-native-fast-imagern-send-sms@cashremit/cr-streamline-iconsreact-native-template-rfbasecloud-archive-s3airscanairscan-examplebb-chatreact-native-esc-pos-sahaab@ihikmawan/tailwindcss-multi-theme-l2@borisovart/atol-kkt-moduledeneme323112@texttree/demo-bsa-reference-rcl@ntt_app/react-native-custom-notificationreact-native-custom-text-hwjamesreact-native-covid-sdkgql_din_modreact-native-thanh-toast-library@thanhnguyen14797/react-native-thanh-toast-library@l1nyanm1ng/react-picture-viewer@saeon/ol-react@saeon/quick-form@olivervorasai/sliderreact-native-printer-brothersrn-pdf-reader-offlinecbmis-ai-toolboxreact-native-shekhar-bridge-testasterjscogoportutilswilscanner@oiti/documentoscopy-react-nativequoc-testreact-native-slider-kf@saaspe/componentshyperpass-sdkexpand-react-bridgeopea-bootstraapluminos-ui-coresklif-ui-kitsklif-api@everything-registry/sub-chunk-3012jawwy-sdkjawwy_gamification_release@314oner_npm/universal-components-libraryreact-native-sphereuisphereuijawwy_libraryreact-native-credit-card-pkgondp149-tablesklif-uireact-native-jawwy_samplereact-native-chenaares-react-bridgereact-native-responsive-sizedfeuk-frontend-manualpayutesting@dskdavid/flash_clistyle-guide-mainfastlion-picture-viewerfawaterak-online-paymentfawatrak-online-paymentfmslfn-lib-exampleevanutilsex-ikon-components-library@simstudio/htmldiffjawwy_library_newjawy_library_v1gamification-jawwy-libraryframework_test_library_sixdee_new_jawwynextjs-storieszitics-core-uireact-native-experts-sdktest_lib_module_aarzzzxxxyyy321123mynanceflowable-bpmn-modelerfluent.adflow.reactnativesdkfluent.adflow.reactnativesdk-alphafixed_form_builderexpress-jwt-authenticatorgarnish-uigamification-integration-newframework_test_library_sixdeeframework_test_library_sixdee_newframework_test_library_sixdee_new_newfrdrk-js-semaphorekhaled-salem-custom-componentsinteractive-libsinsurancegignpminputs-react-librarygenz-native-elementsgaurav-react-native-loop
2.1.0

2 years ago

2.0.0

3 years ago

1.1.0

4 years ago

1.0.5

5 years ago

1.0.4

6 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago