package-lock.json 79.5 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
      }
    },
    "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": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
105
106
107
          "version": "4.17.19",
          "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz",
          "integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ=="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
108
109
110
111
112
113
        }
      }
    },
    "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
        "qs": "6.7.0",
        "raw-body": "2.4.0",
        "type-is": "~1.6.17"
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
161
162
163
164
165
    "bowser": {
      "version": "2.9.0",
      "resolved": "https://registry.npmjs.org/bowser/-/bowser-2.9.0.tgz",
      "integrity": "sha512-2ld76tuLBNFekRgmJfT2+3j5MIrP6bFict8WAIT3beq+srz1gcKNAdNKMqHqauQt63NmAa88HfP1/Ypa9Er3HA=="
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
166
167
168
    "boxen": {
      "version": "1.3.0",
      "resolved": "https://registry.npmjs.org/boxen/-/boxen-1.3.0.tgz",
169
      "integrity": "sha1-VcbDmouljZxhrSLNh3Uy3rZlogs=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
      "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
185
186
187
188
189
      }
    },
    "brace-expansion": {
      "version": "1.1.11",
      "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
190
      "integrity": "sha1-PH/L9SnYcibz0vUrlm/1Jx60Qd0=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
191
192
193
194
195
196
      "requires": {
        "balanced-match": "^1.0.0",
        "concat-map": "0.0.1"
      }
    },
    "braces": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
197
198
      "version": "3.0.2",
      "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
199
      "integrity": "sha1-NFThpGLujVmeI23zNs2epPiv4Qc=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
200
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
201
        "fill-range": "^7.0.1"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
202
203
      }
    },
204
205
206
207
208
209
210
211
    "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
212
    "bytes": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
213
214
      "version": "3.1.0",
      "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz",
215
      "integrity": "sha1-9s95M6Ng4FiPqf3oVlHNx/gF0fY="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
216
217
218
219
220
221
    },
    "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
222
223
224
225
226
    "camelize": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/camelize/-/camelize-1.0.0.tgz",
      "integrity": "sha1-FkpUg+Yw+kMh5a8HAg5TGDGyYJs="
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
227
228
229
    "capture-stack-trace": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/capture-stack-trace/-/capture-stack-trace-1.0.1.tgz",
230
      "integrity": "sha1-psC74fOPOqC5Ijjstv9Cw0TUE10="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
231
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
232
233
234
235
236
237
238
239
240
241
    "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
242
243
      "version": "2.4.2",
      "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
244
      "integrity": "sha1-zUJUFnelQzPPVBpJEIwUMrRMlCQ=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
245
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
246
247
248
        "ansi-styles": "^3.2.1",
        "escape-string-regexp": "^1.0.5",
        "supports-color": "^5.3.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
249
250
251
      }
    },
    "chokidar": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
252
253
254
255
256
257
258
259
260
261
262
263
      "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
264
265
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
266
267
268
    "ci-info": {
      "version": "1.6.0",
      "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-1.6.0.tgz",
269
      "integrity": "sha1-LKINu5zrMtRSSmgzAzE/AwSx5Jc="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
270
271
272
273
274
275
    },
    "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
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
    "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
293
294
295
    "color-convert": {
      "version": "1.9.3",
      "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
296
      "integrity": "sha1-u3GFBpDh8TZWfeYp0tVHHe2kweg=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
297
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
298
        "color-name": "1.1.3"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
299
300
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
301
302
303
304
    "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
305
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
    "compressible": {
      "version": "2.0.18",
      "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz",
      "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==",
      "requires": {
        "mime-db": ">= 1.43.0 < 2"
      },
      "dependencies": {
        "mime-db": {
          "version": "1.44.0",
          "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.44.0.tgz",
          "integrity": "sha512-/NOTfLrsPBVeH7YtFPgsVWveuL+4SjjYxaQ1xtM1KMFj7HdxlBlxeyNLzhyJVx7r4rZGJAZ/6lkKCitSc/Nmpg=="
        }
      }
    },
    "compression": {
      "version": "1.7.4",
      "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz",
      "integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==",
      "requires": {
        "accepts": "~1.3.5",
        "bytes": "3.0.0",
        "compressible": "~2.0.16",
        "debug": "2.6.9",
        "on-headers": "~1.0.2",
        "safe-buffer": "5.1.2",
        "vary": "~1.1.2"
      },
      "dependencies": {
        "bytes": {
          "version": "3.0.0",
          "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz",
          "integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg="
        }
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
342
343
344
345
346
347
    "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
348
349
      "version": "3.1.2",
      "resolved": "https://registry.npmjs.org/configstore/-/configstore-3.1.2.tgz",
350
      "integrity": "sha1-xvJd767vJt8S3TNBSwAf6BpUP48=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
351
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
352
        "dot-prop": "^4.1.0",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
353
        "graceful-fs": "^4.1.2",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
354
355
356
357
        "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
358
359
360
361
362
363
364
365
      }
    },
    "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
366
367
      "version": "3.1.2",
      "resolved": "https://registry.npmjs.org/constantinople/-/constantinople-3.1.2.tgz",
368
      "integrity": "sha1-1F7XJPV9PRBQABen06iJwTga5kc=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
369
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
370
371
372
373
        "@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
374
375
376
      }
    },
    "content-disposition": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
377
378
      "version": "0.5.3",
      "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.3.tgz",
379
      "integrity": "sha1-4TDK9+cnkIfFYWwgB9BIVpiYT70=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
380
381
382
      "requires": {
        "safe-buffer": "5.1.2"
      }
Rosanny Sihombing's avatar
Rosanny Sihombing committed
383
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
384
385
386
387
388
    "content-security-policy-builder": {
      "version": "2.1.0",
      "resolved": "https://registry.npmjs.org/content-security-policy-builder/-/content-security-policy-builder-2.1.0.tgz",
      "integrity": "sha512-/MtLWhJVvJNkA9dVLAp6fg9LxD2gfI6R2Fi1hPmfjYXSahJJzcfvoeDOxSyp4NvxMuwWv3WMssE9o31DoULHrQ=="
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
389
390
391
    "content-type": {
      "version": "1.0.4",
      "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz",
392
      "integrity": "sha1-4TjMdeBAxyexlm/l5fjJruJW/js="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
    },
    "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
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
    "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
440
441
442
443
    },
    "crypto": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/crypto/-/crypto-1.0.1.tgz",
444
      "integrity": "sha1-KvG3ytgXXSTIobB3glV5SiGAMDc="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
445
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
446
447
448
449
450
    "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
451
452
453
454
455
    "dasherize": {
      "version": "2.0.0",
      "resolved": "https://registry.npmjs.org/dasherize/-/dasherize-2.0.0.tgz",
      "integrity": "sha1-bYCcnNDPe7iVLYD8hPoT1H3bEwg="
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
456
    "debug": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
457
458
      "version": "2.6.9",
      "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
459
      "integrity": "sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
460
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
461
462
463
464
465
466
467
468
        "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
469
470
471
472
473
474
475
476
477
478
      }
    },
    "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",
479
      "integrity": "sha1-xPp8lUBKF6nD6Mp+FTcxK3NjMKw="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
    },
    "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="
    },
499
500
501
502
503
504
505
506
    "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
507
508
509
510
511
    "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
512
513
514
515
516
    "dont-sniff-mimetype": {
      "version": "1.1.0",
      "resolved": "https://registry.npmjs.org/dont-sniff-mimetype/-/dont-sniff-mimetype-1.1.0.tgz",
      "integrity": "sha512-ZjI4zqTaxveH2/tTlzS1wFp+7ncxNZaIEWYg3lzZRHkKf5zPT/MnEG6WL0BhHMJUabkh8GeU5NL5j+rEUCb7Ug=="
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
517
518
519
    "dot-prop": {
      "version": "4.2.0",
      "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-4.2.0.tgz",
520
      "integrity": "sha1-HxngwuGqDjJ5fEl5nyg3rGr2nFc=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
521
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
522
        "is-obj": "^1.0.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
523
524
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
525
526
527
528
529
    "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
530
531
532
533
534
535
    "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
536
537
538
      "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
539
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
540
541
542
543
    "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
544
545
546
547
548
549
550
551
552
553
554
    },
    "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
555
556
557
      "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
558
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
559
        "es-to-primitive": "^1.2.1",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
560
561
        "function-bind": "^1.1.1",
        "has": "^1.0.3",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
562
        "has-symbols": "^1.0.1",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
563
564
        "is-callable": "^1.1.4",
        "is-regex": "^1.0.4",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
565
        "object-inspect": "^1.7.0",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
566
567
568
569
570
571
        "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
572
573
574
      "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
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
      "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",
594
      "integrity": "sha1-dNLrTeC42hKTcRkQ1Qd1ubcQ72Q="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
595
596
    },
    "etag": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
597
598
599
      "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
600
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
601
602
603
604
    "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
605
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
606
607
608
609
610
611
612
        "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
613
614
615
      }
    },
    "express": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
616
617
      "version": "4.17.1",
      "resolved": "https://registry.npmjs.org/express/-/express-4.17.1.tgz",
618
      "integrity": "sha1-RJH8OGBc9R+GKdOcK10Cb5ikwTQ=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
619
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
620
        "accepts": "~1.3.7",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
621
        "array-flatten": "1.1.1",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
622
623
624
625
        "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
626
        "cookie-signature": "1.0.6",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
627
628
629
        "debug": "2.6.9",
        "depd": "~1.1.2",
        "encodeurl": "~1.0.2",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
630
        "escape-html": "~1.0.3",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
631
632
633
        "etag": "~1.8.1",
        "finalhandler": "~1.1.2",
        "fresh": "0.5.2",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
634
635
636
        "merge-descriptors": "1.0.1",
        "methods": "~1.1.2",
        "on-finished": "~2.3.0",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
637
        "parseurl": "~1.3.3",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
638
        "path-to-regexp": "0.1.7",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
639
640
641
642
643
644
645
646
647
648
649
        "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
650
651
652
      },
      "dependencies": {
        "cookie": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
653
654
          "version": "0.4.0",
          "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.0.tgz",
655
          "integrity": "sha1-vrQ35wIrO21JAZ0IhmUwPr6cFLo="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
656
657
658
        }
      }
    },
659
660
661
662
663
664
665
666
    "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
667
668
669
670
671
672
673
674
675
    "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
676
677
      "version": "1.17.0",
      "resolved": "https://registry.npmjs.org/express-session/-/express-session-1.17.0.tgz",
678
      "integrity": "sha1-m1DbteigPDU3NoE48HJzYVC3+bM=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
679
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
680
        "cookie": "0.4.0",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
681
        "cookie-signature": "1.0.6",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
682
683
684
685
686
687
        "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
688
689
690
      },
      "dependencies": {
        "cookie": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
691
692
          "version": "0.4.0",
          "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.0.tgz",
693
          "integrity": "sha1-vrQ35wIrO21JAZ0IhmUwPr6cFLo="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
694
695
696
697
        },
        "depd": {
          "version": "2.0.0",
          "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
698
          "integrity": "sha1-tpYWPMdXVg0JzyLMj60Vcbeedt8="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
699
700
701
702
        },
        "safe-buffer": {
          "version": "5.2.0",
          "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.0.tgz",
703
          "integrity": "sha1-t02uxJsRSPiMZLaNSbHoFcHy9Rk="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
704
705
706
        }
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
707
708
709
710
711
    "feature-policy": {
      "version": "0.3.0",
      "resolved": "https://registry.npmjs.org/feature-policy/-/feature-policy-0.3.0.tgz",
      "integrity": "sha512-ZtijOTFN7TzCujt1fnNhfWPFPSHeZkesff9AXZj+UEjYBynWNUIYpC87Ve4wHzyexQsImicLu7WsC2LHq7/xrQ=="
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
712
    "fill-range": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
713
714
      "version": "7.0.1",
      "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
715
      "integrity": "sha1-GRmmp8df44ssfHflGYU12prN2kA=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
716
717
      "requires": {
        "to-regex-range": "^5.0.1"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
718
719
720
      }
    },
    "finalhandler": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
721
722
      "version": "1.1.2",
      "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz",
723
      "integrity": "sha1-t+fQAP/RGTjQ/bBTUG9uur6fWH0=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
724
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
725
726
        "debug": "2.6.9",
        "encodeurl": "~1.0.2",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
727
728
        "escape-html": "~1.0.3",
        "on-finished": "~2.3.0",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
729
730
        "parseurl": "~1.3.3",
        "statuses": "~1.5.0",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
731
732
733
734
735
736
737
738
739
        "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
740
741
742
      "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
743
744
745
746
747
748
749
    },
    "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
750
751
752
753
754
755
756
757
      "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",
758
      "integrity": "sha1-pWiZ0+o8m6uHS7l3O3xe3pL0iV0="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
759
760
761
762
763
764
765
766
767
    },
    "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",
768
      "integrity": "sha1-X0wdHnSNMM1zrSlEs1d6gbCB6MI=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
      "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",
802
      "integrity": "sha1-ShL/G2A3bvCYYsIJPt2Qgyi+hCM="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
803
804
805
806
    },
    "has": {
      "version": "1.0.3",
      "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
807
      "integrity": "sha1-ci18v8H2qoJB8W3YFOAR4fQeh5Y=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
808
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
809
810
811
812
813
814
815
816
817
818
819
820
821
        "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=="
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
    "helmet": {
      "version": "3.23.3",
      "resolved": "https://registry.npmjs.org/helmet/-/helmet-3.23.3.tgz",
      "integrity": "sha512-U3MeYdzPJQhtvqAVBPntVgAvNSOJyagwZwyKsFdyRa8TV3pOKVFljalPOCxbw5Wwf2kncGhmP0qHjyazIdNdSA==",
      "requires": {
        "depd": "2.0.0",
        "dont-sniff-mimetype": "1.1.0",
        "feature-policy": "0.3.0",
        "helmet-crossdomain": "0.4.0",
        "helmet-csp": "2.10.0",
        "hide-powered-by": "1.1.0",
        "hpkp": "2.0.0",
        "hsts": "2.2.0",
        "nocache": "2.1.0",
        "referrer-policy": "1.2.0",
        "x-xss-protection": "1.3.0"
      },
      "dependencies": {
        "depd": {
          "version": "2.0.0",
          "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
          "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw=="
        }
      }
    },
    "helmet-crossdomain": {
      "version": "0.4.0",
      "resolved": "https://registry.npmjs.org/helmet-crossdomain/-/helmet-crossdomain-0.4.0.tgz",
      "integrity": "sha512-AB4DTykRw3HCOxovD1nPR16hllrVImeFp5VBV9/twj66lJ2nU75DP8FPL0/Jp4jj79JhTfG+pFI2MD02kWJ+fA=="
    },
    "helmet-csp": {
      "version": "2.10.0",
      "resolved": "https://registry.npmjs.org/helmet-csp/-/helmet-csp-2.10.0.tgz",
      "integrity": "sha512-Rz953ZNEFk8sT2XvewXkYN0Ho4GEZdjAZy4stjiEQV3eN7GDxg1QKmYggH7otDyIA7uGA6XnUMVSgeJwbR5X+w==",
      "requires": {
        "bowser": "2.9.0",
        "camelize": "1.0.0",
        "content-security-policy-builder": "2.1.0",
        "dasherize": "2.0.0"
      }
    },
    "hide-powered-by": {
      "version": "1.1.0",
      "resolved": "https://registry.npmjs.org/hide-powered-by/-/hide-powered-by-1.1.0.tgz",
      "integrity": "sha512-Io1zA2yOA1YJslkr+AJlWSf2yWFkKjvkcL9Ni1XSUqnGLr/qRQe2UI3Cn/J9MsJht7yEVCe0SscY1HgVMujbgg=="
    },
    "hpkp": {
      "version": "2.0.0",
      "resolved": "https://registry.npmjs.org/hpkp/-/hpkp-2.0.0.tgz",
      "integrity": "sha1-EOFCJk52IVpdMMROxD3mTe5tFnI="
    },
    "hsts": {
      "version": "2.2.0",
      "resolved": "https://registry.npmjs.org/hsts/-/hsts-2.2.0.tgz",
      "integrity": "sha512-ToaTnQ2TbJkochoVcdXYm4HOCliNozlviNsg+X2XQLQvZNI/kCHR9rZxVYpJB3UPcHz80PgxRyWQ7PdU1r+VBQ==",
      "requires": {
        "depd": "2.0.0"
      },
      "dependencies": {
        "depd": {
          "version": "2.0.0",
          "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
          "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw=="
        }
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
888
889
890
    "http-errors": {
      "version": "1.7.2",
      "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.7.2.tgz",
891
      "integrity": "sha1-T1ApzxMjnzEDblsuVSkrz7zIXI8=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
892
893
894
895
896
897
      "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
898
899
900
901
      },
      "dependencies": {
        "inherits": {
          "version": "2.0.3",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
902
903
          "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
          "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
904
905
906
        }
      }
    },
907
908
909
910
911
912
913
914
915
916
917
918
919
    "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
920
921
922
    "iconv-lite": {
      "version": "0.4.24",
      "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
923
      "integrity": "sha1-ICK0sl+93CHS9SSXSkdKr+czkIs=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
924
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
925
        "safer-buffer": ">= 2.1.2 < 3"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
926
927
928
929
930
931
932
      }
    },
    "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
933
934
935
936
937
    "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
938
939
940
941
942
943
944
945
    "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",
946
      "integrity": "sha1-7uJfVtscnsYIXgwid4CD9Zar+Sc="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
947
948
    },
    "ipaddr.js": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
949
950
951
      "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
952
953
    },
    "is-binary-path": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
954
955
      "version": "2.1.0",
      "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
956
      "integrity": "sha1-6h9/O4DwZCNug0cPhsCcJU+0Wwk=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
957
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
958
        "binary-extensions": "^2.0.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
959
960
961
962
963
      }
    },
    "is-buffer": {
      "version": "1.1.6",
      "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz",
964
      "integrity": "sha1-76ouqdqg16suoTqXsritUf776L4="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
965
966
967
968
969
970
    },
    "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
971
972
973
    "is-ci": {
      "version": "1.2.1",
      "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-1.2.1.tgz",
974
      "integrity": "sha1-43ecjuF/zPQoSI9uKBGH8uYyhBw=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
975
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
976
        "ci-info": "^1.5.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
      }
    },
    "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
1001
1002
1003
      "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
1004
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1005
1006
1007
1008
1009
1010
1011
1012
    "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",
1013
      "integrity": "sha1-dWfb6fL14kZ7x3q4PEopSCQHpdw=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1014
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1015
        "is-extglob": "^2.1.1"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1016
1017
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1018
1019
1020
1021
    "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
1022
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1023
1024
        "global-dirs": "^0.1.0",
        "is-path-inside": "^1.0.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1025
1026
1027
1028
1029
1030
1031
1032
      }
    },
    "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
1033
1034
      "version": "7.0.0",
      "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
1035
      "integrity": "sha1-dTU0W4lnNNX4DE0GxQlVUnoU8Ss="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1036
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1037
1038
1039
1040
1041
1042
1043
1044
1045
    "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
1046
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1047
        "path-is-inside": "^1.0.1"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
      }
    },
    "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
1068
1069
1070
    "is-retry-allowed": {
      "version": "1.2.0",
      "resolved": "https://registry.npmjs.org/is-retry-allowed/-/is-retry-allowed-1.2.0.tgz",
1071
      "integrity": "sha1-13hIi9CkZmo76KFIK58rqv7eqLQ="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1072
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1073
1074
1075
1076
1077
1078
    "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
1079
1080
1081
      "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
1082
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1083
        "has-symbols": "^1.0.1"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1084
1085
1086
1087
1088
1089
1090
      }
    },
    "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
1091
1092
1093
1094
    "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
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
    },
    "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
1110
1111
1112
      "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
1113
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1114
        "package-json": "^4.0.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1115
1116
1117
1118
1119
1120
1121
1122
      }
    },
    "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
1123
1124
1125
      "version": "4.17.19",
      "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz",
      "integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ=="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1126
1127
1128
1129
1130
1131
1132
1133
1134
    },
    "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",
1135
      "integrity": "sha1-b54wtHCE2XGnyCD/FabFFnt0wm8="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1136
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1137
1138
1139
    "lru-cache": {
      "version": "4.1.5",
      "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz",
1140
      "integrity": "sha1-i75Q6oW+1ZvJ4z3KuCNe6bz0Q80=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1141
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1142
1143
        "pseudomap": "^1.0.2",
        "yallist": "^2.1.2"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1144
1145
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1146
1147
1148
    "make-dir": {
      "version": "1.3.0",
      "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-1.3.0.tgz",
1149
      "integrity": "sha1-ecEDO4BRW9bSTsmTPoYMp17ifww=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1150
1151
1152
      "requires": {
        "pify": "^3.0.0"
      }
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1153
    },
1154
1155
1156
1157
1158
1159
1160
1161
    "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",
1162
      "integrity": "sha1-4izW0VoKf0wDrsVg23ZRPaYVvtQ="
1163
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
    "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="
    },
1174
1175
1176
    "messageformat": {
      "version": "2.3.0",
      "resolved": "https://registry.npmjs.org/messageformat/-/messageformat-2.3.0.tgz",
1177
      "integrity": "sha1-3iY8SQKdXq5l1+4l4HVPV/QlrZE=",
1178
1179
1180
1181
1182
1183
1184
1185
1186
      "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",
1187
          "integrity": "sha1-8j3gjv2wysLgybqfMVsN/2tMJzU=",
1188
1189
1190
1191
1192
1193
1194
1195
1196
          "requires": {
            "minimist": "^1.2.0"
          }
        }
      }
    },
    "messageformat-formatters": {
      "version": "2.0.1",
      "resolved": "https://registry.npmjs.org/messageformat-formatters/-/messageformat-formatters-2.0.1.tgz",
1197
      "integrity": "sha1-BJLBQCpId191HJsXwDVOkr4BKwg="
1198
1199
1200
1201
    },
    "messageformat-parser": {
      "version": "4.1.2",
      "resolved": "https://registry.npmjs.org/messageformat-parser/-/messageformat-parser-4.1.2.tgz",
1202
      "integrity": "sha1-/TTsOZEqFIaKFZXq63QkhauKs3I="
1203
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1204
1205
1206
1207
1208
1209
    "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
1210
1211
      "version": "1.6.0",
      "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",
1212
      "integrity": "sha1-Ms2eXGRVO9WNGaVor0Uqz/BJgbE="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
    },
    "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",
1230
      "integrity": "sha1-UWbihkV/AzBgZL5Ul+jbsMPTIIM=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1231
1232
1233
1234
1235
      "requires": {
        "brace-expansion": "^1.1.7"
      }
    },
    "minimist": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1236
1237
1238
      "version": "1.2.5",
      "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz",
      "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw=="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1239
1240
    },
    "morgan": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1241
1242
      "version": "1.9.1",
      "resolved": "https://registry.npmjs.org/morgan/-/morgan-1.9.1.tgz",
1243
      "integrity": "sha1-Co0Wc0odmvvIJLmd+H5zjlji2lk=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1244
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1245
1246
1247
        "basic-auth": "~2.0.0",
        "debug": "2.6.9",
        "depd": "~1.1.2",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1248
1249
1250
1251
1252
        "on-finished": "~2.3.0",
        "on-headers": "~1.0.1"
      }
    },
    "ms": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1253
1254
1255
      "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
1256
    },
1257
1258
1259
1260
1261
    "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
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
    "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",
1276
      "integrity": "sha1-/qz3zPUlp3rpY0Q2pkiD/+yjRvs="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1277
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1278
1279
1280
1281
1282
    "nocache": {
      "version": "2.1.0",
      "resolved": "https://registry.npmjs.org/nocache/-/nocache-2.1.0.tgz",
      "integrity": "sha512-0L9FvHG3nfnnmaEQPjT9xhfN4ISk0A8/2j4M37Np4mcDesJjHgEUfgPhdCyZuFI954tjokaIj/A3NdpFNdEh4Q=="
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1283
    "node-forge": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1284
1285
      "version": "0.7.6",
      "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-0.7.6.tgz",
1286
      "integrity": "sha1-/fO0GK7h+U8O9kLNY0hsd8qXJKw="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1287
1288
1289
1290
1291
1292
1293
    },
    "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
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
      "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",
1313
          "integrity": "sha1-6D0X3hbYp++3cX7b5fsQE17uYps=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1314
1315
1316
1317
          "requires": {
            "ms": "^2.1.1"
          }
        }
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
      }
    },
    "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
1329
1330
      "version": "3.0.0",
      "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
1331
      "integrity": "sha1-Dc1p/yOhybEf0JeDFmRKA4ghamU="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1332
1333
1334
1335
1336
    },
    "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
1337
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1338
        "path-key": "^2.0.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1339
1340
1341
1342
1343
1344
1345
1346
      }
    },
    "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
1347
1348
1349
      "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
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
    },
    "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",
1376
      "integrity": "sha1-dysK5qqlJcOZ5Imt+tkMQD6zwo8="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1377
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1378
1379
1380
1381
    "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
1382
1383
    },
    "package-json": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1384
1385
1386
      "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
1387
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1388
1389
1390
1391
        "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
1392
1393
1394
1395
1396
      }
    },
    "parseurl": {
      "version": "1.3.3",
      "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
1397
      "integrity": "sha1-naGee+6NEt/wUT7Vt2lXeTvC6NQ="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
    },
    "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
1409
1410
1411
      "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
1412
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1413
        "debug": "^3.1.0",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1414
        "passport-strategy": "*",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1415
1416
1417
        "q": "^1.5.0",
        "xml-crypto": "^1.1.4",
        "xml-encryption": "^0.11.0",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1418
        "xml2js": "0.4.x",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1419
        "xmlbuilder": "^11.0.0",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1420
        "xmldom": "0.1.x"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1421
1422
1423
1424
1425
      },
      "dependencies": {
        "debug": {
          "version": "3.2.6",
          "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz",
1426
          "integrity": "sha1-6D0X3hbYp++3cX7b5fsQE17uYps=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1427
1428
1429
1430
          "requires": {
            "ms": "^2.1.1"
          }
        }
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1431
1432
1433
1434
1435
1436
1437
      }
    },
    "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
1438
1439
1440
1441
1442
1443
1444
1445
1446
    "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
1447
1448
1449
1450
    },
    "path-parse": {
      "version": "1.0.6",
      "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz",
1451
      "integrity": "sha1-1i27VnlAXXLEc37FhgDp3c8G0kw="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
    },
    "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
1463
1464
1465
1466
    "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
1467
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1468
1469
1470
1471
    "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
1472
1473
1474
1475
1476
1477
1478
1479
1480
    },
    "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",
1481
      "integrity": "sha1-eCDZsWEgzFXKmud5JoCufbptf+I="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1482
1483
    },
    "proxy-addr": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1484
1485
1486
      "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
1487
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1488
1489
        "forwarded": "~0.1.2",
        "ipaddr.js": "1.9.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1490
1491
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1492
1493
1494
1495
1496
1497
1498
1499
    "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",
1500
      "integrity": "sha1-x2ljooBH7WFULcNhqibuVaf6FfM="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1501
1502
1503
1504
    },
    "pug": {
      "version": "2.0.4",
      "resolved": "https://registry.npmjs.org/pug/-/pug-2.0.4.tgz",
1505
      "integrity": "sha1-7naC7ApgSUs41IqI8F87CskxN30=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
      "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",
1520
      "integrity": "sha1-svRMQ55OtK1dTvJcrCDRitKMwzY=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1521
1522
1523
1524
1525
1526
1527
1528
1529
      "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",
1530
      "integrity": "sha1-rQlnFirqB33PeHg42U7RSssCF8I=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
      "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",
1587
      "integrity": "sha1-80L7AIdS1YA0wYXeA2At2f/hX6Y="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1588
1589
1590
1591
    },
    "pug-filters": {
      "version": "3.1.1",
      "resolved": "https://registry.npmjs.org/pug-filters/-/pug-filters-3.1.1.tgz",
1592
      "integrity": "sha1-qyzILbnuzPV4vaiRMOJSoNsCaqc=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
      "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",
1643
      "integrity": "sha1-UxzeSMfAsfy7wrhUhchmXjFInP0=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
      "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",
1663
      "integrity": "sha1-9b8hiw79Zc5mcPevxRZY0Pgpifs=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1664
1665
1666
1667
1668
1669
1670
1671
      "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",
1672
      "integrity": "sha1-04yF64X24vcE3qFNzKlBRNNdPns=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1673
1674
1675
1676
1677
1678
1679
1680
      "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",
1681
      "integrity": "sha1-A+etpItoQL04Ivhn19kPhC0P/ck=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1682
1683
1684
1685
1686
1687
1688
1689
      "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",
1690
      "integrity": "sha1-baeXbDa/IvaOczw1kkDYrnoylTo="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1691
1692
1693
1694
    },
    "pug-strip-comments": {
      "version": "1.0.4",
      "resolved": "https://registry.npmjs.org/pug-strip-comments/-/pug-strip-comments-1.0.4.tgz",
1695
      "integrity": "sha1-zBtt4fbo9ZMc8C7GbN/9P1Dq+Kg=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1696
1697
1698
1699
1700
1701
1702
      "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",
1703
      "integrity": "sha1-tAj2fyeRL4wh2i9FtyMMS9Kl6no="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1704
1705
    },
    "q": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1706
1707
1708
      "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
1709
1710
    },
    "qs": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1711
1712
      "version": "6.7.0",
      "resolved": "https://registry.npmjs.org/qs/-/qs-6.7.0.tgz",
1713
      "integrity": "sha1-QdwaAV49WB8WIXdr4xr7KHapsbw="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1714
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1715
1716
1717
1718
    "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
1719
1720
    },
    "range-parser": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1721
1722
      "version": "1.2.1",
      "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
1723
      "integrity": "sha1-PPNwI9GZ4cJNGlW4SADC8+ZGgDE="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1724
1725
    },
    "raw-body": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1726
1727
      "version": "2.4.0",
      "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.0.tgz",
1728
      "integrity": "sha1-oc5vucm8NWylLoklarWQWeE9AzI=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1729
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1730
1731
1732
        "bytes": "3.1.0",
        "http-errors": "1.7.2",
        "iconv-lite": "0.4.24",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1733
1734
1735
1736
1737
1738
        "unpipe": "1.0.0"
      }
    },
    "rc": {
      "version": "1.2.8",
      "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz",
1739
      "integrity": "sha1-zZJL9SAKB1uDwYjNa54hG3/A0+0=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
      "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
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
      "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
1762
          "version": "2.0.4",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1763
1764
          "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
          "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1765
1766
1767
        }
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1768
1769
1770
1771
1772
1773
1774
1775
    "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
1776
1777
1778
1779
1780
    "referrer-policy": {
      "version": "1.2.0",
      "resolved": "https://registry.npmjs.org/referrer-policy/-/referrer-policy-1.2.0.tgz",
      "integrity": "sha512-LgQJIuS6nAy1Jd88DCQRemyE3mS+ispwlqMk3b0yjZ257fI1v9c+/p6SD5gP5FGyXUIgrNOAfmyioHwZtYv2VA=="
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1781
1782
1783
    "regenerator-runtime": {
      "version": "0.11.1",
      "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz",
1784
      "integrity": "sha1-vgWtf5v30i4Fb5cmzuUBf78Z4uk="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1785
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1786
1787
1788
    "registry-auth-token": {
      "version": "3.4.0",
      "resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-3.4.0.tgz",
1789
      "integrity": "sha1-10RoFUM/XV7WQxzV3KIQSPZrOX4=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1790
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1791
1792
        "rc": "^1.1.6",
        "safe-buffer": "^5.0.1"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
      }
    },
    "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",
1827
      "integrity": "sha1-mR7GnSluAxN0fVm9/St0XDX4go0="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1828
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1829
1830
1831
    "safer-buffer": {
      "version": "2.1.2",
      "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
1832
      "integrity": "sha1-RPoWGwGHuVSd2Eu5GAL5vYOFzWo="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1833
1834
1835
1836
    },
    "sax": {
      "version": "1.2.4",
      "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz",
1837
      "integrity": "sha1-KBYjTiN4vdxOU1T6tcqold9xANk="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1838
1839
1840
1841
    },
    "semver": {
      "version": "5.7.1",
      "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
1842
      "integrity": "sha1-qVT5Ma66UI0we78Gnv8MAclhFvc="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
    },
    "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
1853
1854
      "version": "0.17.1",
      "resolved": "https://registry.npmjs.org/send/-/send-0.17.1.tgz",
1855
      "integrity": "sha1-wdiwWfeQD3Rm3Uk4vcROEd2zdsg=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1856
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1857
1858
        "debug": "2.6.9",
        "depd": "~1.1.2",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1859
        "destroy": "~1.0.4",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1860
        "encodeurl": "~1.0.2",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1861
        "escape-html": "~1.0.3",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1862
1863
1864
1865
1866
        "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
1867
        "on-finished": "~2.3.0",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1868
1869
        "range-parser": "~1.2.1",
        "statuses": "~1.5.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1870
1871
      },
      "dependencies": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1872
1873
1874
        "ms": {
          "version": "2.1.1",
          "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz",
1875
          "integrity": "sha1-MKWGTrPrsKZvLr5tcnrwagnYbgo="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1876
1877
1878
1879
        }
      }
    },
    "serve-static": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1880
1881
      "version": "1.14.1",
      "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.14.1.tgz",
1882
      "integrity": "sha1-Zm5jbcTwEPfvKZcKiKZ0MgiYsvk=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1883
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1884
        "encodeurl": "~1.0.2",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1885
        "escape-html": "~1.0.3",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1886
1887
        "parseurl": "~1.3.3",
        "send": "0.17.1"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1888
1889
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1890
1891
1892
    "setprototypeof": {
      "version": "1.1.1",
      "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz",
1893
      "integrity": "sha1-fpWsskqpL1iF4KvvW6ExMw1K5oM="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1894
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1895
1896
1897
1898
    "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
1899
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1900
        "shebang-regex": "^1.0.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1901
1902
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1903
1904
1905
1906
    "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
1907
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1908
1909
1910
1911
    "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
1912
    },
1913
1914
1915
    "sprintf-js": {
      "version": "1.1.2",
      "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.2.tgz",
1916
      "integrity": "sha1-2hdlJiv4wPVxdJ8q1sJjACB65nM="
1917
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
    "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="
    },
1928
1929
1930
1931
1932
    "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
1933
1934
1935
    "string-width": {
      "version": "2.1.1",
      "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz",
1936
      "integrity": "sha1-q5Pyeo3BPSjKyBXEYhQ6bZASrp4=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1937
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1938
1939
        "is-fullwidth-code-point": "^2.0.0",
        "strip-ansi": "^4.0.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
      }
    },
    "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",
1963
      "integrity": "sha1-nPFhG6YmhdcDCunkujQUnDrwP8g=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1964
1965
1966
1967
1968
      "requires": {
        "safe-buffer": "~5.1.0"
      }
    },
    "strip-ansi": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1969
1970
1971
      "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
1972
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1973
        "ansi-regex": "^3.0.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1974
1975
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1976
1977
1978
1979
1980
    "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
1981
1982
1983
1984
1985
1986
    "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
1987
1988
      "version": "5.5.0",
      "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
1989
      "integrity": "sha1-4uaaRKyHcveKHsCzW2id9lMO/I8=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1990
1991
1992
      "requires": {
        "has-flag": "^3.0.0"
      }
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1993
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1994
1995
1996
1997
1998
1999
2000
    "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
2001
2002
    },
    "timed-out": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2003
2004
2005
      "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
2006
2007
2008
2009
2010
2011
2012
    },
    "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
2013
2014
      "version": "5.0.1",
      "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
2015
      "integrity": "sha1-FkjESq58jZiKMmAY7XL1tN0DkuQ=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2016
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2017
        "is-number": "^7.0.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2018
2019
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2020
2021
2022
    "toidentifier": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.0.tgz",
2023
      "integrity": "sha1-fhvjRw8ed5SLxD2Uo8j013UrpVM="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2024
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2025
2026
2027
2028
2029
2030
    "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
2031
2032
      "version": "3.1.0",
      "resolved": "https://registry.npmjs.org/touch/-/touch-3.1.0.tgz",
2033
      "integrity": "sha1-/jZfX3XsntTlaCXgu3bSSrdK+Ds=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2034
2035
2036
2037
2038
2039
2040
      "requires": {
        "nopt": "~1.0.10"
      }
    },
    "type-is": {
      "version": "1.6.18",
      "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz",
2041
      "integrity": "sha1-TlUs0F3wlGfcvE73Od6J8s83wTE=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
      "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
2071
2072
      "version": "2.1.5",
      "resolved": "https://registry.npmjs.org/uid-safe/-/uid-safe-2.1.5.tgz",
2073
      "integrity": "sha1-Kz1cckDo/C5Y+Komnl7knAhXvTo=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2074
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2075
        "random-bytes": "~1.0.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2076
2077
2078
      }
    },
    "undefsafe": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2079
2080
2081
2082
2083
2084
      "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
2085
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2086
2087
2088
2089
    "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
2090
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2091
        "crypto-random-string": "^1.0.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2092
2093
2094
2095
2096
2097
2098
      }
    },
    "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
2099
2100
2101
2102
    "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
2103
2104
    },
    "update-notifier": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2105
2106
      "version": "2.5.0",
      "resolved": "https://registry.npmjs.org/update-notifier/-/update-notifier-2.5.0.tgz",
2107
      "integrity": "sha1-0HRFk+E/Fh5AassdlAi3LK0Ir/Y=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2108
2109
2110
2111
2112
2113
2114
      "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
2115
        "is-npm": "^1.0.0",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2116
        "latest-version": "^3.0.0",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2117
        "semver-diff": "^2.0.0",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2118
        "xdg-basedir": "^3.0.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2119
2120
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2121
2122
2123
2124
2125
2126
2127
    "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
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
    },
    "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
2144
2145
2146
      "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
2147
2148
    },
    "vary": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2149
2150
2151
      "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
2152
2153
2154
2155
2156
2157
    },
    "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
2158
2159
2160
    "which": {
      "version": "1.3.1",
      "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
2161
      "integrity": "sha1-pFBD1U9YBTFtqNYvn1CRjT2nCwo=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2162
2163
2164
2165
2166
2167
2168
      "requires": {
        "isexe": "^2.0.0"
      }
    },
    "widest-line": {
      "version": "2.0.1",
      "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-2.0.1.tgz",
2169
      "integrity": "sha1-dDh2RzDsfvQ4HOTfgvuYpTFCo/w=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2170
2171
2172
2173
      "requires": {
        "string-width": "^2.1.1"
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2174
2175
2176
2177
2178
2179
    "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
2180
2181
      "version": "2.4.3",
      "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-2.4.3.tgz",
2182
      "integrity": "sha1-H9Lprh3z51uNjDZ0Q8aS1MqB9IE=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2183
2184
2185
      "requires": {
        "graceful-fs": "^4.1.11",
        "imurmurhash": "^0.1.4",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2186
        "signal-exit": "^3.0.2"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2187
2188
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2189
2190
2191
2192
2193
    "x-xss-protection": {
      "version": "1.3.0",
      "resolved": "https://registry.npmjs.org/x-xss-protection/-/x-xss-protection-1.3.0.tgz",
      "integrity": "sha512-kpyBI9TlVipZO4diReZMAHWtS0MMa/7Kgx8hwG/EuZLiA6sg4Ah/4TRdASHhRRN3boobzcYgFRUFSgHRge6Qhg=="
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2194
    "xdg-basedir": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2195
2196
2197
      "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
2198
2199
    },
    "xml-crypto": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2200
2201
      "version": "1.4.0",
      "resolved": "https://registry.npmjs.org/xml-crypto/-/xml-crypto-1.4.0.tgz",
2202
      "integrity": "sha1-3hzsjNMcvWic2Q09boon1K6Afec=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2203
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2204
2205
        "xmldom": "0.1.27",
        "xpath": "0.0.27"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2206
2207
2208
      }
    },
    "xml-encryption": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2209
2210
2211
      "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
2212
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2213
2214
2215
        "async": "^2.1.5",
        "ejs": "^2.5.6",
        "node-forge": "^0.7.0",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2216
        "xmldom": "~0.1.15",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2217
        "xpath": "0.0.27"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2218
2219
2220
      },
      "dependencies": {
        "async": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2221
2222
2223
2224
2225
2226
          "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
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
        }
      }
    },
    "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
2241
2242
      "version": "11.0.1",
      "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-11.0.1.tgz",
2243
      "integrity": "sha1-vpuuHIoEbnazESdyY0fQrXACvrM="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2244
2245
2246
2247
2248
2249
2250
    },
    "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
2251
2252
      "version": "0.0.27",
      "resolved": "https://registry.npmjs.org/xpath/-/xpath-0.0.27.tgz",
2253
      "integrity": "sha1-3TQh+9zFZGrDLEhTG01+nQws+pI="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2254
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
2255
2256
2257
2258
    "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
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
    },
    "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"
      }
    }
  }
}