Files
FloatApi/node_modules/pg-pool/package.json
T
2022-03-07 22:07:57 +07:00

74 lines
1.6 KiB
JSON

{
"_args": [
[
"pg-pool@2.0.7",
"/home/app"
]
],
"_from": "pg-pool@2.0.7",
"_id": "pg-pool@2.0.7",
"_inBundle": false,
"_integrity": "sha512-UiJyO5B9zZpu32GSlP0tXy8J2NsJ9EFGFfz5v6PSbdz/1hBLX1rNiiy5+mAm5iJJYwfCv4A0EBcQLGWwjbpzZw==",
"_location": "/pg-pool",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "pg-pool@2.0.7",
"name": "pg-pool",
"escapedName": "pg-pool",
"rawSpec": "2.0.7",
"saveSpec": null,
"fetchSpec": "2.0.7"
},
"_requiredBy": [
"/pg"
],
"_resolved": "https://registry.npmjs.org/pg-pool/-/pg-pool-2.0.7.tgz",
"_spec": "2.0.7",
"_where": "/home/app",
"author": {
"name": "Brian M. Carlson"
},
"bugs": {
"url": "https://github.com/brianc/node-pg-pool/issues"
},
"dependencies": {},
"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": "^5.2.0",
"pg": "*",
"pg-cursor": "^1.3.0",
"standard": "7.1.2",
"standard-format": "^2.2.4"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/brianc/node-pg-pool#readme",
"keywords": [
"pg",
"postgres",
"pool",
"database"
],
"license": "MIT",
"main": "index.js",
"name": "pg-pool",
"peerDependencies": {
"pg": ">5.0"
},
"repository": {
"type": "git",
"url": "git://github.com/brianc/node-pg-pool.git"
},
"scripts": {
"test": " node_modules/.bin/mocha && node_modules/.bin/standard"
},
"version": "2.0.7"
}