Files
klz-cables.com/.pnpm-store/v10/files/47/22e996544ac7e709297b6201f6b5c73d1cc7120f79b5b28d11fd81064ff87c0eceaae8607cb50d69c31d3e9d810c185cec1e42efa2888e4e2fab7672675cbf
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

34 lines
860 B
Plaintext

{
"name": "@formatjs/ecma402-abstract",
"description": "A collection of implementation for ECMAScript abstract operations",
"version": "3.1.1",
"license": "MIT",
"author": "Long Ho <holevietlong@gmail.com",
"type": "module",
"sideEffects": false,
"types": "index.d.ts",
"exports": {
".": "./index.js"
},
"dependencies": {
"decimal.js": "^10.6.0",
"tslib": "^2.8.1",
"@formatjs/fast-memoize": "3.1.0",
"@formatjs/intl-localematcher": "0.8.1"
},
"bugs": "https://github.com/formatjs/formatjs/issues",
"gitHead": "a7842673d8ad205171ad7c8cb8bb2f318b427c0c",
"homepage": "https://github.com/formatjs/formatjs",
"keywords": [
"abstract",
"ecma262",
"ecma402",
"es",
"format",
"i18n",
"intl",
"javascript",
"relative"
],
"repository": "git@github.com:formatjs/formatjs.git"
}