package-lock.json 120 KB
Newer Older
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1
2
3
{
  "name": "m4lab-user-account",
  "version": "0.0.1",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
4
  "lockfileVersion": 2,
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5
  "requires": true,
Rosanny Sihombing's avatar
Rosanny Sihombing committed
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
  "packages": {
    "": {
      "name": "m4lab-user-account",
      "version": "0.0.1",
      "license": "MIT",
      "dependencies": {
        "async": "^3.1.0",
        "axios": "^0.21.1",
        "bcryptjs": "^2.4.3",
        "body-parser": "^1.19.0",
        "compression": "^1.7.4",
        "cookie-parser": "1.4.3",
        "express": "^4.17.1",
        "express-fileupload": "^1.1.6",
        "express-flash-2": "^1.0.1",
        "express-session": "^1.17.0",
        "form-data": "^3.0.0",
        "fs": "0.0.1-security",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
24
        "helmet": "^4.6.0",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
25
26
27
28
        "method-override": "^3.0.0",
        "morgan": "^1.9.1",
        "mysql2": "^2.2.5",
        "nodemailer": "^6.3.1",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
29
        "nodemailer-ntlm-auth": "^1.0.1",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
30
31
32
33
34
35
36
37
        "passport": "0.3.2",
        "passport-saml": "^2.1.0",
        "pug": "^3.0.2"
      },
      "engines": {
        "node": ">= 4.0.0"
      }
    },
38
39
40
41
    "node_modules/@babel/helper-validator-identifier": {
      "version": "7.18.6",
      "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz",
      "integrity": "sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
42
      "engines": {
43
        "node": ">=6.9.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
44
45
      }
    },
46
    "node_modules/@babel/parser": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
47
      "version": "7.18.6",
48
49
      "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.18.6.tgz",
      "integrity": "sha512-uQVSa9jJUe/G/304lXspfWVpKpK4euFLgGiMQFOCpM/bgcAdeoHwi/OQz23O9GK2osz26ZiXRRV9aV+Yl1O8tw==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
50
      "bin": {
51
        "parser": "bin/babel-parser.js"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
52
53
      },
      "engines": {
54
        "node": ">=6.0.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
55
56
      }
    },
57
58
59
60
    "node_modules/@babel/types": {
      "version": "7.18.7",
      "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.7.tgz",
      "integrity": "sha512-QG3yxTcTIBoAcQmkCs+wAPYZhu7Dk9rXKacINfNbdJDNERTbLQbHGyVG8q/YGMPeCJRIhSY0+fTc5+xuh6WPSQ==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
61
      "dependencies": {
62
63
        "@babel/helper-validator-identifier": "^7.18.6",
        "to-fast-properties": "^2.0.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
64
65
      },
      "engines": {
66
        "node": ">=6.9.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
67
68
      }
    },
69
70
71
72
    "node_modules/@xmldom/xmldom": {
      "version": "0.7.5",
      "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.7.5.tgz",
      "integrity": "sha512-V3BIhmY36fXZ1OtVcI9W+FxQqxVLsPKcNjWigIaa81dLC9IolJl5Mt4Cvhmr0flUnjSpTdrbMTSbXqYqV5dT6A==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
73
      "engines": {
74
        "node": ">=10.0.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
75
76
      }
    },
77
78
79
80
    "node_modules/accepts": {
      "version": "1.3.7",
      "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.7.tgz",
      "integrity": "sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
81
      "dependencies": {
82
83
        "mime-types": "~2.1.24",
        "negotiator": "0.6.2"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
84
85
      },
      "engines": {
86
        "node": ">= 0.6"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
87
88
      }
    },
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
    "node_modules/array-flatten": {
      "version": "1.1.1",
      "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz",
      "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI="
    },
    "node_modules/asap": {
      "version": "2.0.6",
      "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz",
      "integrity": "sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY="
    },
    "node_modules/assert-never": {
      "version": "1.2.1",
      "resolved": "https://registry.npmjs.org/assert-never/-/assert-never-1.2.1.tgz",
      "integrity": "sha512-TaTivMB6pYI1kXwrFlEhLeGfOqoDNdTxjCdwRfFFkEA30Eu+k48W34nlok2EYWJfFFzqaEmichdNM7th6M5HNw=="
    },
    "node_modules/assertion-error": {
      "version": "1.1.0",
      "resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-1.1.0.tgz",
      "integrity": "sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
108
      "engines": {
109
        "node": "*"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
110
      }
Rosanny Sihombing's avatar
Rosanny Sihombing committed
111
    },
112
113
114
115
116
117
118
119
120
121
122
123
124
125
    "node_modules/async": {
      "version": "3.2.4",
      "resolved": "https://registry.npmjs.org/async/-/async-3.2.4.tgz",
      "integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ=="
    },
    "node_modules/asynckit": {
      "version": "0.4.0",
      "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
      "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k="
    },
    "node_modules/axios": {
      "version": "0.21.4",
      "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.4.tgz",
      "integrity": "sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
126
      "dependencies": {
127
        "follow-redirects": "^1.14.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
128
129
      }
    },
130
131
132
133
    "node_modules/babel-walk": {
      "version": "3.0.0-canary-5",
      "resolved": "https://registry.npmjs.org/babel-walk/-/babel-walk-3.0.0-canary-5.tgz",
      "integrity": "sha512-GAwkz0AihzY5bkwIY5QDR+LvsRQgB/B+1foMPvi0FZPMl5fjD7ICiznUiBdLYMH1QYe6vqu4gWYytZOccLouFw==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
134
      "dependencies": {
135
        "@babel/types": "^7.9.6"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
136
137
      },
      "engines": {
138
        "node": ">= 10.0.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
139
      }
Rosanny Sihombing's avatar
Rosanny Sihombing committed
140
    },
141
142
143
144
    "node_modules/balanced-match": {
      "version": "1.0.2",
      "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
      "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
145
    },
146
147
148
149
    "node_modules/basic-auth": {
      "version": "2.0.1",
      "resolved": "https://registry.npmjs.org/basic-auth/-/basic-auth-2.0.1.tgz",
      "integrity": "sha512-NF+epuEdnUYVlGuhaxbbq+dvJttwLnGY+YixlXlME5KpQ5W3CnXA5cVTneY3SPbPDRkcjMbifrwmFYcClgOZeg==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
150
      "dependencies": {
151
        "safe-buffer": "5.1.2"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
152
153
      },
      "engines": {
154
        "node": ">= 0.8"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
155
156
      }
    },
157
158
159
160
161
162
163
164
165
    "node_modules/bcryptjs": {
      "version": "2.4.3",
      "resolved": "https://registry.npmjs.org/bcryptjs/-/bcryptjs-2.4.3.tgz",
      "integrity": "sha1-mrVie5PmBiH/fNrF2pczAn3x0Ms="
    },
    "node_modules/body-parser": {
      "version": "1.19.0",
      "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.19.0.tgz",
      "integrity": "sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
166
      "dependencies": {
167
168
169
170
171
172
173
174
175
176
        "bytes": "3.1.0",
        "content-type": "~1.0.4",
        "debug": "2.6.9",
        "depd": "~1.1.2",
        "http-errors": "1.7.2",
        "iconv-lite": "0.4.24",
        "on-finished": "~2.3.0",
        "qs": "6.7.0",
        "raw-body": "2.4.0",
        "type-is": "~1.6.17"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
177
      },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
178
      "engines": {
179
        "node": ">= 0.8"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
180
181
      }
    },
182
183
184
185
    "node_modules/brace-expansion": {
      "version": "1.1.11",
      "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
      "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
186
      "dependencies": {
187
188
        "balanced-match": "^1.0.0",
        "concat-map": "0.0.1"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
189
190
      }
    },
191
192
193
194
195
196
197
198
199
    "node_modules/browser-stdout": {
      "version": "1.3.0",
      "resolved": "https://registry.npmjs.org/browser-stdout/-/browser-stdout-1.3.0.tgz",
      "integrity": "sha1-81HTKWnTL6XXpVZxVCY9korjvR8="
    },
    "node_modules/busboy": {
      "version": "1.6.0",
      "resolved": "https://registry.npmjs.org/busboy/-/busboy-1.6.0.tgz",
      "integrity": "sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
200
      "dependencies": {
201
        "streamsearch": "^1.1.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
202
203
      },
      "engines": {
204
        "node": ">=10.16.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
205
206
      }
    },
207
208
209
210
    "node_modules/bytes": {
      "version": "3.1.0",
      "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz",
      "integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
211
      "engines": {
212
        "node": ">= 0.8"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
213
214
      }
    },
215
216
217
218
    "node_modules/call-bind": {
      "version": "1.0.2",
      "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz",
      "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
219
      "dependencies": {
220
221
        "function-bind": "^1.1.1",
        "get-intrinsic": "^1.0.2"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
222
      },
223
224
      "funding": {
        "url": "https://github.com/sponsors/ljharb"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
225
226
      }
    },
227
228
229
230
    "node_modules/chai": {
      "version": "3.5.0",
      "resolved": "https://registry.npmjs.org/chai/-/chai-3.5.0.tgz",
      "integrity": "sha1-TQJjewZ/6Vi9v906QOxW/vc3Mkc=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
231
      "dependencies": {
232
233
234
        "assertion-error": "^1.0.1",
        "deep-eql": "^0.1.3",
        "type-detect": "^1.0.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
235
236
      },
      "engines": {
237
        "node": ">= 0.4.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
238
239
      }
    },
240
241
242
243
    "node_modules/character-parser": {
      "version": "2.2.0",
      "resolved": "https://registry.npmjs.org/character-parser/-/character-parser-2.2.0.tgz",
      "integrity": "sha1-x84o821LzZdE5f/CxfzeHHMmH8A=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
244
      "dependencies": {
245
        "is-regex": "^1.0.3"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
246
247
      }
    },
248
249
250
251
    "node_modules/combined-stream": {
      "version": "1.0.8",
      "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
      "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
252
      "dependencies": {
253
        "delayed-stream": "~1.0.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
254
255
      },
      "engines": {
256
        "node": ">= 0.8"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
257
258
      }
    },
259
260
261
262
    "node_modules/commander": {
      "version": "2.9.0",
      "resolved": "https://registry.npmjs.org/commander/-/commander-2.9.0.tgz",
      "integrity": "sha1-nJkJQXbhIkDLItbFFGCYQA/g99Q=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
263
      "dependencies": {
264
        "graceful-readlink": ">= 1.0.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
265
      },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
266
      "engines": {
267
        "node": ">= 0.6.x"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
268
269
      }
    },
270
271
272
273
    "node_modules/compressible": {
      "version": "2.0.18",
      "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz",
      "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
274
      "dependencies": {
275
        "mime-db": ">= 1.43.0 < 2"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
276
277
      },
      "engines": {
278
        "node": ">= 0.6"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
279
280
      }
    },
281
282
283
284
    "node_modules/compression": {
      "version": "1.7.4",
      "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz",
      "integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
285
      "dependencies": {
286
287
288
289
290
291
292
        "accepts": "~1.3.5",
        "bytes": "3.0.0",
        "compressible": "~2.0.16",
        "debug": "2.6.9",
        "on-headers": "~1.0.2",
        "safe-buffer": "5.1.2",
        "vary": "~1.1.2"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
293
294
      },
      "engines": {
295
        "node": ">= 0.8.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
296
297
      }
    },
298
299
300
301
    "node_modules/compression/node_modules/bytes": {
      "version": "3.0.0",
      "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz",
      "integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
302
      "engines": {
303
        "node": ">= 0.8"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
304
305
      }
    },
306
307
308
309
    "node_modules/concat-map": {
      "version": "0.0.1",
      "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
      "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
310
    },
311
312
313
314
    "node_modules/constantinople": {
      "version": "4.0.1",
      "resolved": "https://registry.npmjs.org/constantinople/-/constantinople-4.0.1.tgz",
      "integrity": "sha512-vCrqcSIq4//Gx74TXXCGnHpulY1dskqLTFGDmhrGxzeXL8lF8kvXv6mpNWlJj1uD4DW23D4ljAqbY4RRaaUZIw==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
315
      "dependencies": {
316
317
        "@babel/parser": "^7.6.0",
        "@babel/types": "^7.6.1"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
318
319
      }
    },
320
321
322
323
    "node_modules/content-disposition": {
      "version": "0.5.3",
      "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.3.tgz",
      "integrity": "sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
324
      "dependencies": {
325
        "safe-buffer": "5.1.2"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
326
327
      },
      "engines": {
328
        "node": ">= 0.6"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
329
      }
Rosanny Sihombing's avatar
Rosanny Sihombing committed
330
    },
331
332
333
334
    "node_modules/content-type": {
      "version": "1.0.4",
      "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz",
      "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
335
      "engines": {
336
        "node": ">= 0.6"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
337
338
      }
    },
339
340
341
342
    "node_modules/cookie": {
      "version": "0.3.1",
      "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.3.1.tgz",
      "integrity": "sha1-5+Ch+e9DtMi6klxcWpboBtFoc7s=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
343
      "engines": {
344
        "node": ">= 0.6"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
345
346
      }
    },
347
348
349
350
    "node_modules/cookie-parser": {
      "version": "1.4.3",
      "resolved": "https://registry.npmjs.org/cookie-parser/-/cookie-parser-1.4.3.tgz",
      "integrity": "sha1-D+MfoZ0AC5X0qt8fU/3CuKIDuqU=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
351
      "dependencies": {
352
353
        "cookie": "0.3.1",
        "cookie-signature": "1.0.6"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
354
      },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
355
      "engines": {
356
        "node": ">= 0.8.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
357
358
      }
    },
359
360
361
362
    "node_modules/cookie-signature": {
      "version": "1.0.6",
      "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz",
      "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
363
    },
364
365
366
367
    "node_modules/debug": {
      "version": "2.6.9",
      "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
      "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
368
      "dependencies": {
369
        "ms": "2.0.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
370
371
      }
    },
372
373
374
375
    "node_modules/deep-eql": {
      "version": "0.1.3",
      "resolved": "https://registry.npmjs.org/deep-eql/-/deep-eql-0.1.3.tgz",
      "integrity": "sha1-71WKyrjeJSBs1xOQbXTlaTDrafI=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
376
      "dependencies": {
377
        "type-detect": "0.1.1"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
378
379
      },
      "engines": {
380
        "node": "*"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
381
      }
Rosanny Sihombing's avatar
Rosanny Sihombing committed
382
    },
383
384
385
386
    "node_modules/deep-eql/node_modules/type-detect": {
      "version": "0.1.1",
      "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-0.1.1.tgz",
      "integrity": "sha1-C6XsKohWQORw6k6FBZcZANrFiCI=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
387
      "engines": {
388
        "node": "*"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
389
390
      }
    },
391
392
393
394
    "node_modules/delayed-stream": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
      "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
395
      "engines": {
396
        "node": ">=0.4.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
397
      }
Rosanny Sihombing's avatar
Rosanny Sihombing committed
398
    },
399
400
401
402
    "node_modules/denque": {
      "version": "1.5.0",
      "resolved": "https://registry.npmjs.org/denque/-/denque-1.5.0.tgz",
      "integrity": "sha512-CYiCSgIF1p6EUByQPlGkKnP1M9g0ZV3qMIrqMqZqdwazygIA/YP2vrbcyl1h/WppKJTdl1F85cXIle+394iDAQ==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
403
      "engines": {
404
        "node": ">=0.10"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
405
      }
Rosanny Sihombing's avatar
Rosanny Sihombing committed
406
    },
407
408
409
410
    "node_modules/depd": {
      "version": "1.1.2",
      "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz",
      "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
411
      "engines": {
412
        "node": ">= 0.6"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
413
414
      }
    },
415
416
417
418
    "node_modules/destroy": {
      "version": "1.0.4",
      "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz",
      "integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
419
    },
420
421
422
423
    "node_modules/diff": {
      "version": "3.5.0",
      "resolved": "https://registry.npmjs.org/diff/-/diff-3.5.0.tgz",
      "integrity": "sha1-yc45Okt8vQsFinJck98pkCeGj/k=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
424
      "engines": {
425
        "node": ">=0.3.1"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
426
427
      }
    },
428
429
430
431
    "node_modules/doctypes": {
      "version": "1.1.0",
      "resolved": "https://registry.npmjs.org/doctypes/-/doctypes-1.1.0.tgz",
      "integrity": "sha1-6oCxBqh1OHdOijpKWv4pPeSJ4Kk="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
432
    },
433
434
435
436
    "node_modules/ee-first": {
      "version": "1.1.1",
      "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
      "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
437
    },
438
439
440
441
    "node_modules/encodeurl": {
      "version": "1.0.2",
      "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz",
      "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
442
      "engines": {
443
        "node": ">= 0.8"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
444
445
      }
    },
446
447
448
449
450
451
452
453
454
    "node_modules/escape-html": {
      "version": "1.0.3",
      "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
      "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg="
    },
    "node_modules/escape-string-regexp": {
      "version": "1.0.5",
      "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
      "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
455
      "engines": {
456
        "node": ">=0.8.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
457
458
      }
    },
459
460
461
462
    "node_modules/etag": {
      "version": "1.8.1",
      "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
      "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
463
      "engines": {
464
        "node": ">= 0.6"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
465
466
      }
    },
467
468
469
470
    "node_modules/express": {
      "version": "4.17.1",
      "resolved": "https://registry.npmjs.org/express/-/express-4.17.1.tgz",
      "integrity": "sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
471
      "dependencies": {
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
        "accepts": "~1.3.7",
        "array-flatten": "1.1.1",
        "body-parser": "1.19.0",
        "content-disposition": "0.5.3",
        "content-type": "~1.0.4",
        "cookie": "0.4.0",
        "cookie-signature": "1.0.6",
        "debug": "2.6.9",
        "depd": "~1.1.2",
        "encodeurl": "~1.0.2",
        "escape-html": "~1.0.3",
        "etag": "~1.8.1",
        "finalhandler": "~1.1.2",
        "fresh": "0.5.2",
        "merge-descriptors": "1.0.1",
        "methods": "~1.1.2",
        "on-finished": "~2.3.0",
        "parseurl": "~1.3.3",
        "path-to-regexp": "0.1.7",
        "proxy-addr": "~2.0.5",
        "qs": "6.7.0",
        "range-parser": "~1.2.1",
        "safe-buffer": "5.1.2",
        "send": "0.17.1",
        "serve-static": "1.14.1",
        "setprototypeof": "1.1.1",
        "statuses": "~1.5.0",
        "type-is": "~1.6.18",
        "utils-merge": "1.0.1",
        "vary": "~1.1.2"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
502
503
      },
      "engines": {
504
        "node": ">= 0.10.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
505
506
      }
    },
507
508
509
510
    "node_modules/express-fileupload": {
      "version": "1.4.0",
      "resolved": "https://registry.npmjs.org/express-fileupload/-/express-fileupload-1.4.0.tgz",
      "integrity": "sha512-RjzLCHxkv3umDeZKeFeMg8w7qe0V09w3B7oGZprr/oO2H/ISCgNzuqzn7gV3HRWb37GjRk429CCpSLS2KNTqMQ==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
511
      "dependencies": {
512
        "busboy": "^1.6.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
513
514
      },
      "engines": {
515
        "node": ">=12.0.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
516
517
      }
    },
518
519
520
521
    "node_modules/express-flash-2": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/express-flash-2/-/express-flash-2-1.0.1.tgz",
      "integrity": "sha512-0MWLNjVsIfFbNsqYDpP0xBPAp1rQHqz4eXptQ+kjiAAQj/i2QcSdYStR+BPM4xS1gOoorJWtm8tq86vJWjEhhg==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
522
      "dependencies": {
523
524
        "chai": "^3.5.0",
        "mocha": "^3.2.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
525
526
      },
      "engines": {
527
        "node": ">= 0.4.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
528
529
      }
    },
530
531
532
533
    "node_modules/express-session": {
      "version": "1.17.2",
      "resolved": "https://registry.npmjs.org/express-session/-/express-session-1.17.2.tgz",
      "integrity": "sha512-mPcYcLA0lvh7D4Oqr5aNJFMtBMKPLl++OKKxkHzZ0U0oDq1rpKBnkR5f5vCHR26VeArlTOEF9td4x5IjICksRQ==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
534
      "dependencies": {
535
536
537
538
539
540
541
542
        "cookie": "0.4.1",
        "cookie-signature": "1.0.6",
        "debug": "2.6.9",
        "depd": "~2.0.0",
        "on-headers": "~1.0.2",
        "parseurl": "~1.3.3",
        "safe-buffer": "5.2.1",
        "uid-safe": "~2.1.5"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
543
544
      },
      "engines": {
545
        "node": ">= 0.8.0"
546
547
      }
    },
548
549
550
551
    "node_modules/express-session/node_modules/cookie": {
      "version": "0.4.1",
      "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.1.tgz",
      "integrity": "sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
552
      "engines": {
553
        "node": ">= 0.6"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
554
555
      }
    },
556
557
558
559
    "node_modules/express-session/node_modules/depd": {
      "version": "2.0.0",
      "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
      "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
560
      "engines": {
561
        "node": ">= 0.8"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
562
563
      }
    },
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
    "node_modules/express-session/node_modules/safe-buffer": {
      "version": "5.2.1",
      "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
      "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
      "funding": [
        {
          "type": "github",
          "url": "https://github.com/sponsors/feross"
        },
        {
          "type": "patreon",
          "url": "https://www.patreon.com/feross"
        },
        {
          "type": "consulting",
          "url": "https://feross.org/support"
        }
      ]
    },
    "node_modules/express/node_modules/cookie": {
      "version": "0.4.0",
      "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.0.tgz",
      "integrity": "sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
587
      "engines": {
588
        "node": ">= 0.6"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
589
590
      }
    },
591
592
593
594
    "node_modules/finalhandler": {
      "version": "1.1.2",
      "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz",
      "integrity": "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
595
      "dependencies": {
596
597
598
599
600
601
602
        "debug": "2.6.9",
        "encodeurl": "~1.0.2",
        "escape-html": "~1.0.3",
        "on-finished": "~2.3.0",
        "parseurl": "~1.3.3",
        "statuses": "~1.5.0",
        "unpipe": "~1.0.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
603
604
      },
      "engines": {
605
        "node": ">= 0.8"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
606
607
      }
    },
608
609
610
611
612
613
614
615
616
617
    "node_modules/follow-redirects": {
      "version": "1.14.9",
      "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.9.tgz",
      "integrity": "sha512-MQDfihBQYMcyy5dhRDJUHcw7lb2Pv/TuE6xP1vyraLukNDHKbDxDNaOE3NbCAdKQApno+GPRyo1YAp89yCjK4w==",
      "funding": [
        {
          "type": "individual",
          "url": "https://github.com/sponsors/RubenVerborgh"
        }
      ],
Rosanny Sihombing's avatar
Rosanny Sihombing committed
618
      "engines": {
619
        "node": ">=4.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
620
      },
621
622
623
624
      "peerDependenciesMeta": {
        "debug": {
          "optional": true
        }
Rosanny Sihombing's avatar
Rosanny Sihombing committed
625
626
      }
    },
627
628
629
630
    "node_modules/form-data": {
      "version": "3.0.1",
      "resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.1.tgz",
      "integrity": "sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
631
      "dependencies": {
632
633
634
        "asynckit": "^0.4.0",
        "combined-stream": "^1.0.8",
        "mime-types": "^2.1.12"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
635
636
      },
      "engines": {
637
        "node": ">= 6"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
638
639
      }
    },
640
641
642
643
    "node_modules/forwarded": {
      "version": "0.2.0",
      "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz",
      "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
644
      "engines": {
645
        "node": ">= 0.6"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
646
647
      }
    },
648
649
650
651
    "node_modules/fresh": {
      "version": "0.5.2",
      "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz",
      "integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
652
      "engines": {
653
        "node": ">= 0.6"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
654
655
      }
    },
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
    "node_modules/fs": {
      "version": "0.0.1-security",
      "resolved": "https://registry.npmjs.org/fs/-/fs-0.0.1-security.tgz",
      "integrity": "sha1-invTcYa23d84E/I4WLV+yq9eQdQ="
    },
    "node_modules/fs.realpath": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
      "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8="
    },
    "node_modules/function-bind": {
      "version": "1.1.1",
      "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
      "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A=="
    },
    "node_modules/generate-function": {
      "version": "2.3.1",
      "resolved": "https://registry.npmjs.org/generate-function/-/generate-function-2.3.1.tgz",
      "integrity": "sha512-eeB5GfMNeevm/GRYq20ShmsaGcmI81kIX2K9XQx5miC8KdHaC6Jm0qQ8ZNeGOi7wYB8OsdxKs+Y2oVuTFuVwKQ==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
675
      "dependencies": {
676
        "is-property": "^1.0.2"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
677
678
      }
    },
679
680
681
682
    "node_modules/get-intrinsic": {
      "version": "1.1.1",
      "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz",
      "integrity": "sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
683
      "dependencies": {
684
685
686
        "function-bind": "^1.1.1",
        "has": "^1.0.3",
        "has-symbols": "^1.0.1"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
687
      },
688
689
      "funding": {
        "url": "https://github.com/sponsors/ljharb"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
690
691
      }
    },
692
693
694
695
696
697
698
699
700
701
702
703
704
705
    "node_modules/graceful-readlink": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/graceful-readlink/-/graceful-readlink-1.0.1.tgz",
      "integrity": "sha1-TK+tdrxi8C+gObL5Tpo906ORpyU="
    },
    "node_modules/growl": {
      "version": "1.10.2",
      "resolved": "https://registry.npmjs.org/growl/-/growl-1.10.2.tgz",
      "integrity": "sha1-Dqd0NxXbjY3ixe3hd14bRayFwC8="
    },
    "node_modules/has": {
      "version": "1.0.3",
      "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
      "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
706
      "dependencies": {
707
        "function-bind": "^1.1.1"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
708
709
      },
      "engines": {
710
        "node": ">= 0.4.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
711
712
      }
    },
713
714
715
716
    "node_modules/has-symbols": {
      "version": "1.0.3",
      "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz",
      "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
717
      "engines": {
718
        "node": ">= 0.4"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
719
      },
720
721
      "funding": {
        "url": "https://github.com/sponsors/ljharb"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
722
723
      }
    },
724
725
726
727
    "node_modules/has-tostringtag": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz",
      "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
728
      "dependencies": {
729
        "has-symbols": "^1.0.2"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
730
731
      },
      "engines": {
732
        "node": ">= 0.4"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
733
      },
734
735
      "funding": {
        "url": "https://github.com/sponsors/ljharb"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
736
737
      }
    },
738
739
740
741
742
743
    "node_modules/he": {
      "version": "1.1.1",
      "resolved": "https://registry.npmjs.org/he/-/he-1.1.1.tgz",
      "integrity": "sha1-k0EP0hsAlzUVH4howvJx80J+I/0=",
      "bin": {
        "he": "bin/he"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
744
745
      }
    },
746
747
748
749
750
751
    "node_modules/helmet": {
      "version": "4.6.0",
      "resolved": "https://registry.npmjs.org/helmet/-/helmet-4.6.0.tgz",
      "integrity": "sha512-HVqALKZlR95ROkrnesdhbbZJFi/rIVSoNq6f3jA/9u6MIbTsPh3xZwihjeI5+DO/2sOV6HMHooXcEOuwskHpTg==",
      "engines": {
        "node": ">=10.0.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
752
753
      }
    },
754
755
756
757
    "node_modules/http-errors": {
      "version": "1.7.2",
      "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.7.2.tgz",
      "integrity": "sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
758
      "dependencies": {
759
760
761
762
763
        "depd": "~1.1.2",
        "inherits": "2.0.3",
        "setprototypeof": "1.1.1",
        "statuses": ">= 1.5.0 < 2",
        "toidentifier": "1.0.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
764
765
      },
      "engines": {
766
        "node": ">= 0.6"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
767
768
      }
    },
769
770
771
772
    "node_modules/httpntlm": {
      "version": "1.7.7",
      "resolved": "https://registry.npmjs.org/httpntlm/-/httpntlm-1.7.7.tgz",
      "integrity": "sha512-Pv2Rvrz8H0qv1Dne5mAdZ9JegG1uc6Vu5lwLflIY6s8RKHdZQbW39L4dYswSgqMDT0pkJILUTKjeyU0VPNRZjA==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
773
      "dependencies": {
774
775
        "httpreq": ">=0.4.22",
        "underscore": "~1.12.1"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
776
      },
777
778
      "engines": {
        "node": ">=0.8.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
779
780
      }
    },
781
782
783
784
785
786
    "node_modules/httpreq": {
      "version": "0.5.2",
      "resolved": "https://registry.npmjs.org/httpreq/-/httpreq-0.5.2.tgz",
      "integrity": "sha512-2Jm+x9WkExDOeFRrdBCBSpLPT5SokTcRHkunV3pjKmX/cx6av8zQ0WtHUMDrYb6O4hBFzNU6sxJEypvRUVYKnw==",
      "engines": {
        "node": ">= 6.15.1"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
787
788
      }
    },
789
790
791
792
    "node_modules/iconv-lite": {
      "version": "0.4.24",
      "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
      "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
793
      "dependencies": {
794
        "safer-buffer": ">= 2.1.2 < 3"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
795
796
      },
      "engines": {
797
        "node": ">=0.10.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
798
799
      }
    },
800
801
802
803
    "node_modules/inflight": {
      "version": "1.0.6",
      "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
      "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
804
      "dependencies": {
805
806
        "once": "^1.3.0",
        "wrappy": "1"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
807
808
      }
    },
809
810
811
812
    "node_modules/inherits": {
      "version": "2.0.3",
      "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
      "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
813
    },
814
815
816
817
818
819
    "node_modules/ipaddr.js": {
      "version": "1.9.1",
      "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
      "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==",
      "engines": {
        "node": ">= 0.10"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
820
821
      }
    },
822
823
824
825
    "node_modules/is-core-module": {
      "version": "2.9.0",
      "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.9.0.tgz",
      "integrity": "sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
826
      "dependencies": {
827
        "has": "^1.0.3"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
828
      },
829
830
      "funding": {
        "url": "https://github.com/sponsors/ljharb"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
831
832
      }
    },
833
834
835
836
    "node_modules/is-expression": {
      "version": "4.0.0",
      "resolved": "https://registry.npmjs.org/is-expression/-/is-expression-4.0.0.tgz",
      "integrity": "sha512-zMIXX63sxzG3XrkHkrAPvm/OVZVSCPNkwMHU8oTX7/U3AL78I0QXCEICXUM13BIa8TYGZ68PiTKfQz3yaTNr4A==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
837
      "dependencies": {
838
839
        "acorn": "^7.1.1",
        "object-assign": "^4.1.1"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
840
841
      }
    },
842
843
844
845
846
847
    "node_modules/is-expression/node_modules/acorn": {
      "version": "7.4.1",
      "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz",
      "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==",
      "bin": {
        "acorn": "bin/acorn"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
848
      },
849
850
      "engines": {
        "node": ">=0.4.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
851
852
      }
    },
853
854
855
856
857
858
859
860
861
    "node_modules/is-promise": {
      "version": "2.2.2",
      "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-2.2.2.tgz",
      "integrity": "sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ=="
    },
    "node_modules/is-property": {
      "version": "1.0.2",
      "resolved": "https://registry.npmjs.org/is-property/-/is-property-1.0.2.tgz",
      "integrity": "sha1-V/4cTkhHTt1lsJkR8msc1Ald2oQ="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
862
    },
863
864
865
866
    "node_modules/is-regex": {
      "version": "1.1.4",
      "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz",
      "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
867
      "dependencies": {
868
869
        "call-bind": "^1.0.2",
        "has-tostringtag": "^1.0.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
870
871
      },
      "engines": {
872
        "node": ">= 0.4"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
873
      },
874
875
      "funding": {
        "url": "https://github.com/sponsors/ljharb"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
876
877
      }
    },
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
    "node_modules/js-stringify": {
      "version": "1.0.2",
      "resolved": "https://registry.npmjs.org/js-stringify/-/js-stringify-1.0.2.tgz",
      "integrity": "sha1-Fzb939lyTyijaCrcYjCufk6Weds="
    },
    "node_modules/json3": {
      "version": "3.3.2",
      "resolved": "https://registry.npmjs.org/json3/-/json3-3.3.2.tgz",
      "integrity": "sha1-PAQ0dD35Pi9cQq7nsZvLSDV19OE=",
      "deprecated": "Please use the native JSON object instead of JSON 3"
    },
    "node_modules/jstransformer": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/jstransformer/-/jstransformer-1.0.0.tgz",
      "integrity": "sha1-7Yvwkh4vPx7U1cGkT2hwntJHIsM=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
893
      "dependencies": {
894
895
        "is-promise": "^2.0.0",
        "promise": "^7.0.1"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
896
897
      }
    },
898
899
900
901
    "node_modules/lodash._baseassign": {
      "version": "3.2.0",
      "resolved": "https://registry.npmjs.org/lodash._baseassign/-/lodash._baseassign-3.2.0.tgz",
      "integrity": "sha1-jDigmVAPIVrQnlnxci/QxSv+Ck4=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
902
      "dependencies": {
903
904
        "lodash._basecopy": "^3.0.0",
        "lodash.keys": "^3.0.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
905
906
      }
    },
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
    "node_modules/lodash._basecopy": {
      "version": "3.0.1",
      "resolved": "https://registry.npmjs.org/lodash._basecopy/-/lodash._basecopy-3.0.1.tgz",
      "integrity": "sha1-jaDmqHbPNEwK2KVIghEd08XHyjY="
    },
    "node_modules/lodash._basecreate": {
      "version": "3.0.3",
      "resolved": "https://registry.npmjs.org/lodash._basecreate/-/lodash._basecreate-3.0.3.tgz",
      "integrity": "sha1-G8ZhYU2qf8MRt9A78WgGoCE8+CE="
    },
    "node_modules/lodash._getnative": {
      "version": "3.9.1",
      "resolved": "https://registry.npmjs.org/lodash._getnative/-/lodash._getnative-3.9.1.tgz",
      "integrity": "sha1-VwvH3t5G1hzc3mh9ZdPuy6o6r/U="
    },
    "node_modules/lodash._isiterateecall": {
      "version": "3.0.9",
      "resolved": "https://registry.npmjs.org/lodash._isiterateecall/-/lodash._isiterateecall-3.0.9.tgz",
      "integrity": "sha1-UgOte6Ql+uhCRg5pbbnPPmqsBXw="
    },
    "node_modules/lodash.create": {
      "version": "3.1.1",
      "resolved": "https://registry.npmjs.org/lodash.create/-/lodash.create-3.1.1.tgz",
      "integrity": "sha1-1/KEnw29p+BGgruM1yqwIkYd6+c=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
931
      "dependencies": {
932
933
934
        "lodash._baseassign": "^3.0.0",
        "lodash._basecreate": "^3.0.0",
        "lodash._isiterateecall": "^3.0.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
935
936
      }
    },
937
938
939
940
941
942
943
944
945
946
947
948
949
950
    "node_modules/lodash.isarguments": {
      "version": "3.1.0",
      "resolved": "https://registry.npmjs.org/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz",
      "integrity": "sha1-L1c9hcaiQon/AGY7SRwdM4/zRYo="
    },
    "node_modules/lodash.isarray": {
      "version": "3.0.4",
      "resolved": "https://registry.npmjs.org/lodash.isarray/-/lodash.isarray-3.0.4.tgz",
      "integrity": "sha1-eeTriMNqgSKvhvhEqpvNhRtfu1U="
    },
    "node_modules/lodash.keys": {
      "version": "3.1.2",
      "resolved": "https://registry.npmjs.org/lodash.keys/-/lodash.keys-3.1.2.tgz",
      "integrity": "sha1-TbwEcrFWvlCgsoaFXRvQsMZWCYo=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
951
      "dependencies": {
952
953
954
        "lodash._getnative": "^3.0.0",
        "lodash.isarguments": "^3.0.0",
        "lodash.isarray": "^3.0.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
955
956
      }
    },
957
958
959
960
961
962
963
964
965
    "node_modules/long": {
      "version": "4.0.0",
      "resolved": "https://registry.npmjs.org/long/-/long-4.0.0.tgz",
      "integrity": "sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA=="
    },
    "node_modules/lru-cache": {
      "version": "6.0.0",
      "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
      "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
966
      "dependencies": {
967
        "yallist": "^4.0.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
968
969
      },
      "engines": {
970
        "node": ">=10"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
971
972
      }
    },
973
974
975
976
    "node_modules/media-typer": {
      "version": "0.3.0",
      "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz",
      "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
977
      "engines": {
978
        "node": ">= 0.6"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
979
980
      }
    },
981
982
983
984
985
986
987
988
989
    "node_modules/merge-descriptors": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz",
      "integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E="
    },
    "node_modules/method-override": {
      "version": "3.0.0",
      "resolved": "https://registry.npmjs.org/method-override/-/method-override-3.0.0.tgz",
      "integrity": "sha512-IJ2NNN/mSl9w3kzWB92rcdHpz+HjkxhDJWNDBqSlas+zQdP8wBiJzITPg08M/k2uVvMow7Sk41atndNtt/PHSA==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
990
      "dependencies": {
991
992
993
994
        "debug": "3.1.0",
        "methods": "~1.1.2",
        "parseurl": "~1.3.2",
        "vary": "~1.1.2"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
995
996
      },
      "engines": {
997
        "node": ">= 0.10"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
998
999
      }
    },
1000
    "node_modules/method-override/node_modules/debug": {
For faster browsing, not all history is shown. View entire blame