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.
40 lines
862 B
40 lines
862 B
{
|
|
"name": "pg-pool",
|
|
"version": "2.0.10",
|
|
"description": "Connection pool for node-postgres",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"test": " node_modules/.bin/mocha"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/brianc/node-pg-pool.git"
|
|
},
|
|
"keywords": [
|
|
"pg",
|
|
"postgres",
|
|
"pool",
|
|
"database"
|
|
],
|
|
"author": "Brian M. Carlson",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/brianc/node-pg-pool/issues"
|
|
},
|
|
"homepage": "https://github.com/brianc/node-pg-pool#readme",
|
|
"devDependencies": {
|
|
"bluebird": "3.4.1",
|
|
"co": "4.6.0",
|
|
"expect.js": "0.3.1",
|
|
"lodash": "^4.17.11",
|
|
"mocha": "^5.2.0",
|
|
"pg-cursor": "^1.3.0"
|
|
},
|
|
"peerDependencies": {
|
|
"pg": ">5.0"
|
|
},
|
|
"gitHead": "d9fcda8cf7a3519bde4799039aef94daec3fbef6"
|
|
}
|
|
|