mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-18 15:55:05 +00:00
- pg-cursor@2.13.0 - pg-native@3.3.0 - pg-pool@3.8.0 - pg-protocol@1.8.0 - pg-query-stream@4.8.0 - pg@8.14.0
39 lines
865 B
JSON
39 lines
865 B
JSON
{
|
|
"name": "pg-native",
|
|
"version": "3.3.0",
|
|
"description": "A slightly nicer interface to Postgres over node-libpq",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/brianc/node-postgres.git"
|
|
},
|
|
"keywords": [
|
|
"postgres",
|
|
"pg",
|
|
"libpq"
|
|
],
|
|
"author": "Brian M. Carlson",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/brianc/node-postgres/issues"
|
|
},
|
|
"homepage": "https://github.com/brianc/node-postgres/tree/master/packages/pg-native",
|
|
"dependencies": {
|
|
"libpq": "1.8.14",
|
|
"pg-types": "^2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"async": "^0.9.0",
|
|
"concat-stream": "^1.4.6",
|
|
"generic-pool": "^2.1.1",
|
|
"lodash": "^4.17.21",
|
|
"mocha": "10.5.2",
|
|
"node-gyp": ">=10.x",
|
|
"okay": "^0.3.0",
|
|
"semver": "^4.1.0"
|
|
}
|
|
}
|