mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
39 lines
833 B
JSON
39 lines
833 B
JSON
{
|
|
"name": "pg-native",
|
|
"version": "3.2.0",
|
|
"description": "A slightly nicer interface to Postgres over node-libpq",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/brianc/node-pg-native.git"
|
|
},
|
|
"keywords": [
|
|
"postgres",
|
|
"pg",
|
|
"libpq"
|
|
],
|
|
"author": "Brian M. Carlson",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/brianc/node-pg-native/issues"
|
|
},
|
|
"homepage": "https://github.com/brianc/node-pg-native",
|
|
"dependencies": {
|
|
"libpq": "1.8.13",
|
|
"pg-types": "^2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"async": "^0.9.0",
|
|
"concat-stream": "^1.4.6",
|
|
"generic-pool": "^2.1.1",
|
|
"lodash": "^2.4.1",
|
|
"mocha": "10.5.2",
|
|
"node-gyp": ">=10.x",
|
|
"okay": "^0.3.0",
|
|
"semver": "^4.1.0"
|
|
}
|
|
}
|