Files
klz-cables.com/.pnpm-store/v10/files/ec/4a2d4ddabae61a2801367a1ebe801d5dd56587d2d4294159f2c93e29025bb6f2219576158ffa7de5fc9b3f5fbf3a92fa313c5b44ac74800fd312180570b99c
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

39 lines
708 B
Plaintext

{
"name": "postgres-bytea",
"main": "index.js",
"version": "3.0.0",
"description": "Postgres bytea parser",
"license": "MIT",
"repository": "bendrucker/postgres-bytea",
"author": {
"name": "Ben Drucker",
"email": "bvdrucker@gmail.com",
"url": "bendrucker.me"
},
"engines": {
"node": ">= 6"
},
"scripts": {
"test": "standard && tape *.js"
},
"keywords": [
"bytea",
"postgres",
"binary",
"parser"
],
"dependencies": {
"obuf": "~1.1.2"
},
"devDependencies": {
"concat-stream": "2.0.0",
"standard": "^14.0.0",
"stream-to-promise": "^3.0.0",
"tape": "^5.0.0",
"tape-promise": "4.0.0"
},
"files": [
"*.js"
]
}