Files
klz-cables.com/.pnpm-store/v10/files/3a/714e412755c79bba9850f7f1cfe47266e56b75344c947efcde3fb0fc9b2dec8c09aa60a3bb00135fdb6936de56590efb4fd4dd87e3566062ce341754bb8a18
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

29 lines
657 B
Plaintext

{
"name": "@formatjs/intl-localematcher",
"description": "Intl.LocaleMatcher ponyfill",
"version": "0.8.1",
"license": "MIT",
"author": "Long Ho <holevietlong@gmail.com>",
"type": "module",
"sideEffects": false,
"types": "index.d.ts",
"exports": {
".": "./index.js"
},
"dependencies": {
"tslib": "^2.8.1",
"@formatjs/fast-memoize": "3.1.0"
},
"bugs": "https://github.com/formatjs/formatjs/issues",
"homepage": "https://github.com/formatjs/formatjs#readme",
"keywords": [
"ecma402",
"formatjs",
"i18n",
"intl",
"locale",
"react-intl",
"tc39"
],
"repository": "formatjs/formatjs.git"
}