Files
klz-cables.com/.pnpm-store/v10/files/23/6cfe35ed6669f4bca65f209d629d45538ad29a02378b92ee93cac22f0b64226a08e3deb92140bdae7676322956616b9c4cfc80b6b0354cec7ce2242acc9054
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

24 lines
472 B
Plaintext

{
"name": "pg-numeric",
"version": "1.0.2",
"description": "reads PostgreSQL binary format for numeric values into a string",
"bugs": "https://github.com/charmander/pg-numeric/issues",
"license": "ISC",
"files": [
"index.js"
],
"repository": {
"type": "git",
"url": "https://github.com/charmander/pg-numeric"
},
"scripts": {
"test": "node test"
},
"devDependencies": {
"@charmander/eslint-config-base": "1.2.0"
},
"engines": {
"node": ">=4"
}
}