You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
57 lines
1.3 KiB
57 lines
1.3 KiB
{
|
|
"name": "pg",
|
|
"version": "7.18.2",
|
|
"description": "PostgreSQL client - pure javascript & libpq with the same API",
|
|
"keywords": [
|
|
"database",
|
|
"libpq",
|
|
"pg",
|
|
"postgre",
|
|
"postgres",
|
|
"postgresql",
|
|
"rdbms"
|
|
],
|
|
"homepage": "https://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": "1.0.0",
|
|
"pg-connection-string": "0.1.3",
|
|
"pg-packet-stream": "^1.1.0",
|
|
"pg-pool": "^2.0.10",
|
|
"pg-types": "^2.1.0",
|
|
"pgpass": "1.x",
|
|
"semver": "4.3.2"
|
|
},
|
|
"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"
|
|
},
|
|
"minNativeVersion": "2.0.0",
|
|
"scripts": {
|
|
"test": "make test-all",
|
|
"lint": "make lint"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"SPONSORS.md"
|
|
],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 4.5.0"
|
|
},
|
|
"gitHead": "29877530c6f7b5ebc0bf814e3a711b4b66e4d51a"
|
|
}
|
|
|