package.json
2.53 KB
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
{
"_from": "generic-pool@2.4.2",
"_id": "generic-pool@2.4.2",
"_inBundle": false,
"_integrity": "sha1-iGvFvwvrfblugby7oHiBjeWmJoM=",
"_location": "/generic-pool",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "generic-pool@2.4.2",
"name": "generic-pool",
"escapedName": "generic-pool",
"rawSpec": "2.4.2",
"saveSpec": null,
"fetchSpec": "2.4.2"
},
"_requiredBy": [
"/sequelize"
],
"_resolved": "https://registry.npmjs.org/generic-pool/-/generic-pool-2.4.2.tgz",
"_shasum": "886bc5bf0beb7db96e81bcbba078818de5a62683",
"_spec": "generic-pool@2.4.2",
"_where": "/Users/hyewon/Documents/KHU/capstone2/2016104140/code/lms_web/node_modules/sequelize",
"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"
}
],
"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.2"
}