1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
| {
| "_args": [
| [
| "generic-pool@3.7.1",
| "E:\\ximenzi\\wms\\old\\api"
| ]
| ],
| "_from": "generic-pool@3.7.1",
| "_id": "generic-pool@3.7.1",
| "_inBundle": false,
| "_integrity": "sha512-ug6DAZoNgWm6q5KhPFA+hzXfBLFQu5sTXxPpv44DmE0A2g+CiHoq9LTVdkXpZMkYVMoGw83F6W+WT0h0MFMK/w==",
| "_location": "/generic-pool",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "generic-pool@3.7.1",
| "name": "generic-pool",
| "escapedName": "generic-pool",
| "rawSpec": "3.7.1",
| "saveSpec": null,
| "fetchSpec": "3.7.1"
| },
| "_requiredBy": [
| "/mssql"
| ],
| "_resolved": "https://registry.npmjs.org/generic-pool/-/generic-pool-3.7.1.tgz",
| "_spec": "3.7.1",
| "_where": "E:\\ximenzi\\wms\\old\\api",
| "author": {
| "name": "James Cooper",
| "email": "james@bitmechanic.com"
| },
| "bugs": {
| "url": "https://github.com/coopernurse/node-pool/issues"
| },
| "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"
| }
| ],
| "description": "Generic resource pooling for Node.JS",
| "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"
| },
| "homepage": "https://github.com/coopernurse/node-pool#readme",
| "keywords": [
| "pool",
| "pooling",
| "throttle"
| ],
| "license": "MIT",
| "main": "index.js",
| "name": "generic-pool",
| "repository": {
| "type": "git",
| "url": "git+ssh://git@github.com/coopernurse/node-pool.git"
| },
| "scripts": {
| "lint": "eslint lib test index.js .eslintrc.js",
| "lint-fix": "eslint --fix lib test index.js .eslintrc.js",
| "test": "tap test/*-test.js "
| },
| "version": "3.7.1"
| }
|
|