Files
klz-cables.com/.pnpm-store/v10/files/4e/1a885be8853a259ce94da6dddaabcad09dc99ba65de794712f7afee4d28aee76e3515e5eb11d372183e91198428341093e0b4765056d1ecb7a1ffd0559bfe6
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

25 lines
581 B
Plaintext

{
"name": "@formatjs/fast-memoize",
"description": "fork of fast-memoize and support esm",
"version": "3.1.0",
"license": "MIT",
"author": "Long Ho <holevietlong@gmail.com>",
"type": "module",
"sideEffects": false,
"types": "index.d.ts",
"exports": {
".": "./index.js"
},
"dependencies": {
"tslib": "^2.8.1"
},
"bugs": "https://github.com/formatjs/formatjs/issues",
"homepage": "https://github.com/formatjs/formatjs#readme",
"keywords": [
"fast-memoize",
"i18n",
"intl",
"memoize"
],
"repository": "formatjs/formatjs.git"
}