package-lock.json 291 KB
Newer Older
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1
2
3
4
5
6
{
  "name": "m4lab-user-account",
  "version": "0.0.1",
  "lockfileVersion": 1,
  "requires": true,
  "dependencies": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
    "@babel/code-frame": {
      "version": "7.12.13",
      "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.13.tgz",
      "integrity": "sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g==",
      "requires": {
        "@babel/highlight": "^7.12.13"
      }
    },
    "@babel/compat-data": {
      "version": "7.13.6",
      "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.13.6.tgz",
      "integrity": "sha512-VhgqKOWYVm7lQXlvbJnWOzwfAQATd2nV52koT0HZ/LdDH0m4DUDwkKYsH+IwpXb+bKPyBJzawA4I6nBKqZcpQw=="
    },
    "@babel/core": {
      "version": "7.13.1",
      "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.13.1.tgz",
      "integrity": "sha512-FzeKfFBG2rmFtGiiMdXZPFt/5R5DXubVi82uYhjGX4Msf+pgYQMCFIqFXZWs5vbIYbf14VeBIgdGI03CDOOM1w==",
      "requires": {
        "@babel/code-frame": "^7.12.13",
        "@babel/generator": "^7.13.0",
        "@babel/helper-compilation-targets": "^7.13.0",
        "@babel/helper-module-transforms": "^7.13.0",
        "@babel/helpers": "^7.13.0",
        "@babel/parser": "^7.13.0",
        "@babel/template": "^7.12.13",
        "@babel/traverse": "^7.13.0",
        "@babel/types": "^7.13.0",
        "convert-source-map": "^1.7.0",
        "debug": "^4.1.0",
        "gensync": "^1.0.0-beta.2",
        "json5": "^2.1.2",
        "lodash": "^4.17.19",
        "semver": "7.0.0",
        "source-map": "^0.5.0"
      },
      "dependencies": {
        "debug": {
          "version": "4.3.1",
          "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz",
          "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==",
          "requires": {
            "ms": "2.1.2"
          }
        },
        "semver": {
          "version": "7.0.0",
          "resolved": "https://registry.npmjs.org/semver/-/semver-7.0.0.tgz",
          "integrity": "sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A=="
        },
        "source-map": {
          "version": "0.5.7",
          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
          "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w="
        }
      }
Rosanny Sihombing's avatar
Rosanny Sihombing committed
62
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
63
64
65
66
    "@babel/generator": {
      "version": "7.13.0",
      "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.13.0.tgz",
      "integrity": "sha512-zBZfgvBB/ywjx0Rgc2+BwoH/3H+lDtlgD4hBOpEv5LxRnYsm/753iRuLepqnYlynpjC3AdQxtxsoeHJoEEwOAw==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
67
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
68
69
70
71
72
73
74
75
76
77
        "@babel/types": "^7.13.0",
        "jsesc": "^2.5.1",
        "source-map": "^0.5.0"
      },
      "dependencies": {
        "source-map": {
          "version": "0.5.7",
          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
          "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w="
        }
Rosanny Sihombing's avatar
Rosanny Sihombing committed
78
79
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
80
81
82
83
    "@babel/helper-compilation-targets": {
      "version": "7.13.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.0.tgz",
      "integrity": "sha512-SOWD0JK9+MMIhTQiUVd4ng8f3NXhPVQvTv7D3UN4wbp/6cAHnB2EmMaU1zZA2Hh1gwme+THBrVSqTFxHczTh0Q==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
84
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
85
86
87
88
89
90
91
92
93
94
95
        "@babel/compat-data": "^7.13.0",
        "@babel/helper-validator-option": "^7.12.17",
        "browserslist": "^4.14.5",
        "semver": "7.0.0"
      },
      "dependencies": {
        "semver": {
          "version": "7.0.0",
          "resolved": "https://registry.npmjs.org/semver/-/semver-7.0.0.tgz",
          "integrity": "sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A=="
        }
Rosanny Sihombing's avatar
Rosanny Sihombing committed
96
97
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
98
99
100
101
    "@babel/helper-function-name": {
      "version": "7.12.13",
      "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.12.13.tgz",
      "integrity": "sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
102
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
103
104
105
        "@babel/helper-get-function-arity": "^7.12.13",
        "@babel/template": "^7.12.13",
        "@babel/types": "^7.12.13"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
106
107
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
108
109
110
111
    "@babel/helper-get-function-arity": {
      "version": "7.12.13",
      "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz",
      "integrity": "sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
112
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
113
        "@babel/types": "^7.12.13"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
114
115
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
116
117
118
119
    "@babel/helper-member-expression-to-functions": {
      "version": "7.13.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.13.0.tgz",
      "integrity": "sha512-yvRf8Ivk62JwisqV1rFRMxiSMDGnN6KH1/mDMmIrij4jztpQNRoHqqMG3U6apYbGRPJpgPalhva9Yd06HlUxJQ==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
120
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
121
        "@babel/types": "^7.13.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
122
123
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
124
125
126
127
    "@babel/helper-module-imports": {
      "version": "7.12.13",
      "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.12.13.tgz",
      "integrity": "sha512-NGmfvRp9Rqxy0uHSSVP+SRIW1q31a7Ji10cLBcqSDUngGentY4FRiHOFZFE1CLU5eiL0oE8reH7Tg1y99TDM/g==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
128
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
129
        "@babel/types": "^7.12.13"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
130
131
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
    "@babel/helper-module-transforms": {
      "version": "7.13.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.13.0.tgz",
      "integrity": "sha512-Ls8/VBwH577+pw7Ku1QkUWIyRRNHpYlts7+qSqBBFCW3I8QteB9DxfcZ5YJpOwH6Ihe/wn8ch7fMGOP1OhEIvw==",
      "requires": {
        "@babel/helper-module-imports": "^7.12.13",
        "@babel/helper-replace-supers": "^7.13.0",
        "@babel/helper-simple-access": "^7.12.13",
        "@babel/helper-split-export-declaration": "^7.12.13",
        "@babel/helper-validator-identifier": "^7.12.11",
        "@babel/template": "^7.12.13",
        "@babel/traverse": "^7.13.0",
        "@babel/types": "^7.13.0",
        "lodash": "^4.17.19"
      }
Rosanny Sihombing's avatar
Rosanny Sihombing committed
147
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
148
149
150
151
152
153
154
    "@babel/helper-optimise-call-expression": {
      "version": "7.12.13",
      "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.13.tgz",
      "integrity": "sha512-BdWQhoVJkp6nVjB7nkFWcn43dkprYauqtk++Py2eaf/GRDFm5BxRqEIZCiHlZUGAVmtwKcsVL1dC68WmzeFmiA==",
      "requires": {
        "@babel/types": "^7.12.13"
      }
Rosanny Sihombing's avatar
Rosanny Sihombing committed
155
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
156
157
158
159
    "@babel/helper-plugin-utils": {
      "version": "7.13.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.13.0.tgz",
      "integrity": "sha512-ZPafIPSwzUlAoWT8DKs1W2VyF2gOWthGd5NGFMsBcMMol+ZhK+EQY/e6V96poa6PA/Bh+C9plWN0hXO1uB8AfQ=="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
160
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
161
162
163
164
    "@babel/helper-replace-supers": {
      "version": "7.13.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.13.0.tgz",
      "integrity": "sha512-Segd5me1+Pz+rmN/NFBOplMbZG3SqRJOBlY+mA0SxAv6rjj7zJqr1AVr3SfzUVTLCv7ZLU5FycOM/SBGuLPbZw==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
165
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
166
167
168
169
        "@babel/helper-member-expression-to-functions": "^7.13.0",
        "@babel/helper-optimise-call-expression": "^7.12.13",
        "@babel/traverse": "^7.13.0",
        "@babel/types": "^7.13.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
170
171
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
172
173
174
175
    "@babel/helper-simple-access": {
      "version": "7.12.13",
      "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.12.13.tgz",
      "integrity": "sha512-0ski5dyYIHEfwpWGx5GPWhH35j342JaflmCeQmsPWcrOQDtCN6C1zKAVRFVbK53lPW2c9TsuLLSUDf0tIGJ5hA==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
176
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
177
        "@babel/types": "^7.12.13"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
178
179
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
180
181
182
183
    "@babel/helper-split-export-declaration": {
      "version": "7.12.13",
      "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.13.tgz",
      "integrity": "sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
184
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
185
        "@babel/types": "^7.12.13"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
186
187
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
188
189
190
191
    "@babel/helper-validator-identifier": {
      "version": "7.12.11",
      "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz",
      "integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw=="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
192
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
193
194
195
196
    "@babel/helper-validator-option": {
      "version": "7.12.17",
      "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz",
      "integrity": "sha512-TopkMDmLzq8ngChwRlyjR6raKD6gMSae4JdYDB8bByKreQgG0RBTuKe9LRxW3wFtUnjxOPRKBDwEH6Mg5KeDfw=="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
197
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
198
199
200
201
    "@babel/helpers": {
      "version": "7.13.0",
      "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.13.0.tgz",
      "integrity": "sha512-aan1MeFPxFacZeSz6Ld7YZo5aPuqnKlD7+HZY75xQsueczFccP9A7V05+oe0XpLwHK3oLorPe9eaAUljL7WEaQ==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
202
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
203
204
205
        "@babel/template": "^7.12.13",
        "@babel/traverse": "^7.13.0",
        "@babel/types": "^7.13.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
206
      }
Rosanny Sihombing's avatar
Rosanny Sihombing committed
207
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
208
209
210
211
    "@babel/highlight": {
      "version": "7.12.13",
      "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.12.13.tgz",
      "integrity": "sha512-kocDQvIbgMKlWxXe9fof3TQ+gkIPOUSEYhJjqUjvKMez3krV7vbzYCDq39Oj11UAVK7JqPVGQPlgE85dPNlQww==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
212
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
213
214
215
        "@babel/helper-validator-identifier": "^7.12.11",
        "chalk": "^2.0.0",
        "js-tokens": "^4.0.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
216
217
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
218
219
220
221
    "@babel/parser": {
      "version": "7.13.4",
      "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.13.4.tgz",
      "integrity": "sha512-uvoOulWHhI+0+1f9L4BoozY7U5cIkZ9PgJqvb041d6vypgUmtVPG4vmGm4pSggjl8BELzvHyUeJSUyEMY6b+qA=="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
222
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
223
224
225
226
    "@babel/plugin-syntax-async-generators": {
      "version": "7.8.4",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",
      "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
227
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
228
        "@babel/helper-plugin-utils": "^7.8.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
229
230
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
231
232
233
234
    "@babel/plugin-syntax-bigint": {
      "version": "7.8.3",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz",
      "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
235
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
236
        "@babel/helper-plugin-utils": "^7.8.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
237
238
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
239
240
241
242
    "@babel/plugin-syntax-class-properties": {
      "version": "7.12.13",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz",
      "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
243
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
244
        "@babel/helper-plugin-utils": "^7.12.13"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
245
246
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
247
248
249
250
    "@babel/plugin-syntax-import-meta": {
      "version": "7.10.4",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
      "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
251
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
252
        "@babel/helper-plugin-utils": "^7.10.4"
253
254
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
255
256
257
258
    "@babel/plugin-syntax-json-strings": {
      "version": "7.8.3",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",
      "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
259
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
260
        "@babel/helper-plugin-utils": "^7.8.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
261
262
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
263
264
265
266
    "@babel/plugin-syntax-logical-assignment-operators": {
      "version": "7.10.4",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",
      "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
267
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
268
        "@babel/helper-plugin-utils": "^7.10.4"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
269
270
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
271
272
273
274
    "@babel/plugin-syntax-nullish-coalescing-operator": {
      "version": "7.8.3",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",
      "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
275
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
276
        "@babel/helper-plugin-utils": "^7.8.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
277
278
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
279
280
281
282
    "@babel/plugin-syntax-numeric-separator": {
      "version": "7.10.4",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz",
      "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
283
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
284
        "@babel/helper-plugin-utils": "^7.10.4"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
285
286
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
287
288
289
290
    "@babel/plugin-syntax-object-rest-spread": {
      "version": "7.8.3",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",
      "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
291
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
292
        "@babel/helper-plugin-utils": "^7.8.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
293
294
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
295
296
297
298
    "@babel/plugin-syntax-optional-catch-binding": {
      "version": "7.8.3",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",
      "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
299
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
300
        "@babel/helper-plugin-utils": "^7.8.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
301
302
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
303
304
305
306
307
308
309
    "@babel/plugin-syntax-optional-chaining": {
      "version": "7.8.3",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz",
      "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==",
      "requires": {
        "@babel/helper-plugin-utils": "^7.8.0"
      }
Rosanny Sihombing's avatar
Rosanny Sihombing committed
310
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
311
312
313
314
    "@babel/plugin-syntax-top-level-await": {
      "version": "7.12.13",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.12.13.tgz",
      "integrity": "sha512-A81F9pDwyS7yM//KwbCSDqy3Uj4NMIurtplxphWxoYtNPov7cJsDkAFNNyVlIZ3jwGycVsurZ+LtOA8gZ376iQ==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
315
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
316
        "@babel/helper-plugin-utils": "^7.12.13"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
317
318
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
319
320
321
322
    "@babel/template": {
      "version": "7.12.13",
      "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.12.13.tgz",
      "integrity": "sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
323
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
324
325
326
        "@babel/code-frame": "^7.12.13",
        "@babel/parser": "^7.12.13",
        "@babel/types": "^7.12.13"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
327
      }
Rosanny Sihombing's avatar
Rosanny Sihombing committed
328
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
329
330
331
332
    "@babel/traverse": {
      "version": "7.13.0",
      "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.13.0.tgz",
      "integrity": "sha512-xys5xi5JEhzC3RzEmSGrs/b3pJW/o87SypZ+G/PhaE7uqVQNv/jlmVIBXuoh5atqQ434LfXV+sf23Oxj0bchJQ==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
333
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
334
335
336
337
338
339
340
341
342
        "@babel/code-frame": "^7.12.13",
        "@babel/generator": "^7.13.0",
        "@babel/helper-function-name": "^7.12.13",
        "@babel/helper-split-export-declaration": "^7.12.13",
        "@babel/parser": "^7.13.0",
        "@babel/types": "^7.13.0",
        "debug": "^4.1.0",
        "globals": "^11.1.0",
        "lodash": "^4.17.19"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
343
344
      },
      "dependencies": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
345
346
347
348
349
350
351
        "debug": {
          "version": "4.3.1",
          "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz",
          "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==",
          "requires": {
            "ms": "2.1.2"
          }
Rosanny Sihombing's avatar
Rosanny Sihombing committed
352
353
354
        }
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
355
356
357
358
    "@babel/types": {
      "version": "7.13.0",
      "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.13.0.tgz",
      "integrity": "sha512-hE+HE8rnG1Z6Wzo+MhaKE5lM5eMx71T4EHJgku2E3xIfaULhDcxiiRxUYgwX8qwP1BBSlag+TdGOt6JAidIZTA==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
359
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
360
361
362
        "@babel/helper-validator-identifier": "^7.12.11",
        "lodash": "^4.17.19",
        "to-fast-properties": "^2.0.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
363
364
      },
      "dependencies": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
365
366
367
368
        "to-fast-properties": {
          "version": "2.0.0",
          "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
          "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
369
370
371
        }
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
372
373
374
375
    "@bcoe/v8-coverage": {
      "version": "0.2.3",
      "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz",
      "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw=="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
376
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
377
378
379
380
    "@cnakazawa/watch": {
      "version": "1.0.4",
      "resolved": "https://registry.npmjs.org/@cnakazawa/watch/-/watch-1.0.4.tgz",
      "integrity": "sha512-v9kIhKwjeZThiWrLmj0y17CWoyddASLj9O2yvbZkbvw/N3rWOYy9zkV66ursAoVr0mV15bL8g0c4QZUE6cdDoQ==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
381
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
382
383
        "exec-sh": "^0.3.2",
        "minimist": "^1.2.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
384
385
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
    "@istanbuljs/load-nyc-config": {
      "version": "1.1.0",
      "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz",
      "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==",
      "requires": {
        "camelcase": "^5.3.1",
        "find-up": "^4.1.0",
        "get-package-type": "^0.1.0",
        "js-yaml": "^3.13.1",
        "resolve-from": "^5.0.0"
      },
      "dependencies": {
        "camelcase": {
          "version": "5.3.1",
          "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
          "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg=="
        }
Rosanny Sihombing's avatar
Rosanny Sihombing committed
403
404
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
    "@istanbuljs/schema": {
      "version": "0.1.3",
      "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
      "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA=="
    },
    "@jest/console": {
      "version": "26.6.2",
      "resolved": "https://registry.npmjs.org/@jest/console/-/console-26.6.2.tgz",
      "integrity": "sha512-IY1R2i2aLsLr7Id3S6p2BA82GNWryt4oSvEXLAKc+L2zdi89dSkE8xC1C+0kpATG4JhBJREnQOH7/zmccM2B0g==",
      "requires": {
        "@jest/types": "^26.6.2",
        "@types/node": "*",
        "chalk": "^4.0.0",
        "jest-message-util": "^26.6.2",
        "jest-util": "^26.6.2",
        "slash": "^3.0.0"
      },
      "dependencies": {
        "ansi-styles": {
          "version": "4.3.0",
          "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
          "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
          "requires": {
            "color-convert": "^2.0.1"
          }
        },
        "chalk": {
          "version": "4.1.0",
          "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
          "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
          "requires": {
            "ansi-styles": "^4.1.0",
            "supports-color": "^7.1.0"
          }
        },
        "color-convert": {
          "version": "2.0.1",
          "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
          "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
          "requires": {
            "color-name": "~1.1.4"
          }
        },
        "color-name": {
          "version": "1.1.4",
          "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
          "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
        },
        "has-flag": {
          "version": "4.0.0",
          "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
          "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
        },
        "supports-color": {
          "version": "7.2.0",
          "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
          "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
          "requires": {
            "has-flag": "^4.0.0"
          }
        }
Rosanny Sihombing's avatar
Rosanny Sihombing committed
466
      }
Rosanny Sihombing's avatar
Rosanny Sihombing committed
467
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
    "@jest/core": {
      "version": "26.6.3",
      "resolved": "https://registry.npmjs.org/@jest/core/-/core-26.6.3.tgz",
      "integrity": "sha512-xvV1kKbhfUqFVuZ8Cyo+JPpipAHHAV3kcDBftiduK8EICXmTFddryy3P7NfZt8Pv37rA9nEJBKCCkglCPt/Xjw==",
      "requires": {
        "@jest/console": "^26.6.2",
        "@jest/reporters": "^26.6.2",
        "@jest/test-result": "^26.6.2",
        "@jest/transform": "^26.6.2",
        "@jest/types": "^26.6.2",
        "@types/node": "*",
        "ansi-escapes": "^4.2.1",
        "chalk": "^4.0.0",
        "exit": "^0.1.2",
        "graceful-fs": "^4.2.4",
        "jest-changed-files": "^26.6.2",
        "jest-config": "^26.6.3",
        "jest-haste-map": "^26.6.2",
        "jest-message-util": "^26.6.2",
        "jest-regex-util": "^26.0.0",
        "jest-resolve": "^26.6.2",
        "jest-resolve-dependencies": "^26.6.3",
        "jest-runner": "^26.6.3",
        "jest-runtime": "^26.6.3",
        "jest-snapshot": "^26.6.2",
        "jest-util": "^26.6.2",
        "jest-validate": "^26.6.2",
        "jest-watcher": "^26.6.2",
        "micromatch": "^4.0.2",
        "p-each-series": "^2.1.0",
        "rimraf": "^3.0.0",
        "slash": "^3.0.0",
        "strip-ansi": "^6.0.0"
      },
      "dependencies": {
        "ansi-regex": {
          "version": "5.0.0",
          "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz",
          "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg=="
        },
        "ansi-styles": {
          "version": "4.3.0",
          "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
          "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
          "requires": {
            "color-convert": "^2.0.1"
          }
        },
        "chalk": {
          "version": "4.1.0",
          "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
          "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
          "requires": {
            "ansi-styles": "^4.1.0",
            "supports-color": "^7.1.0"
          }
        },
        "color-convert": {
          "version": "2.0.1",
          "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
          "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
          "requires": {
            "color-name": "~1.1.4"
          }
        },
        "color-name": {
          "version": "1.1.4",
          "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
          "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
        },
        "graceful-fs": {
          "version": "4.2.6",
          "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.6.tgz",
          "integrity": "sha512-nTnJ528pbqxYanhpDYsi4Rd8MAeaBA67+RZ10CM1m3bTAVFEDcd5AuA4a6W5YkGZ1iNXHzZz8T6TBKLeBuNriQ=="
        },
        "has-flag": {
          "version": "4.0.0",
          "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
          "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
        },
        "strip-ansi": {
          "version": "6.0.0",
          "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz",
          "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==",
          "requires": {
            "ansi-regex": "^5.0.0"
          }
        },
        "supports-color": {
          "version": "7.2.0",
          "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
          "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
          "requires": {
            "has-flag": "^4.0.0"
          }
        }
      }
Rosanny Sihombing's avatar
Rosanny Sihombing committed
565
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
    "@jest/environment": {
      "version": "26.6.2",
      "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-26.6.2.tgz",
      "integrity": "sha512-nFy+fHl28zUrRsCeMB61VDThV1pVTtlEokBRgqPrcT1JNq4yRNIyTHfyht6PqtUvY9IsuLGTrbG8kPXjSZIZwA==",
      "requires": {
        "@jest/fake-timers": "^26.6.2",
        "@jest/types": "^26.6.2",
        "@types/node": "*",
        "jest-mock": "^26.6.2"
      }
    },
    "@jest/fake-timers": {
      "version": "26.6.2",
      "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-26.6.2.tgz",
      "integrity": "sha512-14Uleatt7jdzefLPYM3KLcnUl1ZNikaKq34enpb5XG9i81JpppDb5muZvonvKyrl7ftEHkKS5L5/eB/kxJ+bvA==",
      "requires": {
        "@jest/types": "^26.6.2",
        "@sinonjs/fake-timers": "^6.0.1",
        "@types/node": "*",
        "jest-message-util": "^26.6.2",
        "jest-mock": "^26.6.2",
        "jest-util": "^26.6.2"
      }
    },
    "@jest/globals": {
      "version": "26.6.2",
      "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-26.6.2.tgz",
      "integrity": "sha512-85Ltnm7HlB/KesBUuALwQ68YTU72w9H2xW9FjZ1eL1U3lhtefjjl5c2MiUbpXt/i6LaPRvoOFJ22yCBSfQ0JIA==",
      "requires": {
        "@jest/environment": "^26.6.2",
        "@jest/types": "^26.6.2",
        "expect": "^26.6.2"
      }
    },
    "@jest/reporters": {
      "version": "26.6.2",
      "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-26.6.2.tgz",
      "integrity": "sha512-h2bW53APG4HvkOnVMo8q3QXa6pcaNt1HkwVsOPMBV6LD/q9oSpxNSYZQYkAnjdMjrJ86UuYeLo+aEZClV6opnw==",
      "requires": {
        "@bcoe/v8-coverage": "^0.2.3",
        "@jest/console": "^26.6.2",
        "@jest/test-result": "^26.6.2",
        "@jest/transform": "^26.6.2",
        "@jest/types": "^26.6.2",
        "chalk": "^4.0.0",
        "collect-v8-coverage": "^1.0.0",
        "exit": "^0.1.2",
        "glob": "^7.1.2",
        "graceful-fs": "^4.2.4",
        "istanbul-lib-coverage": "^3.0.0",
        "istanbul-lib-instrument": "^4.0.3",
        "istanbul-lib-report": "^3.0.0",
        "istanbul-lib-source-maps": "^4.0.0",
        "istanbul-reports": "^3.0.2",
        "jest-haste-map": "^26.6.2",
        "jest-resolve": "^26.6.2",
        "jest-util": "^26.6.2",
        "jest-worker": "^26.6.2",
        "node-notifier": "^8.0.0",
        "slash": "^3.0.0",
        "source-map": "^0.6.0",
        "string-length": "^4.0.1",
        "terminal-link": "^2.0.0",
        "v8-to-istanbul": "^7.0.0"
      },
      "dependencies": {
        "ansi-styles": {
          "version": "4.3.0",
          "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
          "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
          "requires": {
            "color-convert": "^2.0.1"
          }
        },
        "chalk": {
          "version": "4.1.0",
          "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
          "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
          "requires": {
            "ansi-styles": "^4.1.0",
            "supports-color": "^7.1.0"
          }
        },
        "color-convert": {
          "version": "2.0.1",
          "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
          "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
          "requires": {
            "color-name": "~1.1.4"
          }
        },
        "color-name": {
          "version": "1.1.4",
          "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
          "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
        },
        "glob": {
          "version": "7.1.6",
          "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz",
          "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==",
          "requires": {
            "fs.realpath": "^1.0.0",
            "inflight": "^1.0.4",
            "inherits": "2",
            "minimatch": "^3.0.4",
            "once": "^1.3.0",
            "path-is-absolute": "^1.0.0"
          }
        },
        "graceful-fs": {
          "version": "4.2.6",
          "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.6.tgz",
          "integrity": "sha512-nTnJ528pbqxYanhpDYsi4Rd8MAeaBA67+RZ10CM1m3bTAVFEDcd5AuA4a6W5YkGZ1iNXHzZz8T6TBKLeBuNriQ=="
        },
        "has-flag": {
          "version": "4.0.0",
          "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
          "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
        },
        "supports-color": {
          "version": "7.2.0",
          "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
          "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
          "requires": {
            "has-flag": "^4.0.0"
          }
        }
      }
Rosanny Sihombing's avatar
Rosanny Sihombing committed
694
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
695
696
697
698
    "@jest/source-map": {
      "version": "26.6.2",
      "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-26.6.2.tgz",
      "integrity": "sha512-YwYcCwAnNmOVsZ8mr3GfnzdXDAl4LaenZP5z+G0c8bzC9/dugL8zRmxZzdoTl4IaS3CryS1uWnROLPFmb6lVvA==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
699
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
700
701
702
703
704
705
706
707
708
709
        "callsites": "^3.0.0",
        "graceful-fs": "^4.2.4",
        "source-map": "^0.6.0"
      },
      "dependencies": {
        "graceful-fs": {
          "version": "4.2.6",
          "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.6.tgz",
          "integrity": "sha512-nTnJ528pbqxYanhpDYsi4Rd8MAeaBA67+RZ10CM1m3bTAVFEDcd5AuA4a6W5YkGZ1iNXHzZz8T6TBKLeBuNriQ=="
        }
Rosanny Sihombing's avatar
Rosanny Sihombing committed
710
711
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
712
713
714
715
    "@jest/test-result": {
      "version": "26.6.2",
      "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-26.6.2.tgz",
      "integrity": "sha512-5O7H5c/7YlojphYNrK02LlDIV2GNPYisKwHm2QTKjNZeEzezCbwYs9swJySv2UfPMyZ0VdsmMv7jIlD/IKYQpQ==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
716
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
717
718
719
720
        "@jest/console": "^26.6.2",
        "@jest/types": "^26.6.2",
        "@types/istanbul-lib-coverage": "^2.0.0",
        "collect-v8-coverage": "^1.0.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
721
722
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
723
724
725
726
    "@jest/test-sequencer": {
      "version": "26.6.3",
      "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-26.6.3.tgz",
      "integrity": "sha512-YHlVIjP5nfEyjlrSr8t/YdNfU/1XEt7c5b4OxcXCjyRhjzLYu/rO69/WHPuYcbCWkz8kAeZVZp2N2+IOLLEPGw==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
727
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
728
729
730
731
732
733
734
735
736
737
738
739
        "@jest/test-result": "^26.6.2",
        "graceful-fs": "^4.2.4",
        "jest-haste-map": "^26.6.2",
        "jest-runner": "^26.6.3",
        "jest-runtime": "^26.6.3"
      },
      "dependencies": {
        "graceful-fs": {
          "version": "4.2.6",
          "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.6.tgz",
          "integrity": "sha512-nTnJ528pbqxYanhpDYsi4Rd8MAeaBA67+RZ10CM1m3bTAVFEDcd5AuA4a6W5YkGZ1iNXHzZz8T6TBKLeBuNriQ=="
        }
Rosanny Sihombing's avatar
Rosanny Sihombing committed
740
      }
Rosanny Sihombing's avatar
Rosanny Sihombing committed
741
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
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
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
    "@jest/transform": {
      "version": "26.6.2",
      "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-26.6.2.tgz",
      "integrity": "sha512-E9JjhUgNzvuQ+vVAL21vlyfy12gP0GhazGgJC4h6qUt1jSdUXGWJ1wfu/X7Sd8etSgxV4ovT1pb9v5D6QW4XgA==",
      "requires": {
        "@babel/core": "^7.1.0",
        "@jest/types": "^26.6.2",
        "babel-plugin-istanbul": "^6.0.0",
        "chalk": "^4.0.0",
        "convert-source-map": "^1.4.0",
        "fast-json-stable-stringify": "^2.0.0",
        "graceful-fs": "^4.2.4",
        "jest-haste-map": "^26.6.2",
        "jest-regex-util": "^26.0.0",
        "jest-util": "^26.6.2",
        "micromatch": "^4.0.2",
        "pirates": "^4.0.1",
        "slash": "^3.0.0",
        "source-map": "^0.6.1",
        "write-file-atomic": "^3.0.0"
      },
      "dependencies": {
        "ansi-styles": {
          "version": "4.3.0",
          "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
          "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
          "requires": {
            "color-convert": "^2.0.1"
          }
        },
        "chalk": {
          "version": "4.1.0",
          "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
          "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
          "requires": {
            "ansi-styles": "^4.1.0",
            "supports-color": "^7.1.0"
          }
        },
        "color-convert": {
          "version": "2.0.1",
          "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
          "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
          "requires": {
            "color-name": "~1.1.4"
          }
        },
        "color-name": {
          "version": "1.1.4",
          "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
          "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
        },
        "graceful-fs": {
          "version": "4.2.6",
          "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.6.tgz",
          "integrity": "sha512-nTnJ528pbqxYanhpDYsi4Rd8MAeaBA67+RZ10CM1m3bTAVFEDcd5AuA4a6W5YkGZ1iNXHzZz8T6TBKLeBuNriQ=="
        },
        "has-flag": {
          "version": "4.0.0",
          "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
          "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
        },
        "supports-color": {
          "version": "7.2.0",
          "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
          "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
          "requires": {
            "has-flag": "^4.0.0"
          }
        },
        "write-file-atomic": {
          "version": "3.0.3",
          "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz",
          "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==",
          "requires": {
            "imurmurhash": "^0.1.4",
            "is-typedarray": "^1.0.0",
            "signal-exit": "^3.0.2",
            "typedarray-to-buffer": "^3.1.5"
          }
        }
      }
Rosanny Sihombing's avatar
Rosanny Sihombing committed
824
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
825
826
827
828
    "@jest/types": {
      "version": "26.6.2",
      "resolved": "https://registry.npmjs.org/@jest/types/-/types-26.6.2.tgz",
      "integrity": "sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
829
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
830
831
832
833
834
        "@types/istanbul-lib-coverage": "^2.0.0",
        "@types/istanbul-reports": "^3.0.0",
        "@types/node": "*",
        "@types/yargs": "^15.0.0",
        "chalk": "^4.0.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
835
836
      },
      "dependencies": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
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
        "ansi-styles": {
          "version": "4.3.0",
          "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
          "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
          "requires": {
            "color-convert": "^2.0.1"
          }
        },
        "chalk": {
          "version": "4.1.0",
          "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
          "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
          "requires": {
            "ansi-styles": "^4.1.0",
            "supports-color": "^7.1.0"
          }
        },
        "color-convert": {
          "version": "2.0.1",
          "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
          "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
          "requires": {
            "color-name": "~1.1.4"
          }
        },
        "color-name": {
          "version": "1.1.4",
          "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
          "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
        },
        "has-flag": {
          "version": "4.0.0",
          "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
          "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
        },
        "supports-color": {
          "version": "7.2.0",
          "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
          "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
          "requires": {
            "has-flag": "^4.0.0"
          }
Rosanny Sihombing's avatar
Rosanny Sihombing committed
879
        }
Rosanny Sihombing's avatar
Rosanny Sihombing committed
880
881
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
882
883
884
885
    "@sinonjs/commons": {
      "version": "1.8.2",
      "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.2.tgz",
      "integrity": "sha512-sruwd86RJHdsVf/AtBoijDmUqJp3B6hF/DGC23C+JaegnDHaZyewCjoVGTdg3J0uz3Zs7NnIT05OBOmML72lQw==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
886
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
887
        "type-detect": "4.0.8"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
888
889
890
      },
      "dependencies": {
        "type-detect": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
891
892
893
          "version": "4.0.8",
          "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz",
          "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g=="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
894
895
896
        }
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
897
898
899
900
901
902
903
    "@sinonjs/fake-timers": {
      "version": "6.0.1",
      "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-6.0.1.tgz",
      "integrity": "sha512-MZPUxrmFubI36XS1DI3qmI0YdN1gks62JtFZvxR67ljjSNCeK6U08Zx4msEWOXuofgqUt6zPHSi1H9fbjR/NRA==",
      "requires": {
        "@sinonjs/commons": "^1.7.0"
      }
Rosanny Sihombing's avatar
Rosanny Sihombing committed
904
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
905
906
907
908
909
910
911
912
913
914
915
    "@types/babel__core": {
      "version": "7.1.12",
      "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.12.tgz",
      "integrity": "sha512-wMTHiiTiBAAPebqaPiPDLFA4LYPKr6Ph0Xq/6rq1Ur3v66HXyG+clfR9CNETkD7MQS8ZHvpQOtA53DLws5WAEQ==",
      "requires": {
        "@babel/parser": "^7.1.0",
        "@babel/types": "^7.0.0",
        "@types/babel__generator": "*",
        "@types/babel__template": "*",
        "@types/babel__traverse": "*"
      }
Rosanny Sihombing's avatar
Rosanny Sihombing committed
916
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
917
918
919
920
921
922
923
    "@types/babel__generator": {
      "version": "7.6.2",
      "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.2.tgz",
      "integrity": "sha512-MdSJnBjl+bdwkLskZ3NGFp9YcXGx5ggLpQQPqtgakVhsWK0hTtNYhjpZLlWQTviGTvF8at+Bvli3jV7faPdgeQ==",
      "requires": {
        "@babel/types": "^7.0.0"
      }
Rosanny Sihombing's avatar
Rosanny Sihombing committed
924
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
925
926
927
928
929
930
931
932
    "@types/babel__template": {
      "version": "7.4.0",
      "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.0.tgz",
      "integrity": "sha512-NTPErx4/FiPCGScH7foPyr+/1Dkzkni+rHiYHHoTjvwou7AQzJkNeD60A9CXRy+ZEN2B1bggmkTMCDb+Mv5k+A==",
      "requires": {
        "@babel/parser": "^7.1.0",
        "@babel/types": "^7.0.0"
      }
Rosanny Sihombing's avatar
Rosanny Sihombing committed
933
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
934
935
936
937
    "@types/babel__traverse": {
      "version": "7.11.0",
      "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.11.0.tgz",
      "integrity": "sha512-kSjgDMZONiIfSH1Nxcr5JIRMwUetDki63FSQfpTCz8ogF3Ulqm8+mr5f78dUYs6vMiB6gBusQqfQmBvHZj/lwg==",
938
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
939
        "@babel/types": "^7.3.0"
940
941
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
942
943
944
945
946
947
948
    "@types/graceful-fs": {
      "version": "4.1.5",
      "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.5.tgz",
      "integrity": "sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==",
      "requires": {
        "@types/node": "*"
      }
Rosanny Sihombing's avatar
Rosanny Sihombing committed
949
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
950
951
952
953
    "@types/istanbul-lib-coverage": {
      "version": "2.0.3",
      "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.3.tgz",
      "integrity": "sha512-sz7iLqvVUg1gIedBOvlkxPlc8/uVzyS5OwGz1cKjXzkl3FpL3al0crU8YGU1WoHkxn0Wxbw5tyi6hvzJKNzFsw=="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
954
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
955
956
957
958
959
960
961
    "@types/istanbul-lib-report": {
      "version": "3.0.0",
      "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz",
      "integrity": "sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==",
      "requires": {
        "@types/istanbul-lib-coverage": "*"
      }
Rosanny Sihombing's avatar
Rosanny Sihombing committed
962
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
963
964
965
966
    "@types/istanbul-reports": {
      "version": "3.0.0",
      "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.0.tgz",
      "integrity": "sha512-nwKNbvnwJ2/mndE9ItP/zc2TCzw6uuodnF4EHYWD+gCQDVBuRQL5UzbZD0/ezy1iKsFU2ZQiDqg4M9dN4+wZgA==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
967
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
968
        "@types/istanbul-lib-report": "*"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
969
970
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
971
972
973
974
    "@types/node": {
      "version": "14.14.31",
      "resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.31.tgz",
      "integrity": "sha512-vFHy/ezP5qI0rFgJ7aQnjDXwAMrG0KqqIH7tQG5PPv3BWBayOPIQNBjVc/P6hhdZfMx51REc6tfDNXHUio893g=="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
975
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
976
977
978
979
    "@types/normalize-package-data": {
      "version": "2.4.0",
      "resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz",
      "integrity": "sha512-f5j5b/Gf71L+dbqxIpQ4Z2WlmI/mPJ0fOkGGmFgtb6sAu97EPczzbS3/tJKxmcYDj55OX6ssqwDAWOHIYDRDGA=="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
980
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
981
982
983
984
    "@types/prettier": {
      "version": "2.2.1",
      "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.2.1.tgz",
      "integrity": "sha512-DxZZbyMAM9GWEzXL+BMZROWz9oo6A9EilwwOMET2UVu2uZTqMWS5S69KVtuVKaRjCUpcrOXRalet86/OpG4kqw=="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
985
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
986
987
988
989
990
991
992
993
994
    "@types/stack-utils": {
      "version": "2.0.0",
      "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.0.tgz",
      "integrity": "sha512-RJJrrySY7A8havqpGObOB4W92QXKJo63/jFLLgpvOtsGUqbQZ9Sbgl35KMm1DjC6j7AvmmU2bIno+3IyEaemaw=="
    },
    "@types/yargs": {
      "version": "15.0.13",
      "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.13.tgz",
      "integrity": "sha512-kQ5JNTrbDv3Rp5X2n/iUu37IJBDU2gsZ5R/g1/KHOOEc5IKfUFjXT6DENPGduh08I/pamwtEq4oul7gUqKTQDQ==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
995
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
996
        "@types/yargs-parser": "*"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
997
998
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
999
1000
    "@types/yargs-parser": {
      "version": "20.2.0",
For faster browsing, not all history is shown. View entire blame