Files
klz-cables.com/.pnpm-store/v10/files/56/8a1505748ab2bacd54bc0866044dc8461e368410c3d6aeec81cca7d3d00ca1c91d4b2f84aec29b3b51cb7300a960c0d8a9c6f6729980073b33e7222f9b26bc
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
607 B
Plaintext

{
"name": "postgres-date",
"main": "index.js",
"version": "1.0.7",
"description": "Postgres date column parser",
"license": "MIT",
"repository": "bendrucker/postgres-date",
"author": {
"name": "Ben Drucker",
"email": "bvdrucker@gmail.com",
"url": "bendrucker.me"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "standard && tape test.js"
},
"keywords": [
"postgres",
"date",
"parser"
],
"dependencies": {},
"devDependencies": {
"standard": "^14.0.0",
"tape": "^5.0.0"
},
"files": [
"index.js",
"readme.md"
]
}