HEX
Server: nginx/1.24.0
System: Linux nowruzgan 6.8.0-57-generic #59-Ubuntu SMP PREEMPT_DYNAMIC Sat Mar 15 17:40:59 UTC 2025 x86_64
User: babak (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/dev/nowruzgan/rest/node_modules/generic-pool/package.json
{
  "name": "generic-pool",
  "description": "Generic resource pooling for Node.JS",
  "version": "2.5.4",
  "author": "James Cooper <james@bitmechanic.com>",
  "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"
    }
  ],
  "keywords": [
    "pool",
    "pooling",
    "throttle"
  ],
  "main": "lib/generic-pool.js",
  "repository": {
    "type": "git",
    "url": "http://github.com/coopernurse/node-pool.git"
  },
  "devDependencies": {
    "tap": "^5.7.1"
  },
  "engines": {
    "node": ">= 0.8.0"
  },
  "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": "tap test/*-test.js"
  },
  "publishConfig" : {
    "tag": "2.5.x"
  },
  "license": "MIT"
}