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

20 lines
520 B
Plaintext

{
"name": "postgres-range",
"version": "1.1.4",
"description": "Range data type parser and serializer for PostgreSQL",
"main": "index.js",
"repository": "https://github.com/martianboy/postgres-range",
"author": "Abbas Mashayekh <martianboy2005@gmail.com>",
"license": "MIT",
"scripts": {
"test": "standard && tape test.js | tap-spec"
},
"devDependencies": {
"@types/tape": "^4.13.2",
"standard": "^17.0.0",
"tap-spec": "^5.0.0",
"tape": "^5.5.3",
"typescript": "^4.7.3"
}
}