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.7 KiB
68 lines
1.7 KiB
{
|
|
"_from": "pg-pool@^3.3.0",
|
|
"_id": "pg-pool@3.3.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-0O5huCql8/D6PIRFAlmccjphLYWC+JIzvUhSzXSpGaf+tjTZc4nn+Lr7mLXBbFJfvwbP0ywDv73EiaBsxn7zdg==",
|
|
"_location": "/pg-pool",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "pg-pool@^3.3.0",
|
|
"name": "pg-pool",
|
|
"escapedName": "pg-pool",
|
|
"rawSpec": "^3.3.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^3.3.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/pg"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/pg-pool/-/pg-pool-3.3.0.tgz",
|
|
"_shasum": "12d5c7f65ea18a6e99ca9811bd18129071e562fc",
|
|
"_spec": "pg-pool@^3.3.0",
|
|
"_where": "/home/sigonasr2/divar/server2/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": "d45947938263bec30a1e3252452f04177b785f66",
|
|
"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",
|
|
"directory": "packages/pg-pool"
|
|
},
|
|
"scripts": {
|
|
"test": " node_modules/.bin/mocha"
|
|
},
|
|
"version": "3.3.0"
|
|
}
|
|
|