package.json 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297
  1. {
  2. "name": "generic-pool",
  3. "description": "Generic resource pooling for Node.JS",
  4. "homepage": "https://github.com/coopernurse/node-pool#readme",
  5. "version": "3.9.0",
  6. "main": "index.js",
  7. "author": {
  8. "email": "james@bitmechanic.com",
  9. "name": "James Cooper"
  10. },
  11. "contributors": [
  12. {
  13. "name": "James Butler",
  14. "email": "james.butler@sandfox.co.uk"
  15. },
  16. {
  17. "name": "Kiko Beats",
  18. "email": "josefrancisco.verdu@gmail.com"
  19. },
  20. {
  21. "name": "Felipe Machado",
  22. "email": "felipou@gmail.com"
  23. },
  24. {
  25. "name": "Idan Attias",
  26. "email": "idana@wix.com"
  27. },
  28. {
  29. "name": "Bryan Donovan",
  30. "email": "bdondo@gmail.com"
  31. },
  32. {
  33. "name": "C-h-e-r-r-y",
  34. "email": "C-h-e-r-r-y@users.noreply.github.com"
  35. },
  36. {
  37. "name": "rebareba",
  38. "email": "forcdc1990@gmail.com"
  39. },
  40. {
  41. "name": "t3hmrman",
  42. "email": "t3hmrman@gmail.com"
  43. },
  44. {
  45. "name": "Thomas Dimson",
  46. "email": "tdimson@gmail.com"
  47. },
  48. {
  49. "name": "Anup Baldawa",
  50. "email": "anup@joinhoney.com"
  51. },
  52. {
  53. "name": "Kevin Burke",
  54. "email": "burke@shyp.com"
  55. },
  56. {
  57. "name": "Teow Hua Jun",
  58. "email": "huajun@Teows-MacBook-Pro.local"
  59. },
  60. {
  61. "name": "Joe Z",
  62. "email": "jzarate@gmail.com"
  63. },
  64. {
  65. "name": "Peter Galiba",
  66. "email": "poetro@poetro.hu"
  67. },
  68. {
  69. "name": "Asbjørn Sannes",
  70. "email": "asbjorn.sannes@interhost.no"
  71. },
  72. {
  73. "name": "san00",
  74. "email": "c5d59d07@opayq.com"
  75. },
  76. {
  77. "name": "Christian d'Heureuse",
  78. "email": "chdh@inventec.ch"
  79. },
  80. {
  81. "name": "Ryan Dao",
  82. "email": "ddao@paypal.com"
  83. },
  84. {
  85. "name": "Diego Rodríguez Baquero",
  86. "email": "diegorbaquero@gmail.com"
  87. },
  88. {
  89. "name": "Felix Becker",
  90. "email": "felix.b@outlook.com"
  91. },
  92. {
  93. "name": "Geovani de Souza",
  94. "email": "geovanisouza92@gmail.com"
  95. },
  96. {
  97. "name": "Jemila",
  98. "email": "jemila.abulhawa@gmail.com"
  99. },
  100. {
  101. "name": "Justin Robinson",
  102. "email": "jrobinson@redventures.com"
  103. },
  104. {
  105. "name": "linchuang",
  106. "email": "linchuang@tencent.com"
  107. },
  108. {
  109. "name": "Nayana Hettiarachchi",
  110. "email": "nayana@corp-gems.com"
  111. },
  112. {
  113. "name": "restjohn",
  114. "email": "restjohn@users.noreply.github.com"
  115. },
  116. {
  117. "name": "Sushant",
  118. "email": "sushantdhiman@outlook.com"
  119. },
  120. {
  121. "name": "travis4all",
  122. "email": "travis4all@diamon.dz"
  123. },
  124. {
  125. "name": "Will Shaver",
  126. "email": "will.shaver@emberex.com"
  127. },
  128. {
  129. "name": "windyrobin",
  130. "email": "windyrobin@Gmail.com"
  131. },
  132. {
  133. "name": "王秋石",
  134. "email": "12qiushi@163.com"
  135. },
  136. {
  137. "name": "Stephen Cresswell",
  138. "email": "229672+cressie176@users.noreply.github.com"
  139. },
  140. {
  141. "name": "Arek Flinik",
  142. "email": "aflinik@gmail.com"
  143. },
  144. {
  145. "name": "Alexander Tesfamichael",
  146. "email": "Alex.Tesfamichael@gmail.com"
  147. },
  148. {
  149. "name": "calibr",
  150. "email": "awcalibr@gmail.com"
  151. },
  152. {
  153. "name": "benny-medflyt",
  154. "email": "benny@medflyt.com"
  155. },
  156. {
  157. "name": "Bryan Kaplan",
  158. "email": "bryan@pinchit.com"
  159. },
  160. {
  161. "name": "Dumitru Uzun",
  162. "email": "contact@duzun.me"
  163. },
  164. {
  165. "name": "Douglas Christopher Wilson",
  166. "email": "doug@somethingdoug.com"
  167. },
  168. {
  169. "name": "Drew R",
  170. "email": "drewrathbone@gmail.com"
  171. },
  172. {
  173. "name": "Magnus Eide",
  174. "email": "eide@iterate.no"
  175. },
  176. {
  177. "name": "gdusbabek",
  178. "email": "gdusbabek@gmail.com"
  179. },
  180. {
  181. "name": "Jason Rhodes",
  182. "email": "jason.matthew.rhodes@gmail.com"
  183. },
  184. {
  185. "name": "John Dooley",
  186. "email": "john.j.dooley@gmail.com"
  187. },
  188. {
  189. "name": "Lewis Ellis",
  190. "email": "lewis@getsentry.com"
  191. },
  192. {
  193. "name": "Tom MacWright",
  194. "email": "macwright@gmail.com"
  195. },
  196. {
  197. "name": "Louis Roché",
  198. "email": "mail+github@louisroche.net"
  199. },
  200. {
  201. "name": "Mike Morris",
  202. "email": "mikemorris@users.noreply.github.com"
  203. },
  204. {
  205. "name": "molipet",
  206. "email": "molipet@gmail.com"
  207. },
  208. {
  209. "name": "An Nguyen Le",
  210. "email": "nguyenan169@gmail.com"
  211. },
  212. {
  213. "name": "Piotr",
  214. "email": "pwalc@agora.pl"
  215. },
  216. {
  217. "name": "Randall Leeds",
  218. "email": "randall.leeds@gmail.com"
  219. },
  220. {
  221. "name": "Roy Binux",
  222. "email": "root@binux.me"
  223. },
  224. {
  225. "name": "Sandro Santilli",
  226. "email": "strk@keybit.net"
  227. },
  228. {
  229. "name": "Teemu Ikonen",
  230. "email": "teemu.ikonen@iki.fi"
  231. },
  232. {
  233. "name": "Tevye Krynski",
  234. "email": "tevye@mog.com"
  235. },
  236. {
  237. "name": "Thom Seddon",
  238. "email": "thom@nightworld.com"
  239. },
  240. {
  241. "name": "Thomas Watson Steen",
  242. "email": "w@tson.dk"
  243. },
  244. {
  245. "name": "Wilfred van der Deijl",
  246. "email": "wilfred@vanderdeijl.com"
  247. },
  248. {
  249. "name": "Yanlong Wang",
  250. "email": "yanlong.wang@naiver.org"
  251. },
  252. {
  253. "name": "Young Hahn",
  254. "email": "young@developmentseed.org"
  255. },
  256. {
  257. "name": "Rajesh kumar",
  258. "email": "zazzel.cvs@gmail.com"
  259. }
  260. ],
  261. "repository": {
  262. "type": "git",
  263. "url": "git+ssh://git@github.com/coopernurse/node-pool.git"
  264. },
  265. "bugs": {
  266. "url": "https://github.com/coopernurse/node-pool/issues"
  267. },
  268. "keywords": [
  269. "pool",
  270. "pooling",
  271. "throttle"
  272. ],
  273. "devDependencies": {
  274. "@types/node": "^8.5.1",
  275. "eslint": "^4.9.0",
  276. "eslint-config-prettier": "^2.6.0",
  277. "eslint-plugin-prettier": "^2.3.1",
  278. "eslint-plugin-promise": "^3.3.0",
  279. "prettier": "^1.7.4",
  280. "tap": "^8.0.0",
  281. "typescript": "^2.6.2"
  282. },
  283. "engines": {
  284. "node": ">= 4"
  285. },
  286. "files": [
  287. "index.d.ts",
  288. "index.js",
  289. "lib"
  290. ],
  291. "license": "MIT",
  292. "scripts": {
  293. "lint": "eslint lib test index.js .eslintrc.js",
  294. "lint-fix": "eslint --fix lib test index.js .eslintrc.js",
  295. "test": "tap test/*-test.js "
  296. }
  297. }