node-query/node_modules/pg/package.json

71 lines
1.8 KiB
JSON

{
"name": "pg",
"version": "4.2.0",
"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": {
"buffer-writer": "1.0.0",
"generic-pool": "2.1.1",
"packet-reader": "0.2.0",
"pg-connection-string": "0.1.3",
"pg-types": "1.6.0",
"pgpass": "0.0.3",
"semver": "^4.1.0"
},
"devDependencies": {
"async": "0.9.0",
"jshint": "2.5.2",
"pg-copy-streams": "0.3.0"
},
"minNativeVersion": "1.7.0",
"scripts": {
"changelog": "npm i github-changes && ./node_modules/.bin/github-changes -o brianc -r node-postgres -d pulls -a -v",
"test": "make test-all connectionString=postgres://postgres@localhost:5432/postgres"
},
"engines": {
"node": ">= 0.8.0"
},
"gitHead": "44eaaf68a49b457cd7d7d6acad5ee741db2589ad",
"bugs": {
"url": "https://github.com/brianc/node-postgres/issues"
},
"_id": "pg@4.2.0",
"_shasum": "c225862d0aad4f4710f62e64882409a717a5dc62",
"_from": "pg@4.2.0",
"_npmVersion": "1.4.28",
"_npmUser": {
"name": "brianc",
"email": "brian.m.carlson@gmail.com"
},
"maintainers": [
{
"name": "brianc",
"email": "brian.m.carlson@gmail.com"
}
],
"dist": {
"shasum": "c225862d0aad4f4710f62e64882409a717a5dc62",
"tarball": "http://registry.npmjs.org/pg/-/pg-4.2.0.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/pg/-/pg-4.2.0.tgz",
"readme": "ERROR: No README data found!"
}