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.
68 lines
1.6 KiB
68 lines
1.6 KiB
4 years ago
|
{
|
||
|
"_from": "pg-pool@^3.2.1",
|
||
|
"_id": "pg-pool@3.2.1",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-BQDPWUeKenVrMMDN9opfns/kZo4lxmSWhIqo+cSAF7+lfi9ZclQbr9vfnlNaPr8wYF3UYjm5X0yPAhbcgqNOdA==",
|
||
|
"_location": "/pg-pool",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "pg-pool@^3.2.1",
|
||
|
"name": "pg-pool",
|
||
|
"escapedName": "pg-pool",
|
||
|
"rawSpec": "^3.2.1",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^3.2.1"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/pg"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/pg-pool/-/pg-pool-3.2.1.tgz",
|
||
|
"_shasum": "5f4afc0f58063659aeefa952d36af49fa28b30e0",
|
||
|
"_spec": "pg-pool@^3.2.1",
|
||
|
"_where": "/home/sigonasr2/astronomy/server/node_modules/pg",
|
||
|
"author": {
|
||
|
"name": "Brian M. Carlson"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/brianc/node-pg-pool/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"deprecated": false,
|
||
|
"description": "Connection pool for node-postgres",
|
||
|
"devDependencies": {
|
||
|
"bluebird": "3.4.1",
|
||
|
"co": "4.6.0",
|
||
|
"expect.js": "0.3.1",
|
||
|
"lodash": "^4.17.11",
|
||
|
"mocha": "^7.1.2",
|
||
|
"pg-cursor": "^1.3.0"
|
||
|
},
|
||
|
"directories": {
|
||
|
"test": "test"
|
||
|
},
|
||
|
"gitHead": "f3136a7d5d5498280924b3e06f47f8ce80dbe4e6",
|
||
|
"homepage": "https://github.com/brianc/node-pg-pool#readme",
|
||
|
"keywords": [
|
||
|
"pg",
|
||
|
"postgres",
|
||
|
"pool",
|
||
|
"database"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "index.js",
|
||
|
"name": "pg-pool",
|
||
|
"peerDependencies": {
|
||
|
"pg": ">=8.0"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/brianc/node-postgres.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": " node_modules/.bin/mocha"
|
||
|
},
|
||
|
"version": "3.2.1"
|
||
|
}
|