{ "_args": [ [ "pg@7.12.1", "/home/app" ] ], "_from": "pg@7.12.1", "_id": "pg@7.12.1", "_inBundle": false, "_integrity": "sha512-l1UuyfEvoswYfcUe6k+JaxiN+5vkOgYcVSbSuw3FvdLqDbaoa2RJo1zfJKfPsSYPFVERd4GHvX3s2PjG1asSDA==", "_location": "/pg", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "pg@7.12.1", "name": "pg", "escapedName": "pg", "rawSpec": "7.12.1", "saveSpec": null, "fetchSpec": "7.12.1" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/pg/-/pg-7.12.1.tgz", "_spec": "7.12.1", "_where": "/home/app", "author": { "name": "Brian Carlson", "email": "brian.m.carlson@gmail.com" }, "bugs": { "url": "https://github.com/brianc/node-postgres/issues" }, "dependencies": { "buffer-writer": "2.0.0", "packet-reader": "1.0.0", "pg-connection-string": "0.1.3", "pg-pool": "^2.0.4", "pg-types": "^2.1.0", "pgpass": "1.x", "semver": "4.3.2" }, "description": "PostgreSQL client - pure javascript & libpq with the same API", "devDependencies": { "async": "0.9.0", "bluebird": "3.5.2", "co": "4.6.0", "eslint": "^6.0.1", "eslint-config-standard": "^13.0.1", "eslint-plugin-import": "^2.18.1", "eslint-plugin-node": "^9.1.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.0", "pg-copy-streams": "0.3.0" }, "engines": { "node": ">= 4.5.0" }, "homepage": "http://github.com/brianc/node-postgres", "keywords": [ "database", "libpq", "pg", "postgre", "postgres", "postgresql", "rdbms" ], "license": "MIT", "main": "./lib", "minNativeVersion": "2.0.0", "name": "pg", "repository": { "type": "git", "url": "git://github.com/brianc/node-postgres.git" }, "scripts": { "test": "make test-all" }, "version": "7.12.1" }