Files
klz-cables.com/.pnpm-store/v10/files/90/2b3546908945cecc34352030aef15b9287965b70d870c4b8a15c94ccf12943f2ca9bd098d0cb2e1853a462a5d7a1cb0447298fb5dc86517b0aff3e77343657
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
598 B
Plaintext

{
"name": "@webassemblyjs/helper-buffer",
"version": "1.14.1",
"description": "Buffer manipulation utility",
"main": "lib/index.js",
"module": "esm/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/xtuc/webassemblyjs.git"
},
"publishConfig": {
"access": "public"
},
"author": "Sven Sauleau",
"license": "MIT",
"devDependencies": {
"@webassemblyjs/wasm-parser": "1.14.1",
"jest-diff": "^24.0.0"
},
"gitHead": "25d52b1296e151ac56244a7c3886661e6b4a69ea"
}