Files
klz-cables.com/.pnpm-store/v10/files/bd/afa637d8cab613bd4cd2328459fa758afc55403202658ce365eb4634a94fd3eccb79a354529570fac3a6ee9c371b93babb0e7d54d71a4447589e1f4c4ee597
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

36 lines
650 B
Plaintext

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