{ "name": "pg", "version": "3.6.2", "description": "PostgreSQL client - pure javascript & libpq with the same API", "keywords": [ "postgres", "pg", "libpq", "postgre", "database", "rdbms" ], "homepage": "http://github.com/brianc/node-postgres", "repository": { "type": "git", "url": "git://github.com/brianc/node-postgres.git" }, "author": { "name": "Brian Carlson", "email": "brian.m.carlson@gmail.com" }, "main": "./lib", "dependencies": { "bindings": "1.2.1", "buffer-writer": "1.0.0", "generic-pool": "2.1.1", "nan": "1.3.0", "packet-reader": "0.2.0", "pg-connection-string": "0.1.3", "pg-types": "1.6.0", "pgpass": "0.0.3" }, "devDependencies": { "jshint": "2.5.2", "semver": "~3.0.1", "async": "0.9.0" }, "scripts": { "changelog": "npm i github-changes && ./node_modules/.bin/github-changes -o brianc -r node-postgres -d pulls -a -v", "test": "make test-travis connectionString=postgres://postgres@localhost:5432/postgres", "install": "node-gyp rebuild || (exit 0)" }, "engines": { "node": ">= 0.8.0" }, "bugs": { "url": "https://github.com/brianc/node-postgres/issues" }, "_id": "pg@3.6.2", "_shasum": "8802affe61a1bf597be29734bcd301a8e7a85351", "_from": "pg@*", "_npmVersion": "1.4.9", "_npmUser": { "name": "brianc", "email": "brian.m.carlson@gmail.com" }, "maintainers": [ { "name": "brianc", "email": "brian.m.carlson@gmail.com" } ], "dist": { "shasum": "8802affe61a1bf597be29734bcd301a8e7a85351", "tarball": "http://registry.npmjs.org/pg/-/pg-3.6.2.tgz" }, "directories": {}, "_resolved": "https://registry.npmjs.org/pg/-/pg-3.6.2.tgz", "readme": "ERROR: No README data found!" }