Files
klz-cables.com/.pnpm-store/v10/files/a5/75dd8bdc2fff694434bf7f3a1c7e386bc8d182894d4c269ae815ce5986151b6d2d5ebd86aa09969dc13a82c1106fa8fc7aa188cd775ae1eb276953c86b05e3-exec
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
1020 B
Plaintext
Executable File

{
"name": "@types/pg",
"version": "8.10.2",
"description": "TypeScript definitions for pg",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/pg",
"license": "MIT",
"contributors": [
{
"name": "Phips Peter",
"url": "https://github.com/pspeter3",
"githubUsername": "pspeter3"
},
{
"name": "Ravi van Rooijen",
"url": "https://github.com/HoldYourWaffle",
"githubUsername": "HoldYourWaffle"
}
],
"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/pg"
},
"scripts": {},
"dependencies": {
"@types/node": "*",
"pg-protocol": "*",
"pg-types": "^4.0.1"
},
"typesPublisherContentHash": "cf44f82f273867e6a720cb38d5290f46b91dc859bb2ba0e83d364a8dad8839d6",
"typeScriptVersion": "4.3"
}