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
34 lines
1020 B
Plaintext
Executable File
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"
|
|
} |