package-lock.json 73.3 KB
Newer Older
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1
2
3
4
5
6
7
8
9
{
  "name": "m4lab-user-account",
  "version": "0.0.1",
  "lockfileVersion": 1,
  "requires": true,
  "dependencies": {
    "@types/babel-types": {
      "version": "7.0.7",
      "resolved": "https://registry.npmjs.org/@types/babel-types/-/babel-types-7.0.7.tgz",
10
      "integrity": "sha1-Zn6xZA6AOUNgKAVXN9K5mG7jNuM="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
11
12
13
14
    },
    "@types/babylon": {
      "version": "6.16.5",
      "resolved": "https://registry.npmjs.org/@types/babylon/-/babylon-6.16.5.tgz",
15
      "integrity": "sha1-HFZB22nrjN83jt0ltL53VL7rSLQ=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
16
17
18
19
20
21
22
      "requires": {
        "@types/babel-types": "*"
      }
    },
    "abbrev": {
      "version": "1.1.1",
      "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
23
      "integrity": "sha1-+PLIh60Qv2f2NPAFtph/7TF5qsg="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
24
25
26
27
    },
    "accepts": {
      "version": "1.3.7",
      "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.7.tgz",
28
      "integrity": "sha1-UxvHJlF6OytB+FACHGzBXqq1B80=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
      "requires": {
        "mime-types": "~2.1.24",
        "negotiator": "0.6.2"
      }
    },
    "align-text": {
      "version": "0.1.4",
      "resolved": "https://registry.npmjs.org/align-text/-/align-text-0.1.4.tgz",
      "integrity": "sha1-DNkKVhCT810KmSVsIrcGlDP60Rc=",
      "requires": {
        "kind-of": "^3.0.2",
        "longest": "^1.0.1",
        "repeat-string": "^1.5.2"
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
44
45
46
47
48
49
50
51
    "ansi-align": {
      "version": "2.0.0",
      "resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-2.0.0.tgz",
      "integrity": "sha1-w2rsy6VjuJzrVW82kPCx2eNUf38=",
      "requires": {
        "string-width": "^2.0.0"
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
52
    "ansi-regex": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
53
54
55
      "version": "3.0.0",
      "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz",
      "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
56
57
    },
    "ansi-styles": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
58
59
      "version": "3.2.1",
      "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
60
      "integrity": "sha1-QfuyAkPlCxK+DwS43tvwdSDOhB0=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
61
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
62
        "color-convert": "^1.9.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
63
64
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
65
66
67
    "anymatch": {
      "version": "3.1.1",
      "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.1.tgz",
68
      "integrity": "sha1-xV7PAhheJGklk5kxDBc84xIzsUI=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
69
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
70
71
        "normalize-path": "^3.0.0",
        "picomatch": "^2.0.4"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
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
      }
    },
    "array-flatten": {
      "version": "1.1.1",
      "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz",
      "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI="
    },
    "async": {
      "version": "3.1.0",
      "resolved": "https://registry.npmjs.org/async/-/async-3.1.0.tgz",
      "integrity": "sha512-4vx/aaY6j/j3Lw3fbCHNWP0pPaTCew3F6F3hYyl/tHs/ndmV1q7NW9T5yuJ2XAGwdQrP+6Wu20x06U4APo/iQQ=="
    },
    "babel-runtime": {
      "version": "6.26.0",
      "resolved": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.26.0.tgz",
      "integrity": "sha1-llxwWGaOgrVde/4E/yM3vItWR/4=",
      "requires": {
        "core-js": "^2.4.0",
        "regenerator-runtime": "^0.11.0"
      }
    },
    "babel-types": {
      "version": "6.26.0",
      "resolved": "https://registry.npmjs.org/babel-types/-/babel-types-6.26.0.tgz",
      "integrity": "sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc=",
      "requires": {
        "babel-runtime": "^6.26.0",
        "esutils": "^2.0.2",
        "lodash": "^4.17.4",
        "to-fast-properties": "^1.0.3"
      },
      "dependencies": {
        "lodash": {
          "version": "4.17.15",
          "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
          "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A=="
        }
      }
    },
    "babylon": {
      "version": "6.18.0",
      "resolved": "https://registry.npmjs.org/babylon/-/babylon-6.18.0.tgz",
114
      "integrity": "sha1-ry87iPpvXB5MY00aD46sT1WzleM="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
115
116
117
118
119
120
121
    },
    "balanced-match": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz",
      "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c="
    },
    "basic-auth": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
122
123
      "version": "2.0.1",
      "resolved": "https://registry.npmjs.org/basic-auth/-/basic-auth-2.0.1.tgz",
124
      "integrity": "sha1-uZgnm/R844NEtPPPkW1Gebv1Hjo=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
125
126
127
      "requires": {
        "safe-buffer": "5.1.2"
      }
Rosanny Sihombing's avatar
Rosanny Sihombing committed
128
129
130
131
132
133
134
135
136
137
138
139
    },
    "bcryptjs": {
      "version": "2.4.3",
      "resolved": "https://registry.npmjs.org/bcryptjs/-/bcryptjs-2.4.3.tgz",
      "integrity": "sha1-mrVie5PmBiH/fNrF2pczAn3x0Ms="
    },
    "bignumber.js": {
      "version": "7.2.1",
      "resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-7.2.1.tgz",
      "integrity": "sha512-S4XzBk5sMB+Rcb/LNcpzXr57VRTxgAvaAEDAl1AwRx27j00hT84O6OkteE7u8UB3NuaaygCRrEpqox4uDOrbdQ=="
    },
    "binary-extensions": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
140
141
      "version": "2.0.0",
      "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.0.0.tgz",
142
      "integrity": "sha1-I8DfFPaogHf1+YbA0WfsA8PVU3w="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
143
144
    },
    "body-parser": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
145
146
      "version": "1.19.0",
      "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.19.0.tgz",
147
      "integrity": "sha1-lrJwnlfJxOCab9Zqj9l5hE9p8Io=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
148
149
150
151
152
153
154
      "requires": {
        "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",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
155
        "on-finished": "~2.3.0",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
156
157
158
159
160
161
162
163
        "qs": "6.7.0",
        "raw-body": "2.4.0",
        "type-is": "~1.6.17"
      }
    },
    "boxen": {
      "version": "1.3.0",
      "resolved": "https://registry.npmjs.org/boxen/-/boxen-1.3.0.tgz",
164
      "integrity": "sha1-VcbDmouljZxhrSLNh3Uy3rZlogs=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
      "requires": {
        "ansi-align": "^2.0.0",
        "camelcase": "^4.0.0",
        "chalk": "^2.0.1",
        "cli-boxes": "^1.0.0",
        "string-width": "^2.0.0",
        "term-size": "^1.2.0",
        "widest-line": "^2.0.0"
      },
      "dependencies": {
        "camelcase": {
          "version": "4.1.0",
          "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz",
          "integrity": "sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0="
        }
Rosanny Sihombing's avatar
Rosanny Sihombing committed
180
181
182
183
184
      }
    },
    "brace-expansion": {
      "version": "1.1.11",
      "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
185
      "integrity": "sha1-PH/L9SnYcibz0vUrlm/1Jx60Qd0=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
186
187
188
189
190
191
      "requires": {
        "balanced-match": "^1.0.0",
        "concat-map": "0.0.1"
      }
    },
    "braces": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
192
193
      "version": "3.0.2",
      "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
194
      "integrity": "sha1-NFThpGLujVmeI23zNs2epPiv4Qc=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
195
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
196
        "fill-range": "^7.0.1"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
197
198
      }
    },
199
200
201
202
203
204
205
206
    "busboy": {
      "version": "0.3.1",
      "resolved": "https://registry.npmjs.org/busboy/-/busboy-0.3.1.tgz",
      "integrity": "sha512-y7tTxhGKXcyBxRKAni+awqx8uqaJKrSFSNFSeRG5CsWNdmy2BIK+6VGWEW7TZnIO/533mtMEA4rOevQV815YJw==",
      "requires": {
        "dicer": "0.3.0"
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
207
    "bytes": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
208
209
      "version": "3.1.0",
      "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz",
210
      "integrity": "sha1-9s95M6Ng4FiPqf3oVlHNx/gF0fY="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
211
212
213
214
215
216
    },
    "camelcase": {
      "version": "1.2.1",
      "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz",
      "integrity": "sha1-m7UwTS4LVmmLLHWLCKPqqdqlijk="
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
217
218
219
    "capture-stack-trace": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/capture-stack-trace/-/capture-stack-trace-1.0.1.tgz",
220
      "integrity": "sha1-psC74fOPOqC5Ijjstv9Cw0TUE10="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
221
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
222
223
224
225
226
227
228
229
230
231
    "center-align": {
      "version": "0.1.3",
      "resolved": "https://registry.npmjs.org/center-align/-/center-align-0.1.3.tgz",
      "integrity": "sha1-qg0yYptu6XIgBBHL1EYckHvCt60=",
      "requires": {
        "align-text": "^0.1.3",
        "lazy-cache": "^1.0.3"
      }
    },
    "chalk": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
232
233
      "version": "2.4.2",
      "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
234
      "integrity": "sha1-zUJUFnelQzPPVBpJEIwUMrRMlCQ=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
235
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
236
237
238
        "ansi-styles": "^3.2.1",
        "escape-string-regexp": "^1.0.5",
        "supports-color": "^5.3.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
239
240
241
      }
    },
    "chokidar": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
242
243
244
245
246
247
248
249
250
251
252
253
      "version": "3.3.0",
      "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.3.0.tgz",
      "integrity": "sha512-dGmKLDdT3Gdl7fBUe8XK+gAtGmzy5Fn0XkkWQuYxGIgWVPPse2CxFA5mtrlD0TOHaHjEUqkWNyP1XdHoJES/4A==",
      "requires": {
        "anymatch": "~3.1.1",
        "braces": "~3.0.2",
        "fsevents": "~2.1.1",
        "glob-parent": "~5.1.0",
        "is-binary-path": "~2.1.0",
        "is-glob": "~4.0.1",
        "normalize-path": "~3.0.0",
        "readdirp": "~3.2.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
254
255
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
256
257
258
    "ci-info": {
      "version": "1.6.0",
      "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-1.6.0.tgz",
259
      "integrity": "sha1-LKINu5zrMtRSSmgzAzE/AwSx5Jc="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
260
261
262
263
264
265
    },
    "cli-boxes": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-1.0.0.tgz",
      "integrity": "sha1-T6kXw+WclKAEzWH47lCdplFocUM="
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
    "cliui": {
      "version": "2.1.0",
      "resolved": "https://registry.npmjs.org/cliui/-/cliui-2.1.0.tgz",
      "integrity": "sha1-S0dXYP+AJkx2LDoXGQMukcf+oNE=",
      "requires": {
        "center-align": "^0.1.1",
        "right-align": "^0.1.1",
        "wordwrap": "0.0.2"
      },
      "dependencies": {
        "wordwrap": {
          "version": "0.0.2",
          "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz",
          "integrity": "sha1-t5Zpu0LstAn4PVg8rVLKF+qhZD8="
        }
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
283
284
285
    "color-convert": {
      "version": "1.9.3",
      "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
286
      "integrity": "sha1-u3GFBpDh8TZWfeYp0tVHHe2kweg=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
287
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
288
        "color-name": "1.1.3"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
289
290
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
291
292
293
294
    "color-name": {
      "version": "1.1.3",
      "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
      "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
295
296
297
298
299
300
301
    },
    "concat-map": {
      "version": "0.0.1",
      "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
      "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s="
    },
    "configstore": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
302
303
      "version": "3.1.2",
      "resolved": "https://registry.npmjs.org/configstore/-/configstore-3.1.2.tgz",
304
      "integrity": "sha1-xvJd767vJt8S3TNBSwAf6BpUP48=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
305
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
306
        "dot-prop": "^4.1.0",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
307
        "graceful-fs": "^4.1.2",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
308
309
310
311
        "make-dir": "^1.0.0",
        "unique-string": "^1.0.0",
        "write-file-atomic": "^2.0.0",
        "xdg-basedir": "^3.0.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
312
313
314
315
316
317
318
319
      }
    },
    "connect-flash": {
      "version": "0.1.1",
      "resolved": "https://registry.npmjs.org/connect-flash/-/connect-flash-0.1.1.tgz",
      "integrity": "sha1-2GMPJtlaf4UfmVax6MxnMvO2qjA="
    },
    "constantinople": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
320
321
      "version": "3.1.2",
      "resolved": "https://registry.npmjs.org/constantinople/-/constantinople-3.1.2.tgz",
322
      "integrity": "sha1-1F7XJPV9PRBQABen06iJwTga5kc=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
323
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
324
325
326
327
        "@types/babel-types": "^7.0.0",
        "@types/babylon": "^6.16.2",
        "babel-types": "^6.26.0",
        "babylon": "^6.18.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
328
329
330
      }
    },
    "content-disposition": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
331
332
      "version": "0.5.3",
      "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.3.tgz",
333
      "integrity": "sha1-4TDK9+cnkIfFYWwgB9BIVpiYT70=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
334
335
336
      "requires": {
        "safe-buffer": "5.1.2"
      }
Rosanny Sihombing's avatar
Rosanny Sihombing committed
337
338
339
340
    },
    "content-type": {
      "version": "1.0.4",
      "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz",
341
      "integrity": "sha1-4TjMdeBAxyexlm/l5fjJruJW/js="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
    },
    "cookie": {
      "version": "0.3.1",
      "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.3.1.tgz",
      "integrity": "sha1-5+Ch+e9DtMi6klxcWpboBtFoc7s="
    },
    "cookie-parser": {
      "version": "1.4.3",
      "resolved": "https://registry.npmjs.org/cookie-parser/-/cookie-parser-1.4.3.tgz",
      "integrity": "sha1-D+MfoZ0AC5X0qt8fU/3CuKIDuqU=",
      "requires": {
        "cookie": "0.3.1",
        "cookie-signature": "1.0.6"
      }
    },
    "cookie-signature": {
      "version": "1.0.6",
      "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz",
      "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw="
    },
    "core-js": {
      "version": "2.6.10",
      "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.10.tgz",
      "integrity": "sha512-I39t74+4t+zau64EN1fE5v2W31Adtc/REhzWN+gWRRXg6WH5qAsZm62DHpQ1+Yhe4047T55jvzz7MUqF/dBBlA=="
    },
    "core-util-is": {
      "version": "1.0.2",
      "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
      "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac="
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
    "create-error-class": {
      "version": "3.0.2",
      "resolved": "https://registry.npmjs.org/create-error-class/-/create-error-class-3.0.2.tgz",
      "integrity": "sha1-Br56vvlHo/FKMP1hBnHUAbyot7Y=",
      "requires": {
        "capture-stack-trace": "^1.0.0"
      }
    },
    "cross-spawn": {
      "version": "5.1.0",
      "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.1.0.tgz",
      "integrity": "sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk=",
      "requires": {
        "lru-cache": "^4.0.1",
        "shebang-command": "^1.2.0",
        "which": "^1.2.9"
      }
Rosanny Sihombing's avatar
Rosanny Sihombing committed
389
390
391
392
    },
    "crypto": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/crypto/-/crypto-1.0.1.tgz",
393
      "integrity": "sha1-KvG3ytgXXSTIobB3glV5SiGAMDc="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
394
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
395
396
397
398
399
    "crypto-random-string": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-1.0.0.tgz",
      "integrity": "sha1-ojD2T1aDEOFJgAmUB5DsmVRbyn4="
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
400
    "debug": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
401
402
      "version": "2.6.9",
      "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
403
      "integrity": "sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
404
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
405
406
407
408
409
410
411
412
        "ms": "2.0.0"
      },
      "dependencies": {
        "ms": {
          "version": "2.0.0",
          "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
          "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
        }
Rosanny Sihombing's avatar
Rosanny Sihombing committed
413
414
415
416
417
418
419
420
421
422
      }
    },
    "decamelize": {
      "version": "1.2.0",
      "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
      "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA="
    },
    "deep-extend": {
      "version": "0.6.0",
      "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz",
423
      "integrity": "sha1-xPp8lUBKF6nD6Mp+FTcxK3NjMKw="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
    },
    "define-properties": {
      "version": "1.1.3",
      "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz",
      "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==",
      "requires": {
        "object-keys": "^1.0.12"
      }
    },
    "depd": {
      "version": "1.1.2",
      "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz",
      "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak="
    },
    "destroy": {
      "version": "1.0.4",
      "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz",
      "integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA="
    },
443
444
445
446
447
448
449
450
    "dicer": {
      "version": "0.3.0",
      "resolved": "https://registry.npmjs.org/dicer/-/dicer-0.3.0.tgz",
      "integrity": "sha512-MdceRRWqltEG2dZqO769g27N/3PXfcKl04VhYnBlo2YhH7zPi88VebsjTKclaOyiuMaGU72hTfw3VkUitGcVCA==",
      "requires": {
        "streamsearch": "0.1.2"
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
451
452
453
454
455
    "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
456
457
458
    "dot-prop": {
      "version": "4.2.0",
      "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-4.2.0.tgz",
459
      "integrity": "sha1-HxngwuGqDjJ5fEl5nyg3rGr2nFc=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
460
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
461
        "is-obj": "^1.0.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
462
463
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
464
465
466
467
468
    "duplexer3": {
      "version": "0.1.4",
      "resolved": "https://registry.npmjs.org/duplexer3/-/duplexer3-0.1.4.tgz",
      "integrity": "sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI="
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
469
470
471
472
473
474
    "ee-first": {
      "version": "1.1.1",
      "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
      "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0="
    },
    "ejs": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
475
476
477
      "version": "2.7.4",
      "resolved": "https://registry.npmjs.org/ejs/-/ejs-2.7.4.tgz",
      "integrity": "sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA=="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
478
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
479
480
481
482
    "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
483
484
485
486
487
488
489
490
491
492
493
    },
    "errorhandler": {
      "version": "1.4.3",
      "resolved": "https://registry.npmjs.org/errorhandler/-/errorhandler-1.4.3.tgz",
      "integrity": "sha1-t7cO2PNZ6duICS8tIMD4MUIK2D8=",
      "requires": {
        "accepts": "~1.3.0",
        "escape-html": "~1.0.3"
      }
    },
    "es-abstract": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
494
495
496
      "version": "1.16.3",
      "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.16.3.tgz",
      "integrity": "sha512-WtY7Fx5LiOnSYgF5eg/1T+GONaGmpvpPdCpSnYij+U2gDTL0UPfWrhDw7b2IYb+9NQJsYpCA0wOQvZfsd6YwRw==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
497
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
498
        "es-to-primitive": "^1.2.1",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
499
500
        "function-bind": "^1.1.1",
        "has": "^1.0.3",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
501
        "has-symbols": "^1.0.1",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
502
503
        "is-callable": "^1.1.4",
        "is-regex": "^1.0.4",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
504
        "object-inspect": "^1.7.0",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
505
506
507
508
509
510
        "object-keys": "^1.1.1",
        "string.prototype.trimleft": "^2.1.0",
        "string.prototype.trimright": "^2.1.0"
      }
    },
    "es-to-primitive": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
511
512
513
      "version": "1.2.1",
      "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz",
      "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
      "requires": {
        "is-callable": "^1.1.4",
        "is-date-object": "^1.0.1",
        "is-symbol": "^1.0.2"
      }
    },
    "escape-html": {
      "version": "1.0.3",
      "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
      "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg="
    },
    "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="
    },
    "esutils": {
      "version": "2.0.3",
      "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
533
      "integrity": "sha1-dNLrTeC42hKTcRkQ1Qd1ubcQ72Q="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
534
535
    },
    "etag": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
536
537
538
      "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
539
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
540
541
542
543
    "execa": {
      "version": "0.7.0",
      "resolved": "https://registry.npmjs.org/execa/-/execa-0.7.0.tgz",
      "integrity": "sha1-lEvs00zEHuMqY6n68nrVpl/Fl3c=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
544
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
545
546
547
548
549
550
551
        "cross-spawn": "^5.0.1",
        "get-stream": "^3.0.0",
        "is-stream": "^1.1.0",
        "npm-run-path": "^2.0.0",
        "p-finally": "^1.0.0",
        "signal-exit": "^3.0.0",
        "strip-eof": "^1.0.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
552
553
554
      }
    },
    "express": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
555
556
      "version": "4.17.1",
      "resolved": "https://registry.npmjs.org/express/-/express-4.17.1.tgz",
557
      "integrity": "sha1-RJH8OGBc9R+GKdOcK10Cb5ikwTQ=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
558
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
559
        "accepts": "~1.3.7",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
560
        "array-flatten": "1.1.1",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
561
562
563
564
        "body-parser": "1.19.0",
        "content-disposition": "0.5.3",
        "content-type": "~1.0.4",
        "cookie": "0.4.0",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
565
        "cookie-signature": "1.0.6",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
566
567
568
        "debug": "2.6.9",
        "depd": "~1.1.2",
        "encodeurl": "~1.0.2",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
569
        "escape-html": "~1.0.3",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
570
571
572
        "etag": "~1.8.1",
        "finalhandler": "~1.1.2",
        "fresh": "0.5.2",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
573
574
575
        "merge-descriptors": "1.0.1",
        "methods": "~1.1.2",
        "on-finished": "~2.3.0",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
576
        "parseurl": "~1.3.3",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
577
        "path-to-regexp": "0.1.7",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
578
579
580
581
582
583
584
585
586
587
588
        "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
589
590
591
      },
      "dependencies": {
        "cookie": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
592
593
          "version": "0.4.0",
          "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.0.tgz",
594
          "integrity": "sha1-vrQ35wIrO21JAZ0IhmUwPr6cFLo="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
595
596
597
        }
      }
    },
598
599
600
601
602
603
604
605
    "express-fileupload": {
      "version": "1.1.6",
      "resolved": "https://registry.npmjs.org/express-fileupload/-/express-fileupload-1.1.6.tgz",
      "integrity": "sha512-w24zPWT8DkoIxSVkbxYPo9hkTiLpCQQzNsLRTCnecBhfbYv+IkIC5uLw2MIUAxBZ+7UMmXPjGxlhzUXo4RcbZw==",
      "requires": {
        "busboy": "^0.3.1"
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
606
607
608
609
610
611
612
613
614
    "express-flash": {
      "version": "0.0.2",
      "resolved": "https://registry.npmjs.org/express-flash/-/express-flash-0.0.2.tgz",
      "integrity": "sha1-I9GovPP5DXB5KOSJ+Whp7K0KzaI=",
      "requires": {
        "connect-flash": "0.1.x"
      }
    },
    "express-session": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
615
616
      "version": "1.17.0",
      "resolved": "https://registry.npmjs.org/express-session/-/express-session-1.17.0.tgz",
617
      "integrity": "sha1-m1DbteigPDU3NoE48HJzYVC3+bM=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
618
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
619
        "cookie": "0.4.0",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
620
        "cookie-signature": "1.0.6",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
621
622
623
624
625
626
        "debug": "2.6.9",
        "depd": "~2.0.0",
        "on-headers": "~1.0.2",
        "parseurl": "~1.3.3",
        "safe-buffer": "5.2.0",
        "uid-safe": "~2.1.5"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
627
628
629
      },
      "dependencies": {
        "cookie": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
630
631
          "version": "0.4.0",
          "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.0.tgz",
632
          "integrity": "sha1-vrQ35wIrO21JAZ0IhmUwPr6cFLo="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
633
634
635
636
        },
        "depd": {
          "version": "2.0.0",
          "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
637
          "integrity": "sha1-tpYWPMdXVg0JzyLMj60Vcbeedt8="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
638
639
640
641
        },
        "safe-buffer": {
          "version": "5.2.0",
          "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.0.tgz",
642
          "integrity": "sha1-t02uxJsRSPiMZLaNSbHoFcHy9Rk="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
643
644
645
646
        }
      }
    },
    "fill-range": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
647
648
      "version": "7.0.1",
      "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
649
      "integrity": "sha1-GRmmp8df44ssfHflGYU12prN2kA=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
650
651
      "requires": {
        "to-regex-range": "^5.0.1"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
652
653
654
      }
    },
    "finalhandler": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
655
656
      "version": "1.1.2",
      "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz",
657
      "integrity": "sha1-t+fQAP/RGTjQ/bBTUG9uur6fWH0=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
658
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
659
660
        "debug": "2.6.9",
        "encodeurl": "~1.0.2",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
661
662
        "escape-html": "~1.0.3",
        "on-finished": "~2.3.0",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
663
664
        "parseurl": "~1.3.3",
        "statuses": "~1.5.0",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
665
666
667
668
669
670
671
672
673
        "unpipe": "~1.0.0"
      }
    },
    "forwarded": {
      "version": "0.1.2",
      "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.1.2.tgz",
      "integrity": "sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ="
    },
    "fresh": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
674
675
676
      "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
677
678
679
680
681
682
683
    },
    "fs": {
      "version": "0.0.1-security",
      "resolved": "https://registry.npmjs.org/fs/-/fs-0.0.1-security.tgz",
      "integrity": "sha1-invTcYa23d84E/I4WLV+yq9eQdQ="
    },
    "fsevents": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
684
685
686
687
688
689
690
691
      "version": "2.1.2",
      "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.1.2.tgz",
      "integrity": "sha512-R4wDiBwZ0KzpgOWetKDug1FZcYhqYnUYKtfZYt4mD5SBz76q0KR4Q9o7GIPamsVPGmW3EYPPJ0dOOjvx32ldZA==",
      "optional": true
    },
    "function-bind": {
      "version": "1.1.1",
      "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
692
      "integrity": "sha1-pWiZ0+o8m6uHS7l3O3xe3pL0iV0="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
693
694
695
696
697
698
699
700
701
    },
    "get-stream": {
      "version": "3.0.0",
      "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz",
      "integrity": "sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ="
    },
    "glob-parent": {
      "version": "5.1.0",
      "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.0.tgz",
702
      "integrity": "sha1-X0wdHnSNMM1zrSlEs1d6gbCB6MI=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
      "requires": {
        "is-glob": "^4.0.1"
      }
    },
    "global-dirs": {
      "version": "0.1.1",
      "resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-0.1.1.tgz",
      "integrity": "sha1-sxnA3UYH81PzvpzKTHL8FIxJ9EU=",
      "requires": {
        "ini": "^1.3.4"
      }
    },
    "got": {
      "version": "6.7.1",
      "resolved": "https://registry.npmjs.org/got/-/got-6.7.1.tgz",
      "integrity": "sha1-JAzQV4WpoY5WHcG0S0HHY+8ejbA=",
      "requires": {
        "create-error-class": "^3.0.0",
        "duplexer3": "^0.1.4",
        "get-stream": "^3.0.0",
        "is-redirect": "^1.0.0",
        "is-retry-allowed": "^1.0.0",
        "is-stream": "^1.0.0",
        "lowercase-keys": "^1.0.0",
        "safe-buffer": "^5.0.1",
        "timed-out": "^4.0.0",
        "unzip-response": "^2.0.1",
        "url-parse-lax": "^1.0.0"
      }
    },
    "graceful-fs": {
      "version": "4.2.3",
      "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.3.tgz",
736
      "integrity": "sha1-ShL/G2A3bvCYYsIJPt2Qgyi+hCM="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
737
738
739
740
    },
    "has": {
      "version": "1.0.3",
      "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
741
      "integrity": "sha1-ci18v8H2qoJB8W3YFOAR4fQeh5Y=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
742
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
        "function-bind": "^1.1.1"
      }
    },
    "has-flag": {
      "version": "3.0.0",
      "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
      "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0="
    },
    "has-symbols": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.1.tgz",
      "integrity": "sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg=="
    },
    "http-errors": {
      "version": "1.7.2",
      "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.7.2.tgz",
759
      "integrity": "sha1-T1ApzxMjnzEDblsuVSkrz7zIXI8=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
760
761
762
763
764
765
      "requires": {
        "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
766
767
768
769
      },
      "dependencies": {
        "inherits": {
          "version": "2.0.3",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
770
771
          "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
          "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
772
773
774
        }
      }
    },
775
776
777
778
779
780
781
782
783
784
785
786
787
    "i18n": {
      "version": "0.8.5",
      "resolved": "https://registry.npmjs.org/i18n/-/i18n-0.8.5.tgz",
      "integrity": "sha512-6UgLbhJGgn4XFeuZc/dDdrrri0ij24EK4hxv4Pbi5hloYAZ1B2+0eQchEryBFezLKYOHhVGV/5+H4i0oxng94w==",
      "requires": {
        "debug": "*",
        "make-plural": "^6.0.1",
        "math-interval-parser": "^2.0.1",
        "messageformat": "^2.3.0",
        "mustache": "*",
        "sprintf-js": "^1.1.2"
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
788
789
790
    "iconv-lite": {
      "version": "0.4.24",
      "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
791
      "integrity": "sha1-ICK0sl+93CHS9SSXSkdKr+czkIs=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
792
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
793
        "safer-buffer": ">= 2.1.2 < 3"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
794
795
796
797
798
799
800
      }
    },
    "ignore-by-default": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/ignore-by-default/-/ignore-by-default-1.0.1.tgz",
      "integrity": "sha1-SMptcvbGo68Aqa1K5odr44ieKwk="
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
801
802
803
804
805
    "import-lazy": {
      "version": "2.1.0",
      "resolved": "https://registry.npmjs.org/import-lazy/-/import-lazy-2.1.0.tgz",
      "integrity": "sha1-BWmOPUXIjo1+nZLLBYTnfwlvPkM="
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
806
807
808
809
810
811
812
813
    "imurmurhash": {
      "version": "0.1.4",
      "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
      "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o="
    },
    "ini": {
      "version": "1.3.5",
      "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz",
814
      "integrity": "sha1-7uJfVtscnsYIXgwid4CD9Zar+Sc="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
815
816
    },
    "ipaddr.js": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
817
818
819
      "version": "1.9.0",
      "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.0.tgz",
      "integrity": "sha512-M4Sjn6N/+O6/IXSJseKqHoFc+5FdGJ22sXqnjTpdZweHK64MzEPAyQZyEU3R/KRv2GLoa7nNtg/C2Ev6m7z+eA=="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
820
821
    },
    "is-binary-path": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
822
823
      "version": "2.1.0",
      "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
824
      "integrity": "sha1-6h9/O4DwZCNug0cPhsCcJU+0Wwk=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
825
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
826
        "binary-extensions": "^2.0.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
827
828
829
830
831
      }
    },
    "is-buffer": {
      "version": "1.1.6",
      "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz",
832
      "integrity": "sha1-76ouqdqg16suoTqXsritUf776L4="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
833
834
835
836
837
838
    },
    "is-callable": {
      "version": "1.1.4",
      "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.1.4.tgz",
      "integrity": "sha512-r5p9sxJjYnArLjObpjA4xu5EKI3CuKHkJXMhT7kwbpUyIFD1n5PMAsoPvWnvtZiNz7LjkYDRZhd7FlI0eMijEA=="
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
839
840
841
    "is-ci": {
      "version": "1.2.1",
      "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-1.2.1.tgz",
842
      "integrity": "sha1-43ecjuF/zPQoSI9uKBGH8uYyhBw=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
843
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
844
        "ci-info": "^1.5.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
      }
    },
    "is-date-object": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.1.tgz",
      "integrity": "sha1-mqIOtq7rv/d/vTPnTKAbM1gdOhY="
    },
    "is-expression": {
      "version": "3.0.0",
      "resolved": "https://registry.npmjs.org/is-expression/-/is-expression-3.0.0.tgz",
      "integrity": "sha1-Oayqa+f9HzRx3ELHQW5hwkMXrJ8=",
      "requires": {
        "acorn": "~4.0.2",
        "object-assign": "^4.0.1"
      },
      "dependencies": {
        "acorn": {
          "version": "4.0.13",
          "resolved": "https://registry.npmjs.org/acorn/-/acorn-4.0.13.tgz",
          "integrity": "sha1-EFSVrlNh1pe9GVyCUZLhrX8lN4c="
        }
      }
    },
    "is-extglob": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
869
870
871
      "version": "2.1.1",
      "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
      "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
872
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
873
874
875
876
877
878
879
880
    "is-fullwidth-code-point": {
      "version": "2.0.0",
      "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
      "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8="
    },
    "is-glob": {
      "version": "4.0.1",
      "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.1.tgz",
881
      "integrity": "sha1-dWfb6fL14kZ7x3q4PEopSCQHpdw=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
882
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
883
        "is-extglob": "^2.1.1"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
884
885
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
886
887
888
889
    "is-installed-globally": {
      "version": "0.1.0",
      "resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-0.1.0.tgz",
      "integrity": "sha1-Df2Y9akRFxbdU13aZJL2e/PSWoA=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
890
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
891
892
        "global-dirs": "^0.1.0",
        "is-path-inside": "^1.0.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
893
894
895
896
897
898
899
900
      }
    },
    "is-npm": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/is-npm/-/is-npm-1.0.0.tgz",
      "integrity": "sha1-8vtjpl5JBbQGyGBydloaTceTufQ="
    },
    "is-number": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
901
902
      "version": "7.0.0",
      "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
903
      "integrity": "sha1-dTU0W4lnNNX4DE0GxQlVUnoU8Ss="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
904
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
905
906
907
908
909
910
911
912
913
    "is-obj": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz",
      "integrity": "sha1-PkcprB9f3gJc19g6iW2rn09n2w8="
    },
    "is-path-inside": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-1.0.1.tgz",
      "integrity": "sha1-jvW33lBDej/cprToZe96pVy0gDY=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
914
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
915
        "path-is-inside": "^1.0.1"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
      }
    },
    "is-promise": {
      "version": "2.1.0",
      "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-2.1.0.tgz",
      "integrity": "sha1-eaKp7OfwlugPNtKy87wWwf9L8/o="
    },
    "is-redirect": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/is-redirect/-/is-redirect-1.0.0.tgz",
      "integrity": "sha1-HQPd7VO9jbDzDCbk+V02/HyH3CQ="
    },
    "is-regex": {
      "version": "1.0.4",
      "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.0.4.tgz",
      "integrity": "sha1-VRdIm1RwkbCTDglWVM7SXul+lJE=",
      "requires": {
        "has": "^1.0.1"
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
936
937
938
    "is-retry-allowed": {
      "version": "1.2.0",
      "resolved": "https://registry.npmjs.org/is-retry-allowed/-/is-retry-allowed-1.2.0.tgz",
939
      "integrity": "sha1-13hIi9CkZmo76KFIK58rqv7eqLQ="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
940
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
941
942
943
944
945
946
    "is-stream": {
      "version": "1.1.0",
      "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz",
      "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ="
    },
    "is-symbol": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
947
948
949
      "version": "1.0.3",
      "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.3.tgz",
      "integrity": "sha512-OwijhaRSgqvhm/0ZdAcXNZt9lYdKFpcRDT5ULUuYXPoT794UNOdU+gpT6Rzo7b4V2HUl/op6GqY894AZwv9faQ==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
950
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
951
        "has-symbols": "^1.0.1"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
952
953
954
955
956
957
958
      }
    },
    "isarray": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
      "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE="
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
959
960
961
962
    "isexe": {
      "version": "2.0.0",
      "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
      "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
    },
    "js-stringify": {
      "version": "1.0.2",
      "resolved": "https://registry.npmjs.org/js-stringify/-/js-stringify-1.0.2.tgz",
      "integrity": "sha1-Fzb939lyTyijaCrcYjCufk6Weds="
    },
    "kind-of": {
      "version": "3.2.2",
      "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
      "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
      "requires": {
        "is-buffer": "^1.1.5"
      }
    },
    "latest-version": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
978
979
980
      "version": "3.1.0",
      "resolved": "https://registry.npmjs.org/latest-version/-/latest-version-3.1.0.tgz",
      "integrity": "sha1-ogU4P+oyKzO1rjsYq+4NwvNW7hU=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
981
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
982
        "package-json": "^4.0.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
983
984
985
986
987
988
989
990
      }
    },
    "lazy-cache": {
      "version": "1.0.4",
      "resolved": "https://registry.npmjs.org/lazy-cache/-/lazy-cache-1.0.4.tgz",
      "integrity": "sha1-odePw6UEdMuAhF07O24dpJpEbo4="
    },
    "lodash": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
991
992
      "version": "4.17.15",
      "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
993
      "integrity": "sha1-tEf2ZwoEVbv+7dETku/zMOoJdUg="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
994
995
996
997
998
999
1000
1001
1002
    },
    "longest": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/longest/-/longest-1.0.1.tgz",
      "integrity": "sha1-MKCy2jj3N3DoKUoNIuZiXtd9AJc="
    },
    "lowercase-keys": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-1.0.1.tgz",
1003
      "integrity": "sha1-b54wtHCE2XGnyCD/FabFFnt0wm8="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1004
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1005
1006
1007
    "lru-cache": {
      "version": "4.1.5",
      "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz",
1008
      "integrity": "sha1-i75Q6oW+1ZvJ4z3KuCNe6bz0Q80=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1009
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1010
1011
        "pseudomap": "^1.0.2",
        "yallist": "^2.1.2"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1012
1013
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1014
1015
1016
    "make-dir": {
      "version": "1.3.0",
      "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-1.3.0.tgz",
1017
      "integrity": "sha1-ecEDO4BRW9bSTsmTPoYMp17ifww=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1018
1019
1020
      "requires": {
        "pify": "^3.0.0"
      }
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1021
    },
1022
1023
1024
1025
1026
1027
1028
1029
    "make-plural": {
      "version": "6.0.1",
      "resolved": "https://registry.npmjs.org/make-plural/-/make-plural-6.0.1.tgz",
      "integrity": "sha512-h0uBNi4tpDkiWUyYKrJNj8Kif6q3Ba5zp/8jnfPy3pQE+4XcTj6h3eZM5SYVUyDNX9Zk69Isr/dx0I+78aJUaQ=="
    },
    "math-interval-parser": {
      "version": "2.0.1",
      "resolved": "https://registry.npmjs.org/math-interval-parser/-/math-interval-parser-2.0.1.tgz",
1030
      "integrity": "sha1-4izW0VoKf0wDrsVg23ZRPaYVvtQ="
1031
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
    "media-typer": {
      "version": "0.3.0",
      "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz",
      "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g="
    },
    "merge-descriptors": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz",
      "integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E="
    },
1042
1043
1044
    "messageformat": {
      "version": "2.3.0",
      "resolved": "https://registry.npmjs.org/messageformat/-/messageformat-2.3.0.tgz",
1045
      "integrity": "sha1-3iY8SQKdXq5l1+4l4HVPV/QlrZE=",
1046
1047
1048
1049
1050
1051
1052
1053
1054
      "requires": {
        "make-plural": "^4.3.0",
        "messageformat-formatters": "^2.0.1",
        "messageformat-parser": "^4.1.2"
      },
      "dependencies": {
        "make-plural": {
          "version": "4.3.0",
          "resolved": "https://registry.npmjs.org/make-plural/-/make-plural-4.3.0.tgz",
1055
          "integrity": "sha1-8j3gjv2wysLgybqfMVsN/2tMJzU=",
1056
1057
1058
1059
1060
1061
1062
1063
1064
          "requires": {
            "minimist": "^1.2.0"
          }
        }
      }
    },
    "messageformat-formatters": {
      "version": "2.0.1",
      "resolved": "https://registry.npmjs.org/messageformat-formatters/-/messageformat-formatters-2.0.1.tgz",
1065
      "integrity": "sha1-BJLBQCpId191HJsXwDVOkr4BKwg="
1066
1067
1068
1069
    },
    "messageformat-parser": {
      "version": "4.1.2",
      "resolved": "https://registry.npmjs.org/messageformat-parser/-/messageformat-parser-4.1.2.tgz",
1070
      "integrity": "sha1-/TTsOZEqFIaKFZXq63QkhauKs3I="
1071
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1072
1073
1074
1075
1076
1077
    "methods": {
      "version": "1.1.2",
      "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz",
      "integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4="
    },
    "mime": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1078
1079
      "version": "1.6.0",
      "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",
1080
      "integrity": "sha1-Ms2eXGRVO9WNGaVor0Uqz/BJgbE="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
    },
    "mime-db": {
      "version": "1.40.0",
      "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.40.0.tgz",
      "integrity": "sha512-jYdeOMPy9vnxEqFRRo6ZvTZ8d9oPb+k18PKoYNYUe2stVEBPPwsln/qWzdbmaIvnhZ9v2P+CuecK+fpUfsV2mA=="
    },
    "mime-types": {
      "version": "2.1.24",
      "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.24.tgz",
      "integrity": "sha512-WaFHS3MCl5fapm3oLxU4eYDw77IQM2ACcxQ9RIxfaC3ooc6PFuBMGZZsYpvoXS5D5QTWPieo1jjLdAm3TBP3cQ==",
      "requires": {
        "mime-db": "1.40.0"
      }
    },
    "minimatch": {
      "version": "3.0.4",
      "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
1098
      "integrity": "sha1-UWbihkV/AzBgZL5Ul+jbsMPTIIM=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1099
1100
1101
1102
1103
      "requires": {
        "brace-expansion": "^1.1.7"
      }
    },
    "minimist": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1104
1105
1106
      "version": "1.2.0",
      "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
      "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1107
1108
    },
    "morgan": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1109
1110
      "version": "1.9.1",
      "resolved": "https://registry.npmjs.org/morgan/-/morgan-1.9.1.tgz",
1111
      "integrity": "sha1-Co0Wc0odmvvIJLmd+H5zjlji2lk=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1112
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1113
1114
1115
        "basic-auth": "~2.0.0",
        "debug": "2.6.9",
        "depd": "~1.1.2",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1116
1117
1118
1119
1120
        "on-finished": "~2.3.0",
        "on-headers": "~1.0.1"
      }
    },
    "ms": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1121
1122
1123
      "version": "2.1.2",
      "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
      "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1124
    },
1125
1126
1127
1128
1129
    "mustache": {
      "version": "4.0.0",
      "resolved": "https://registry.npmjs.org/mustache/-/mustache-4.0.0.tgz",
      "integrity": "sha512-FJgjyX/IVkbXBXYUwH+OYwQKqWpFPLaLVESd70yHjSDunwzV2hZOoTBvPf4KLoxesUzzyfTH6F784Uqd7Wm5yA=="
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
    "mysql": {
      "version": "2.17.1",
      "resolved": "https://registry.npmjs.org/mysql/-/mysql-2.17.1.tgz",
      "integrity": "sha512-7vMqHQ673SAk5C8fOzTG2LpPcf3bNt0oL3sFpxPEEFp1mdlDcrLK0On7z8ZYKaaHrHwNcQ/MTUz7/oobZ2OyyA==",
      "requires": {
        "bignumber.js": "7.2.1",
        "readable-stream": "2.3.6",
        "safe-buffer": "5.1.2",
        "sqlstring": "2.3.1"
      }
    },
    "negotiator": {
      "version": "0.6.2",
      "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.2.tgz",
1144
      "integrity": "sha1-/qz3zPUlp3rpY0Q2pkiD/+yjRvs="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1145
1146
    },
    "node-forge": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1147
1148
      "version": "0.7.6",
      "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-0.7.6.tgz",
1149
      "integrity": "sha1-/fO0GK7h+U8O9kLNY0hsd8qXJKw="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1150
1151
1152
1153
1154
1155
1156
    },
    "nodemailer": {
      "version": "6.3.1",
      "resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.3.1.tgz",
      "integrity": "sha512-j0BsSyaMlyadEDEypK/F+xlne2K5m6wzPYMXS/yxKI0s7jmT1kBx6GEKRVbZmyYfKOsjkeC/TiMVDJBI/w5gMQ=="
    },
    "nodemon": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
      "version": "2.0.1",
      "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-2.0.1.tgz",
      "integrity": "sha512-UC6FVhNLXjbbV4UzaXA3wUdbEkUZzLGgMGzmxvWAex5nzib/jhcSHVFlQODdbuUHq8SnnZ4/EABBAbC3RplvPg==",
      "requires": {
        "chokidar": "^3.2.2",
        "debug": "^3.2.6",
        "ignore-by-default": "^1.0.1",
        "minimatch": "^3.0.4",
        "pstree.remy": "^1.1.7",
        "semver": "^5.7.1",
        "supports-color": "^5.5.0",
        "touch": "^3.1.0",
        "undefsafe": "^2.0.2",
        "update-notifier": "^2.5.0"
      },
      "dependencies": {
        "debug": {
          "version": "3.2.6",
          "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz",
1176
          "integrity": "sha1-6D0X3hbYp++3cX7b5fsQE17uYps=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1177
1178
1179
1180
          "requires": {
            "ms": "^2.1.1"
          }
        }
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
      }
    },
    "nopt": {
      "version": "1.0.10",
      "resolved": "https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz",
      "integrity": "sha1-bd0hvSoxQXuScn3Vhfim83YI6+4=",
      "requires": {
        "abbrev": "1"
      }
    },
    "normalize-path": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1192
1193
      "version": "3.0.0",
      "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
1194
      "integrity": "sha1-Dc1p/yOhybEf0JeDFmRKA4ghamU="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1195
1196
1197
1198
1199
    },
    "npm-run-path": {
      "version": "2.0.2",
      "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz",
      "integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1200
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1201
        "path-key": "^2.0.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1202
1203
1204
1205
1206
1207
1208
1209
      }
    },
    "object-assign": {
      "version": "4.1.1",
      "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
      "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM="
    },
    "object-inspect": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1210
1211
1212
      "version": "1.7.0",
      "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.7.0.tgz",
      "integrity": "sha512-a7pEHdh1xKIAgTySUGgLMx/xwDZskN1Ud6egYYN3EdRW4ZMPNEDUTF+hwy2LUC+Bl+SyLXANnwz/jyh/qutKUw=="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
    },
    "object-keys": {
      "version": "1.1.1",
      "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
      "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA=="
    },
    "object.getownpropertydescriptors": {
      "version": "2.0.3",
      "resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.0.3.tgz",
      "integrity": "sha1-h1jIRvW0B62rDyNuCYbxSwUcqhY=",
      "requires": {
        "define-properties": "^1.1.2",
        "es-abstract": "^1.5.1"
      }
    },
    "on-finished": {
      "version": "2.3.0",
      "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz",
      "integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=",
      "requires": {
        "ee-first": "1.1.1"
      }
    },
    "on-headers": {
      "version": "1.0.2",
      "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz",
1239
      "integrity": "sha1-dysK5qqlJcOZ5Imt+tkMQD6zwo8="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1240
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1241
1242
1243
1244
    "p-finally": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz",
      "integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1245
1246
    },
    "package-json": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1247
1248
1249
      "version": "4.0.1",
      "resolved": "https://registry.npmjs.org/package-json/-/package-json-4.0.1.tgz",
      "integrity": "sha1-iGmgQBJTZhxMTKPabCEh7VVfXu0=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1250
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1251
1252
1253
1254
        "got": "^6.7.1",
        "registry-auth-token": "^3.0.1",
        "registry-url": "^3.0.3",
        "semver": "^5.1.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1255
1256
1257
1258
1259
      }
    },
    "parseurl": {
      "version": "1.3.3",
      "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
1260
      "integrity": "sha1-naGee+6NEt/wUT7Vt2lXeTvC6NQ="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
    },
    "passport": {
      "version": "0.3.2",
      "resolved": "https://registry.npmjs.org/passport/-/passport-0.3.2.tgz",
      "integrity": "sha1-ndAJ+RXo/glbASSgG4+C2gdRAQI=",
      "requires": {
        "passport-strategy": "1.x.x",
        "pause": "0.0.1"
      }
    },
    "passport-saml": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1272
1273
1274
      "version": "1.2.0",
      "resolved": "https://registry.npmjs.org/passport-saml/-/passport-saml-1.2.0.tgz",
      "integrity": "sha512-CU1JOx9FTITF8+vl/G1g7FV6kHWXYzECV3pq3D8K3RIM1MS0efbfQ2hkgDFdoZGdG9DdMH5z8OBW/O8qoXnkLQ==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1275
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1276
        "debug": "^3.1.0",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1277
        "passport-strategy": "*",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1278
1279
1280
        "q": "^1.5.0",
        "xml-crypto": "^1.1.4",
        "xml-encryption": "^0.11.0",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1281
        "xml2js": "0.4.x",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1282
        "xmlbuilder": "^11.0.0",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1283
        "xmldom": "0.1.x"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1284
1285
1286
1287
1288
      },
      "dependencies": {
        "debug": {
          "version": "3.2.6",
          "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz",
1289
          "integrity": "sha1-6D0X3hbYp++3cX7b5fsQE17uYps=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1290
1291
1292
1293
          "requires": {
            "ms": "^2.1.1"
          }
        }
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1294
1295
1296
1297
1298
1299
1300
      }
    },
    "passport-strategy": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/passport-strategy/-/passport-strategy-1.0.0.tgz",
      "integrity": "sha1-tVOaqPwiWj0a0XlHbd8ja0QPUuQ="
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1301
1302
1303
1304
1305
1306
1307
1308
1309
    "path-is-inside": {
      "version": "1.0.2",
      "resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz",
      "integrity": "sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM="
    },
    "path-key": {
      "version": "2.0.1",
      "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz",
      "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1310
1311
1312
1313
    },
    "path-parse": {
      "version": "1.0.6",
      "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz",
1314
      "integrity": "sha1-1i27VnlAXXLEc37FhgDp3c8G0kw="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
    },
    "path-to-regexp": {
      "version": "0.1.7",
      "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz",
      "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w="
    },
    "pause": {
      "version": "0.0.1",
      "resolved": "https://registry.npmjs.org/pause/-/pause-0.0.1.tgz",
      "integrity": "sha1-HUCLP9t2kjuVQ9lvtMnf1TXZy10="
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1326
1327
1328
1329
    "picomatch": {
      "version": "2.1.1",
      "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.1.1.tgz",
      "integrity": "sha512-OYMyqkKzK7blWO/+XZYP6w8hH0LDvkBvdvKukti+7kqYFCiEAk+gI3DWnryapc0Dau05ugGTy0foQ6mqn4AHYA=="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1330
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1331
1332
1333
1334
    "pify": {
      "version": "3.0.0",
      "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
      "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1335
1336
1337
1338
1339
1340
1341
1342
1343
    },
    "prepend-http": {
      "version": "1.0.4",
      "resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-1.0.4.tgz",
      "integrity": "sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw="
    },
    "process-nextick-args": {
      "version": "2.0.1",
      "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
1344
      "integrity": "sha1-eCDZsWEgzFXKmud5JoCufbptf+I="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1345
1346
    },
    "proxy-addr": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1347
1348
1349
      "version": "2.0.5",
      "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.5.tgz",
      "integrity": "sha512-t/7RxHXPH6cJtP0pRG6smSr9QJidhB+3kXu0KgXnbGYMgzEnUxRQ4/LDdfOwZEMyIh3/xHb8PX3t+lfL9z+YVQ==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1350
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1351
1352
        "forwarded": "~0.1.2",
        "ipaddr.js": "1.9.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1353
1354
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1355
1356
1357
1358
1359
1360
1361
1362
    "pseudomap": {
      "version": "1.0.2",
      "resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz",
      "integrity": "sha1-8FKijacOYYkX7wqKw0wa5aaChrM="
    },
    "pstree.remy": {
      "version": "1.1.7",
      "resolved": "https://registry.npmjs.org/pstree.remy/-/pstree.remy-1.1.7.tgz",
1363
      "integrity": "sha1-x2ljooBH7WFULcNhqibuVaf6FfM="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1364
1365
1366
1367
    },
    "pug": {
      "version": "2.0.4",
      "resolved": "https://registry.npmjs.org/pug/-/pug-2.0.4.tgz",
1368
      "integrity": "sha1-7naC7ApgSUs41IqI8F87CskxN30=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
      "requires": {
        "pug-code-gen": "^2.0.2",
        "pug-filters": "^3.1.1",
        "pug-lexer": "^4.1.0",
        "pug-linker": "^3.0.6",
        "pug-load": "^2.0.12",
        "pug-parser": "^5.0.1",
        "pug-runtime": "^2.0.5",
        "pug-strip-comments": "^1.0.4"
      }
    },
    "pug-attrs": {
      "version": "2.0.4",
      "resolved": "https://registry.npmjs.org/pug-attrs/-/pug-attrs-2.0.4.tgz",
1383
      "integrity": "sha1-svRMQ55OtK1dTvJcrCDRitKMwzY=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1384
1385
1386
1387
1388
1389
1390
1391
1392
      "requires": {
        "constantinople": "^3.0.1",
        "js-stringify": "^1.0.1",
        "pug-runtime": "^2.0.5"
      }
    },
    "pug-code-gen": {
      "version": "2.0.2",
      "resolved": "https://registry.npmjs.org/pug-code-gen/-/pug-code-gen-2.0.2.tgz",
1393
      "integrity": "sha1-rQlnFirqB33PeHg42U7RSssCF8I=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
      "requires": {
        "constantinople": "^3.1.2",
        "doctypes": "^1.1.0",
        "js-stringify": "^1.0.1",
        "pug-attrs": "^2.0.4",
        "pug-error": "^1.3.3",
        "pug-runtime": "^2.0.5",
        "void-elements": "^2.0.1",
        "with": "^5.0.0"
      },
      "dependencies": {
        "acorn": {
          "version": "3.3.0",
          "resolved": "https://registry.npmjs.org/acorn/-/acorn-3.3.0.tgz",
          "integrity": "sha1-ReN/s56No/JbruP/U2niu18iAXo="
        },
        "acorn-globals": {
          "version": "3.1.0",
          "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-3.1.0.tgz",
          "integrity": "sha1-/YJw9x+7SZawBPqIDuXUZXOnMb8=",
          "requires": {
            "acorn": "^4.0.4"
          },
          "dependencies": {
            "acorn": {
              "version": "4.0.13",
              "resolved": "https://registry.npmjs.org/acorn/-/acorn-4.0.13.tgz",
              "integrity": "sha1-EFSVrlNh1pe9GVyCUZLhrX8lN4c="
            }
          }
        },
        "constantinople": {
          "version": "3.1.2",
          "resolved": "https://registry.npmjs.org/constantinople/-/constantinople-3.1.2.tgz",
          "integrity": "sha512-yePcBqEFhLOqSBtwYOGGS1exHo/s1xjekXiinh4itpNQGCu4KA1euPh1fg07N2wMITZXQkBz75Ntdt1ctGZouw==",
          "requires": {
            "@types/babel-types": "^7.0.0",
            "@types/babylon": "^6.16.2",
            "babel-types": "^6.26.0",
            "babylon": "^6.18.0"
          }
        },
        "with": {
          "version": "5.1.1",
          "resolved": "https://registry.npmjs.org/with/-/with-5.1.1.tgz",
          "integrity": "sha1-+k2qktrzLE6pTtRTyB8EaGtXXf4=",
          "requires": {
            "acorn": "^3.1.0",
            "acorn-globals": "^3.0.0"
          }
        }
      }
    },
    "pug-error": {
      "version": "1.3.3",
      "resolved": "https://registry.npmjs.org/pug-error/-/pug-error-1.3.3.tgz",
1450
      "integrity": "sha1-80L7AIdS1YA0wYXeA2At2f/hX6Y="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1451
1452
1453
1454
    },
    "pug-filters": {
      "version": "3.1.1",
      "resolved": "https://registry.npmjs.org/pug-filters/-/pug-filters-3.1.1.tgz",
1455
      "integrity": "sha1-qyzILbnuzPV4vaiRMOJSoNsCaqc=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
      "requires": {
        "clean-css": "^4.1.11",
        "constantinople": "^3.0.1",
        "jstransformer": "1.0.0",
        "pug-error": "^1.3.3",
        "pug-walk": "^1.1.8",
        "resolve": "^1.1.6",
        "uglify-js": "^2.6.1"
      },
      "dependencies": {
        "asap": {
          "version": "2.0.6",
          "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz",
          "integrity": "sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY="
        },
        "clean-css": {
          "version": "4.2.1",
          "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-4.2.1.tgz",
          "integrity": "sha512-4ZxI6dy4lrY6FHzfiy1aEOXgu4LIsW2MhwG0VBKdcoGoH/XLFgaHSdLTGr4O8Be6A8r3MOphEiI8Gc1n0ecf3g==",
          "requires": {
            "source-map": "~0.6.0"
          }
        },
        "jstransformer": {
          "version": "1.0.0",
          "resolved": "https://registry.npmjs.org/jstransformer/-/jstransformer-1.0.0.tgz",
          "integrity": "sha1-7Yvwkh4vPx7U1cGkT2hwntJHIsM=",
          "requires": {
            "is-promise": "^2.0.0",
            "promise": "^7.0.1"
          }
        },
        "promise": {
          "version": "7.3.1",
          "resolved": "https://registry.npmjs.org/promise/-/promise-7.3.1.tgz",
          "integrity": "sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg==",
          "requires": {
            "asap": "~2.0.3"
          }
        },
        "source-map": {
          "version": "0.6.1",
          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
          "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
        }
      }
    },
    "pug-lexer": {
      "version": "4.1.0",
      "resolved": "https://registry.npmjs.org/pug-lexer/-/pug-lexer-4.1.0.tgz",
1506
      "integrity": "sha1-UxzeSMfAsfy7wrhUhchmXjFInP0=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
      "requires": {
        "character-parser": "^2.1.1",
        "is-expression": "^3.0.0",
        "pug-error": "^1.3.3"
      },
      "dependencies": {
        "character-parser": {
          "version": "2.2.0",
          "resolved": "https://registry.npmjs.org/character-parser/-/character-parser-2.2.0.tgz",
          "integrity": "sha1-x84o821LzZdE5f/CxfzeHHMmH8A=",
          "requires": {
            "is-regex": "^1.0.3"
          }
        }
      }
    },
    "pug-linker": {
      "version": "3.0.6",
      "resolved": "https://registry.npmjs.org/pug-linker/-/pug-linker-3.0.6.tgz",
1526
      "integrity": "sha1-9b8hiw79Zc5mcPevxRZY0Pgpifs=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1527
1528
1529
1530
1531
1532
1533
1534
      "requires": {
        "pug-error": "^1.3.3",
        "pug-walk": "^1.1.8"
      }
    },
    "pug-load": {
      "version": "2.0.12",
      "resolved": "https://registry.npmjs.org/pug-load/-/pug-load-2.0.12.tgz",
1535
      "integrity": "sha1-04yF64X24vcE3qFNzKlBRNNdPns=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1536
1537
1538
1539
1540
1541
1542
1543
      "requires": {
        "object-assign": "^4.1.0",
        "pug-walk": "^1.1.8"
      }
    },
    "pug-parser": {
      "version": "5.0.1",
      "resolved": "https://registry.npmjs.org/pug-parser/-/pug-parser-5.0.1.tgz",
1544
      "integrity": "sha1-A+etpItoQL04Ivhn19kPhC0P/ck=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1545
1546
1547
1548
1549
1550
1551
1552
      "requires": {
        "pug-error": "^1.3.3",
        "token-stream": "0.0.1"
      }
    },
    "pug-runtime": {
      "version": "2.0.5",
      "resolved": "https://registry.npmjs.org/pug-runtime/-/pug-runtime-2.0.5.tgz",
1553
      "integrity": "sha1-baeXbDa/IvaOczw1kkDYrnoylTo="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1554
1555
1556
1557
    },
    "pug-strip-comments": {
      "version": "1.0.4",
      "resolved": "https://registry.npmjs.org/pug-strip-comments/-/pug-strip-comments-1.0.4.tgz",
1558
      "integrity": "sha1-zBtt4fbo9ZMc8C7GbN/9P1Dq+Kg=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1559
1560
1561
1562
1563
1564
1565
      "requires": {
        "pug-error": "^1.3.3"
      }
    },
    "pug-walk": {
      "version": "1.1.8",
      "resolved": "https://registry.npmjs.org/pug-walk/-/pug-walk-1.1.8.tgz",
1566
      "integrity": "sha1-tAj2fyeRL4wh2i9FtyMMS9Kl6no="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1567
1568
    },
    "q": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1569
1570
1571
      "version": "1.5.1",
      "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz",
      "integrity": "sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1572
1573
    },
    "qs": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1574
1575
      "version": "6.7.0",
      "resolved": "https://registry.npmjs.org/qs/-/qs-6.7.0.tgz",
1576
      "integrity": "sha1-QdwaAV49WB8WIXdr4xr7KHapsbw="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1577
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1578
1579
1580
1581
    "random-bytes": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/random-bytes/-/random-bytes-1.0.0.tgz",
      "integrity": "sha1-T2ih3Arli9P7lYSMMDJNt11kNgs="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1582
1583
    },
    "range-parser": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1584
1585
      "version": "1.2.1",
      "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
1586
      "integrity": "sha1-PPNwI9GZ4cJNGlW4SADC8+ZGgDE="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1587
1588
    },
    "raw-body": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1589
1590
      "version": "2.4.0",
      "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.0.tgz",
1591
      "integrity": "sha1-oc5vucm8NWylLoklarWQWeE9AzI=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1592
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1593
1594
1595
        "bytes": "3.1.0",
        "http-errors": "1.7.2",
        "iconv-lite": "0.4.24",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1596
1597
1598
1599
1600
1601
        "unpipe": "1.0.0"
      }
    },
    "rc": {
      "version": "1.2.8",
      "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz",
1602
      "integrity": "sha1-zZJL9SAKB1uDwYjNa54hG3/A0+0=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
      "requires": {
        "deep-extend": "^0.6.0",
        "ini": "~1.3.0",
        "minimist": "^1.2.0",
        "strip-json-comments": "~2.0.1"
      }
    },
    "readable-stream": {
      "version": "2.3.6",
      "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz",
      "integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
      "requires": {
        "core-util-is": "~1.0.0",
        "inherits": "~2.0.3",
        "isarray": "~1.0.0",
        "process-nextick-args": "~2.0.0",
        "safe-buffer": "~5.1.1",
        "string_decoder": "~1.1.1",
        "util-deprecate": "~1.0.1"
      },
      "dependencies": {
        "inherits": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1625
          "version": "2.0.4",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1626
1627
          "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
          "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1628
1629
1630
        }
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1631
1632
1633
1634
1635
1636
1637
1638
    "readdirp": {
      "version": "3.2.0",
      "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.2.0.tgz",
      "integrity": "sha512-crk4Qu3pmXwgxdSgGhgA/eXiJAPQiX4GMOZZMXnqKxHX7TaoL+3gQVo/WeuAiogr07DpnfjIMpXXa+PAIvwPGQ==",
      "requires": {
        "picomatch": "^2.0.4"
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1639
1640
1641
    "regenerator-runtime": {
      "version": "0.11.1",
      "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz",
1642
      "integrity": "sha1-vgWtf5v30i4Fb5cmzuUBf78Z4uk="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1643
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1644
1645
1646
    "registry-auth-token": {
      "version": "3.4.0",
      "resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-3.4.0.tgz",
1647
      "integrity": "sha1-10RoFUM/XV7WQxzV3KIQSPZrOX4=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1648
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1649
1650
        "rc": "^1.1.6",
        "safe-buffer": "^5.0.1"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
      }
    },
    "registry-url": {
      "version": "3.1.0",
      "resolved": "https://registry.npmjs.org/registry-url/-/registry-url-3.1.0.tgz",
      "integrity": "sha1-PU74cPc93h138M+aOBQyRE4XSUI=",
      "requires": {
        "rc": "^1.0.1"
      }
    },
    "repeat-string": {
      "version": "1.6.1",
      "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz",
      "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc="
    },
    "resolve": {
      "version": "1.12.0",
      "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.12.0.tgz",
      "integrity": "sha512-B/dOmuoAik5bKcD6s6nXDCjzUKnaDvdkRyAk6rsmsKLipWj4797iothd7jmmUhWTfinVMU+wc56rYKsit2Qy4w==",
      "requires": {
        "path-parse": "^1.0.6"
      }
    },
    "right-align": {
      "version": "0.1.3",
      "resolved": "https://registry.npmjs.org/right-align/-/right-align-0.1.3.tgz",
      "integrity": "sha1-YTObci/mo1FWiSENJOFMlhSGE+8=",
      "requires": {
        "align-text": "^0.1.1"
      }
    },
    "safe-buffer": {
      "version": "5.1.2",
      "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
1685
      "integrity": "sha1-mR7GnSluAxN0fVm9/St0XDX4go0="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1686
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1687
1688
1689
    "safer-buffer": {
      "version": "2.1.2",
      "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
1690
      "integrity": "sha1-RPoWGwGHuVSd2Eu5GAL5vYOFzWo="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1691
1692
1693
1694
    },
    "sax": {
      "version": "1.2.4",
      "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz",
1695
      "integrity": "sha1-KBYjTiN4vdxOU1T6tcqold9xANk="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1696
1697
1698
1699
    },
    "semver": {
      "version": "5.7.1",
      "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
1700
      "integrity": "sha1-qVT5Ma66UI0we78Gnv8MAclhFvc="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
    },
    "semver-diff": {
      "version": "2.1.0",
      "resolved": "https://registry.npmjs.org/semver-diff/-/semver-diff-2.1.0.tgz",
      "integrity": "sha1-S7uEN8jTfksM8aaP1ybsbWRdbTY=",
      "requires": {
        "semver": "^5.0.3"
      }
    },
    "send": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1711
1712
      "version": "0.17.1",
      "resolved": "https://registry.npmjs.org/send/-/send-0.17.1.tgz",
1713
      "integrity": "sha1-wdiwWfeQD3Rm3Uk4vcROEd2zdsg=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1714
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1715
1716
        "debug": "2.6.9",
        "depd": "~1.1.2",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1717
        "destroy": "~1.0.4",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1718
        "encodeurl": "~1.0.2",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1719
        "escape-html": "~1.0.3",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1720
1721
1722
1723
1724
        "etag": "~1.8.1",
        "fresh": "0.5.2",
        "http-errors": "~1.7.2",
        "mime": "1.6.0",
        "ms": "2.1.1",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1725
        "on-finished": "~2.3.0",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1726
1727
        "range-parser": "~1.2.1",
        "statuses": "~1.5.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1728
1729
      },
      "dependencies": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1730
1731
1732
        "ms": {
          "version": "2.1.1",
          "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz",
1733
          "integrity": "sha1-MKWGTrPrsKZvLr5tcnrwagnYbgo="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1734
1735
1736
1737
        }
      }
    },
    "serve-static": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1738
1739
      "version": "1.14.1",
      "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.14.1.tgz",
1740
      "integrity": "sha1-Zm5jbcTwEPfvKZcKiKZ0MgiYsvk=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1741
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1742
        "encodeurl": "~1.0.2",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1743
        "escape-html": "~1.0.3",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1744
1745
        "parseurl": "~1.3.3",
        "send": "0.17.1"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1746
1747
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1748
1749
1750
    "setprototypeof": {
      "version": "1.1.1",
      "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz",
1751
      "integrity": "sha1-fpWsskqpL1iF4KvvW6ExMw1K5oM="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1752
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1753
1754
1755
1756
    "shebang-command": {
      "version": "1.2.0",
      "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz",
      "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1757
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1758
        "shebang-regex": "^1.0.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1759
1760
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1761
1762
1763
1764
    "shebang-regex": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz",
      "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1765
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1766
1767
1768
1769
    "signal-exit": {
      "version": "3.0.2",
      "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz",
      "integrity": "sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1770
    },
1771
1772
1773
    "sprintf-js": {
      "version": "1.1.2",
      "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.2.tgz",
1774
      "integrity": "sha1-2hdlJiv4wPVxdJ8q1sJjACB65nM="
1775
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
    "sqlstring": {
      "version": "2.3.1",
      "resolved": "https://registry.npmjs.org/sqlstring/-/sqlstring-2.3.1.tgz",
      "integrity": "sha1-R1OT/56RR5rqYtyvDKPRSYOn+0A="
    },
    "statuses": {
      "version": "1.5.0",
      "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz",
      "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow="
    },
1786
1787
1788
1789
1790
    "streamsearch": {
      "version": "0.1.2",
      "resolved": "https://registry.npmjs.org/streamsearch/-/streamsearch-0.1.2.tgz",
      "integrity": "sha1-gIudDlb8Jz2Am6VzOOkpkZoanxo="
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1791
1792
1793
    "string-width": {
      "version": "2.1.1",
      "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz",
1794
      "integrity": "sha1-q5Pyeo3BPSjKyBXEYhQ6bZASrp4=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1795
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1796
1797
        "is-fullwidth-code-point": "^2.0.0",
        "strip-ansi": "^4.0.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
      }
    },
    "string.prototype.trimleft": {
      "version": "2.1.0",
      "resolved": "https://registry.npmjs.org/string.prototype.trimleft/-/string.prototype.trimleft-2.1.0.tgz",
      "integrity": "sha512-FJ6b7EgdKxxbDxc79cOlok6Afd++TTs5szo+zJTUyow3ycrRfJVE2pq3vcN53XexvKZu/DJMDfeI/qMiZTrjTw==",
      "requires": {
        "define-properties": "^1.1.3",
        "function-bind": "^1.1.1"
      }
    },
    "string.prototype.trimright": {
      "version": "2.1.0",
      "resolved": "https://registry.npmjs.org/string.prototype.trimright/-/string.prototype.trimright-2.1.0.tgz",
      "integrity": "sha512-fXZTSV55dNBwv16uw+hh5jkghxSnc5oHq+5K/gXgizHwAvMetdAJlHqqoFC1FSDVPYWLkAKl2cxpUT41sV7nSg==",
      "requires": {
        "define-properties": "^1.1.3",
        "function-bind": "^1.1.1"
      }
    },
    "string_decoder": {
      "version": "1.1.1",
      "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
1821
      "integrity": "sha1-nPFhG6YmhdcDCunkujQUnDrwP8g=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1822
1823
1824
1825
1826
      "requires": {
        "safe-buffer": "~5.1.0"
      }
    },
    "strip-ansi": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1827
1828
1829
      "version": "4.0.0",
      "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz",
      "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1830
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1831
        "ansi-regex": "^3.0.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1832
1833
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1834
1835
1836
1837
1838
    "strip-eof": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz",
      "integrity": "sha1-u0P/VZim6wXYm1n80SnJgzE2Br8="
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1839
1840
1841
1842
1843
1844
    "strip-json-comments": {
      "version": "2.0.1",
      "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz",
      "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo="
    },
    "supports-color": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1845
1846
      "version": "5.5.0",
      "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
1847
      "integrity": "sha1-4uaaRKyHcveKHsCzW2id9lMO/I8=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1848
1849
1850
      "requires": {
        "has-flag": "^3.0.0"
      }
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1851
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1852
1853
1854
1855
1856
1857
1858
    "term-size": {
      "version": "1.2.0",
      "resolved": "https://registry.npmjs.org/term-size/-/term-size-1.2.0.tgz",
      "integrity": "sha1-RYuDiH8oj8Vtb/+/rSYuJmOO+mk=",
      "requires": {
        "execa": "^0.7.0"
      }
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1859
1860
    },
    "timed-out": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1861
1862
1863
      "version": "4.0.1",
      "resolved": "https://registry.npmjs.org/timed-out/-/timed-out-4.0.1.tgz",
      "integrity": "sha1-8y6srFoXW+ol1/q1Zas+2HQe9W8="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1864
1865
1866
1867
1868
1869
1870
    },
    "to-fast-properties": {
      "version": "1.0.3",
      "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.3.tgz",
      "integrity": "sha1-uDVx+k2MJbguIxsG46MFXeTKGkc="
    },
    "to-regex-range": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1871
1872
      "version": "5.0.1",
      "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
1873
      "integrity": "sha1-FkjESq58jZiKMmAY7XL1tN0DkuQ=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1874
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1875
        "is-number": "^7.0.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1876
1877
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1878
1879
1880
    "toidentifier": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.0.tgz",
1881
      "integrity": "sha1-fhvjRw8ed5SLxD2Uo8j013UrpVM="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1882
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1883
1884
1885
1886
1887
1888
    "token-stream": {
      "version": "0.0.1",
      "resolved": "https://registry.npmjs.org/token-stream/-/token-stream-0.0.1.tgz",
      "integrity": "sha1-zu78cXp2xDFvEm0LnbqlXX598Bo="
    },
    "touch": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1889
1890
      "version": "3.1.0",
      "resolved": "https://registry.npmjs.org/touch/-/touch-3.1.0.tgz",
1891
      "integrity": "sha1-/jZfX3XsntTlaCXgu3bSSrdK+Ds=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1892
1893
1894
1895
1896
1897
1898
      "requires": {
        "nopt": "~1.0.10"
      }
    },
    "type-is": {
      "version": "1.6.18",
      "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz",
1899
      "integrity": "sha1-TlUs0F3wlGfcvE73Od6J8s83wTE=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
      "requires": {
        "media-typer": "0.3.0",
        "mime-types": "~2.1.24"
      }
    },
    "uglify-js": {
      "version": "2.8.29",
      "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.8.29.tgz",
      "integrity": "sha1-KcVzMUgFe7Th913zW3qcty5qWd0=",
      "requires": {
        "source-map": "~0.5.1",
        "uglify-to-browserify": "~1.0.0",
        "yargs": "~3.10.0"
      },
      "dependencies": {
        "source-map": {
          "version": "0.5.7",
          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
          "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w="
        }
      }
    },
    "uglify-to-browserify": {
      "version": "1.0.2",
      "resolved": "https://registry.npmjs.org/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz",
      "integrity": "sha1-bgkk1r2mta/jSeOabWMoUKD4grc=",
      "optional": true
    },
    "uid-safe": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1929
1930
      "version": "2.1.5",
      "resolved": "https://registry.npmjs.org/uid-safe/-/uid-safe-2.1.5.tgz",
1931
      "integrity": "sha1-Kz1cckDo/C5Y+Komnl7knAhXvTo=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1932
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1933
        "random-bytes": "~1.0.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1934
1935
1936
      }
    },
    "undefsafe": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1937
1938
1939
1940
1941
1942
      "version": "2.0.2",
      "resolved": "https://registry.npmjs.org/undefsafe/-/undefsafe-2.0.2.tgz",
      "integrity": "sha1-Il9rngM3Zj4Njnz9aG/Cg2zKznY=",
      "requires": {
        "debug": "^2.2.0"
      }
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1943
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1944
1945
1946
1947
    "unique-string": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-1.0.0.tgz",
      "integrity": "sha1-nhBXzKhRq7kzmPizOuGHuZyuwRo=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1948
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1949
        "crypto-random-string": "^1.0.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1950
1951
1952
1953
1954
1955
1956
      }
    },
    "unpipe": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
      "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw="
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1957
1958
1959
1960
    "unzip-response": {
      "version": "2.0.1",
      "resolved": "https://registry.npmjs.org/unzip-response/-/unzip-response-2.0.1.tgz",
      "integrity": "sha1-0vD3N9FrBhXnKmk17QQhRXLVb5c="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1961
1962
    },
    "update-notifier": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1963
1964
      "version": "2.5.0",
      "resolved": "https://registry.npmjs.org/update-notifier/-/update-notifier-2.5.0.tgz",
1965
      "integrity": "sha1-0HRFk+E/Fh5AassdlAi3LK0Ir/Y=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1966
1967
1968
1969
1970
1971
1972
      "requires": {
        "boxen": "^1.2.1",
        "chalk": "^2.0.1",
        "configstore": "^3.0.0",
        "import-lazy": "^2.1.0",
        "is-ci": "^1.0.10",
        "is-installed-globally": "^0.1.0",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1973
        "is-npm": "^1.0.0",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1974
        "latest-version": "^3.0.0",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1975
        "semver-diff": "^2.0.0",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1976
        "xdg-basedir": "^3.0.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1977
1978
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1979
1980
1981
1982
1983
1984
1985
    "url-parse-lax": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/url-parse-lax/-/url-parse-lax-1.0.0.tgz",
      "integrity": "sha1-evjzA2Rem9eaJy56FKxovAYJ2nM=",
      "requires": {
        "prepend-http": "^1.0.1"
      }
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
    },
    "util-deprecate": {
      "version": "1.0.2",
      "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
      "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8="
    },
    "util.promisify": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.0.tgz",
      "integrity": "sha512-i+6qA2MPhvoKLuxnJNpXAGhg7HphQOSUq2LKMZD0m15EiskXUkMvKdF4Uui0WYeCUGea+o2cw/ZuwehtfsrNkA==",
      "requires": {
        "define-properties": "^1.1.2",
        "object.getownpropertydescriptors": "^2.0.3"
      }
    },
    "utils-merge": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2002
2003
2004
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz",
      "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2005
2006
    },
    "vary": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2007
2008
2009
      "version": "1.1.2",
      "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
      "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2010
2011
2012
2013
2014
2015
    },
    "void-elements": {
      "version": "2.0.1",
      "resolved": "https://registry.npmjs.org/void-elements/-/void-elements-2.0.1.tgz",
      "integrity": "sha1-wGavtYK7HLQSjWDqkjkulNXp2+w="
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2016
2017
2018
    "which": {
      "version": "1.3.1",
      "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
2019
      "integrity": "sha1-pFBD1U9YBTFtqNYvn1CRjT2nCwo=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2020
2021
2022
2023
2024
2025
2026
      "requires": {
        "isexe": "^2.0.0"
      }
    },
    "widest-line": {
      "version": "2.0.1",
      "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-2.0.1.tgz",
2027
      "integrity": "sha1-dDh2RzDsfvQ4HOTfgvuYpTFCo/w=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2028
2029
2030
2031
      "requires": {
        "string-width": "^2.1.1"
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2032
2033
2034
2035
2036
2037
    "window-size": {
      "version": "0.1.0",
      "resolved": "https://registry.npmjs.org/window-size/-/window-size-0.1.0.tgz",
      "integrity": "sha1-VDjNLqk7IC76Ohn+iIeu58lPnJ0="
    },
    "write-file-atomic": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2038
2039
      "version": "2.4.3",
      "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-2.4.3.tgz",
2040
      "integrity": "sha1-H9Lprh3z51uNjDZ0Q8aS1MqB9IE=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2041
2042
2043
      "requires": {
        "graceful-fs": "^4.1.11",
        "imurmurhash": "^0.1.4",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2044
        "signal-exit": "^3.0.2"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2045
2046
2047
      }
    },
    "xdg-basedir": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2048
2049
2050
      "version": "3.0.0",
      "resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-3.0.0.tgz",
      "integrity": "sha1-SWsswQnsqNus/i3HK2A8F8WHCtQ="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2051
2052
    },
    "xml-crypto": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2053
2054
      "version": "1.4.0",
      "resolved": "https://registry.npmjs.org/xml-crypto/-/xml-crypto-1.4.0.tgz",
2055
      "integrity": "sha1-3hzsjNMcvWic2Q09boon1K6Afec=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2056
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2057
2058
        "xmldom": "0.1.27",
        "xpath": "0.0.27"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2059
2060
2061
      }
    },
    "xml-encryption": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2062
2063
2064
      "version": "0.11.2",
      "resolved": "https://registry.npmjs.org/xml-encryption/-/xml-encryption-0.11.2.tgz",
      "integrity": "sha512-jVvES7i5ovdO7N+NjgncA326xYKjhqeAnnvIgRnY7ROLCfFqEDLwP0Sxp/30SHG0AXQV1048T5yinOFyvwGFzg==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2065
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2066
2067
2068
        "async": "^2.1.5",
        "ejs": "^2.5.6",
        "node-forge": "^0.7.0",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2069
        "xmldom": "~0.1.15",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2070
        "xpath": "0.0.27"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2071
2072
2073
      },
      "dependencies": {
        "async": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2074
2075
2076
2077
2078
2079
          "version": "2.6.3",
          "resolved": "https://registry.npmjs.org/async/-/async-2.6.3.tgz",
          "integrity": "sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==",
          "requires": {
            "lodash": "^4.17.14"
          }
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
        }
      }
    },
    "xml2js": {
      "version": "0.4.22",
      "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.4.22.tgz",
      "integrity": "sha512-MWTbxAQqclRSTnehWWe5nMKzI3VmJ8ltiJEco8akcC6j3miOhjjfzKum5sId+CWhfxdOs/1xauYr8/ZDBtQiRw==",
      "requires": {
        "sax": ">=0.6.0",
        "util.promisify": "~1.0.0",
        "xmlbuilder": "~11.0.0"
      }
    },
    "xmlbuilder": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2094
2095
      "version": "11.0.1",
      "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-11.0.1.tgz",
2096
      "integrity": "sha1-vpuuHIoEbnazESdyY0fQrXACvrM="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2097
2098
2099
2100
2101
2102
2103
    },
    "xmldom": {
      "version": "0.1.27",
      "resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.1.27.tgz",
      "integrity": "sha1-1QH5ezvbQDr4757MIFcxh6rawOk="
    },
    "xpath": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2104
2105
      "version": "0.0.27",
      "resolved": "https://registry.npmjs.org/xpath/-/xpath-0.0.27.tgz",
2106
      "integrity": "sha1-3TQh+9zFZGrDLEhTG01+nQws+pI="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2107
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2108
2109
2110
2111
    "yallist": {
      "version": "2.1.2",
      "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz",
      "integrity": "sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
    },
    "yargs": {
      "version": "3.10.0",
      "resolved": "https://registry.npmjs.org/yargs/-/yargs-3.10.0.tgz",
      "integrity": "sha1-9+572FfdfB0tOMDnTvvWgdFDH9E=",
      "requires": {
        "camelcase": "^1.0.2",
        "cliui": "^2.1.0",
        "decamelize": "^1.0.0",
        "window-size": "0.1.0"
      }
    }
  }
}