|
|
@@ -9,11 +9,14 @@
|
|
9
|
9
|
"version": "1.0.0",
|
|
10
|
10
|
"license": "UNLICENSED",
|
|
11
|
11
|
"dependencies": {
|
|
|
12
|
+ "@hapi/glue": "^8.0.0",
|
|
12
|
13
|
"@hapi/hapi": "^20.1.3",
|
|
13
|
14
|
"@hapi/inert": "^6.0.3",
|
|
14
|
15
|
"@hapi/vision": "^6.0.1",
|
|
|
16
|
+ "@hapipal/confidence": "^6.0.1",
|
|
15
|
17
|
"@hapipal/schwifty": "^6.0.0",
|
|
16
|
18
|
"dotenv": "^10.0.0",
|
|
|
19
|
+ "exiting": "^6.0.1",
|
|
17
|
20
|
"hapi-swagger": "^14.1.3",
|
|
18
|
21
|
"joi": "^17.4.0",
|
|
19
|
22
|
"knex": "^0.21.19",
|
|
|
@@ -57,6 +60,18 @@
|
|
57
|
60
|
"@hapi/hoek": "9.x.x"
|
|
58
|
61
|
}
|
|
59
|
62
|
},
|
|
|
63
|
+ "node_modules/@hapi/bossy": {
|
|
|
64
|
+ "version": "5.1.0",
|
|
|
65
|
+ "resolved": "https://registry.npmjs.org/@hapi/bossy/-/bossy-5.1.0.tgz",
|
|
|
66
|
+ "integrity": "sha512-sVZC6GucPaG2Pugldj476ZtGevkFCOoJSf4Ay9HJXxAOjyyBhb0AnxtxYdrf1tvTBV2hAMytV3RASQXudB3rnQ==",
|
|
|
67
|
+ "dependencies": {
|
|
|
68
|
+ "@hapi/boom": "9.x.x",
|
|
|
69
|
+ "@hapi/bounce": "2.x.x",
|
|
|
70
|
+ "@hapi/bourne": "2.x.x",
|
|
|
71
|
+ "@hapi/hoek": "9.x.x",
|
|
|
72
|
+ "@hapi/validate": "1.x.x"
|
|
|
73
|
+ }
|
|
|
74
|
+ },
|
|
60
|
75
|
"node_modules/@hapi/bounce": {
|
|
61
|
76
|
"version": "2.0.0",
|
|
62
|
77
|
"resolved": "https://registry.npmjs.org/@hapi/bounce/-/bounce-2.0.0.tgz",
|
|
|
@@ -124,6 +139,16 @@
|
|
124
|
139
|
"resolved": "https://registry.npmjs.org/@hapi/file/-/file-2.0.0.tgz",
|
|
125
|
140
|
"integrity": "sha512-WSrlgpvEqgPWkI18kkGELEZfXr0bYLtr16iIN4Krh9sRnzBZN6nnWxHFxtsnP684wueEySBbXPDg/WfA9xJdBQ=="
|
|
126
|
141
|
},
|
|
|
142
|
+ "node_modules/@hapi/glue": {
|
|
|
143
|
+ "version": "8.0.0",
|
|
|
144
|
+ "resolved": "https://registry.npmjs.org/@hapi/glue/-/glue-8.0.0.tgz",
|
|
|
145
|
+ "integrity": "sha512-dqAQ401MTDpTUnPUtUZ/RIJOE+ROTjhq1YgPeuAVMYpoYlh55PNNJq6YBDBlye5VcF9uYtL1h3VnRMZz2NSlXw==",
|
|
|
146
|
+ "dependencies": {
|
|
|
147
|
+ "@hapi/hapi": "20.x.x",
|
|
|
148
|
+ "@hapi/hoek": "9.x.x",
|
|
|
149
|
+ "@hapi/validate": "1.x.x"
|
|
|
150
|
+ }
|
|
|
151
|
+ },
|
|
127
|
152
|
"node_modules/@hapi/hapi": {
|
|
128
|
153
|
"version": "20.1.3",
|
|
129
|
154
|
"resolved": "https://registry.npmjs.org/@hapi/hapi/-/hapi-20.1.3.tgz",
|
|
|
@@ -335,6 +360,20 @@
|
|
335
|
360
|
"@hapi/hoek": "9.x.x"
|
|
336
|
361
|
}
|
|
337
|
362
|
},
|
|
|
363
|
+ "node_modules/@hapipal/confidence": {
|
|
|
364
|
+ "version": "6.0.1",
|
|
|
365
|
+ "resolved": "https://registry.npmjs.org/@hapipal/confidence/-/confidence-6.0.1.tgz",
|
|
|
366
|
+ "integrity": "sha512-bhJriclaN5W8TJG950Al/lSaej2hi6byQNUmk0JUvuB7mys7oLGUZlbEz3k73s6hF7sKChfYofvjcFr2GLQAYQ==",
|
|
|
367
|
+ "dependencies": {
|
|
|
368
|
+ "@hapi/bossy": ">=5.1.0 <6",
|
|
|
369
|
+ "@hapi/bourne": "2.x.x",
|
|
|
370
|
+ "@hapi/hoek": "9.x.x",
|
|
|
371
|
+ "joi": "17.x.x"
|
|
|
372
|
+ },
|
|
|
373
|
+ "bin": {
|
|
|
374
|
+ "confidence": "bin/confidence"
|
|
|
375
|
+ }
|
|
|
376
|
+ },
|
|
338
|
377
|
"node_modules/@hapipal/schwifty": {
|
|
339
|
378
|
"version": "6.0.0",
|
|
340
|
379
|
"resolved": "https://registry.npmjs.org/@hapipal/schwifty/-/schwifty-6.0.0.tgz",
|
|
|
@@ -1184,6 +1223,21 @@
|
|
1184
|
1223
|
"node": ">=4"
|
|
1185
|
1224
|
}
|
|
1186
|
1225
|
},
|
|
|
1226
|
+ "node_modules/exiting": {
|
|
|
1227
|
+ "version": "6.0.1",
|
|
|
1228
|
+ "resolved": "https://registry.npmjs.org/exiting/-/exiting-6.0.1.tgz",
|
|
|
1229
|
+ "integrity": "sha512-0kUQkyWTMJUZ2wKkxjducVojsL5vtDxw26q9sd07SwyWZswbHOrWN9Bs2jk9uXffatsGp2QP5tmQUYXiPi1Z2A==",
|
|
|
1230
|
+ "dependencies": {
|
|
|
1231
|
+ "@hapi/bounce": "^2.0.0",
|
|
|
1232
|
+ "@hapi/hoek": "^9.0.2"
|
|
|
1233
|
+ },
|
|
|
1234
|
+ "engines": {
|
|
|
1235
|
+ "node": ">=12.13.0"
|
|
|
1236
|
+ },
|
|
|
1237
|
+ "peerDependencies": {
|
|
|
1238
|
+ "@hapi/hapi": ">=17.9.0"
|
|
|
1239
|
+ }
|
|
|
1240
|
+ },
|
|
1187
|
1241
|
"node_modules/expand-brackets": {
|
|
1188
|
1242
|
"version": "2.1.4",
|
|
1189
|
1243
|
"resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz",
|
|
|
@@ -3979,6 +4033,18 @@
|
|
3979
|
4033
|
"@hapi/hoek": "9.x.x"
|
|
3980
|
4034
|
}
|
|
3981
|
4035
|
},
|
|
|
4036
|
+ "@hapi/bossy": {
|
|
|
4037
|
+ "version": "5.1.0",
|
|
|
4038
|
+ "resolved": "https://registry.npmjs.org/@hapi/bossy/-/bossy-5.1.0.tgz",
|
|
|
4039
|
+ "integrity": "sha512-sVZC6GucPaG2Pugldj476ZtGevkFCOoJSf4Ay9HJXxAOjyyBhb0AnxtxYdrf1tvTBV2hAMytV3RASQXudB3rnQ==",
|
|
|
4040
|
+ "requires": {
|
|
|
4041
|
+ "@hapi/boom": "9.x.x",
|
|
|
4042
|
+ "@hapi/bounce": "2.x.x",
|
|
|
4043
|
+ "@hapi/bourne": "2.x.x",
|
|
|
4044
|
+ "@hapi/hoek": "9.x.x",
|
|
|
4045
|
+ "@hapi/validate": "1.x.x"
|
|
|
4046
|
+ }
|
|
|
4047
|
+ },
|
|
3982
|
4048
|
"@hapi/bounce": {
|
|
3983
|
4049
|
"version": "2.0.0",
|
|
3984
|
4050
|
"resolved": "https://registry.npmjs.org/@hapi/bounce/-/bounce-2.0.0.tgz",
|
|
|
@@ -4043,6 +4109,16 @@
|
|
4043
|
4109
|
"resolved": "https://registry.npmjs.org/@hapi/file/-/file-2.0.0.tgz",
|
|
4044
|
4110
|
"integrity": "sha512-WSrlgpvEqgPWkI18kkGELEZfXr0bYLtr16iIN4Krh9sRnzBZN6nnWxHFxtsnP684wueEySBbXPDg/WfA9xJdBQ=="
|
|
4045
|
4111
|
},
|
|
|
4112
|
+ "@hapi/glue": {
|
|
|
4113
|
+ "version": "8.0.0",
|
|
|
4114
|
+ "resolved": "https://registry.npmjs.org/@hapi/glue/-/glue-8.0.0.tgz",
|
|
|
4115
|
+ "integrity": "sha512-dqAQ401MTDpTUnPUtUZ/RIJOE+ROTjhq1YgPeuAVMYpoYlh55PNNJq6YBDBlye5VcF9uYtL1h3VnRMZz2NSlXw==",
|
|
|
4116
|
+ "requires": {
|
|
|
4117
|
+ "@hapi/hapi": "20.x.x",
|
|
|
4118
|
+ "@hapi/hoek": "9.x.x",
|
|
|
4119
|
+ "@hapi/validate": "1.x.x"
|
|
|
4120
|
+ }
|
|
|
4121
|
+ },
|
|
4046
|
4122
|
"@hapi/hapi": {
|
|
4047
|
4123
|
"version": "20.1.3",
|
|
4048
|
4124
|
"resolved": "https://registry.npmjs.org/@hapi/hapi/-/hapi-20.1.3.tgz",
|
|
|
@@ -4245,6 +4321,17 @@
|
|
4245
|
4321
|
"@hapi/hoek": "9.x.x"
|
|
4246
|
4322
|
}
|
|
4247
|
4323
|
},
|
|
|
4324
|
+ "@hapipal/confidence": {
|
|
|
4325
|
+ "version": "6.0.1",
|
|
|
4326
|
+ "resolved": "https://registry.npmjs.org/@hapipal/confidence/-/confidence-6.0.1.tgz",
|
|
|
4327
|
+ "integrity": "sha512-bhJriclaN5W8TJG950Al/lSaej2hi6byQNUmk0JUvuB7mys7oLGUZlbEz3k73s6hF7sKChfYofvjcFr2GLQAYQ==",
|
|
|
4328
|
+ "requires": {
|
|
|
4329
|
+ "@hapi/bossy": ">=5.1.0 <6",
|
|
|
4330
|
+ "@hapi/bourne": "2.x.x",
|
|
|
4331
|
+ "@hapi/hoek": "9.x.x",
|
|
|
4332
|
+ "joi": "17.x.x"
|
|
|
4333
|
+ }
|
|
|
4334
|
+ },
|
|
4248
|
4335
|
"@hapipal/schwifty": {
|
|
4249
|
4336
|
"version": "6.0.0",
|
|
4250
|
4337
|
"resolved": "https://registry.npmjs.org/@hapipal/schwifty/-/schwifty-6.0.0.tgz",
|
|
|
@@ -4890,6 +4977,15 @@
|
|
4890
|
4977
|
"resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
|
|
4891
|
4978
|
"integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A=="
|
|
4892
|
4979
|
},
|
|
|
4980
|
+ "exiting": {
|
|
|
4981
|
+ "version": "6.0.1",
|
|
|
4982
|
+ "resolved": "https://registry.npmjs.org/exiting/-/exiting-6.0.1.tgz",
|
|
|
4983
|
+ "integrity": "sha512-0kUQkyWTMJUZ2wKkxjducVojsL5vtDxw26q9sd07SwyWZswbHOrWN9Bs2jk9uXffatsGp2QP5tmQUYXiPi1Z2A==",
|
|
|
4984
|
+ "requires": {
|
|
|
4985
|
+ "@hapi/bounce": "^2.0.0",
|
|
|
4986
|
+ "@hapi/hoek": "^9.0.2"
|
|
|
4987
|
+ }
|
|
|
4988
|
+ },
|
|
4893
|
4989
|
"expand-brackets": {
|
|
4894
|
4990
|
"version": "2.1.4",
|
|
4895
|
4991
|
"resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz",
|