Files
klz-cables.com/.pnpm-store/v10/files/7d/47c1e55066f2e1821b1c906dd3e44084b6279b9d4bf80c58f5226b11426a0a7ad3b269ba3526a270c13e35c50df7ada7bbcaa42b0412cb2fdae951a5413082
Marc Mintel 5397309103
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
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

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"
}