Server IP : 92.205.26.207 / Your IP : 216.73.216.16 Web Server : Apache System : Linux 207.26.205.92.host.secureserver.net 4.18.0-553.60.1.el8_10.x86_64 #1 SMP Thu Jul 10 04:01:16 EDT 2025 x86_64 User : zikryat ( 1002) PHP Version : 8.3.23 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/zikryat/public_html/node_modules/generic-pool/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
{ "name": "generic-pool", "description": "Generic resource pooling for Node.JS", "homepage": "https://github.com/coopernurse/node-pool#readme", "version": "3.9.0", "main": "index.js", "author": { "email": "[email protected]", "name": "James Cooper" }, "contributors": [ { "name": "James Butler", "email": "[email protected]" }, { "name": "Kiko Beats", "email": "[email protected]" }, { "name": "Felipe Machado", "email": "[email protected]" }, { "name": "Idan Attias", "email": "[email protected]" }, { "name": "Bryan Donovan", "email": "[email protected]" }, { "name": "C-h-e-r-r-y", "email": "[email protected]" }, { "name": "rebareba", "email": "[email protected]" }, { "name": "t3hmrman", "email": "[email protected]" }, { "name": "Thomas Dimson", "email": "[email protected]" }, { "name": "Anup Baldawa", "email": "[email protected]" }, { "name": "Kevin Burke", "email": "[email protected]" }, { "name": "Teow Hua Jun", "email": "[email protected]" }, { "name": "Joe Z", "email": "[email protected]" }, { "name": "Peter Galiba", "email": "[email protected]" }, { "name": "Asbjørn Sannes", "email": "[email protected]" }, { "name": "san00", "email": "[email protected]" }, { "name": "Christian d'Heureuse", "email": "[email protected]" }, { "name": "Ryan Dao", "email": "[email protected]" }, { "name": "Diego Rodríguez Baquero", "email": "[email protected]" }, { "name": "Felix Becker", "email": "[email protected]" }, { "name": "Geovani de Souza", "email": "[email protected]" }, { "name": "Jemila", "email": "[email protected]" }, { "name": "Justin Robinson", "email": "[email protected]" }, { "name": "linchuang", "email": "[email protected]" }, { "name": "Nayana Hettiarachchi", "email": "[email protected]" }, { "name": "restjohn", "email": "[email protected]" }, { "name": "Sushant", "email": "[email protected]" }, { "name": "travis4all", "email": "[email protected]" }, { "name": "Will Shaver", "email": "[email protected]" }, { "name": "windyrobin", "email": "[email protected]" }, { "name": "王秋石", "email": "[email protected]" }, { "name": "Stephen Cresswell", "email": "[email protected]" }, { "name": "Arek Flinik", "email": "[email protected]" }, { "name": "Alexander Tesfamichael", "email": "[email protected]" }, { "name": "calibr", "email": "[email protected]" }, { "name": "benny-medflyt", "email": "[email protected]" }, { "name": "Bryan Kaplan", "email": "[email protected]" }, { "name": "Dumitru Uzun", "email": "[email protected]" }, { "name": "Douglas Christopher Wilson", "email": "[email protected]" }, { "name": "Drew R", "email": "[email protected]" }, { "name": "Magnus Eide", "email": "[email protected]" }, { "name": "gdusbabek", "email": "[email protected]" }, { "name": "Jason Rhodes", "email": "[email protected]" }, { "name": "John Dooley", "email": "[email protected]" }, { "name": "Lewis Ellis", "email": "[email protected]" }, { "name": "Tom MacWright", "email": "[email protected]" }, { "name": "Louis Roché", "email": "[email protected]" }, { "name": "Mike Morris", "email": "[email protected]" }, { "name": "molipet", "email": "[email protected]" }, { "name": "An Nguyen Le", "email": "[email protected]" }, { "name": "Piotr", "email": "[email protected]" }, { "name": "Randall Leeds", "email": "[email protected]" }, { "name": "Roy Binux", "email": "[email protected]" }, { "name": "Sandro Santilli", "email": "[email protected]" }, { "name": "Teemu Ikonen", "email": "[email protected]" }, { "name": "Tevye Krynski", "email": "[email protected]" }, { "name": "Thom Seddon", "email": "[email protected]" }, { "name": "Thomas Watson Steen", "email": "[email protected]" }, { "name": "Wilfred van der Deijl", "email": "[email protected]" }, { "name": "Yanlong Wang", "email": "[email protected]" }, { "name": "Young Hahn", "email": "[email protected]" }, { "name": "Rajesh kumar", "email": "[email protected]" } ], "repository": { "type": "git", "url": "git+ssh://[email protected]/coopernurse/node-pool.git" }, "bugs": { "url": "https://github.com/coopernurse/node-pool/issues" }, "keywords": [ "pool", "pooling", "throttle" ], "devDependencies": { "@types/node": "^8.5.1", "eslint": "^4.9.0", "eslint-config-prettier": "^2.6.0", "eslint-plugin-prettier": "^2.3.1", "eslint-plugin-promise": "^3.3.0", "prettier": "^1.7.4", "tap": "^8.0.0", "typescript": "^2.6.2" }, "engines": { "node": ">= 4" }, "files": [ "index.d.ts", "index.js", "lib" ], "license": "MIT", "scripts": { "lint": "eslint lib test index.js .eslintrc.js", "lint-fix": "eslint --fix lib test index.js .eslintrc.js", "test": "tap test/*-test.js " } }