UNPKG

find-pg-sockets

Version:

Utility to locate PostgreSQL Unix Domain Sockets

35 lines (34 loc) 665 B
{ "name": "find-pg-sockets", "version": "0.0.7", "description": "Utility to locate PostgreSQL Unix Domain Sockets", "main": "index.js", "files": [ "index.js", "package.json", "README.md" ], "scripts": { "test": "jest" }, "repository": { "type": "git", "url": "https://github.com/wmjasonward/find-pg-sockets.git" }, "keywords": [ "node", "postgres", "ipc", "unix", "domain", "socket" ], "author": "Jason Ward", "license": "MIT", "homepage": "https://github.com/wmjasonward/find-pg-sockets", "devDependencies": { "eslint": "^5.16.0", "jest": "^24.8.0", "pg": "^7.11.0" } }