Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
40 lines
1.1 KiB
Plaintext
40 lines
1.1 KiB
Plaintext
{
|
|
"name": "intl-messageformat",
|
|
"description": "Formats ICU Message strings with number, date, plural, and select placeholders to create localized messages.",
|
|
"version": "11.1.2",
|
|
"license": "BSD-3-Clause",
|
|
"author": "Eric Ferraiuolo <eferraiuolo@gmail.com>",
|
|
"type": "module",
|
|
"sideEffects": false,
|
|
"types": "index.d.ts",
|
|
"exports": {
|
|
".": "./index.js"
|
|
},
|
|
"dependencies": {
|
|
"tslib": "^2.8.1",
|
|
"@formatjs/ecma402-abstract": "3.1.1",
|
|
"@formatjs/icu-messageformat-parser": "3.5.1",
|
|
"@formatjs/fast-memoize": "3.1.0"
|
|
},
|
|
"bugs": "https://github.com/formatjs/formatjs/issues",
|
|
"contributors": [
|
|
"Anthony Pipkin <a.pipkin@yahoo.com>",
|
|
"Caridy Patino <caridy@gmail.com>",
|
|
"Drew Folta <drew@folta.net>",
|
|
"Long Ho <holevietlong@gmail.com>"
|
|
],
|
|
"gitHead": "a7842673d8ad205171ad7c8cb8bb2f318b427c0c",
|
|
"homepage": "https://github.com/formatjs/formatjs",
|
|
"keywords": [
|
|
"globalization",
|
|
"i18n",
|
|
"icu",
|
|
"internationalization",
|
|
"intl",
|
|
"localization",
|
|
"messageformat",
|
|
"parser",
|
|
"plural"
|
|
],
|
|
"repository": "git@github.com:formatjs/formatjs.git"
|
|
} |