Files
klz-cables.com/.pnpm-store/v10/files/97/0ef1c91d6019a89df4cef385e4dfb6ab378ac9f89f567ba2afc67afad71cc061bc337376cbb4b0cfe404c4914694729016e0ec2a0cadd0e7aa9f8117d60931
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

23 lines
585 B
Plaintext

{
"name": "@formatjs/icu-messageformat-parser",
"version": "3.5.1",
"license": "MIT",
"type": "module",
"types": "index.d.ts",
"exports": {
".": "./index.js",
"./no-parser.js": "./no-parser.js",
"./printer.js": "./printer.js",
"./manipulator.js": "./manipulator.js"
},
"dependencies": {
"tslib": "^2.8.1",
"@formatjs/icu-skeleton-parser": "2.1.1",
"@formatjs/ecma402-abstract": "3.1.1"
},
"repository": {
"type": "git",
"url": "https://github.com/formatjs/formatjs.git",
"directory": "packages/icu-messageformat-parser"
}
}