UNPKG

intl-messageformat

Version:

Formats ICU Message strings with number, date, plural, and select placeholders to create localized messages.

40 lines 1.05 kB
{ "name": "intl-messageformat", "version": "11.2.10", "description": "Formats ICU Message strings with number, date, plural, and select placeholders to create localized messages.", "keywords": [ "globalization", "i18n", "icu", "internationalization", "intl", "localization", "messageformat", "parser", "plural" ], "homepage": "https://github.com/formatjs/formatjs", "bugs": "https://github.com/formatjs/formatjs/issues", "license": "BSD-3-Clause", "author": "Eric Ferraiuolo <eferraiuolo@gmail.com>", "contributors": [ "Anthony Pipkin <a.pipkin@yahoo.com>", "Caridy Patino <caridy@gmail.com>", "Drew Folta <drew@folta.net>", "Long Ho <holevietlong@gmail.com>" ], "repository": { "type": "git", "url": "git@github.com:formatjs/formatjs.git" }, "type": "module", "sideEffects": false, "types": "index.d.ts", "exports": { ".": "./index.js" }, "dependencies": { "@formatjs/fast-memoize": "3.1.6", "@formatjs/icu-messageformat-parser": "3.5.13" } }