mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
51 lines
1.1 KiB
JSON
51 lines
1.1 KiB
JSON
{
|
|
"name": "pg",
|
|
"version": "7.7.0",
|
|
"description": "PostgreSQL client - pure javascript & libpq with the same API",
|
|
"keywords": [
|
|
"database",
|
|
"libpq",
|
|
"pg",
|
|
"postgre",
|
|
"postgres",
|
|
"postgresql",
|
|
"rdbms"
|
|
],
|
|
"homepage": "http://github.com/brianc/node-postgres",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/brianc/node-postgres.git"
|
|
},
|
|
"author": "Brian Carlson <brian.m.carlson@gmail.com>",
|
|
"main": "./lib",
|
|
"dependencies": {
|
|
"buffer-writer": "2.0.0",
|
|
"packet-reader": "0.3.1",
|
|
"pg-connection-string": "0.1.3",
|
|
"pg-pool": "~2.0.3",
|
|
"pg-types": "~1.12.1",
|
|
"pgpass": "1.x",
|
|
"semver": "4.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"async": "0.9.0",
|
|
"bluebird": "3.5.2",
|
|
"co": "4.6.0",
|
|
"eslint": "^4.19.1",
|
|
"eslint-config-standard": "^11.0.0",
|
|
"eslint-plugin-import": "^2.14.0",
|
|
"eslint-plugin-node": "^6.0.1",
|
|
"eslint-plugin-promise": "^4.0.1",
|
|
"eslint-plugin-standard": "^3.1.0",
|
|
"pg-copy-streams": "0.3.0"
|
|
},
|
|
"minNativeVersion": "2.0.0",
|
|
"scripts": {
|
|
"test": "make test-all"
|
|
},
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 4.5.0"
|
|
}
|
|
}
|