111 lines
2.6 KiB
JSON
111 lines
2.6 KiB
JSON
|
{
|
||
|
"_from": "generic-pool@2.4.3",
|
||
|
"_id": "generic-pool@2.4.3",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha1-eAw29p360FpaBF3Te+etyhGk9v8=",
|
||
|
"_location": "/generic-pool",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "version",
|
||
|
"registry": true,
|
||
|
"raw": "generic-pool@2.4.3",
|
||
|
"name": "generic-pool",
|
||
|
"escapedName": "generic-pool",
|
||
|
"rawSpec": "2.4.3",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "2.4.3"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/pg-pool"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/generic-pool/-/generic-pool-2.4.3.tgz",
|
||
|
"_shasum": "780c36f69dfad05a5a045dd37be7adca11a4f6ff",
|
||
|
"_spec": "generic-pool@2.4.3",
|
||
|
"_where": "/tank/data/SERVER/supervizor/node_modules/pg-pool",
|
||
|
"author": {
|
||
|
"name": "James Cooper",
|
||
|
"email": "james@bitmechanic.com"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/coopernurse/node-pool/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"contributors": [
|
||
|
{
|
||
|
"name": "James Cooper",
|
||
|
"email": "james@bitmechanic.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Peter Galiba",
|
||
|
"email": "poetro@poetro.hu",
|
||
|
"url": "http://poetro.hu/"
|
||
|
},
|
||
|
{
|
||
|
"name": "Gary Dusbabek"
|
||
|
},
|
||
|
{
|
||
|
"name": "Tom MacWright",
|
||
|
"url": "http://www.developmentseed.org/"
|
||
|
},
|
||
|
{
|
||
|
"name": "Douglas Christopher Wilson",
|
||
|
"email": "doug@somethingdoug.com",
|
||
|
"url": "http://somethingdoug.com/"
|
||
|
},
|
||
|
{
|
||
|
"name": "calibr"
|
||
|
},
|
||
|
{
|
||
|
"name": "Justin Robinson",
|
||
|
"email": "jrobinson@redventures.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Nayana Hettiarachchi",
|
||
|
"email": "nayana@corp-gems.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Felipe Machado",
|
||
|
"email": "felipou@gmail.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Felix Becker",
|
||
|
"email": "felix.b@outlook.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "sandfox",
|
||
|
"email": "james.butler@sandfox.co.uk"
|
||
|
},
|
||
|
{
|
||
|
"name": "Lewis J Ellis",
|
||
|
"email": "me@lewisjellis.com"
|
||
|
}
|
||
|
],
|
||
|
"deprecated": false,
|
||
|
"description": "Generic resource pooling for Node.JS",
|
||
|
"devDependencies": {
|
||
|
"expresso": ">0.0.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">= 0.2.0"
|
||
|
},
|
||
|
"homepage": "https://github.com/coopernurse/node-pool#readme",
|
||
|
"keywords": [
|
||
|
"pool",
|
||
|
"pooling",
|
||
|
"throttle"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "lib/generic-pool.js",
|
||
|
"name": "generic-pool",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+ssh://git@github.com/coopernurse/node-pool.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"lint": "eslint lib test",
|
||
|
"lint-install": "npm install eslint@^1.10.2 eslint-config-standard@^4.4.0 eslint-plugin-standard@^1.3.1",
|
||
|
"test": "expresso test/*.js"
|
||
|
},
|
||
|
"version": "2.4.3"
|
||
|
}
|