Use single domain

Seto Elkahfi committed Jan 16, 2022 at 14:09 UTC 2c64b595c7a19981aaf74d06f78c9319fe8102b9
18 files changed +12194 -15019
.nvmrc
+1 -1
@@ -1 +1 @@
1 -v11.15.0
1 +v12.22.9
package-lock.json deleted
-14873
@@ -1,14873 +0,0 @@
1 -{
2 - "name": "setoelkahfi.web.id-firebase",
3 - "version": "0.1.0",
4 - "lockfileVersion": 1,
5 - "requires": true,
6 - "dependencies": {
7 - "@babel/code-frame": {
8 - "version": "7.5.5",
9 - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.5.5.tgz",
10 - "integrity": "sha512-27d4lZoomVyo51VegxI20xZPuSHusqbQag/ztrBC7wegWoQ1nLREPVSKSW8byhTlzTKyNE4ifaTA6lCp7JjpFw==",
11 - "requires": {
12 - "@babel/highlight": "^7.0.0"
13 - }
14 - },
15 - "@babel/core": {
16 - "version": "7.7.4",
17 - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.7.4.tgz",
18 - "integrity": "sha512-+bYbx56j4nYBmpsWtnPUsKW3NdnYxbqyfrP2w9wILBuHzdfIKz9prieZK0DFPyIzkjYVUe4QkusGL07r5pXznQ==",
19 - "requires": {
20 - "@babel/code-frame": "^7.5.5",
21 - "@babel/generator": "^7.7.4",
22 - "@babel/helpers": "^7.7.4",
23 - "@babel/parser": "^7.7.4",
24 - "@babel/template": "^7.7.4",
25 - "@babel/traverse": "^7.7.4",
26 - "@babel/types": "^7.7.4",
27 - "convert-source-map": "^1.7.0",
28 - "debug": "^4.1.0",
29 - "json5": "^2.1.0",
30 - "lodash": "^4.17.13",
31 - "resolve": "^1.3.2",
32 - "semver": "^5.4.1",
33 - "source-map": "^0.5.0"
34 - },
35 - "dependencies": {
36 - "semver": {
37 - "version": "5.7.1",
38 - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
39 - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ=="
40 - }
41 - }
42 - },
43 - "@babel/generator": {
44 - "version": "7.7.7",
45 - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.7.7.tgz",
46 - "integrity": "sha512-/AOIBpHh/JU1l0ZFS4kiRCBnLi6OTHzh0RPk3h9isBxkkqELtQNFi1Vr/tiG9p1yfoUdKVwISuXWQR+hwwM4VQ==",
47 - "requires": {
48 - "@babel/types": "^7.7.4",
49 - "jsesc": "^2.5.1",
50 - "lodash": "^4.17.13",
51 - "source-map": "^0.5.0"
52 - }
53 - },
54 - "@babel/helper-annotate-as-pure": {
55 - "version": "7.7.4",
56 - "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.7.4.tgz",
57 - "integrity": "sha512-2BQmQgECKzYKFPpiycoF9tlb5HA4lrVyAmLLVK177EcQAqjVLciUb2/R+n1boQ9y5ENV3uz2ZqiNw7QMBBw1Og==",
58 - "requires": {
59 - "@babel/types": "^7.7.4"
60 - }
61 - },
62 - "@babel/helper-builder-binary-assignment-operator-visitor": {
63 - "version": "7.7.4",
64 - "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.7.4.tgz",
65 - "integrity": "sha512-Biq/d/WtvfftWZ9Uf39hbPBYDUo986m5Bb4zhkeYDGUllF43D+nUe5M6Vuo6/8JDK/0YX/uBdeoQpyaNhNugZQ==",
66 - "requires": {
67 - "@babel/helper-explode-assignable-expression": "^7.7.4",
68 - "@babel/types": "^7.7.4"
69 - }
70 - },
71 - "@babel/helper-builder-react-jsx": {
72 - "version": "7.7.4",
73 - "resolved": "https://registry.npmjs.org/@babel/helper-builder-react-jsx/-/helper-builder-react-jsx-7.7.4.tgz",
74 - "integrity": "sha512-kvbfHJNN9dg4rkEM4xn1s8d1/h6TYNvajy9L1wx4qLn9HFg0IkTsQi4rfBe92nxrPUFcMsHoMV+8rU7MJb3fCA==",
75 - "requires": {
76 - "@babel/types": "^7.7.4",
77 - "esutils": "^2.0.0"
78 - }
79 - },
80 - "@babel/helper-call-delegate": {
81 - "version": "7.7.4",
82 - "resolved": "https://registry.npmjs.org/@babel/helper-call-delegate/-/helper-call-delegate-7.7.4.tgz",
83 - "integrity": "sha512-8JH9/B7J7tCYJ2PpWVpw9JhPuEVHztagNVuQAFBVFYluRMlpG7F1CgKEgGeL6KFqcsIa92ZYVj6DSc0XwmN1ZA==",
84 - "requires": {
85 - "@babel/helper-hoist-variables": "^7.7.4",
86 - "@babel/traverse": "^7.7.4",
87 - "@babel/types": "^7.7.4"
88 - }
89 - },
90 - "@babel/helper-create-class-features-plugin": {
91 - "version": "7.7.4",
92 - "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.7.4.tgz",
93 - "integrity": "sha512-l+OnKACG4uiDHQ/aJT8dwpR+LhCJALxL0mJ6nzjB25e5IPwqV1VOsY7ah6UB1DG+VOXAIMtuC54rFJGiHkxjgA==",
94 - "requires": {
95 - "@babel/helper-function-name": "^7.7.4",
96 - "@babel/helper-member-expression-to-functions": "^7.7.4",
97 - "@babel/helper-optimise-call-expression": "^7.7.4",
98 - "@babel/helper-plugin-utils": "^7.0.0",
99 - "@babel/helper-replace-supers": "^7.7.4",
100 - "@babel/helper-split-export-declaration": "^7.7.4"
101 - }
102 - },
103 - "@babel/helper-create-regexp-features-plugin": {
104 - "version": "7.7.4",
105 - "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.7.4.tgz",
106 - "integrity": "sha512-Mt+jBKaxL0zfOIWrfQpnfYCN7/rS6GKx6CCCfuoqVVd+17R8zNDlzVYmIi9qyb2wOk002NsmSTDymkIygDUH7A==",
107 - "requires": {
108 - "@babel/helper-regex": "^7.4.4",
109 - "regexpu-core": "^4.6.0"
110 - }
111 - },
112 - "@babel/helper-define-map": {
113 - "version": "7.7.4",
114 - "resolved": "https://registry.npmjs.org/@babel/helper-define-map/-/helper-define-map-7.7.4.tgz",
115 - "integrity": "sha512-v5LorqOa0nVQUvAUTUF3KPastvUt/HzByXNamKQ6RdJRTV7j8rLL+WB5C/MzzWAwOomxDhYFb1wLLxHqox86lg==",
116 - "requires": {
117 - "@babel/helper-function-name": "^7.7.4",
118 - "@babel/types": "^7.7.4",
119 - "lodash": "^4.17.13"
120 - }
121 - },
122 - "@babel/helper-explode-assignable-expression": {
123 - "version": "7.7.4",
124 - "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.7.4.tgz",
125 - "integrity": "sha512-2/SicuFrNSXsZNBxe5UGdLr+HZg+raWBLE9vC98bdYOKX/U6PY0mdGlYUJdtTDPSU0Lw0PNbKKDpwYHJLn2jLg==",
126 - "requires": {
127 - "@babel/traverse": "^7.7.4",
128 - "@babel/types": "^7.7.4"
129 - }
130 - },
131 - "@babel/helper-function-name": {
132 - "version": "7.7.4",
133 - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.7.4.tgz",
134 - "integrity": "sha512-AnkGIdiBhEuiwdoMnKm7jfPfqItZhgRaZfMg1XX3bS25INOnLPjPG1Ppnajh8eqgt5kPJnfqrRHqFqmjKDZLzQ==",
135 - "requires": {
136 - "@babel/helper-get-function-arity": "^7.7.4",
137 - "@babel/template": "^7.7.4",
138 - "@babel/types": "^7.7.4"
139 - }
140 - },
141 - "@babel/helper-get-function-arity": {
142 - "version": "7.7.4",
143 - "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.7.4.tgz",
144 - "integrity": "sha512-QTGKEdCkjgzgfJ3bAyRwF4yyT3pg+vDgan8DSivq1eS0gwi+KGKE5x8kRcbeFTb/673mkO5SN1IZfmCfA5o+EA==",
145 - "requires": {
146 - "@babel/types": "^7.7.4"
147 - }
148 - },
149 - "@babel/helper-hoist-variables": {
150 - "version": "7.7.4",
151 - "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.7.4.tgz",
152 - "integrity": "sha512-wQC4xyvc1Jo/FnLirL6CEgPgPCa8M74tOdjWpRhQYapz5JC7u3NYU1zCVoVAGCE3EaIP9T1A3iW0WLJ+reZlpQ==",
153 - "requires": {
154 - "@babel/types": "^7.7.4"
155 - }
156 - },
157 - "@babel/helper-member-expression-to-functions": {
158 - "version": "7.7.4",
159 - "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.7.4.tgz",
160 - "integrity": "sha512-9KcA1X2E3OjXl/ykfMMInBK+uVdfIVakVe7W7Lg3wfXUNyS3Q1HWLFRwZIjhqiCGbslummPDnmb7vIekS0C1vw==",
161 - "requires": {
162 - "@babel/types": "^7.7.4"
163 - }
164 - },
165 - "@babel/helper-module-imports": {
166 - "version": "7.7.4",
167 - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.7.4.tgz",
168 - "integrity": "sha512-dGcrX6K9l8258WFjyDLJwuVKxR4XZfU0/vTUgOQYWEnRD8mgr+p4d6fCUMq/ys0h4CCt/S5JhbvtyErjWouAUQ==",
169 - "requires": {
170 - "@babel/types": "^7.7.4"
171 - }
172 - },
173 - "@babel/helper-module-transforms": {
174 - "version": "7.7.5",
175 - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.7.5.tgz",
176 - "integrity": "sha512-A7pSxyJf1gN5qXVcidwLWydjftUN878VkalhXX5iQDuGyiGK3sOrrKKHF4/A4fwHtnsotv/NipwAeLzY4KQPvw==",
177 - "requires": {
178 - "@babel/helper-module-imports": "^7.7.4",
179 - "@babel/helper-simple-access": "^7.7.4",
180 - "@babel/helper-split-export-declaration": "^7.7.4",
181 - "@babel/template": "^7.7.4",
182 - "@babel/types": "^7.7.4",
183 - "lodash": "^4.17.13"
184 - }
185 - },
186 - "@babel/helper-optimise-call-expression": {
187 - "version": "7.7.4",
188 - "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.7.4.tgz",
189 - "integrity": "sha512-VB7gWZ2fDkSuqW6b1AKXkJWO5NyNI3bFL/kK79/30moK57blr6NbH8xcl2XcKCwOmJosftWunZqfO84IGq3ZZg==",
190 - "requires": {
191 - "@babel/types": "^7.7.4"
192 - }
193 - },
194 - "@babel/helper-plugin-utils": {
195 - "version": "7.0.0",
196 - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.0.0.tgz",
197 - "integrity": "sha512-CYAOUCARwExnEixLdB6sDm2dIJ/YgEAKDM1MOeMeZu9Ld/bDgVo8aiWrXwcY7OBh+1Ea2uUcVRcxKk0GJvW7QA=="
198 - },
199 - "@babel/helper-regex": {
200 - "version": "7.5.5",
201 - "resolved": "https://registry.npmjs.org/@babel/helper-regex/-/helper-regex-7.5.5.tgz",
202 - "integrity": "sha512-CkCYQLkfkiugbRDO8eZn6lRuR8kzZoGXCg3149iTk5se7g6qykSpy3+hELSwquhu+TgHn8nkLiBwHvNX8Hofcw==",
203 - "requires": {
204 - "lodash": "^4.17.13"
205 - }
206 - },
207 - "@babel/helper-remap-async-to-generator": {
208 - "version": "7.7.4",
209 - "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.7.4.tgz",
210 - "integrity": "sha512-Sk4xmtVdM9sA/jCI80f+KS+Md+ZHIpjuqmYPk1M7F/upHou5e4ReYmExAiu6PVe65BhJPZA2CY9x9k4BqE5klw==",
211 - "requires": {
212 - "@babel/helper-annotate-as-pure": "^7.7.4",
213 - "@babel/helper-wrap-function": "^7.7.4",
214 - "@babel/template": "^7.7.4",
215 - "@babel/traverse": "^7.7.4",
216 - "@babel/types": "^7.7.4"
217 - }
218 - },
219 - "@babel/helper-replace-supers": {
220 - "version": "7.7.4",
221 - "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.7.4.tgz",
222 - "integrity": "sha512-pP0tfgg9hsZWo5ZboYGuBn/bbYT/hdLPVSS4NMmiRJdwWhP0IznPwN9AE1JwyGsjSPLC364I0Qh5p+EPkGPNpg==",
223 - "requires": {
224 - "@babel/helper-member-expression-to-functions": "^7.7.4",
225 - "@babel/helper-optimise-call-expression": "^7.7.4",
226 - "@babel/traverse": "^7.7.4",
227 - "@babel/types": "^7.7.4"
228 - }
229 - },
230 - "@babel/helper-simple-access": {
231 - "version": "7.7.4",
232 - "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.7.4.tgz",
233 - "integrity": "sha512-zK7THeEXfan7UlWsG2A6CI/L9jVnI5+xxKZOdej39Y0YtDYKx9raHk5F2EtK9K8DHRTihYwg20ADt9S36GR78A==",
234 - "requires": {
235 - "@babel/template": "^7.7.4",
236 - "@babel/types": "^7.7.4"
237 - }
238 - },
239 - "@babel/helper-split-export-declaration": {
240 - "version": "7.7.4",
241 - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.7.4.tgz",
242 - "integrity": "sha512-guAg1SXFcVr04Guk9eq0S4/rWS++sbmyqosJzVs8+1fH5NI+ZcmkaSkc7dmtAFbHFva6yRJnjW3yAcGxjueDug==",
243 - "requires": {
244 - "@babel/types": "^7.7.4"
245 - }
246 - },
247 - "@babel/helper-wrap-function": {
248 - "version": "7.7.4",
249 - "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.7.4.tgz",
250 - "integrity": "sha512-VsfzZt6wmsocOaVU0OokwrIytHND55yvyT4BPB9AIIgwr8+x7617hetdJTsuGwygN5RC6mxA9EJztTjuwm2ofg==",
251 - "requires": {
252 - "@babel/helper-function-name": "^7.7.4",
253 - "@babel/template": "^7.7.4",
254 - "@babel/traverse": "^7.7.4",
255 - "@babel/types": "^7.7.4"
256 - }
257 - },
258 - "@babel/helpers": {
259 - "version": "7.7.4",
260 - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.7.4.tgz",
261 - "integrity": "sha512-ak5NGZGJ6LV85Q1Zc9gn2n+ayXOizryhjSUBTdu5ih1tlVCJeuQENzc4ItyCVhINVXvIT/ZQ4mheGIsfBkpskg==",
262 - "requires": {
263 - "@babel/template": "^7.7.4",
264 - "@babel/traverse": "^7.7.4",
265 - "@babel/types": "^7.7.4"
266 - }
267 - },
268 - "@babel/highlight": {
269 - "version": "7.5.0",
270 - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.5.0.tgz",
271 - "integrity": "sha512-7dV4eu9gBxoM0dAnj/BCFDW9LFU0zvTrkq0ugM7pnHEgguOEeOz1so2ZghEdzviYzQEED0r4EAgpsBChKy1TRQ==",
272 - "requires": {
273 - "chalk": "^2.0.0",
274 - "esutils": "^2.0.2",
275 - "js-tokens": "^4.0.0"
276 - }
277 - },
278 - "@babel/parser": {
279 - "version": "7.7.7",
280 - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.7.7.tgz",
281 - "integrity": "sha512-WtTZMZAZLbeymhkd/sEaPD8IQyGAhmuTuvTzLiCFM7iXiVdY0gc0IaI+cW0fh1BnSMbJSzXX6/fHllgHKwHhXw=="
282 - },
283 - "@babel/plugin-proposal-async-generator-functions": {
284 - "version": "7.7.4",
285 - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.7.4.tgz",
286 - "integrity": "sha512-1ypyZvGRXriY/QP668+s8sFr2mqinhkRDMPSQLNghCQE+GAkFtp+wkHVvg2+Hdki8gwP+NFzJBJ/N1BfzCCDEw==",
287 - "requires": {
288 - "@babel/helper-plugin-utils": "^7.0.0",
289 - "@babel/helper-remap-async-to-generator": "^7.7.4",
290 - "@babel/plugin-syntax-async-generators": "^7.7.4"
291 - }
292 - },
293 - "@babel/plugin-proposal-class-properties": {
294 - "version": "7.7.4",
295 - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.7.4.tgz",
296 - "integrity": "sha512-EcuXeV4Hv1X3+Q1TsuOmyyxeTRiSqurGJ26+I/FW1WbymmRRapVORm6x1Zl3iDIHyRxEs+VXWp6qnlcfcJSbbw==",
297 - "requires": {
298 - "@babel/helper-create-class-features-plugin": "^7.7.4",
299 - "@babel/helper-plugin-utils": "^7.0.0"
300 - }
301 - },
302 - "@babel/plugin-proposal-decorators": {
303 - "version": "7.7.4",
304 - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.7.4.tgz",
305 - "integrity": "sha512-GftcVDcLCwVdzKmwOBDjATd548+IE+mBo7ttgatqNDR7VG7GqIuZPtRWlMLHbhTXhcnFZiGER8iIYl1n/imtsg==",
306 - "requires": {
307 - "@babel/helper-create-class-features-plugin": "^7.7.4",
308 - "@babel/helper-plugin-utils": "^7.0.0",
309 - "@babel/plugin-syntax-decorators": "^7.7.4"
310 - }
311 - },
312 - "@babel/plugin-proposal-dynamic-import": {
313 - "version": "7.7.4",
314 - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.7.4.tgz",
315 - "integrity": "sha512-StH+nGAdO6qDB1l8sZ5UBV8AC3F2VW2I8Vfld73TMKyptMU9DY5YsJAS8U81+vEtxcH3Y/La0wG0btDrhpnhjQ==",
316 - "requires": {
317 - "@babel/helper-plugin-utils": "^7.0.0",
318 - "@babel/plugin-syntax-dynamic-import": "^7.7.4"
319 - }
320 - },
321 - "@babel/plugin-proposal-json-strings": {
322 - "version": "7.7.4",
323 - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.7.4.tgz",
324 - "integrity": "sha512-wQvt3akcBTfLU/wYoqm/ws7YOAQKu8EVJEvHip/mzkNtjaclQoCCIqKXFP5/eyfnfbQCDV3OLRIK3mIVyXuZlw==",
325 - "requires": {
326 - "@babel/helper-plugin-utils": "^7.0.0",
327 - "@babel/plugin-syntax-json-strings": "^7.7.4"
328 - }
329 - },
330 - "@babel/plugin-proposal-nullish-coalescing-operator": {
331 - "version": "7.7.4",
332 - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.7.4.tgz",
333 - "integrity": "sha512-TbYHmr1Gl1UC7Vo2HVuj/Naci5BEGNZ0AJhzqD2Vpr6QPFWpUmBRLrIDjedzx7/CShq0bRDS2gI4FIs77VHLVQ==",
334 - "requires": {
335 - "@babel/helper-plugin-utils": "^7.0.0",
336 - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.7.4"
337 - }
338 - },
339 - "@babel/plugin-proposal-numeric-separator": {
340 - "version": "7.7.4",
341 - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.7.4.tgz",
342 - "integrity": "sha512-CG605v7lLpVgVldSY6kxsN9ui1DxFOyepBfuX2AzU2TNriMAYApoU55mrGw9Jr4TlrTzPCG10CL8YXyi+E/iPw==",
343 - "requires": {
344 - "@babel/helper-plugin-utils": "^7.0.0",
345 - "@babel/plugin-syntax-numeric-separator": "^7.7.4"
346 - }
347 - },
348 - "@babel/plugin-proposal-object-rest-spread": {
349 - "version": "7.7.7",
350 - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.7.7.tgz",
351 - "integrity": "sha512-3qp9I8lelgzNedI3hrhkvhaEYree6+WHnyA/q4Dza9z7iEIs1eyhWyJnetk3jJ69RT0AT4G0UhEGwyGFJ7GUuQ==",
352 - "requires": {
353 - "@babel/helper-plugin-utils": "^7.0.0",
354 - "@babel/plugin-syntax-object-rest-spread": "^7.7.4"
355 - }
356 - },
357 - "@babel/plugin-proposal-optional-catch-binding": {
358 - "version": "7.7.4",
359 - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.7.4.tgz",
360 - "integrity": "sha512-DyM7U2bnsQerCQ+sejcTNZh8KQEUuC3ufzdnVnSiUv/qoGJp2Z3hanKL18KDhsBT5Wj6a7CMT5mdyCNJsEaA9w==",
361 - "requires": {
362 - "@babel/helper-plugin-utils": "^7.0.0",
363 - "@babel/plugin-syntax-optional-catch-binding": "^7.7.4"
364 - }
365 - },
366 - "@babel/plugin-proposal-optional-chaining": {
367 - "version": "7.7.4",
368 - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.7.4.tgz",
369 - "integrity": "sha512-JmgaS+ygAWDR/STPe3/7y0lNlHgS+19qZ9aC06nYLwQ/XB7c0q5Xs+ksFU3EDnp9EiEsO0dnRAOKeyLHTZuW3A==",
370 - "requires": {
371 - "@babel/helper-plugin-utils": "^7.0.0",
372 - "@babel/plugin-syntax-optional-chaining": "^7.7.4"
373 - }
374 - },
375 - "@babel/plugin-proposal-unicode-property-regex": {
376 - "version": "7.7.7",
377 - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.7.7.tgz",
378 - "integrity": "sha512-80PbkKyORBUVm1fbTLrHpYdJxMThzM1UqFGh0ALEhO9TYbG86Ah9zQYAB/84axz2vcxefDLdZwWwZNlYARlu9w==",
379 - "requires": {
380 - "@babel/helper-create-regexp-features-plugin": "^7.7.4",
381 - "@babel/helper-plugin-utils": "^7.0.0"
382 - }
383 - },
384 - "@babel/plugin-syntax-async-generators": {
385 - "version": "7.7.4",
386 - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.7.4.tgz",
387 - "integrity": "sha512-Li4+EjSpBgxcsmeEF8IFcfV/+yJGxHXDirDkEoyFjumuwbmfCVHUt0HuowD/iGM7OhIRyXJH9YXxqiH6N815+g==",
388 - "requires": {
389 - "@babel/helper-plugin-utils": "^7.0.0"
390 - }
391 - },
392 - "@babel/plugin-syntax-decorators": {
393 - "version": "7.7.4",
394 - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.7.4.tgz",
395 - "integrity": "sha512-0oNLWNH4k5ZbBVfAwiTU53rKFWIeTh6ZlaWOXWJc4ywxs0tjz5fc3uZ6jKAnZSxN98eXVgg7bJIuzjX+3SXY+A==",
396 - "requires": {
397 - "@babel/helper-plugin-utils": "^7.0.0"
398 - }
399 - },
400 - "@babel/plugin-syntax-dynamic-import": {
401 - "version": "7.7.4",
402 - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.7.4.tgz",
403 - "integrity": "sha512-jHQW0vbRGvwQNgyVxwDh4yuXu4bH1f5/EICJLAhl1SblLs2CDhrsmCk+v5XLdE9wxtAFRyxx+P//Iw+a5L/tTg==",
404 - "requires": {
405 - "@babel/helper-plugin-utils": "^7.0.0"
406 - }
407 - },
408 - "@babel/plugin-syntax-flow": {
409 - "version": "7.7.4",
410 - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.7.4.tgz",
411 - "integrity": "sha512-2AMAWl5PsmM5KPkB22cvOkUyWk6MjUaqhHNU5nSPUl/ns3j5qLfw2SuYP5RbVZ0tfLvePr4zUScbICtDP2CUNw==",
412 - "requires": {
413 - "@babel/helper-plugin-utils": "^7.0.0"
414 - }
415 - },
416 - "@babel/plugin-syntax-json-strings": {
417 - "version": "7.7.4",
418 - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.7.4.tgz",
419 - "integrity": "sha512-QpGupahTQW1mHRXddMG5srgpHWqRLwJnJZKXTigB9RPFCCGbDGCgBeM/iC82ICXp414WeYx/tD54w7M2qRqTMg==",
420 - "requires": {
421 - "@babel/helper-plugin-utils": "^7.0.0"
422 - }
423 - },
424 - "@babel/plugin-syntax-jsx": {
425 - "version": "7.7.4",
426 - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.7.4.tgz",
427 - "integrity": "sha512-wuy6fiMe9y7HeZBWXYCGt2RGxZOj0BImZ9EyXJVnVGBKO/Br592rbR3rtIQn0eQhAk9vqaKP5n8tVqEFBQMfLg==",
428 - "requires": {
429 - "@babel/helper-plugin-utils": "^7.0.0"
430 - }
431 - },
432 - "@babel/plugin-syntax-nullish-coalescing-operator": {
433 - "version": "7.7.4",
434 - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.7.4.tgz",
435 - "integrity": "sha512-XKh/yIRPiQTOeBg0QJjEus5qiSKucKAiApNtO1psqG7D17xmE+X2i5ZqBEuSvo0HRuyPaKaSN/Gy+Ha9KFQolw==",
436 - "requires": {
437 - "@babel/helper-plugin-utils": "^7.0.0"
438 - }
439 - },
440 - "@babel/plugin-syntax-numeric-separator": {
441 - "version": "7.7.4",
442 - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.7.4.tgz",
443 - "integrity": "sha512-vmlUUBlLuFnbpaR+1kKIdo62xQEN+THWbtAHSEilo+0rHl2dKKCn6GLUVKpI848wL/T0ZPQgAy8asRJ9yYEjog==",
444 - "requires": {
445 - "@babel/helper-plugin-utils": "^7.0.0"
446 - }
447 - },
448 - "@babel/plugin-syntax-object-rest-spread": {
449 - "version": "7.7.4",
450 - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.7.4.tgz",
451 - "integrity": "sha512-mObR+r+KZq0XhRVS2BrBKBpr5jqrqzlPvS9C9vuOf5ilSwzloAl7RPWLrgKdWS6IreaVrjHxTjtyqFiOisaCwg==",
452 - "requires": {
453 - "@babel/helper-plugin-utils": "^7.0.0"
454 - }
455 - },
456 - "@babel/plugin-syntax-optional-catch-binding": {
457 - "version": "7.7.4",
458 - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.7.4.tgz",
459 - "integrity": "sha512-4ZSuzWgFxqHRE31Glu+fEr/MirNZOMYmD/0BhBWyLyOOQz/gTAl7QmWm2hX1QxEIXsr2vkdlwxIzTyiYRC4xcQ==",
460 - "requires": {
461 - "@babel/helper-plugin-utils": "^7.0.0"
462 - }
463 - },
464 - "@babel/plugin-syntax-optional-chaining": {
465 - "version": "7.7.4",
466 - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.7.4.tgz",
467 - "integrity": "sha512-2MqYD5WjZSbJdUagnJvIdSfkb/ucOC9/1fRJxm7GAxY6YQLWlUvkfxoNbUPcPLHJyetKUDQ4+yyuUyAoc0HriA==",
468 - "requires": {
469 - "@babel/helper-plugin-utils": "^7.0.0"
470 - }
471 - },
472 - "@babel/plugin-syntax-top-level-await": {
473 - "version": "7.7.4",
474 - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.7.4.tgz",
475 - "integrity": "sha512-wdsOw0MvkL1UIgiQ/IFr3ETcfv1xb8RMM0H9wbiDyLaJFyiDg5oZvDLCXosIXmFeIlweML5iOBXAkqddkYNizg==",
476 - "requires": {
477 - "@babel/helper-plugin-utils": "^7.0.0"
478 - }
479 - },
480 - "@babel/plugin-syntax-typescript": {
481 - "version": "7.7.4",
482 - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.7.4.tgz",
483 - "integrity": "sha512-77blgY18Hud4NM1ggTA8xVT/dBENQf17OpiToSa2jSmEY3fWXD2jwrdVlO4kq5yzUTeF15WSQ6b4fByNvJcjpQ==",
484 - "requires": {
485 - "@babel/helper-plugin-utils": "^7.0.0"
486 - }
487 - },
488 - "@babel/plugin-transform-arrow-functions": {
489 - "version": "7.7.4",
490 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.7.4.tgz",
491 - "integrity": "sha512-zUXy3e8jBNPiffmqkHRNDdZM2r8DWhCB7HhcoyZjiK1TxYEluLHAvQuYnTT+ARqRpabWqy/NHkO6e3MsYB5YfA==",
492 - "requires": {
493 - "@babel/helper-plugin-utils": "^7.0.0"
494 - }
495 - },
496 - "@babel/plugin-transform-async-to-generator": {
497 - "version": "7.7.4",
498 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.7.4.tgz",
499 - "integrity": "sha512-zpUTZphp5nHokuy8yLlyafxCJ0rSlFoSHypTUWgpdwoDXWQcseaect7cJ8Ppk6nunOM6+5rPMkod4OYKPR5MUg==",
500 - "requires": {
501 - "@babel/helper-module-imports": "^7.7.4",
502 - "@babel/helper-plugin-utils": "^7.0.0",
503 - "@babel/helper-remap-async-to-generator": "^7.7.4"
504 - }
505 - },
506 - "@babel/plugin-transform-block-scoped-functions": {
507 - "version": "7.7.4",
508 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.7.4.tgz",
509 - "integrity": "sha512-kqtQzwtKcpPclHYjLK//3lH8OFsCDuDJBaFhVwf8kqdnF6MN4l618UDlcA7TfRs3FayrHj+svYnSX8MC9zmUyQ==",
510 - "requires": {
511 - "@babel/helper-plugin-utils": "^7.0.0"
512 - }
513 - },
514 - "@babel/plugin-transform-block-scoping": {
515 - "version": "7.7.4",
516 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.7.4.tgz",
517 - "integrity": "sha512-2VBe9u0G+fDt9B5OV5DQH4KBf5DoiNkwFKOz0TCvBWvdAN2rOykCTkrL+jTLxfCAm76l9Qo5OqL7HBOx2dWggg==",
518 - "requires": {
519 - "@babel/helper-plugin-utils": "^7.0.0",
520 - "lodash": "^4.17.13"
521 - }
522 - },
523 - "@babel/plugin-transform-classes": {
524 - "version": "7.7.4",
525 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.7.4.tgz",
526 - "integrity": "sha512-sK1mjWat7K+buWRuImEzjNf68qrKcrddtpQo3swi9j7dUcG6y6R6+Di039QN2bD1dykeswlagupEmpOatFHHUg==",
527 - "requires": {
528 - "@babel/helper-annotate-as-pure": "^7.7.4",
529 - "@babel/helper-define-map": "^7.7.4",
530 - "@babel/helper-function-name": "^7.7.4",
531 - "@babel/helper-optimise-call-expression": "^7.7.4",
532 - "@babel/helper-plugin-utils": "^7.0.0",
533 - "@babel/helper-replace-supers": "^7.7.4",
534 - "@babel/helper-split-export-declaration": "^7.7.4",
535 - "globals": "^11.1.0"
536 - }
537 - },
538 - "@babel/plugin-transform-computed-properties": {
539 - "version": "7.7.4",
540 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.7.4.tgz",
541 - "integrity": "sha512-bSNsOsZnlpLLyQew35rl4Fma3yKWqK3ImWMSC/Nc+6nGjC9s5NFWAer1YQ899/6s9HxO2zQC1WoFNfkOqRkqRQ==",
542 - "requires": {
543 - "@babel/helper-plugin-utils": "^7.0.0"
544 - }
545 - },
546 - "@babel/plugin-transform-destructuring": {
547 - "version": "7.7.4",
548 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.7.4.tgz",
549 - "integrity": "sha512-4jFMXI1Cu2aXbcXXl8Lr6YubCn6Oc7k9lLsu8v61TZh+1jny2BWmdtvY9zSUlLdGUvcy9DMAWyZEOqjsbeg/wA==",
550 - "requires": {
551 - "@babel/helper-plugin-utils": "^7.0.0"
552 - }
553 - },
554 - "@babel/plugin-transform-dotall-regex": {
555 - "version": "7.7.7",
556 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.7.7.tgz",
557 - "integrity": "sha512-b4in+YlTeE/QmTgrllnb3bHA0HntYvjz8O3Mcbx75UBPJA2xhb5A8nle498VhxSXJHQefjtQxpnLPehDJ4TRlg==",
558 - "requires": {
559 - "@babel/helper-create-regexp-features-plugin": "^7.7.4",
560 - "@babel/helper-plugin-utils": "^7.0.0"
561 - }
562 - },
563 - "@babel/plugin-transform-duplicate-keys": {
564 - "version": "7.7.4",
565 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.7.4.tgz",
566 - "integrity": "sha512-g1y4/G6xGWMD85Tlft5XedGaZBCIVN+/P0bs6eabmcPP9egFleMAo65OOjlhcz1njpwagyY3t0nsQC9oTFegJA==",
567 - "requires": {
568 - "@babel/helper-plugin-utils": "^7.0.0"
569 - }
570 - },
571 - "@babel/plugin-transform-exponentiation-operator": {
572 - "version": "7.7.4",
573 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.7.4.tgz",
574 - "integrity": "sha512-MCqiLfCKm6KEA1dglf6Uqq1ElDIZwFuzz1WH5mTf8k2uQSxEJMbOIEh7IZv7uichr7PMfi5YVSrr1vz+ipp7AQ==",
575 - "requires": {
576 - "@babel/helper-builder-binary-assignment-operator-visitor": "^7.7.4",
577 - "@babel/helper-plugin-utils": "^7.0.0"
578 - }
579 - },
580 - "@babel/plugin-transform-flow-strip-types": {
581 - "version": "7.7.4",
582 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.7.4.tgz",
583 - "integrity": "sha512-w9dRNlHY5ElNimyMYy0oQowvQpwt/PRHI0QS98ZJCTZU2bvSnKXo5zEiD5u76FBPigTm8TkqzmnUTg16T7qbkA==",
584 - "requires": {
585 - "@babel/helper-plugin-utils": "^7.0.0",
586 - "@babel/plugin-syntax-flow": "^7.7.4"
587 - }
588 - },
589 - "@babel/plugin-transform-for-of": {
590 - "version": "7.7.4",
591 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.7.4.tgz",
592 - "integrity": "sha512-zZ1fD1B8keYtEcKF+M1TROfeHTKnijcVQm0yO/Yu1f7qoDoxEIc/+GX6Go430Bg84eM/xwPFp0+h4EbZg7epAA==",
593 - "requires": {
594 - "@babel/helper-plugin-utils": "^7.0.0"
595 - }
596 - },
597 - "@babel/plugin-transform-function-name": {
598 - "version": "7.7.4",
599 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.7.4.tgz",
600 - "integrity": "sha512-E/x09TvjHNhsULs2IusN+aJNRV5zKwxu1cpirZyRPw+FyyIKEHPXTsadj48bVpc1R5Qq1B5ZkzumuFLytnbT6g==",
601 - "requires": {
602 - "@babel/helper-function-name": "^7.7.4",
603 - "@babel/helper-plugin-utils": "^7.0.0"
604 - }
605 - },
606 - "@babel/plugin-transform-literals": {
607 - "version": "7.7.4",
608 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.7.4.tgz",
609 - "integrity": "sha512-X2MSV7LfJFm4aZfxd0yLVFrEXAgPqYoDG53Br/tCKiKYfX0MjVjQeWPIhPHHsCqzwQANq+FLN786fF5rgLS+gw==",
610 - "requires": {
611 - "@babel/helper-plugin-utils": "^7.0.0"
612 - }
613 - },
614 - "@babel/plugin-transform-member-expression-literals": {
615 - "version": "7.7.4",
616 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.7.4.tgz",
617 - "integrity": "sha512-9VMwMO7i69LHTesL0RdGy93JU6a+qOPuvB4F4d0kR0zyVjJRVJRaoaGjhtki6SzQUu8yen/vxPKN6CWnCUw6bA==",
618 - "requires": {
619 - "@babel/helper-plugin-utils": "^7.0.0"
620 - }
621 - },
622 - "@babel/plugin-transform-modules-amd": {
623 - "version": "7.7.5",
624 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.7.5.tgz",
625 - "integrity": "sha512-CT57FG4A2ZUNU1v+HdvDSDrjNWBrtCmSH6YbbgN3Lrf0Di/q/lWRxZrE72p3+HCCz9UjfZOEBdphgC0nzOS6DQ==",
626 - "requires": {
627 - "@babel/helper-module-transforms": "^7.7.5",
628 - "@babel/helper-plugin-utils": "^7.0.0",
629 - "babel-plugin-dynamic-import-node": "^2.3.0"
630 - }
631 - },
632 - "@babel/plugin-transform-modules-commonjs": {
633 - "version": "7.7.5",
634 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.7.5.tgz",
635 - "integrity": "sha512-9Cq4zTFExwFhQI6MT1aFxgqhIsMWQWDVwOgLzl7PTWJHsNaqFvklAU+Oz6AQLAS0dJKTwZSOCo20INwktxpi3Q==",
636 - "requires": {
637 - "@babel/helper-module-transforms": "^7.7.5",
638 - "@babel/helper-plugin-utils": "^7.0.0",
639 - "@babel/helper-simple-access": "^7.7.4",
640 - "babel-plugin-dynamic-import-node": "^2.3.0"
641 - }
642 - },
643 - "@babel/plugin-transform-modules-systemjs": {
644 - "version": "7.7.4",
645 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.7.4.tgz",
646 - "integrity": "sha512-y2c96hmcsUi6LrMqvmNDPBBiGCiQu0aYqpHatVVu6kD4mFEXKjyNxd/drc18XXAf9dv7UXjrZwBVmTTGaGP8iw==",
647 - "requires": {
648 - "@babel/helper-hoist-variables": "^7.7.4",
649 - "@babel/helper-plugin-utils": "^7.0.0",
650 - "babel-plugin-dynamic-import-node": "^2.3.0"
651 - }
652 - },
653 - "@babel/plugin-transform-modules-umd": {
654 - "version": "7.7.4",
655 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.7.4.tgz",
656 - "integrity": "sha512-u2B8TIi0qZI4j8q4C51ktfO7E3cQ0qnaXFI1/OXITordD40tt17g/sXqgNNCcMTcBFKrUPcGDx+TBJuZxLx7tw==",
657 - "requires": {
658 - "@babel/helper-module-transforms": "^7.7.4",
659 - "@babel/helper-plugin-utils": "^7.0.0"
660 - }
661 - },
662 - "@babel/plugin-transform-named-capturing-groups-regex": {
663 - "version": "7.7.4",
664 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.7.4.tgz",
665 - "integrity": "sha512-jBUkiqLKvUWpv9GLSuHUFYdmHg0ujC1JEYoZUfeOOfNydZXp1sXObgyPatpcwjWgsdBGsagWW0cdJpX/DO2jMw==",
666 - "requires": {
667 - "@babel/helper-create-regexp-features-plugin": "^7.7.4"
668 - }
669 - },
670 - "@babel/plugin-transform-new-target": {
671 - "version": "7.7.4",
672 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.7.4.tgz",
673 - "integrity": "sha512-CnPRiNtOG1vRodnsyGX37bHQleHE14B9dnnlgSeEs3ek3fHN1A1SScglTCg1sfbe7sRQ2BUcpgpTpWSfMKz3gg==",
674 - "requires": {
675 - "@babel/helper-plugin-utils": "^7.0.0"
676 - }
677 - },
678 - "@babel/plugin-transform-object-super": {
679 - "version": "7.7.4",
680 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.7.4.tgz",
681 - "integrity": "sha512-ho+dAEhC2aRnff2JCA0SAK7V2R62zJd/7dmtoe7MHcso4C2mS+vZjn1Pb1pCVZvJs1mgsvv5+7sT+m3Bysb6eg==",
682 - "requires": {
683 - "@babel/helper-plugin-utils": "^7.0.0",
684 - "@babel/helper-replace-supers": "^7.7.4"
685 - }
686 - },
687 - "@babel/plugin-transform-parameters": {
688 - "version": "7.7.7",
689 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.7.7.tgz",
690 - "integrity": "sha512-OhGSrf9ZBrr1fw84oFXj5hgi8Nmg+E2w5L7NhnG0lPvpDtqd7dbyilM2/vR8CKbJ907RyxPh2kj6sBCSSfI9Ew==",
691 - "requires": {
692 - "@babel/helper-call-delegate": "^7.7.4",
693 - "@babel/helper-get-function-arity": "^7.7.4",
694 - "@babel/helper-plugin-utils": "^7.0.0"
695 - }
696 - },
697 - "@babel/plugin-transform-property-literals": {
698 - "version": "7.7.4",
699 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.7.4.tgz",
700 - "integrity": "sha512-MatJhlC4iHsIskWYyawl53KuHrt+kALSADLQQ/HkhTjX954fkxIEh4q5slL4oRAnsm/eDoZ4q0CIZpcqBuxhJQ==",
701 - "requires": {
702 - "@babel/helper-plugin-utils": "^7.0.0"
703 - }
704 - },
705 - "@babel/plugin-transform-react-constant-elements": {
706 - "version": "7.7.4",
707 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.7.4.tgz",
708 - "integrity": "sha512-U6XkHZ8RnmeEb8jBUOpeo6oFka5RhLgxAVvK4/fBbwoYlsHQYLb8I37ymTPDVsrWjqb94+hueuWQA/1OAA4rAQ==",
709 - "requires": {
710 - "@babel/helper-annotate-as-pure": "^7.7.4",
711 - "@babel/helper-plugin-utils": "^7.0.0"
712 - }
713 - },
714 - "@babel/plugin-transform-react-display-name": {
715 - "version": "7.7.4",
716 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.7.4.tgz",
717 - "integrity": "sha512-sBbIvqYkthai0X0vkD2xsAwluBp+LtNHH+/V4a5ydifmTtb8KOVOlrMIk/MYmIc4uTYDnjZUHQildYNo36SRJw==",
718 - "requires": {
719 - "@babel/helper-plugin-utils": "^7.0.0"
720 - }
721 - },
722 - "@babel/plugin-transform-react-jsx": {
723 - "version": "7.7.7",
724 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.7.7.tgz",
725 - "integrity": "sha512-SlPjWPbva2+7/ZJbGcoqjl4LsQaLpKEzxW9hcxU7675s24JmdotJOSJ4cgAbV82W3FcZpHIGmRZIlUL8ayMvjw==",
726 - "requires": {
727 - "@babel/helper-builder-react-jsx": "^7.7.4",
728 - "@babel/helper-plugin-utils": "^7.0.0",
729 - "@babel/plugin-syntax-jsx": "^7.7.4"
730 - }
731 - },
732 - "@babel/plugin-transform-react-jsx-self": {
733 - "version": "7.7.4",
734 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.7.4.tgz",
735 - "integrity": "sha512-PWYjSfqrO273mc1pKCRTIJXyqfc9vWYBax88yIhQb+bpw3XChVC7VWS4VwRVs63wFHKxizvGSd00XEr+YB9Q2A==",
736 - "requires": {
737 - "@babel/helper-plugin-utils": "^7.0.0",
738 - "@babel/plugin-syntax-jsx": "^7.7.4"
739 - }
740 - },
741 - "@babel/plugin-transform-react-jsx-source": {
742 - "version": "7.7.4",
743 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.7.4.tgz",
744 - "integrity": "sha512-5ZU9FnPhqtHsOXxutRtXZAzoEJwDaP32QcobbMP1/qt7NYcsCNK8XgzJcJfoEr/ZnzVvUNInNjIW22Z6I8p9mg==",
745 - "requires": {
746 - "@babel/helper-plugin-utils": "^7.0.0",
747 - "@babel/plugin-syntax-jsx": "^7.7.4"
748 - }
749 - },
750 - "@babel/plugin-transform-regenerator": {
751 - "version": "7.7.5",
752 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.7.5.tgz",
753 - "integrity": "sha512-/8I8tPvX2FkuEyWbjRCt4qTAgZK0DVy8QRguhA524UH48RfGJy94On2ri+dCuwOpcerPRl9O4ebQkRcVzIaGBw==",
754 - "requires": {
755 - "regenerator-transform": "^0.14.0"
756 - }
757 - },
758 - "@babel/plugin-transform-reserved-words": {
759 - "version": "7.7.4",
760 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.7.4.tgz",
761 - "integrity": "sha512-OrPiUB5s5XvkCO1lS7D8ZtHcswIC57j62acAnJZKqGGnHP+TIc/ljQSrgdX/QyOTdEK5COAhuc820Hi1q2UgLQ==",
762 - "requires": {
763 - "@babel/helper-plugin-utils": "^7.0.0"
764 - }
765 - },
766 - "@babel/plugin-transform-runtime": {
767 - "version": "7.7.4",
768 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.7.4.tgz",
769 - "integrity": "sha512-O8kSkS5fP74Ad/8pfsCMGa8sBRdLxYoSReaARRNSz3FbFQj3z/QUvoUmJ28gn9BO93YfnXc3j+Xyaqe8cKDNBQ==",
770 - "requires": {
771 - "@babel/helper-module-imports": "^7.7.4",
772 - "@babel/helper-plugin-utils": "^7.0.0",
773 - "resolve": "^1.8.1",
774 - "semver": "^5.5.1"
775 - },
776 - "dependencies": {
777 - "semver": {
778 - "version": "5.7.1",
779 - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
780 - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ=="
781 - }
782 - }
783 - },
784 - "@babel/plugin-transform-shorthand-properties": {
785 - "version": "7.7.4",
786 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.7.4.tgz",
787 - "integrity": "sha512-q+suddWRfIcnyG5YiDP58sT65AJDZSUhXQDZE3r04AuqD6d/XLaQPPXSBzP2zGerkgBivqtQm9XKGLuHqBID6Q==",
788 - "requires": {
789 - "@babel/helper-plugin-utils": "^7.0.0"
790 - }
791 - },
792 - "@babel/plugin-transform-spread": {
793 - "version": "7.7.4",
794 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.7.4.tgz",
795 - "integrity": "sha512-8OSs0FLe5/80cndziPlg4R0K6HcWSM0zyNhHhLsmw/Nc5MaA49cAsnoJ/t/YZf8qkG7fD+UjTRaApVDB526d7Q==",
796 - "requires": {
797 - "@babel/helper-plugin-utils": "^7.0.0"
798 - }
799 - },
800 - "@babel/plugin-transform-sticky-regex": {
801 - "version": "7.7.4",
802 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.7.4.tgz",
803 - "integrity": "sha512-Ls2NASyL6qtVe1H1hXts9yuEeONV2TJZmplLONkMPUG158CtmnrzW5Q5teibM5UVOFjG0D3IC5mzXR6pPpUY7A==",
804 - "requires": {
805 - "@babel/helper-plugin-utils": "^7.0.0",
806 - "@babel/helper-regex": "^7.0.0"
807 - }
808 - },
809 - "@babel/plugin-transform-template-literals": {
810 - "version": "7.7.4",
811 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.7.4.tgz",
812 - "integrity": "sha512-sA+KxLwF3QwGj5abMHkHgshp9+rRz+oY9uoRil4CyLtgEuE/88dpkeWgNk5qKVsJE9iSfly3nvHapdRiIS2wnQ==",
813 - "requires": {
814 - "@babel/helper-annotate-as-pure": "^7.7.4",
815 - "@babel/helper-plugin-utils": "^7.0.0"
816 - }
817 - },
818 - "@babel/plugin-transform-typeof-symbol": {
819 - "version": "7.7.4",
820 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.7.4.tgz",
821 - "integrity": "sha512-KQPUQ/7mqe2m0B8VecdyaW5XcQYaePyl9R7IsKd+irzj6jvbhoGnRE+M0aNkyAzI07VfUQ9266L5xMARitV3wg==",
822 - "requires": {
823 - "@babel/helper-plugin-utils": "^7.0.0"
824 - }
825 - },
826 - "@babel/plugin-transform-typescript": {
827 - "version": "7.7.4",
828 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.7.4.tgz",
829 - "integrity": "sha512-X8e3tcPEKnwwPVG+vP/vSqEShkwODOEeyQGod82qrIuidwIrfnsGn11qPM1jBLF4MqguTXXYzm58d0dY+/wdpg==",
830 - "requires": {
831 - "@babel/helper-create-class-features-plugin": "^7.7.4",
832 - "@babel/helper-plugin-utils": "^7.0.0",
833 - "@babel/plugin-syntax-typescript": "^7.7.4"
834 - }
835 - },
836 - "@babel/plugin-transform-unicode-regex": {
837 - "version": "7.7.4",
838 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.7.4.tgz",
839 - "integrity": "sha512-N77UUIV+WCvE+5yHw+oks3m18/umd7y392Zv7mYTpFqHtkpcc+QUz+gLJNTWVlWROIWeLqY0f3OjZxV5TcXnRw==",
840 - "requires": {
841 - "@babel/helper-create-regexp-features-plugin": "^7.7.4",
842 - "@babel/helper-plugin-utils": "^7.0.0"
843 - }
844 - },
845 - "@babel/preset-env": {
846 - "version": "7.7.7",
847 - "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.7.7.tgz",
848 - "integrity": "sha512-pCu0hrSSDVI7kCVUOdcMNQEbOPJ52E+LrQ14sN8uL2ALfSqePZQlKrOy+tM4uhEdYlCHi4imr8Zz2cZe9oSdIg==",
849 - "requires": {
850 - "@babel/helper-module-imports": "^7.7.4",
851 - "@babel/helper-plugin-utils": "^7.0.0",
852 - "@babel/plugin-proposal-async-generator-functions": "^7.7.4",
853 - "@babel/plugin-proposal-dynamic-import": "^7.7.4",
854 - "@babel/plugin-proposal-json-strings": "^7.7.4",
855 - "@babel/plugin-proposal-object-rest-spread": "^7.7.7",
856 - "@babel/plugin-proposal-optional-catch-binding": "^7.7.4",
857 - "@babel/plugin-proposal-unicode-property-regex": "^7.7.7",
858 - "@babel/plugin-syntax-async-generators": "^7.7.4",
859 - "@babel/plugin-syntax-dynamic-import": "^7.7.4",
860 - "@babel/plugin-syntax-json-strings": "^7.7.4",
861 - "@babel/plugin-syntax-object-rest-spread": "^7.7.4",
862 - "@babel/plugin-syntax-optional-catch-binding": "^7.7.4",
863 - "@babel/plugin-syntax-top-level-await": "^7.7.4",
864 - "@babel/plugin-transform-arrow-functions": "^7.7.4",
865 - "@babel/plugin-transform-async-to-generator": "^7.7.4",
866 - "@babel/plugin-transform-block-scoped-functions": "^7.7.4",
867 - "@babel/plugin-transform-block-scoping": "^7.7.4",
868 - "@babel/plugin-transform-classes": "^7.7.4",
869 - "@babel/plugin-transform-computed-properties": "^7.7.4",
870 - "@babel/plugin-transform-destructuring": "^7.7.4",
871 - "@babel/plugin-transform-dotall-regex": "^7.7.7",
872 - "@babel/plugin-transform-duplicate-keys": "^7.7.4",
873 - "@babel/plugin-transform-exponentiation-operator": "^7.7.4",
874 - "@babel/plugin-transform-for-of": "^7.7.4",
875 - "@babel/plugin-transform-function-name": "^7.7.4",
876 - "@babel/plugin-transform-literals": "^7.7.4",
877 - "@babel/plugin-transform-member-expression-literals": "^7.7.4",
878 - "@babel/plugin-transform-modules-amd": "^7.7.5",
879 - "@babel/plugin-transform-modules-commonjs": "^7.7.5",
880 - "@babel/plugin-transform-modules-systemjs": "^7.7.4",
881 - "@babel/plugin-transform-modules-umd": "^7.7.4",
882 - "@babel/plugin-transform-named-capturing-groups-regex": "^7.7.4",
883 - "@babel/plugin-transform-new-target": "^7.7.4",
884 - "@babel/plugin-transform-object-super": "^7.7.4",
885 - "@babel/plugin-transform-parameters": "^7.7.7",
886 - "@babel/plugin-transform-property-literals": "^7.7.4",
887 - "@babel/plugin-transform-regenerator": "^7.7.5",
888 - "@babel/plugin-transform-reserved-words": "^7.7.4",
889 - "@babel/plugin-transform-shorthand-properties": "^7.7.4",
890 - "@babel/plugin-transform-spread": "^7.7.4",
891 - "@babel/plugin-transform-sticky-regex": "^7.7.4",
892 - "@babel/plugin-transform-template-literals": "^7.7.4",
893 - "@babel/plugin-transform-typeof-symbol": "^7.7.4",
894 - "@babel/plugin-transform-unicode-regex": "^7.7.4",
895 - "@babel/types": "^7.7.4",
896 - "browserslist": "^4.6.0",
897 - "core-js-compat": "^3.6.0",
898 - "invariant": "^2.2.2",
899 - "js-levenshtein": "^1.1.3",
900 - "semver": "^5.5.0"
901 - },
902 - "dependencies": {
903 - "semver": {
904 - "version": "5.7.1",
905 - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
906 - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ=="
907 - }
908 - }
909 - },
910 - "@babel/preset-react": {
911 - "version": "7.7.4",
912 - "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.7.4.tgz",
913 - "integrity": "sha512-j+vZtg0/8pQr1H8wKoaJyGL2IEk3rG/GIvua7Sec7meXVIvGycihlGMx5xcU00kqCJbwzHs18xTu3YfREOqQ+g==",
914 - "requires": {
915 - "@babel/helper-plugin-utils": "^7.0.0",
916 - "@babel/plugin-transform-react-display-name": "^7.7.4",
917 - "@babel/plugin-transform-react-jsx": "^7.7.4",
918 - "@babel/plugin-transform-react-jsx-self": "^7.7.4",
919 - "@babel/plugin-transform-react-jsx-source": "^7.7.4"
920 - }
921 - },
922 - "@babel/preset-typescript": {
923 - "version": "7.7.4",
924 - "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.7.4.tgz",
925 - "integrity": "sha512-rqrjxfdiHPsnuPur0jKrIIGQCIgoTWMTjlbWE69G4QJ6TIOVnnRnIJhUxNTL/VwDmEAVX08Tq3B1nirer5341w==",
926 - "requires": {
927 - "@babel/helper-plugin-utils": "^7.0.0",
928 - "@babel/plugin-transform-typescript": "^7.7.4"
929 - }
930 - },
931 - "@babel/runtime": {
932 - "version": "7.16.7",
933 - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.16.7.tgz",
934 - "integrity": "sha512-9E9FJowqAsytyOY6LG+1KuueckRL+aQW+mKvXRXnuFGyRAyepJPmEo9vgMfXUA6O9u3IeEdv9MAkppFcaQwogQ==",
935 - "requires": {
936 - "regenerator-runtime": "^0.13.4"
937 - },
938 - "dependencies": {
939 - "regenerator-runtime": {
940 - "version": "0.13.9",
941 - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz",
942 - "integrity": "sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA=="
943 - }
944 - }
945 - },
946 - "@babel/runtime-corejs3": {
947 - "version": "7.7.7",
948 - "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.7.7.tgz",
949 - "integrity": "sha512-kr3W3Fw8mB/CTru2M5zIRQZZgC/9zOxNSoJ/tVCzjPt3H1/p5uuGbz6WwmaQy/TLQcW31rUhUUWKY28sXFRelA==",
950 - "requires": {
951 - "core-js-pure": "^3.0.0",
952 - "regenerator-runtime": "^0.13.2"
953 - }
954 - },
955 - "@babel/template": {
956 - "version": "7.7.4",
957 - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.7.4.tgz",
958 - "integrity": "sha512-qUzihgVPguAzXCK7WXw8pqs6cEwi54s3E+HrejlkuWO6ivMKx9hZl3Y2fSXp9i5HgyWmj7RKP+ulaYnKM4yYxw==",
959 - "requires": {
960 - "@babel/code-frame": "^7.0.0",
961 - "@babel/parser": "^7.7.4",
962 - "@babel/types": "^7.7.4"
963 - }
964 - },
965 - "@babel/traverse": {
966 - "version": "7.7.4",
967 - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.7.4.tgz",
968 - "integrity": "sha512-P1L58hQyupn8+ezVA2z5KBm4/Zr4lCC8dwKCMYzsa5jFMDMQAzaBNy9W5VjB+KAmBjb40U7a/H6ao+Xo+9saIw==",
969 - "requires": {
970 - "@babel/code-frame": "^7.5.5",
971 - "@babel/generator": "^7.7.4",
972 - "@babel/helper-function-name": "^7.7.4",
973 - "@babel/helper-split-export-declaration": "^7.7.4",
974 - "@babel/parser": "^7.7.4",
975 - "@babel/types": "^7.7.4",
976 - "debug": "^4.1.0",
977 - "globals": "^11.1.0",
978 - "lodash": "^4.17.13"
979 - }
980 - },
981 - "@babel/types": {
982 - "version": "7.7.4",
983 - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.7.4.tgz",
984 - "integrity": "sha512-cz5Ji23KCi4T+YIE/BolWosrJuSmoZeN1EFnRtBwF+KKLi8GG/Z2c2hOJJeCXPk4mwk4QFvTmwIodJowXgttRA==",
985 - "requires": {
986 - "esutils": "^2.0.2",
987 - "lodash": "^4.17.13",
988 - "to-fast-properties": "^2.0.0"
989 - }
990 - },
991 - "@cnakazawa/watch": {
992 - "version": "1.0.3",
993 - "resolved": "https://registry.npmjs.org/@cnakazawa/watch/-/watch-1.0.3.tgz",
994 - "integrity": "sha512-r5160ogAvGyHsal38Kux7YYtodEKOj89RGb28ht1jh3SJb08VwRwAKKJL0bGb04Zd/3r9FL3BFIc3bBidYffCA==",
995 - "requires": {
996 - "exec-sh": "^0.3.2",
997 - "minimist": "^1.2.0"
998 - }
999 - },
1000 - "@csstools/convert-colors": {
1001 - "version": "1.4.0",
1002 - "resolved": "https://registry.npmjs.org/@csstools/convert-colors/-/convert-colors-1.4.0.tgz",
1003 - "integrity": "sha512-5a6wqoJV/xEdbRNKVo6I4hO3VjyDq//8q2f9I6PBAvMesJHFauXDorcNCsr9RzvsZnaWi5NYCcfyqP1QeFHFbw=="
1004 - },
1005 - "@csstools/normalize.css": {
1006 - "version": "10.1.0",
1007 - "resolved": "https://registry.npmjs.org/@csstools/normalize.css/-/normalize.css-10.1.0.tgz",
1008 - "integrity": "sha512-ij4wRiunFfaJxjB0BdrYHIH8FxBJpOwNPhhAcunlmPdXudL1WQV1qoP9un6JsEBAgQH+7UXyyjh0g7jTxXK6tg=="
1009 - },
1010 - "@firebase/analytics": {
1011 - "version": "0.6.18",
1012 - "resolved": "https://registry.npmjs.org/@firebase/analytics/-/analytics-0.6.18.tgz",
1013 - "integrity": "sha512-FXNtYDxbs9ynPbzUVuG94BjFPOPpgJ7156660uvCBuKgoBCIVcNqKkJQQ7TH8384fqvGjbjdcgARY9jgAHbtog==",
1014 - "requires": {
1015 - "@firebase/analytics-types": "0.6.0",
1016 - "@firebase/component": "0.5.6",
1017 - "@firebase/installations": "0.4.32",
1018 - "@firebase/logger": "0.2.6",
1019 - "@firebase/util": "1.3.0",
1020 - "tslib": "^2.1.0"
1021 - },
1022 - "dependencies": {
1023 - "tslib": {
1024 - "version": "2.3.1",
1025 - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz",
1026 - "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw=="
1027 - }
1028 - }
1029 - },
1030 - "@firebase/analytics-types": {
1031 - "version": "0.6.0",
1032 - "resolved": "https://registry.npmjs.org/@firebase/analytics-types/-/analytics-types-0.6.0.tgz",
1033 - "integrity": "sha512-kbMawY0WRPyL/lbknBkme4CNLl+Gw+E9G4OpNeXAauqoQiNkBgpIvZYy7BRT4sNGhZbxdxXxXbruqUwDzLmvTw=="
1034 - },
1035 - "@firebase/app": {
1036 - "version": "0.6.30",
1037 - "resolved": "https://registry.npmjs.org/@firebase/app/-/app-0.6.30.tgz",
1038 - "integrity": "sha512-uAYEDXyK0mmpZ8hWQj5TNd7WVvfsU8PgsqKpGljbFBG/HhsH8KbcykWAAA+c1PqL7dt/dbt0Reh1y9zEdYzMhg==",
1039 - "requires": {
1040 - "@firebase/app-types": "0.6.3",
1041 - "@firebase/component": "0.5.6",
1042 - "@firebase/logger": "0.2.6",
1043 - "@firebase/util": "1.3.0",
1044 - "dom-storage": "2.1.0",
1045 - "tslib": "^2.1.0",
1046 - "xmlhttprequest": "1.8.0"
1047 - },
1048 - "dependencies": {
1049 - "tslib": {
1050 - "version": "2.3.1",
1051 - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz",
1052 - "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw=="
1053 - }
1054 - }
1055 - },
1056 - "@firebase/app-check": {
1057 - "version": "0.3.2",
1058 - "resolved": "https://registry.npmjs.org/@firebase/app-check/-/app-check-0.3.2.tgz",
1059 - "integrity": "sha512-YjpsnV1xVTO1B836IKijRcDeceLgHQNJ/DWa+Vky9UHkm1Mi4qosddX8LZzldaWRTWKX7BN1MbZOLY8r7M/MZQ==",
1060 - "requires": {
1061 - "@firebase/app-check-interop-types": "0.1.0",
1062 - "@firebase/app-check-types": "0.3.1",
1063 - "@firebase/component": "0.5.6",
1064 - "@firebase/logger": "0.2.6",
1065 - "@firebase/util": "1.3.0",
1066 - "tslib": "^2.1.0"
1067 - },
1068 - "dependencies": {
1069 - "tslib": {
1070 - "version": "2.3.1",
1071 - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz",
1072 - "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw=="
1073 - }
1074 - }
1075 - },
1076 - "@firebase/app-check-interop-types": {
1077 - "version": "0.1.0",
1078 - "resolved": "https://registry.npmjs.org/@firebase/app-check-interop-types/-/app-check-interop-types-0.1.0.tgz",
1079 - "integrity": "sha512-uZfn9s4uuRsaX5Lwx+gFP3B6YsyOKUE+Rqa6z9ojT4VSRAsZFko9FRn6OxQUA1z5t5d08fY4pf+/+Dkd5wbdbA=="
1080 - },
1081 - "@firebase/app-check-types": {
1082 - "version": "0.3.1",
1083 - "resolved": "https://registry.npmjs.org/@firebase/app-check-types/-/app-check-types-0.3.1.tgz",
1084 - "integrity": "sha512-KJ+BqJbdNsx4QT/JIT1yDj5p6D+QN97iJs3GuHnORrqL+DU3RWc9nSYQsrY6Tv9jVWcOkMENXAgDT484vzsm2w=="
1085 - },
1086 - "@firebase/app-types": {
1087 - "version": "0.6.3",
1088 - "resolved": "https://registry.npmjs.org/@firebase/app-types/-/app-types-0.6.3.tgz",
1089 - "integrity": "sha512-/M13DPPati7FQHEQ9Minjk1HGLm/4K4gs9bR4rzLCWJg64yGtVC0zNg9gDpkw9yc2cvol/mNFxqTtd4geGrwdw=="
1090 - },
1091 - "@firebase/auth": {
1092 - "version": "0.16.8",
1093 - "resolved": "https://registry.npmjs.org/@firebase/auth/-/auth-0.16.8.tgz",
1094 - "integrity": "sha512-mR0UXG4LirWIfOiCWxVmvz1o23BuKGxeItQ2cCUgXLTjNtWJXdcky/356iTUsd7ZV5A78s2NHeN5tIDDG6H4rg==",
1095 - "requires": {
1096 - "@firebase/auth-types": "0.10.3"
1097 - }
1098 - },
1099 - "@firebase/auth-interop-types": {
1100 - "version": "0.1.6",
1101 - "resolved": "https://registry.npmjs.org/@firebase/auth-interop-types/-/auth-interop-types-0.1.6.tgz",
1102 - "integrity": "sha512-etIi92fW3CctsmR9e3sYM3Uqnoq861M0Id9mdOPF6PWIg38BXL5k4upCNBggGUpLIS0H1grMOvy/wn1xymwe2g=="
1103 - },
1104 - "@firebase/auth-types": {
1105 - "version": "0.10.3",
1106 - "resolved": "https://registry.npmjs.org/@firebase/auth-types/-/auth-types-0.10.3.tgz",
1107 - "integrity": "sha512-zExrThRqyqGUbXOFrH/sowuh2rRtfKHp9SBVY2vOqKWdCX1Ztn682n9WLtlUDsiYVIbBcwautYWk2HyCGFv0OA=="
1108 - },
1109 - "@firebase/component": {
1110 - "version": "0.5.6",
1111 - "resolved": "https://registry.npmjs.org/@firebase/component/-/component-0.5.6.tgz",
1112 - "integrity": "sha512-GyQJ+2lrhsDqeGgd1VdS7W+Y6gNYyI0B51ovNTxeZVG/W8I7t9MwEiCWsCvfm5wQgfsKp9dkzOcJrL5k8oVO/Q==",
1113 - "requires": {
1114 - "@firebase/util": "1.3.0",
1115 - "tslib": "^2.1.0"
1116 - },
1117 - "dependencies": {
1118 - "tslib": {
1119 - "version": "2.3.1",
1120 - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz",
1121 - "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw=="
1122 - }
1123 - }
1124 - },
1125 - "@firebase/database": {
1126 - "version": "0.11.0",
1127 - "resolved": "https://registry.npmjs.org/@firebase/database/-/database-0.11.0.tgz",
1128 - "integrity": "sha512-b/kwvCubr6G9coPlo48PbieBDln7ViFBHOGeVt/bt82yuv5jYZBEYAac/mtOVSxpf14aMo/tAN+Edl6SWqXApw==",
1129 - "requires": {
1130 - "@firebase/auth-interop-types": "0.1.6",
1131 - "@firebase/component": "0.5.6",
1132 - "@firebase/database-types": "0.8.0",
1133 - "@firebase/logger": "0.2.6",
1134 - "@firebase/util": "1.3.0",
1135 - "faye-websocket": "0.11.3",
1136 - "tslib": "^2.1.0"
1137 - },
1138 - "dependencies": {
1139 - "faye-websocket": {
1140 - "version": "0.11.3",
1141 - "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.3.tgz",
1142 - "integrity": "sha512-D2y4bovYpzziGgbHYtGCMjlJM36vAl/y+xUyn1C+FVx8szd1E+86KwVw6XvYSzOP8iMpm1X0I4xJD+QtUb36OA==",
1143 - "requires": {
1144 - "websocket-driver": ">=0.5.1"
1145 - }
1146 - },
1147 - "tslib": {
1148 - "version": "2.3.1",
1149 - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz",
1150 - "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw=="
1151 - }
1152 - }
1153 - },
1154 - "@firebase/database-types": {
1155 - "version": "0.8.0",
1156 - "resolved": "https://registry.npmjs.org/@firebase/database-types/-/database-types-0.8.0.tgz",
1157 - "integrity": "sha512-7IdjAFRfPWyG3b4wcXyghb3Y1CLCSJFZIg1xl5GbTVMttSQFT4B5NYdhsfA34JwAsv5pMzPpjOaS3/K9XJ2KiA==",
1158 - "requires": {
1159 - "@firebase/app-types": "0.6.3",
1160 - "@firebase/util": "1.3.0"
1161 - }
1162 - },
1163 - "@firebase/firestore": {
1164 - "version": "2.4.0",
1165 - "resolved": "https://registry.npmjs.org/@firebase/firestore/-/firestore-2.4.0.tgz",
1166 - "integrity": "sha512-PQ6+lWNrvh74GvFTHT4gCutFipDmtu8D1tNNawKe+/SyL6XFgeuMYgZIpKQgkTSezVDogC7EGQTJBFnewF9pOg==",
1167 - "requires": {
1168 - "@firebase/component": "0.5.6",
1169 - "@firebase/firestore-types": "2.4.0",
1170 - "@firebase/logger": "0.2.6",
1171 - "@firebase/util": "1.3.0",
1172 - "@firebase/webchannel-wrapper": "0.5.1",
1173 - "@grpc/grpc-js": "^1.3.2",
1174 - "@grpc/proto-loader": "^0.6.0",
1175 - "node-fetch": "2.6.1",
1176 - "tslib": "^2.1.0"
1177 - },
1178 - "dependencies": {
1179 - "tslib": {
1180 - "version": "2.3.1",
1181 - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz",
1182 - "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw=="
1183 - }
1184 - }
1185 - },
1186 - "@firebase/firestore-types": {
1187 - "version": "2.4.0",
1188 - "resolved": "https://registry.npmjs.org/@firebase/firestore-types/-/firestore-types-2.4.0.tgz",
1189 - "integrity": "sha512-0dgwfuNP7EN6/OlK2HSNSQiQNGLGaRBH0gvgr1ngtKKJuJFuq0Z48RBMeJX9CGjV4TP9h2KaB+KrUKJ5kh1hMg=="
1190 - },
1191 - "@firebase/functions": {
1192 - "version": "0.6.15",
1193 - "resolved": "https://registry.npmjs.org/@firebase/functions/-/functions-0.6.15.tgz",
1194 - "integrity": "sha512-b7RpLwFXi0N+HgkfK8cmkarSOoBeSrc1jNdadkCacQt+vIePkKM3E9EJXF4roWSa8GwTruodpBsvH+lK9iCAKQ==",
1195 - "requires": {
1196 - "@firebase/component": "0.5.6",
1197 - "@firebase/functions-types": "0.4.0",
1198 - "@firebase/messaging-types": "0.5.0",
1199 - "node-fetch": "2.6.1",
1200 - "tslib": "^2.1.0"
1201 - },
1202 - "dependencies": {
1203 - "tslib": {
1204 - "version": "2.3.1",
1205 - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz",
1206 - "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw=="
1207 - }
1208 - }
1209 - },
1210 - "@firebase/functions-types": {
1211 - "version": "0.4.0",
1212 - "resolved": "https://registry.npmjs.org/@firebase/functions-types/-/functions-types-0.4.0.tgz",
1213 - "integrity": "sha512-3KElyO3887HNxtxNF1ytGFrNmqD+hheqjwmT3sI09FaDCuaxGbOnsXAXH2eQ049XRXw9YQpHMgYws/aUNgXVyQ=="
1214 - },
1215 - "@firebase/installations": {
1216 - "version": "0.4.32",
1217 - "resolved": "https://registry.npmjs.org/@firebase/installations/-/installations-0.4.32.tgz",
1218 - "integrity": "sha512-K4UlED1Vrhd2rFQQJih+OgEj8OTtrtH4+Izkx7ip2bhXSc+unk8ZhnF69D0kmh7zjXAqEDJrmHs9O5fI3rV6Tw==",
1219 - "requires": {
1220 - "@firebase/component": "0.5.6",
1221 - "@firebase/installations-types": "0.3.4",
1222 - "@firebase/util": "1.3.0",
1223 - "idb": "3.0.2",
1224 - "tslib": "^2.1.0"
1225 - },
1226 - "dependencies": {
1227 - "tslib": {
1228 - "version": "2.3.1",
1229 - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz",
1230 - "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw=="
1231 - }
1232 - }
1233 - },
1234 - "@firebase/installations-types": {
1235 - "version": "0.3.4",
1236 - "resolved": "https://registry.npmjs.org/@firebase/installations-types/-/installations-types-0.3.4.tgz",
1237 - "integrity": "sha512-RfePJFovmdIXb6rYwtngyxuEcWnOrzdZd9m7xAW0gRxDIjBT20n3BOhjpmgRWXo/DAxRmS7bRjWAyTHY9cqN7Q=="
1238 - },
1239 - "@firebase/logger": {
1240 - "version": "0.2.6",
1241 - "resolved": "https://registry.npmjs.org/@firebase/logger/-/logger-0.2.6.tgz",
1242 - "integrity": "sha512-KIxcUvW/cRGWlzK9Vd2KB864HlUnCfdTH0taHE0sXW5Xl7+W68suaeau1oKNEqmc3l45azkd4NzXTCWZRZdXrw=="
1243 - },
1244 - "@firebase/messaging": {
1245 - "version": "0.8.0",
1246 - "resolved": "https://registry.npmjs.org/@firebase/messaging/-/messaging-0.8.0.tgz",
1247 - "integrity": "sha512-hkFHDyVe1kMcY9KEG+prjCbvS6MtLUgVFUbbQqq7JQfiv58E07YCzRUcMrJolbNi/1QHH6Jv16DxNWjJB9+/qA==",
1248 - "requires": {
1249 - "@firebase/component": "0.5.6",
1250 - "@firebase/installations": "0.4.32",
1251 - "@firebase/messaging-types": "0.5.0",
1252 - "@firebase/util": "1.3.0",
1253 - "idb": "3.0.2",
1254 - "tslib": "^2.1.0"
1255 - },
1256 - "dependencies": {
1257 - "tslib": {
1258 - "version": "2.3.1",
1259 - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz",
1260 - "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw=="
1261 - }
1262 - }
1263 - },
1264 - "@firebase/messaging-types": {
1265 - "version": "0.5.0",
1266 - "resolved": "https://registry.npmjs.org/@firebase/messaging-types/-/messaging-types-0.5.0.tgz",
1267 - "integrity": "sha512-QaaBswrU6umJYb/ZYvjR5JDSslCGOH6D9P136PhabFAHLTR4TWjsaACvbBXuvwrfCXu10DtcjMxqfhdNIB1Xfg=="
1268 - },
1269 - "@firebase/performance": {
1270 - "version": "0.4.18",
1271 - "resolved": "https://registry.npmjs.org/@firebase/performance/-/performance-0.4.18.tgz",
1272 - "integrity": "sha512-lvZW/TVDne2TyOpWbv++zjRn277HZpbjxbIPfwtnmKjVY1gJ+H77Qi1c2avVIc9hg80uGX/5tNf4pOApNDJLVg==",
1273 - "requires": {
1274 - "@firebase/component": "0.5.6",
1275 - "@firebase/installations": "0.4.32",
1276 - "@firebase/logger": "0.2.6",
1277 - "@firebase/performance-types": "0.0.13",
1278 - "@firebase/util": "1.3.0",
1279 - "tslib": "^2.1.0"
1280 - },
1281 - "dependencies": {
1282 - "tslib": {
1283 - "version": "2.3.1",
1284 - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz",
1285 - "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw=="
1286 - }
1287 - }
1288 - },
1289 - "@firebase/performance-types": {
1290 - "version": "0.0.13",
1291 - "resolved": "https://registry.npmjs.org/@firebase/performance-types/-/performance-types-0.0.13.tgz",
1292 - "integrity": "sha512-6fZfIGjQpwo9S5OzMpPyqgYAUZcFzZxHFqOyNtorDIgNXq33nlldTL/vtaUZA8iT9TT5cJlCrF/jthKU7X21EA=="
1293 - },
1294 - "@firebase/polyfill": {
1295 - "version": "0.3.36",
1296 - "resolved": "https://registry.npmjs.org/@firebase/polyfill/-/polyfill-0.3.36.tgz",
1297 - "integrity": "sha512-zMM9oSJgY6cT2jx3Ce9LYqb0eIpDE52meIzd/oe/y70F+v9u1LDqk5kUF5mf16zovGBWMNFmgzlsh6Wj0OsFtg==",
1298 - "requires": {
1299 - "core-js": "3.6.5",
1300 - "promise-polyfill": "8.1.3",
1301 - "whatwg-fetch": "2.0.4"
1302 - },
1303 - "dependencies": {
1304 - "core-js": {
1305 - "version": "3.6.5",
1306 - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.5.tgz",
1307 - "integrity": "sha512-vZVEEwZoIsI+vPEuoF9Iqf5H7/M3eeQqWlQnYa8FSKKePuYTf5MWnxb5SDAzCa60b3JBRS5g9b+Dq7b1y/RCrA=="
1308 - },
1309 - "whatwg-fetch": {
1310 - "version": "2.0.4",
1311 - "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-2.0.4.tgz",
1312 - "integrity": "sha512-dcQ1GWpOD/eEQ97k66aiEVpNnapVj90/+R+SXTPYGHpYBBypfKJEQjLrvMZ7YXbKm21gXd4NcuxUTjiv1YtLng=="
1313 - }
1314 - }
1315 - },
1316 - "@firebase/remote-config": {
1317 - "version": "0.1.43",
1318 - "resolved": "https://registry.npmjs.org/@firebase/remote-config/-/remote-config-0.1.43.tgz",
1319 - "integrity": "sha512-laNM4MN0CfeSp7XCVNjYOC4DdV6mj0l2rzUh42x4v2wLTweCoJ/kc1i4oWMX9TI7Jw8Am5Wl71Awn1J2pVe5xA==",
1320 - "requires": {
1321 - "@firebase/component": "0.5.6",
1322 - "@firebase/installations": "0.4.32",
1323 - "@firebase/logger": "0.2.6",
1324 - "@firebase/remote-config-types": "0.1.9",
1325 - "@firebase/util": "1.3.0",
1326 - "tslib": "^2.1.0"
1327 - },
1328 - "dependencies": {
1329 - "tslib": {
1330 - "version": "2.3.1",
1331 - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz",
1332 - "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw=="
1333 - }
1334 - }
1335 - },
1336 - "@firebase/remote-config-types": {
1337 - "version": "0.1.9",
1338 - "resolved": "https://registry.npmjs.org/@firebase/remote-config-types/-/remote-config-types-0.1.9.tgz",
1339 - "integrity": "sha512-G96qnF3RYGbZsTRut7NBX0sxyczxt1uyCgXQuH/eAfUCngxjEGcZQnBdy6mvSdqdJh5mC31rWPO4v9/s7HwtzA=="
1340 - },
1341 - "@firebase/storage": {
1342 - "version": "0.7.0",
1343 - "resolved": "https://registry.npmjs.org/@firebase/storage/-/storage-0.7.0.tgz",
1344 - "integrity": "sha512-ebDFKJbM5HOxVtZV+RhVEBVtlWHK+Z5L3kA5uDBA2jMYcn+8NV/crozJnEE+iRsGEco6dLK5JS+Er4qtKLpH5A==",
1345 - "requires": {
1346 - "@firebase/component": "0.5.6",
1347 - "@firebase/storage-types": "0.5.0",
1348 - "@firebase/util": "1.3.0",
1349 - "node-fetch": "2.6.1",
1350 - "tslib": "^2.1.0"
1351 - },
1352 - "dependencies": {
1353 - "tslib": {
1354 - "version": "2.3.1",
1355 - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz",
1356 - "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw=="
1357 - }
1358 - }
1359 - },
1360 - "@firebase/storage-types": {
1361 - "version": "0.5.0",
1362 - "resolved": "https://registry.npmjs.org/@firebase/storage-types/-/storage-types-0.5.0.tgz",
1363 - "integrity": "sha512-6Wv3Lu7s18hsgW7HG4BFwycTquZ3m/C8bjBoOsmPu0TD6M1GKwCzOC7qBdN7L6tRYPh8ipTj5+rPFrmhGfUVKA=="
1364 - },
1365 - "@firebase/util": {
1366 - "version": "1.3.0",
1367 - "resolved": "https://registry.npmjs.org/@firebase/util/-/util-1.3.0.tgz",
1368 - "integrity": "sha512-SESvmYwuKOVCZ1ZxLbberbx+9cnbxpCa4CG2FUSQYqN6Ab8KyltegMDIsqMw5KyIBZ4n1phfHoOa22xo5NzAlQ==",
1369 - "requires": {
1370 - "tslib": "^2.1.0"
1371 - },
1372 - "dependencies": {
1373 - "tslib": {
1374 - "version": "2.3.1",
1375 - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz",
1376 - "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw=="
1377 - }
1378 - }
1379 - },
1380 - "@firebase/webchannel-wrapper": {
1381 - "version": "0.5.1",
1382 - "resolved": "https://registry.npmjs.org/@firebase/webchannel-wrapper/-/webchannel-wrapper-0.5.1.tgz",
1383 - "integrity": "sha512-dZMzN0uAjwJXWYYAcnxIwXqRTZw3o14hGe7O6uhwjD1ZQWPVYA5lASgnNskEBra0knVBsOXB4KXg+HnlKewN/A=="
1384 - },
1385 - "@grpc/grpc-js": {
1386 - "version": "1.5.0",
1387 - "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.5.0.tgz",
1388 - "integrity": "sha512-PDLazk94MFV5hFn/+aSrVj3d5UsOK9HU1xa0ywachvDh1jymBU/Cb+4nGa2NjpfcBoXlHioBC/qIB/XzELednw==",
1389 - "requires": {
1390 - "@grpc/proto-loader": "^0.6.4",
1391 - "@types/node": ">=12.12.47"
1392 - }
1393 - },
1394 - "@grpc/proto-loader": {
1395 - "version": "0.6.9",
1396 - "resolved": "https://registry.npmjs.org/@grpc/proto-loader/-/proto-loader-0.6.9.tgz",
1397 - "integrity": "sha512-UlcCS8VbsU9d3XTXGiEVFonN7hXk+oMXZtoHHG2oSA1/GcDP1q6OUgs20PzHDGizzyi8ufGSUDlk3O2NyY7leg==",
1398 - "requires": {
1399 - "@types/long": "^4.0.1",
1400 - "lodash.camelcase": "^4.3.0",
1401 - "long": "^4.0.0",
1402 - "protobufjs": "^6.10.0",
1403 - "yargs": "^16.2.0"
1404 - },
1405 - "dependencies": {
1406 - "ansi-regex": {
1407 - "version": "5.0.1",
1408 - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
1409 - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ=="
1410 - },
1411 - "ansi-styles": {
1412 - "version": "4.3.0",
1413 - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
1414 - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
1415 - "requires": {
1416 - "color-convert": "^2.0.1"
1417 - }
1418 - },
1419 - "cliui": {
1420 - "version": "7.0.4",
1421 - "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz",
1422 - "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==",
1423 - "requires": {
1424 - "string-width": "^4.2.0",
1425 - "strip-ansi": "^6.0.0",
1426 - "wrap-ansi": "^7.0.0"
1427 - }
1428 - },
1429 - "color-convert": {
1430 - "version": "2.0.1",
1431 - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
1432 - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
1433 - "requires": {
1434 - "color-name": "~1.1.4"
1435 - }
1436 - },
1437 - "color-name": {
1438 - "version": "1.1.4",
1439 - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
1440 - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
1441 - },
1442 - "strip-ansi": {
1443 - "version": "6.0.1",
1444 - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
1445 - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
1446 - "requires": {
1447 - "ansi-regex": "^5.0.1"
1448 - }
1449 - },
1450 - "wrap-ansi": {
1451 - "version": "7.0.0",
1452 - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
1453 - "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
1454 - "requires": {
1455 - "ansi-styles": "^4.0.0",
1456 - "string-width": "^4.1.0",
1457 - "strip-ansi": "^6.0.0"
1458 - }
1459 - },
1460 - "y18n": {
1461 - "version": "5.0.8",
1462 - "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
1463 - "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA=="
1464 - },
1465 - "yargs": {
1466 - "version": "16.2.0",
1467 - "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz",
1468 - "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==",
1469 - "requires": {
1470 - "cliui": "^7.0.2",
1471 - "escalade": "^3.1.1",
1472 - "get-caller-file": "^2.0.5",
1473 - "require-directory": "^2.1.1",
1474 - "string-width": "^4.2.0",
1475 - "y18n": "^5.0.5",
1476 - "yargs-parser": "^20.2.2"
1477 - }
1478 - },
1479 - "yargs-parser": {
1480 - "version": "20.2.9",
1481 - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz",
1482 - "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w=="
1483 - }
1484 - }
1485 - },
1486 - "@hapi/address": {
1487 - "version": "2.1.4",
1488 - "resolved": "https://registry.npmjs.org/@hapi/address/-/address-2.1.4.tgz",
1489 - "integrity": "sha512-QD1PhQk+s31P1ixsX0H0Suoupp3VMXzIVMSwobR3F3MSUO2YCV0B7xqLcUw/Bh8yuvd3LhpyqLQWTNcRmp6IdQ=="
1490 - },
1491 - "@hapi/bourne": {
1492 - "version": "1.3.2",
1493 - "resolved": "https://registry.npmjs.org/@hapi/bourne/-/bourne-1.3.2.tgz",
1494 - "integrity": "sha512-1dVNHT76Uu5N3eJNTYcvxee+jzX4Z9lfciqRRHCU27ihbUcYi+iSc2iml5Ke1LXe1SyJCLA0+14Jh4tXJgOppA=="
1495 - },
1496 - "@hapi/hoek": {
1497 - "version": "8.5.0",
1498 - "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-8.5.0.tgz",
1499 - "integrity": "sha512-7XYT10CZfPsH7j9F1Jmg1+d0ezOux2oM2GfArAzLwWe4mE2Dr3hVjsAL6+TFY49RRJlCdJDMw3nJsLFroTc8Kw=="
1500 - },
1501 - "@hapi/joi": {
1502 - "version": "15.1.1",
1503 - "resolved": "https://registry.npmjs.org/@hapi/joi/-/joi-15.1.1.tgz",
1504 - "integrity": "sha512-entf8ZMOK8sc+8YfeOlM8pCfg3b5+WZIKBfUaaJT8UsjAAPjartzxIYm3TIbjvA4u+u++KbcXD38k682nVHDAQ==",
1505 - "requires": {
1506 - "@hapi/address": "2.x.x",
1507 - "@hapi/bourne": "1.x.x",
1508 - "@hapi/hoek": "8.x.x",
1509 - "@hapi/topo": "3.x.x"
1510 - }
1511 - },
1512 - "@hapi/topo": {
1513 - "version": "3.1.6",
1514 - "resolved": "https://registry.npmjs.org/@hapi/topo/-/topo-3.1.6.tgz",
1515 - "integrity": "sha512-tAag0jEcjwH+P2quUfipd7liWCNX2F8NvYjQp2wtInsZxnMlypdw0FtAOLxtvvkO+GSRRbmNi8m/5y42PQJYCQ==",
1516 - "requires": {
1517 - "@hapi/hoek": "^8.3.0"
1518 - }
1519 - },
1520 - "@jest/console": {
1521 - "version": "24.9.0",
1522 - "resolved": "https://registry.npmjs.org/@jest/console/-/console-24.9.0.tgz",
1523 - "integrity": "sha512-Zuj6b8TnKXi3q4ymac8EQfc3ea/uhLeCGThFqXeC8H9/raaH8ARPUTdId+XyGd03Z4In0/VjD2OYFcBF09fNLQ==",
1524 - "requires": {
1525 - "@jest/source-map": "^24.9.0",
1526 - "chalk": "^2.0.1",
1527 - "slash": "^2.0.0"
1528 - }
1529 - },
1530 - "@jest/core": {
1531 - "version": "24.9.0",
1532 - "resolved": "https://registry.npmjs.org/@jest/core/-/core-24.9.0.tgz",
1533 - "integrity": "sha512-Fogg3s4wlAr1VX7q+rhV9RVnUv5tD7VuWfYy1+whMiWUrvl7U3QJSJyWcDio9Lq2prqYsZaeTv2Rz24pWGkJ2A==",
1534 - "requires": {
1535 - "@jest/console": "^24.7.1",
1536 - "@jest/reporters": "^24.9.0",
1537 - "@jest/test-result": "^24.9.0",
1538 - "@jest/transform": "^24.9.0",
1539 - "@jest/types": "^24.9.0",
1540 - "ansi-escapes": "^3.0.0",
1541 - "chalk": "^2.0.1",
1542 - "exit": "^0.1.2",
1543 - "graceful-fs": "^4.1.15",
1544 - "jest-changed-files": "^24.9.0",
1545 - "jest-config": "^24.9.0",
1546 - "jest-haste-map": "^24.9.0",
1547 - "jest-message-util": "^24.9.0",
1548 - "jest-regex-util": "^24.3.0",
1549 - "jest-resolve": "^24.9.0",
1550 - "jest-resolve-dependencies": "^24.9.0",
1551 - "jest-runner": "^24.9.0",
1552 - "jest-runtime": "^24.9.0",
1553 - "jest-snapshot": "^24.9.0",
1554 - "jest-util": "^24.9.0",
1555 - "jest-validate": "^24.9.0",
1556 - "jest-watcher": "^24.9.0",
1557 - "micromatch": "^3.1.10",
1558 - "p-each-series": "^1.0.0",
1559 - "realpath-native": "^1.1.0",
1560 - "rimraf": "^2.5.4",
1561 - "slash": "^2.0.0",
1562 - "strip-ansi": "^5.0.0"
1563 - },
1564 - "dependencies": {
1565 - "ansi-escapes": {
1566 - "version": "3.2.0",
1567 - "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-3.2.0.tgz",
1568 - "integrity": "sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ=="
1569 - },
1570 - "ansi-regex": {
1571 - "version": "4.1.0",
1572 - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz",
1573 - "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg=="
1574 - },
1575 - "strip-ansi": {
1576 - "version": "5.2.0",
1577 - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz",
1578 - "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==",
1579 - "requires": {
1580 - "ansi-regex": "^4.1.0"
1581 - }
1582 - }
1583 - }
1584 - },
1585 - "@jest/environment": {
1586 - "version": "24.9.0",
1587 - "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-24.9.0.tgz",
1588 - "integrity": "sha512-5A1QluTPhvdIPFYnO3sZC3smkNeXPVELz7ikPbhUj0bQjB07EoE9qtLrem14ZUYWdVayYbsjVwIiL4WBIMV4aQ==",
1589 - "requires": {
1590 - "@jest/fake-timers": "^24.9.0",
1591 - "@jest/transform": "^24.9.0",
1592 - "@jest/types": "^24.9.0",
1593 - "jest-mock": "^24.9.0"
1594 - }
1595 - },
1596 - "@jest/fake-timers": {
1597 - "version": "24.9.0",
1598 - "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-24.9.0.tgz",
1599 - "integrity": "sha512-eWQcNa2YSwzXWIMC5KufBh3oWRIijrQFROsIqt6v/NS9Io/gknw1jsAC9c+ih/RQX4A3O7SeWAhQeN0goKhT9A==",
1600 - "requires": {
1601 - "@jest/types": "^24.9.0",
1602 - "jest-message-util": "^24.9.0",
1603 - "jest-mock": "^24.9.0"
1604 - }
1605 - },
1606 - "@jest/reporters": {
1607 - "version": "24.9.0",
1608 - "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-24.9.0.tgz",
1609 - "integrity": "sha512-mu4X0yjaHrffOsWmVLzitKmmmWSQ3GGuefgNscUSWNiUNcEOSEQk9k3pERKEQVBb0Cnn88+UESIsZEMH3o88Gw==",
1610 - "requires": {
1611 - "@jest/environment": "^24.9.0",
1612 - "@jest/test-result": "^24.9.0",
1613 - "@jest/transform": "^24.9.0",
1614 - "@jest/types": "^24.9.0",
1615 - "chalk": "^2.0.1",
1616 - "exit": "^0.1.2",
1617 - "glob": "^7.1.2",
1618 - "istanbul-lib-coverage": "^2.0.2",
1619 - "istanbul-lib-instrument": "^3.0.1",
1620 - "istanbul-lib-report": "^2.0.4",
1621 - "istanbul-lib-source-maps": "^3.0.1",
1622 - "istanbul-reports": "^2.2.6",
1623 - "jest-haste-map": "^24.9.0",
1624 - "jest-resolve": "^24.9.0",
1625 - "jest-runtime": "^24.9.0",
1626 - "jest-util": "^24.9.0",
1627 - "jest-worker": "^24.6.0",
1628 - "node-notifier": "^5.4.2",
1629 - "slash": "^2.0.0",
1630 - "source-map": "^0.6.0",
1631 - "string-length": "^2.0.0"
1632 - },
1633 - "dependencies": {
1634 - "source-map": {
1635 - "version": "0.6.1",
1636 - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
1637 - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
1638 - }
1639 - }
1640 - },
1641 - "@jest/source-map": {
1642 - "version": "24.9.0",
1643 - "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-24.9.0.tgz",
1644 - "integrity": "sha512-/Xw7xGlsZb4MJzNDgB7PW5crou5JqWiBQaz6xyPd3ArOg2nfn/PunV8+olXbbEZzNl591o5rWKE9BRDaFAuIBg==",
1645 - "requires": {
1646 - "callsites": "^3.0.0",
1647 - "graceful-fs": "^4.1.15",
1648 - "source-map": "^0.6.0"
1649 - },
1650 - "dependencies": {
1651 - "callsites": {
1652 - "version": "3.1.0",
1653 - "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
1654 - "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ=="
1655 - },
1656 - "source-map": {
1657 - "version": "0.6.1",
1658 - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
1659 - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
1660 - }
1661 - }
1662 - },
1663 - "@jest/test-result": {
1664 - "version": "24.9.0",
1665 - "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-24.9.0.tgz",
1666 - "integrity": "sha512-XEFrHbBonBJ8dGp2JmF8kP/nQI/ImPpygKHwQ/SY+es59Z3L5PI4Qb9TQQMAEeYsThG1xF0k6tmG0tIKATNiiA==",
1667 - "requires": {
1668 - "@jest/console": "^24.9.0",
1669 - "@jest/types": "^24.9.0",
1670 - "@types/istanbul-lib-coverage": "^2.0.0"
1671 - }
1672 - },
1673 - "@jest/test-sequencer": {
1674 - "version": "24.9.0",
1675 - "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-24.9.0.tgz",
1676 - "integrity": "sha512-6qqsU4o0kW1dvA95qfNog8v8gkRN9ph6Lz7r96IvZpHdNipP2cBcb07J1Z45mz/VIS01OHJ3pY8T5fUY38tg4A==",
1677 - "requires": {
1678 - "@jest/test-result": "^24.9.0",
1679 - "jest-haste-map": "^24.9.0",
1680 - "jest-runner": "^24.9.0",
1681 - "jest-runtime": "^24.9.0"
1682 - }
1683 - },
1684 - "@jest/transform": {
1685 - "version": "24.9.0",
1686 - "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-24.9.0.tgz",
1687 - "integrity": "sha512-TcQUmyNRxV94S0QpMOnZl0++6RMiqpbH/ZMccFB/amku6Uwvyb1cjYX7xkp5nGNkbX4QPH/FcB6q1HBTHynLmQ==",
1688 - "requires": {
1689 - "@babel/core": "^7.1.0",
1690 - "@jest/types": "^24.9.0",
1691 - "babel-plugin-istanbul": "^5.1.0",
1692 - "chalk": "^2.0.1",
1693 - "convert-source-map": "^1.4.0",
1694 - "fast-json-stable-stringify": "^2.0.0",
1695 - "graceful-fs": "^4.1.15",
1696 - "jest-haste-map": "^24.9.0",
1697 - "jest-regex-util": "^24.9.0",
1698 - "jest-util": "^24.9.0",
1699 - "micromatch": "^3.1.10",
1700 - "pirates": "^4.0.1",
1701 - "realpath-native": "^1.1.0",
1702 - "slash": "^2.0.0",
1703 - "source-map": "^0.6.1",
1704 - "write-file-atomic": "2.4.1"
1705 - },
1706 - "dependencies": {
1707 - "source-map": {
1708 - "version": "0.6.1",
1709 - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
1710 - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
1711 - }
1712 - }
1713 - },
1714 - "@jest/types": {
1715 - "version": "24.9.0",
1716 - "resolved": "https://registry.npmjs.org/@jest/types/-/types-24.9.0.tgz",
1717 - "integrity": "sha512-XKK7ze1apu5JWQ5eZjHITP66AX+QsLlbaJRBGYr8pNzwcAE2JVkwnf0yqjHTsDRcjR0mujy/NmZMXw5kl+kGBw==",
1718 - "requires": {
1719 - "@types/istanbul-lib-coverage": "^2.0.0",
1720 - "@types/istanbul-reports": "^1.1.1",
1721 - "@types/yargs": "^13.0.0"
1722 - }
1723 - },
1724 - "@mrmlnc/readdir-enhanced": {
1725 - "version": "2.2.1",
1726 - "resolved": "https://registry.npmjs.org/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz",
1727 - "integrity": "sha512-bPHp6Ji8b41szTOcaP63VlnbbO5Ny6dwAATtY6JTjh5N2OLrb5Qk/Th5cRkRQhkWCt+EJsYrNB0MiL+Gpn6e3g==",
1728 - "requires": {
1729 - "call-me-maybe": "^1.0.1",
1730 - "glob-to-regexp": "^0.3.0"
1731 - }
1732 - },
1733 - "@nodelib/fs.stat": {
1734 - "version": "1.1.3",
1735 - "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz",
1736 - "integrity": "sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw=="
1737 - },
1738 - "@protobufjs/aspromise": {
1739 - "version": "1.1.2",
1740 - "resolved": "https://registry.npmjs.org/@protobufjs/aspromise/-/aspromise-1.1.2.tgz",
1741 - "integrity": "sha1-m4sMxmPWaafY9vXQiToU00jzD78="
1742 - },
1743 - "@protobufjs/base64": {
1744 - "version": "1.1.2",
1745 - "resolved": "https://registry.npmjs.org/@protobufjs/base64/-/base64-1.1.2.tgz",
1746 - "integrity": "sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg=="
1747 - },
1748 - "@protobufjs/codegen": {
1749 - "version": "2.0.4",
1750 - "resolved": "https://registry.npmjs.org/@protobufjs/codegen/-/codegen-2.0.4.tgz",
1751 - "integrity": "sha512-YyFaikqM5sH0ziFZCN3xDC7zeGaB/d0IUb9CATugHWbd1FRFwWwt4ld4OYMPWu5a3Xe01mGAULCdqhMlPl29Jg=="
1752 - },
1753 - "@protobufjs/eventemitter": {
1754 - "version": "1.1.0",
1755 - "resolved": "https://registry.npmjs.org/@protobufjs/eventemitter/-/eventemitter-1.1.0.tgz",
1756 - "integrity": "sha1-NVy8mLr61ZePntCV85diHx0Ga3A="
1757 - },
1758 - "@protobufjs/fetch": {
1759 - "version": "1.1.0",
1760 - "resolved": "https://registry.npmjs.org/@protobufjs/fetch/-/fetch-1.1.0.tgz",
1761 - "integrity": "sha1-upn7WYYUr2VwDBYZ/wbUVLDYTEU=",
1762 - "requires": {
1763 - "@protobufjs/aspromise": "^1.1.1",
1764 - "@protobufjs/inquire": "^1.1.0"
1765 - }
1766 - },
1767 - "@protobufjs/float": {
1768 - "version": "1.0.2",
1769 - "resolved": "https://registry.npmjs.org/@protobufjs/float/-/float-1.0.2.tgz",
1770 - "integrity": "sha1-Xp4avctz/Ap8uLKR33jIy9l7h9E="
1771 - },
1772 - "@protobufjs/inquire": {
1773 - "version": "1.1.0",
1774 - "resolved": "https://registry.npmjs.org/@protobufjs/inquire/-/inquire-1.1.0.tgz",
1775 - "integrity": "sha1-/yAOPnzyQp4tyvwRQIKOjMY48Ik="
1776 - },
1777 - "@protobufjs/path": {
1778 - "version": "1.1.2",
1779 - "resolved": "https://registry.npmjs.org/@protobufjs/path/-/path-1.1.2.tgz",
1780 - "integrity": "sha1-bMKyDFya1q0NzP0hynZz2Nf79o0="
1781 - },
1782 - "@protobufjs/pool": {
1783 - "version": "1.1.0",
1784 - "resolved": "https://registry.npmjs.org/@protobufjs/pool/-/pool-1.1.0.tgz",
1785 - "integrity": "sha1-Cf0V8tbTq/qbZbw2ZQbWrXhG/1Q="
1786 - },
1787 - "@protobufjs/utf8": {
1788 - "version": "1.1.0",
1789 - "resolved": "https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.0.tgz",
1790 - "integrity": "sha1-p3c2C1s5oaLlEG+OhY8v0tBgxXA="
1791 - },
1792 - "@svgr/babel-plugin-add-jsx-attribute": {
1793 - "version": "4.2.0",
1794 - "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-4.2.0.tgz",
1795 - "integrity": "sha512-j7KnilGyZzYr/jhcrSYS3FGWMZVaqyCG0vzMCwzvei0coIkczuYMcniK07nI0aHJINciujjH11T72ICW5eL5Ig=="
1796 - },
1797 - "@svgr/babel-plugin-remove-jsx-attribute": {
1798 - "version": "4.2.0",
1799 - "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-attribute/-/babel-plugin-remove-jsx-attribute-4.2.0.tgz",
1800 - "integrity": "sha512-3XHLtJ+HbRCH4n28S7y/yZoEQnRpl0tvTZQsHqvaeNXPra+6vE5tbRliH3ox1yZYPCxrlqaJT/Mg+75GpDKlvQ=="
1801 - },
1802 - "@svgr/babel-plugin-remove-jsx-empty-expression": {
1803 - "version": "4.2.0",
1804 - "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-empty-expression/-/babel-plugin-remove-jsx-empty-expression-4.2.0.tgz",
1805 - "integrity": "sha512-yTr2iLdf6oEuUE9MsRdvt0NmdpMBAkgK8Bjhl6epb+eQWk6abBaX3d65UZ3E3FWaOwePyUgNyNCMVG61gGCQ7w=="
1806 - },
1807 - "@svgr/babel-plugin-replace-jsx-attribute-value": {
1808 - "version": "4.2.0",
1809 - "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-replace-jsx-attribute-value/-/babel-plugin-replace-jsx-attribute-value-4.2.0.tgz",
1810 - "integrity": "sha512-U9m870Kqm0ko8beHawRXLGLvSi/ZMrl89gJ5BNcT452fAjtF2p4uRzXkdzvGJJJYBgx7BmqlDjBN/eCp5AAX2w=="
1811 - },
1812 - "@svgr/babel-plugin-svg-dynamic-title": {
1813 - "version": "4.3.3",
1814 - "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-dynamic-title/-/babel-plugin-svg-dynamic-title-4.3.3.tgz",
1815 - "integrity": "sha512-w3Be6xUNdwgParsvxkkeZb545VhXEwjGMwExMVBIdPQJeyMQHqm9Msnb2a1teHBqUYL66qtwfhNkbj1iarCG7w=="
1816 - },
1817 - "@svgr/babel-plugin-svg-em-dimensions": {
1818 - "version": "4.2.0",
1819 - "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-em-dimensions/-/babel-plugin-svg-em-dimensions-4.2.0.tgz",
1820 - "integrity": "sha512-C0Uy+BHolCHGOZ8Dnr1zXy/KgpBOkEUYY9kI/HseHVPeMbluaX3CijJr7D4C5uR8zrc1T64nnq/k63ydQuGt4w=="
1821 - },
1822 - "@svgr/babel-plugin-transform-react-native-svg": {
1823 - "version": "4.2.0",
1824 - "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-react-native-svg/-/babel-plugin-transform-react-native-svg-4.2.0.tgz",
1825 - "integrity": "sha512-7YvynOpZDpCOUoIVlaaOUU87J4Z6RdD6spYN4eUb5tfPoKGSF9OG2NuhgYnq4jSkAxcpMaXWPf1cePkzmqTPNw=="
1826 - },
1827 - "@svgr/babel-plugin-transform-svg-component": {
1828 - "version": "4.2.0",
1829 - "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-svg-component/-/babel-plugin-transform-svg-component-4.2.0.tgz",
1830 - "integrity": "sha512-hYfYuZhQPCBVotABsXKSCfel2slf/yvJY8heTVX1PCTaq/IgASq1IyxPPKJ0chWREEKewIU/JMSsIGBtK1KKxw=="
1831 - },
1832 - "@svgr/babel-preset": {
1833 - "version": "4.3.3",
1834 - "resolved": "https://registry.npmjs.org/@svgr/babel-preset/-/babel-preset-4.3.3.tgz",
1835 - "integrity": "sha512-6PG80tdz4eAlYUN3g5GZiUjg2FMcp+Wn6rtnz5WJG9ITGEF1pmFdzq02597Hn0OmnQuCVaBYQE1OVFAnwOl+0A==",
1836 - "requires": {
1837 - "@svgr/babel-plugin-add-jsx-attribute": "^4.2.0",
1838 - "@svgr/babel-plugin-remove-jsx-attribute": "^4.2.0",
1839 - "@svgr/babel-plugin-remove-jsx-empty-expression": "^4.2.0",
1840 - "@svgr/babel-plugin-replace-jsx-attribute-value": "^4.2.0",
1841 - "@svgr/babel-plugin-svg-dynamic-title": "^4.3.3",
1842 - "@svgr/babel-plugin-svg-em-dimensions": "^4.2.0",
1843 - "@svgr/babel-plugin-transform-react-native-svg": "^4.2.0",
1844 - "@svgr/babel-plugin-transform-svg-component": "^4.2.0"
1845 - }
1846 - },
1847 - "@svgr/core": {
1848 - "version": "4.3.3",
1849 - "resolved": "https://registry.npmjs.org/@svgr/core/-/core-4.3.3.tgz",
1850 - "integrity": "sha512-qNuGF1QON1626UCaZamWt5yedpgOytvLj5BQZe2j1k1B8DUG4OyugZyfEwBeXozCUwhLEpsrgPrE+eCu4fY17w==",
1851 - "requires": {
1852 - "@svgr/plugin-jsx": "^4.3.3",
1853 - "camelcase": "^5.3.1",
1854 - "cosmiconfig": "^5.2.1"
1855 - }
1856 - },
1857 - "@svgr/hast-util-to-babel-ast": {
1858 - "version": "4.3.2",
1859 - "resolved": "https://registry.npmjs.org/@svgr/hast-util-to-babel-ast/-/hast-util-to-babel-ast-4.3.2.tgz",
1860 - "integrity": "sha512-JioXclZGhFIDL3ddn4Kiq8qEqYM2PyDKV0aYno8+IXTLuYt6TOgHUbUAAFvqtb0Xn37NwP0BTHglejFoYr8RZg==",
1861 - "requires": {
1862 - "@babel/types": "^7.4.4"
1863 - }
1864 - },
1865 - "@svgr/plugin-jsx": {
1866 - "version": "4.3.3",
1867 - "resolved": "https://registry.npmjs.org/@svgr/plugin-jsx/-/plugin-jsx-4.3.3.tgz",
1868 - "integrity": "sha512-cLOCSpNWQnDB1/v+SUENHH7a0XY09bfuMKdq9+gYvtuwzC2rU4I0wKGFEp1i24holdQdwodCtDQdFtJiTCWc+w==",
1869 - "requires": {
1870 - "@babel/core": "^7.4.5",
1871 - "@svgr/babel-preset": "^4.3.3",
1872 - "@svgr/hast-util-to-babel-ast": "^4.3.2",
1873 - "svg-parser": "^2.0.0"
1874 - }
1875 - },
1876 - "@svgr/plugin-svgo": {
1877 - "version": "4.3.1",
1878 - "resolved": "https://registry.npmjs.org/@svgr/plugin-svgo/-/plugin-svgo-4.3.1.tgz",
1879 - "integrity": "sha512-PrMtEDUWjX3Ea65JsVCwTIXuSqa3CG9px+DluF1/eo9mlDrgrtFE7NE/DjdhjJgSM9wenlVBzkzneSIUgfUI/w==",
1880 - "requires": {
1881 - "cosmiconfig": "^5.2.1",
1882 - "merge-deep": "^3.0.2",
1883 - "svgo": "^1.2.2"
1884 - }
1885 - },
1886 - "@svgr/webpack": {
1887 - "version": "4.3.3",
1888 - "resolved": "https://registry.npmjs.org/@svgr/webpack/-/webpack-4.3.3.tgz",
1889 - "integrity": "sha512-bjnWolZ6KVsHhgyCoYRFmbd26p8XVbulCzSG53BDQqAr+JOAderYK7CuYrB3bDjHJuF6LJ7Wrr42+goLRV9qIg==",
1890 - "requires": {
1891 - "@babel/core": "^7.4.5",
1892 - "@babel/plugin-transform-react-constant-elements": "^7.0.0",
1893 - "@babel/preset-env": "^7.4.5",
1894 - "@babel/preset-react": "^7.0.0",
1895 - "@svgr/core": "^4.3.3",
1896 - "@svgr/plugin-jsx": "^4.3.3",
1897 - "@svgr/plugin-svgo": "^4.3.1",
1898 - "loader-utils": "^1.2.3"
1899 - }
1900 - },
1901 - "@types/babel__core": {
1902 - "version": "7.1.3",
1903 - "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.3.tgz",
1904 - "integrity": "sha512-8fBo0UR2CcwWxeX7WIIgJ7lXjasFxoYgRnFHUj+hRvKkpiBJbxhdAPTCY6/ZKM0uxANFVzt4yObSLuTiTnazDA==",
1905 - "requires": {
1906 - "@babel/parser": "^7.1.0",
1907 - "@babel/types": "^7.0.0",
1908 - "@types/babel__generator": "*",
1909 - "@types/babel__template": "*",
1910 - "@types/babel__traverse": "*"
1911 - }
1912 - },
1913 - "@types/babel__generator": {
1914 - "version": "7.6.1",
1915 - "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.1.tgz",
1916 - "integrity": "sha512-bBKm+2VPJcMRVwNhxKu8W+5/zT7pwNEqeokFOmbvVSqGzFneNxYcEBro9Ac7/N9tlsaPYnZLK8J1LWKkMsLAew==",
1917 - "requires": {
1918 - "@babel/types": "^7.0.0"
1919 - }
1920 - },
1921 - "@types/babel__template": {
1922 - "version": "7.0.2",
1923 - "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.0.2.tgz",
1924 - "integrity": "sha512-/K6zCpeW7Imzgab2bLkLEbz0+1JlFSrUMdw7KoIIu+IUdu51GWaBZpd3y1VXGVXzynvGa4DaIaxNZHiON3GXUg==",
1925 - "requires": {
1926 - "@babel/parser": "^7.1.0",
1927 - "@babel/types": "^7.0.0"
1928 - }
1929 - },
1930 - "@types/babel__traverse": {
1931 - "version": "7.0.8",
1932 - "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.0.8.tgz",
1933 - "integrity": "sha512-yGeB2dHEdvxjP0y4UbRtQaSkXJ9649fYCmIdRoul5kfAoGCwxuCbMhag0k3RPfnuh9kPGm8x89btcfDEXdVWGw==",
1934 - "requires": {
1935 - "@babel/types": "^7.3.0"
1936 - }
1937 - },
1938 - "@types/eslint-visitor-keys": {
1939 - "version": "1.0.0",
1940 - "resolved": "https://registry.npmjs.org/@types/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz",
1941 - "integrity": "sha512-OCutwjDZ4aFS6PB1UZ988C4YgwlBHJd6wCeQqaLdmadZ/7e+w79+hbMUFC1QXDNCmdyoRfAFdm0RypzwR+Qpag=="
1942 - },
1943 - "@types/events": {
1944 - "version": "3.0.0",
1945 - "resolved": "https://registry.npmjs.org/@types/events/-/events-3.0.0.tgz",
1946 - "integrity": "sha512-EaObqwIvayI5a8dCzhFrjKzVwKLxjoG9T6Ppd5CEo07LRKfQ8Yokw54r5+Wq7FaBQ+yXRvQAYPrHwya1/UFt9g=="
1947 - },
1948 - "@types/glob": {
1949 - "version": "7.1.1",
1950 - "resolved": "https://registry.npmjs.org/@types/glob/-/glob-7.1.1.tgz",
1951 - "integrity": "sha512-1Bh06cbWJUHMC97acuD6UMG29nMt0Aqz1vF3guLfG+kHHJhy3AyohZFFxYk2f7Q1SQIrNwvncxAE0N/9s70F2w==",
1952 - "requires": {
1953 - "@types/events": "*",
1954 - "@types/minimatch": "*",
1955 - "@types/node": "*"
1956 - }
1957 - },
1958 - "@types/history": {
1959 - "version": "4.7.10",
1960 - "resolved": "https://registry.npmjs.org/@types/history/-/history-4.7.10.tgz",
1961 - "integrity": "sha512-kq1vceWANyZLEt/+hbTWSAjLNhhXYgUw6Ywi0KQ9C7pZJP4Qrr0xjSKb3t59e5GwWtk1L6zt5KTxjH4oPk2l/w=="
1962 - },
1963 - "@types/istanbul-lib-coverage": {
1964 - "version": "2.0.1",
1965 - "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.1.tgz",
1966 - "integrity": "sha512-hRJD2ahnnpLgsj6KWMYSrmXkM3rm2Dl1qkx6IOFD5FnuNPXJIG5L0dhgKXCYTRMGzU4n0wImQ/xfmRc4POUFlg=="
1967 - },
1968 - "@types/istanbul-lib-report": {
1969 - "version": "1.1.1",
1970 - "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-1.1.1.tgz",
1971 - "integrity": "sha512-3BUTyMzbZa2DtDI2BkERNC6jJw2Mr2Y0oGI7mRxYNBPxppbtEK1F66u3bKwU2g+wxwWI7PAoRpJnOY1grJqzHg==",
1972 - "requires": {
1973 - "@types/istanbul-lib-coverage": "*"
1974 - }
1975 - },
1976 - "@types/istanbul-reports": {
1977 - "version": "1.1.1",
1978 - "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-1.1.1.tgz",
1979 - "integrity": "sha512-UpYjBi8xefVChsCoBpKShdxTllC9pwISirfoZsUa2AAdQg/Jd2KQGtSbw+ya7GPo7x/wAPlH6JBhKhAsXUEZNA==",
1980 - "requires": {
1981 - "@types/istanbul-lib-coverage": "*",
1982 - "@types/istanbul-lib-report": "*"
1983 - }
1984 - },
1985 - "@types/jest": {
1986 - "version": "24.9.1",
1987 - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-24.9.1.tgz",
1988 - "integrity": "sha512-Fb38HkXSVA4L8fGKEZ6le5bB8r6MRWlOCZbVuWZcmOMSCd2wCYOwN1ibj8daIoV9naq7aaOZjrLCoCMptKU/4Q==",
1989 - "requires": {
1990 - "jest-diff": "^24.3.0"
1991 - }
1992 - },
1993 - "@types/json-schema": {
1994 - "version": "7.0.4",
1995 - "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.4.tgz",
1996 - "integrity": "sha512-8+KAKzEvSUdeo+kmqnKrqgeE+LcA0tjYWFY7RPProVYwnqDjukzO+3b6dLD56rYX5TdWejnEOLJYOIeh4CXKuA=="
1997 - },
1998 - "@types/long": {
1999 - "version": "4.0.1",
2000 - "resolved": "https://registry.npmjs.org/@types/long/-/long-4.0.1.tgz",
2001 - "integrity": "sha512-5tXH6Bx/kNGd3MgffdmP4dy2Z+G4eaXw0SE81Tq3BNadtnMR5/ySMzX4SLEzHJzSmPNn4HIdpQsBvXMUykr58w=="
2002 - },
2003 - "@types/minimatch": {
2004 - "version": "3.0.3",
2005 - "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.3.tgz",
2006 - "integrity": "sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA=="
2007 - },
2008 - "@types/node": {
2009 - "version": "13.13.52",
2010 - "resolved": "https://registry.npmjs.org/@types/node/-/node-13.13.52.tgz",
2011 - "integrity": "sha512-s3nugnZumCC//n4moGGe6tkNMyYEdaDBitVjwPxXmR5lnMG5dHePinH2EdxkG3Rh1ghFHHixAG4NJhpJW1rthQ=="
2012 - },
2013 - "@types/parse-json": {
2014 - "version": "4.0.0",
2015 - "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz",
2016 - "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA=="
2017 - },
2018 - "@types/prop-types": {
2019 - "version": "15.7.4",
2020 - "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.4.tgz",
2021 - "integrity": "sha512-rZ5drC/jWjrArrS8BR6SIr4cWpW09RNTYt9AMZo3Jwwif+iacXAqgVjm0B0Bv/S1jhDXKHqRVNCbACkJ89RAnQ=="
2022 - },
2023 - "@types/q": {
2024 - "version": "1.5.2",
2025 - "resolved": "https://registry.npmjs.org/@types/q/-/q-1.5.2.tgz",
2026 - "integrity": "sha512-ce5d3q03Ex0sy4R14722Rmt6MT07Ua+k4FwDfdcToYJcMKNtRVQvJ6JCAPdAmAnbRb6CsX6aYb9m96NGod9uTw=="
2027 - },
2028 - "@types/react": {
2029 - "version": "16.14.21",
2030 - "resolved": "https://registry.npmjs.org/@types/react/-/react-16.14.21.tgz",
2031 - "integrity": "sha512-rY4DzPKK/4aohyWiDRHS2fotN5rhBSK6/rz1X37KzNna9HJyqtaGAbq9fVttrEPWF5ywpfIP1ITL8Xi2QZn6Eg==",
2032 - "requires": {
2033 - "@types/prop-types": "*",
2034 - "@types/scheduler": "*",
2035 - "csstype": "^3.0.2"
2036 - }
2037 - },
2038 - "@types/react-dom": {
2039 - "version": "16.9.14",
2040 - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-16.9.14.tgz",
2041 - "integrity": "sha512-FIX2AVmPTGP30OUJ+0vadeIFJJ07Mh1m+U0rxfgyW34p3rTlXI+nlenvAxNn4BP36YyI9IJ/+UJ7Wu22N1pI7A==",
2042 - "requires": {
2043 - "@types/react": "^16"
2044 - }
2045 - },
2046 - "@types/react-intl": {
2047 - "version": "3.0.0",
2048 - "resolved": "https://registry.npmjs.org/@types/react-intl/-/react-intl-3.0.0.tgz",
2049 - "integrity": "sha512-k8F3d05XQGEqSWIfK97bBjZe4z9RruXU9Wa7OZ2iUC5pdeIpzuQDZe/9C2J3Xir5//ZtAkhcv08Wfx3n5TBTQg==",
2050 - "dev": true,
2051 - "requires": {
2052 - "react-intl": "*"
2053 - }
2054 - },
2055 - "@types/react-router": {
2056 - "version": "5.1.17",
2057 - "resolved": "https://registry.npmjs.org/@types/react-router/-/react-router-5.1.17.tgz",
2058 - "integrity": "sha512-RNSXOyb3VyRs/EOGmjBhhGKTbnN6fHWvy5FNLzWfOWOGjgVUKqJZXfpKzLmgoU8h6Hj8mpALj/mbXQASOb92wQ==",
2059 - "requires": {
2060 - "@types/history": "*",
2061 - "@types/react": "*"
2062 - }
2063 - },
2064 - "@types/react-router-dom": {
2065 - "version": "5.3.2",
2066 - "resolved": "https://registry.npmjs.org/@types/react-router-dom/-/react-router-dom-5.3.2.tgz",
2067 - "integrity": "sha512-ELEYRUie2czuJzaZ5+ziIp9Hhw+juEw8b7C11YNA4QdLCVbQ3qLi2l4aq8XnlqM7V31LZX8dxUuFUCrzHm6sqQ==",
2068 - "requires": {
2069 - "@types/history": "*",
2070 - "@types/react": "*",
2071 - "@types/react-router": "*"
2072 - }
2073 - },
2074 - "@types/scheduler": {
2075 - "version": "0.16.2",
2076 - "resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.2.tgz",
2077 - "integrity": "sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew=="
2078 - },
2079 - "@types/stack-utils": {
2080 - "version": "1.0.1",
2081 - "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-1.0.1.tgz",
2082 - "integrity": "sha512-l42BggppR6zLmpfU6fq9HEa2oGPEI8yrSPL3GITjfRInppYFahObbIQOQK3UGxEnyQpltZLaPe75046NOZQikw=="
2083 - },
2084 - "@types/yargs": {
2085 - "version": "13.0.4",
2086 - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-13.0.4.tgz",
2087 - "integrity": "sha512-Ke1WmBbIkVM8bpvsNEcGgQM70XcEh/nbpxQhW7FhrsbCsXSY9BmLB1+LHtD7r9zrsOcFlLiF+a/UeJsdfw3C5A==",
2088 - "requires": {
2089 - "@types/yargs-parser": "*"
2090 - }
2091 - },
2092 - "@types/yargs-parser": {
2093 - "version": "13.1.0",
2094 - "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-13.1.0.tgz",
2095 - "integrity": "sha512-gCubfBUZ6KxzoibJ+SCUc/57Ms1jz5NjHe4+dI2krNmU5zCPAphyLJYyTOg06ueIyfj+SaCUqmzun7ImlxDcKg=="
2096 - },
2097 - "@typescript-eslint/eslint-plugin": {
2098 - "version": "2.14.0",
2099 - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.14.0.tgz",
2100 - "integrity": "sha512-sneOJ3Hu0m5whJiVIxGBZZZMxMJ7c0LhAJzeMJgHo+n5wFs+/6rSR/gl7crkdR2kNwfOOSdzdc0gMvatG4dX2Q==",
2101 - "requires": {
2102 - "@typescript-eslint/experimental-utils": "2.14.0",
2103 - "eslint-utils": "^1.4.3",
2104 - "functional-red-black-tree": "^1.0.1",
2105 - "regexpp": "^3.0.0",
2106 - "tsutils": "^3.17.1"
2107 - }
2108 - },
2109 - "@typescript-eslint/experimental-utils": {
2110 - "version": "2.14.0",
2111 - "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-2.14.0.tgz",
2112 - "integrity": "sha512-KcyKS7G6IWnIgl3ZpyxyBCxhkBPV+0a5Jjy2g5HxlrbG2ZLQNFeneIBVXdaBCYOVjvGmGGFKom1kgiAY75SDeQ==",
2113 - "requires": {
2114 - "@types/json-schema": "^7.0.3",
2115 - "@typescript-eslint/typescript-estree": "2.14.0",
2116 - "eslint-scope": "^5.0.0"
2117 - }
2118 - },
2119 - "@typescript-eslint/parser": {
2120 - "version": "2.14.0",
2121 - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-2.14.0.tgz",
2122 - "integrity": "sha512-haS+8D35fUydIs+zdSf4BxpOartb/DjrZ2IxQ5sR8zyGfd77uT9ZJZYF8+I0WPhzqHmfafUBx8MYpcp8pfaoSA==",
2123 - "requires": {
2124 - "@types/eslint-visitor-keys": "^1.0.0",
2125 - "@typescript-eslint/experimental-utils": "2.14.0",
2126 - "@typescript-eslint/typescript-estree": "2.14.0",
2127 - "eslint-visitor-keys": "^1.1.0"
2128 - }
2129 - },
2130 - "@typescript-eslint/typescript-estree": {
2131 - "version": "2.14.0",
2132 - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-2.14.0.tgz",
2133 - "integrity": "sha512-pnLpUcMNG7GfFFfNQbEX6f1aPa5fMnH2G9By+A1yovYI4VIOK2DzkaRuUlIkbagpAcrxQHLqovI1YWqEcXyRnA==",
2134 - "requires": {
2135 - "debug": "^4.1.1",
2136 - "eslint-visitor-keys": "^1.1.0",
2137 - "glob": "^7.1.6",
2138 - "is-glob": "^4.0.1",
2139 - "lodash.unescape": "4.0.1",
2140 - "semver": "^6.3.0",
2141 - "tsutils": "^3.17.1"
2142 - },
2143 - "dependencies": {
2144 - "glob": {
2145 - "version": "7.1.6",
2146 - "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz",
2147 - "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==",
2148 - "requires": {
2149 - "fs.realpath": "^1.0.0",
2150 - "inflight": "^1.0.4",
2151 - "inherits": "2",
2152 - "minimatch": "^3.0.4",
2153 - "once": "^1.3.0",
2154 - "path-is-absolute": "^1.0.0"
2155 - }
2156 - }
2157 - }
2158 - },
2159 - "@webassemblyjs/ast": {
2160 - "version": "1.8.5",
2161 - "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.8.5.tgz",
2162 - "integrity": "sha512-aJMfngIZ65+t71C3y2nBBg5FFG0Okt9m0XEgWZ7Ywgn1oMAT8cNwx00Uv1cQyHtidq0Xn94R4TAywO+LCQ+ZAQ==",
2163 - "requires": {
2164 - "@webassemblyjs/helper-module-context": "1.8.5",
2165 - "@webassemblyjs/helper-wasm-bytecode": "1.8.5",
2166 - "@webassemblyjs/wast-parser": "1.8.5"
2167 - }
2168 - },
2169 - "@webassemblyjs/floating-point-hex-parser": {
2170 - "version": "1.8.5",
2171 - "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.8.5.tgz",
2172 - "integrity": "sha512-9p+79WHru1oqBh9ewP9zW95E3XAo+90oth7S5Re3eQnECGq59ly1Ri5tsIipKGpiStHsUYmY3zMLqtk3gTcOtQ=="
2173 - },
2174 - "@webassemblyjs/helper-api-error": {
2175 - "version": "1.8.5",
2176 - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.8.5.tgz",
2177 - "integrity": "sha512-Za/tnzsvnqdaSPOUXHyKJ2XI7PDX64kWtURyGiJJZKVEdFOsdKUCPTNEVFZq3zJ2R0G5wc2PZ5gvdTRFgm81zA=="
2178 - },
2179 - "@webassemblyjs/helper-buffer": {
2180 - "version": "1.8.5",
2181 - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.8.5.tgz",
2182 - "integrity": "sha512-Ri2R8nOS0U6G49Q86goFIPNgjyl6+oE1abW1pS84BuhP1Qcr5JqMwRFT3Ah3ADDDYGEgGs1iyb1DGX+kAi/c/Q=="
2183 - },
2184 - "@webassemblyjs/helper-code-frame": {
2185 - "version": "1.8.5",
2186 - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-code-frame/-/helper-code-frame-1.8.5.tgz",
2187 - "integrity": "sha512-VQAadSubZIhNpH46IR3yWO4kZZjMxN1opDrzePLdVKAZ+DFjkGD/rf4v1jap744uPVU6yjL/smZbRIIJTOUnKQ==",
2188 - "requires": {
2189 - "@webassemblyjs/wast-printer": "1.8.5"
2190 - }
2191 - },
2192 - "@webassemblyjs/helper-fsm": {
2193 - "version": "1.8.5",
2194 - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-fsm/-/helper-fsm-1.8.5.tgz",
2195 - "integrity": "sha512-kRuX/saORcg8se/ft6Q2UbRpZwP4y7YrWsLXPbbmtepKr22i8Z4O3V5QE9DbZK908dh5Xya4Un57SDIKwB9eow=="
2196 - },
2197 - "@webassemblyjs/helper-module-context": {
2198 - "version": "1.8.5",
2199 - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-module-context/-/helper-module-context-1.8.5.tgz",
2200 - "integrity": "sha512-/O1B236mN7UNEU4t9X7Pj38i4VoU8CcMHyy3l2cV/kIF4U5KoHXDVqcDuOs1ltkac90IM4vZdHc52t1x8Yfs3g==",
2201 - "requires": {
2202 - "@webassemblyjs/ast": "1.8.5",
2203 - "mamacro": "^0.0.3"
2204 - }
2205 - },
2206 - "@webassemblyjs/helper-wasm-bytecode": {
2207 - "version": "1.8.5",
2208 - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.8.5.tgz",
2209 - "integrity": "sha512-Cu4YMYG3Ddl72CbmpjU/wbP6SACcOPVbHN1dI4VJNJVgFwaKf1ppeFJrwydOG3NDHxVGuCfPlLZNyEdIYlQ6QQ=="
2210 - },
2211 - "@webassemblyjs/helper-wasm-section": {
2212 - "version": "1.8.5",
2213 - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.8.5.tgz",
2214 - "integrity": "sha512-VV083zwR+VTrIWWtgIUpqfvVdK4ff38loRmrdDBgBT8ADXYsEZ5mPQ4Nde90N3UYatHdYoDIFb7oHzMncI02tA==",
2215 - "requires": {
2216 - "@webassemblyjs/ast": "1.8.5",
2217 - "@webassemblyjs/helper-buffer": "1.8.5",
2218 - "@webassemblyjs/helper-wasm-bytecode": "1.8.5",
2219 - "@webassemblyjs/wasm-gen": "1.8.5"
2220 - }
2221 - },
2222 - "@webassemblyjs/ieee754": {
2223 - "version": "1.8.5",
2224 - "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.8.5.tgz",
2225 - "integrity": "sha512-aaCvQYrvKbY/n6wKHb/ylAJr27GglahUO89CcGXMItrOBqRarUMxWLJgxm9PJNuKULwN5n1csT9bYoMeZOGF3g==",
2226 - "requires": {
2227 - "@xtuc/ieee754": "^1.2.0"
2228 - }
2229 - },
2230 - "@webassemblyjs/leb128": {
2231 - "version": "1.8.5",
2232 - "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.8.5.tgz",
2233 - "integrity": "sha512-plYUuUwleLIziknvlP8VpTgO4kqNaH57Y3JnNa6DLpu/sGcP6hbVdfdX5aHAV716pQBKrfuU26BJK29qY37J7A==",
2234 - "requires": {
2235 - "@xtuc/long": "4.2.2"
2236 - }
2237 - },
2238 - "@webassemblyjs/utf8": {
2239 - "version": "1.8.5",
2240 - "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.8.5.tgz",
2241 - "integrity": "sha512-U7zgftmQriw37tfD934UNInokz6yTmn29inT2cAetAsaU9YeVCveWEwhKL1Mg4yS7q//NGdzy79nlXh3bT8Kjw=="
2242 - },
2243 - "@webassemblyjs/wasm-edit": {
2244 - "version": "1.8.5",
2245 - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.8.5.tgz",
2246 - "integrity": "sha512-A41EMy8MWw5yvqj7MQzkDjU29K7UJq1VrX2vWLzfpRHt3ISftOXqrtojn7nlPsZ9Ijhp5NwuODuycSvfAO/26Q==",
2247 - "requires": {
2248 - "@webassemblyjs/ast": "1.8.5",
2249 - "@webassemblyjs/helper-buffer": "1.8.5",
2250 - "@webassemblyjs/helper-wasm-bytecode": "1.8.5",
2251 - "@webassemblyjs/helper-wasm-section": "1.8.5",
2252 - "@webassemblyjs/wasm-gen": "1.8.5",
2253 - "@webassemblyjs/wasm-opt": "1.8.5",
2254 - "@webassemblyjs/wasm-parser": "1.8.5",
2255 - "@webassemblyjs/wast-printer": "1.8.5"
2256 - }
2257 - },
2258 - "@webassemblyjs/wasm-gen": {
2259 - "version": "1.8.5",
2260 - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.8.5.tgz",
2261 - "integrity": "sha512-BCZBT0LURC0CXDzj5FXSc2FPTsxwp3nWcqXQdOZE4U7h7i8FqtFK5Egia6f9raQLpEKT1VL7zr4r3+QX6zArWg==",
2262 - "requires": {
2263 - "@webassemblyjs/ast": "1.8.5",
2264 - "@webassemblyjs/helper-wasm-bytecode": "1.8.5",
2265 - "@webassemblyjs/ieee754": "1.8.5",
2266 - "@webassemblyjs/leb128": "1.8.5",
2267 - "@webassemblyjs/utf8": "1.8.5"
2268 - }
2269 - },
2270 - "@webassemblyjs/wasm-opt": {
2271 - "version": "1.8.5",
2272 - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.8.5.tgz",
2273 - "integrity": "sha512-HKo2mO/Uh9A6ojzu7cjslGaHaUU14LdLbGEKqTR7PBKwT6LdPtLLh9fPY33rmr5wcOMrsWDbbdCHq4hQUdd37Q==",
2274 - "requires": {
2275 - "@webassemblyjs/ast": "1.8.5",
2276 - "@webassemblyjs/helper-buffer": "1.8.5",
2277 - "@webassemblyjs/wasm-gen": "1.8.5",
2278 - "@webassemblyjs/wasm-parser": "1.8.5"
2279 - }
2280 - },
2281 - "@webassemblyjs/wasm-parser": {
2282 - "version": "1.8.5",
2283 - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.8.5.tgz",
2284 - "integrity": "sha512-pi0SYE9T6tfcMkthwcgCpL0cM9nRYr6/6fjgDtL6q/ZqKHdMWvxitRi5JcZ7RI4SNJJYnYNaWy5UUrHQy998lw==",
2285 - "requires": {
2286 - "@webassemblyjs/ast": "1.8.5",
2287 - "@webassemblyjs/helper-api-error": "1.8.5",
2288 - "@webassemblyjs/helper-wasm-bytecode": "1.8.5",
2289 - "@webassemblyjs/ieee754": "1.8.5",
2290 - "@webassemblyjs/leb128": "1.8.5",
2291 - "@webassemblyjs/utf8": "1.8.5"
2292 - }
2293 - },
2294 - "@webassemblyjs/wast-parser": {
2295 - "version": "1.8.5",
2296 - "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-parser/-/wast-parser-1.8.5.tgz",
2297 - "integrity": "sha512-daXC1FyKWHF1i11obK086QRlsMsY4+tIOKgBqI1lxAnkp9xe9YMcgOxm9kLe+ttjs5aWV2KKE1TWJCN57/Btsg==",
2298 - "requires": {
2299 - "@webassemblyjs/ast": "1.8.5",
2300 - "@webassemblyjs/floating-point-hex-parser": "1.8.5",
2301 - "@webassemblyjs/helper-api-error": "1.8.5",
2302 - "@webassemblyjs/helper-code-frame": "1.8.5",
2303 - "@webassemblyjs/helper-fsm": "1.8.5",
2304 - "@xtuc/long": "4.2.2"
2305 - }
2306 - },
2307 - "@webassemblyjs/wast-printer": {
2308 - "version": "1.8.5",
2309 - "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.8.5.tgz",
2310 - "integrity": "sha512-w0U0pD4EhlnvRyeJzBqaVSJAo9w/ce7/WPogeXLzGkO6hzhr4GnQIZ4W4uUt5b9ooAaXPtnXlj0gzsXEOUNYMg==",
2311 - "requires": {
2312 - "@webassemblyjs/ast": "1.8.5",
2313 - "@webassemblyjs/wast-parser": "1.8.5",
2314 - "@xtuc/long": "4.2.2"
2315 - }
2316 - },
2317 - "@xtuc/ieee754": {
2318 - "version": "1.2.0",
2319 - "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz",
2320 - "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA=="
2321 - },
2322 - "@xtuc/long": {
2323 - "version": "4.2.2",
2324 - "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz",
2325 - "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ=="
2326 - },
2327 - "abab": {
2328 - "version": "2.0.3",
2329 - "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.3.tgz",
2330 - "integrity": "sha512-tsFzPpcttalNjFBCFMqsKYQcWxxen1pgJR56by//QwvJc4/OUS3kPOOttx2tSIfjsylB0pYu7f5D3K1RCxUnUg=="
2331 - },
2332 - "accepts": {
2333 - "version": "1.3.7",
2334 - "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.7.tgz",
2335 - "integrity": "sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==",
2336 - "requires": {
2337 - "mime-types": "~2.1.24",
2338 - "negotiator": "0.6.2"
2339 - }
2340 - },
2341 - "acorn": {
2342 - "version": "7.4.1",
2343 - "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz",
2344 - "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A=="
2345 - },
2346 - "acorn-globals": {
2347 - "version": "4.3.4",
2348 - "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-4.3.4.tgz",
2349 - "integrity": "sha512-clfQEh21R+D0leSbUdWf3OcfqyaCSAQ8Ryq00bofSekfr9W8u1jyYZo6ir0xu9Gtcf7BjcHJpnbZH7JOCpP60A==",
2350 - "requires": {
2351 - "acorn": "^6.0.1",
2352 - "acorn-walk": "^6.0.1"
2353 - },
2354 - "dependencies": {
2355 - "acorn": {
2356 - "version": "6.4.2",
2357 - "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.4.2.tgz",
2358 - "integrity": "sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ=="
2359 - }
2360 - }
2361 - },
2362 - "acorn-jsx": {
2363 - "version": "5.1.0",
2364 - "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.1.0.tgz",
2365 - "integrity": "sha512-tMUqwBWfLFbJbizRmEcWSLw6HnFzfdJs2sOJEOwwtVPMoH/0Ay+E703oZz78VSXZiiDcZrQ5XKjPIUQixhmgVw=="
2366 - },
2367 - "acorn-walk": {
2368 - "version": "6.2.0",
2369 - "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-6.2.0.tgz",
2370 - "integrity": "sha512-7evsyfH1cLOCdAzZAd43Cic04yKydNx0cF+7tiA19p1XnLLPU4dpCQOqpjqwokFe//vS0QqfqqjCS2JkiIs0cA=="
2371 - },
2372 - "address": {
2373 - "version": "1.1.2",
2374 - "resolved": "https://registry.npmjs.org/address/-/address-1.1.2.tgz",
2375 - "integrity": "sha512-aT6camzM4xEA54YVJYSqxz1kv4IHnQZRtThJJHhUMRExaU5spC7jX5ugSwTaTgJliIgs4VhZOk7htClvQ/LmRA=="
2376 - },
2377 - "adjust-sourcemap-loader": {
2378 - "version": "2.0.0",
2379 - "resolved": "https://registry.npmjs.org/adjust-sourcemap-loader/-/adjust-sourcemap-loader-2.0.0.tgz",
2380 - "integrity": "sha512-4hFsTsn58+YjrU9qKzML2JSSDqKvN8mUGQ0nNIrfPi8hmIONT4L3uUaT6MKdMsZ9AjsU6D2xDkZxCkbQPxChrA==",
2381 - "requires": {
2382 - "assert": "1.4.1",
2383 - "camelcase": "5.0.0",
2384 - "loader-utils": "1.2.3",
2385 - "object-path": "0.11.4",
2386 - "regex-parser": "2.2.10"
2387 - },
2388 - "dependencies": {
2389 - "camelcase": {
2390 - "version": "5.0.0",
2391 - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.0.0.tgz",
2392 - "integrity": "sha512-faqwZqnWxbxn+F1d399ygeamQNy3lPp/H9H6rNrqYh4FSVCtcY+3cub1MxA8o9mDd55mM8Aghuu/kuyYA6VTsA=="
2393 - }
2394 - }
2395 - },
2396 - "aggregate-error": {
2397 - "version": "3.0.1",
2398 - "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.0.1.tgz",
2399 - "integrity": "sha512-quoaXsZ9/BLNae5yiNoUz+Nhkwz83GhWwtYFglcjEQB2NDHCIpApbqXxIFnm4Pq/Nvhrsq5sYJFyohrrxnTGAA==",
2400 - "requires": {
2401 - "clean-stack": "^2.0.0",
2402 - "indent-string": "^4.0.0"
2403 - }
2404 - },
2405 - "ajv": {
2406 - "version": "6.10.2",
2407 - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.10.2.tgz",
2408 - "integrity": "sha512-TXtUUEYHuaTEbLZWIKUr5pmBuhDLy+8KYtPYdcV8qC+pOZL+NKqYwvWSRrVXHn+ZmRRAu8vJTAznH7Oag6RVRw==",
2409 - "requires": {
2410 - "fast-deep-equal": "^2.0.1",
2411 - "fast-json-stable-stringify": "^2.0.0",
2412 - "json-schema-traverse": "^0.4.1",
2413 - "uri-js": "^4.2.2"
2414 - }
2415 - },
2416 - "ajv-errors": {
2417 - "version": "1.0.1",
2418 - "resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-1.0.1.tgz",
2419 - "integrity": "sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ=="
2420 - },
2421 - "ajv-keywords": {
2422 - "version": "3.4.1",
2423 - "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.4.1.tgz",
2424 - "integrity": "sha512-RO1ibKvd27e6FEShVFfPALuHI3WjSVNeK5FIsmme/LYRNxjKuNj+Dt7bucLa6NdSv3JcVTyMlm9kGR84z1XpaQ=="
2425 - },
2426 - "alphanum-sort": {
2427 - "version": "1.0.2",
2428 - "resolved": "https://registry.npmjs.org/alphanum-sort/-/alphanum-sort-1.0.2.tgz",
2429 - "integrity": "sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM="
2430 - },
2431 - "ansi-colors": {
2432 - "version": "3.2.4",
2433 - "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-3.2.4.tgz",
2434 - "integrity": "sha512-hHUXGagefjN2iRrID63xckIvotOXOojhQKWIPUZ4mNUZ9nLZW+7FMNoE1lOkEhNWYsx/7ysGIuJYCiMAA9FnrA=="
2435 - },
2436 - "ansi-escapes": {
2437 - "version": "4.3.0",
2438 - "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.0.tgz",
2439 - "integrity": "sha512-EiYhwo0v255HUL6eDyuLrXEkTi7WwVCLAw+SeOQ7M7qdun1z1pum4DEm/nuqIVbPvi9RPPc9k9LbyBv6H0DwVg==",
2440 - "requires": {
2441 - "type-fest": "^0.8.1"
2442 - }
2443 - },
2444 - "ansi-html": {
2445 - "version": "0.0.7",
2446 - "resolved": "https://registry.npmjs.org/ansi-html/-/ansi-html-0.0.7.tgz",
2447 - "integrity": "sha1-gTWEAhliqenm/QOflA0S9WynhZ4="
2448 - },
2449 - "ansi-regex": {
2450 - "version": "2.1.1",
2451 - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
2452 - "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8="
2453 - },
2454 - "ansi-styles": {
2455 - "version": "3.2.1",
2456 - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
2457 - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
2458 - "requires": {
2459 - "color-convert": "^1.9.0"
2460 - }
2461 - },
2462 - "anymatch": {
2463 - "version": "2.0.0",
2464 - "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz",
2465 - "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==",
2466 - "requires": {
2467 - "micromatch": "^3.1.4",
2468 - "normalize-path": "^2.1.1"
2469 - }
2470 - },
2471 - "aproba": {
2472 - "version": "1.2.0",
2473 - "resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz",
2474 - "integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw=="
2475 - },
2476 - "argparse": {
2477 - "version": "1.0.10",
2478 - "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
2479 - "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
2480 - "requires": {
2481 - "sprintf-js": "~1.0.2"
2482 - }
2483 - },
2484 - "aria-query": {
2485 - "version": "3.0.0",
2486 - "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-3.0.0.tgz",
2487 - "integrity": "sha1-ZbP8wcoRVajJrmTW7uKX8V1RM8w=",
2488 - "requires": {
2489 - "ast-types-flow": "0.0.7",
2490 - "commander": "^2.11.0"
2491 - }
2492 - },
2493 - "arity-n": {
2494 - "version": "1.0.4",
2495 - "resolved": "https://registry.npmjs.org/arity-n/-/arity-n-1.0.4.tgz",
2496 - "integrity": "sha1-2edrEXM+CFacCEeuezmyhgswt0U="
2497 - },
2498 - "arr-diff": {
2499 - "version": "4.0.0",
2500 - "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz",
2501 - "integrity": "sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA="
2502 - },
2503 - "arr-flatten": {
2504 - "version": "1.1.0",
2505 - "resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz",
2506 - "integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg=="
2507 - },
2508 - "arr-union": {
2509 - "version": "3.1.0",
2510 - "resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz",
2511 - "integrity": "sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ="
2512 - },
2513 - "array-equal": {
2514 - "version": "1.0.0",
2515 - "resolved": "https://registry.npmjs.org/array-equal/-/array-equal-1.0.0.tgz",
2516 - "integrity": "sha1-jCpe8kcv2ep0KwTHenUJO6J1fJM="
2517 - },
2518 - "array-flatten": {
2519 - "version": "2.1.2",
2520 - "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-2.1.2.tgz",
2521 - "integrity": "sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ=="
2522 - },
2523 - "array-includes": {
2524 - "version": "3.1.1",
2525 - "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.1.tgz",
2526 - "integrity": "sha512-c2VXaCHl7zPsvpkFsw4nxvFie4fh1ur9bpcgsVkIjqn0H/Xwdg+7fv3n2r/isyS8EBj5b06M9kHyZuIr4El6WQ==",
2527 - "requires": {
2528 - "define-properties": "^1.1.3",
2529 - "es-abstract": "^1.17.0",
2530 - "is-string": "^1.0.5"
2531 - }
2532 - },
2533 - "array-union": {
2534 - "version": "1.0.2",
2535 - "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz",
2536 - "integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=",
2537 - "requires": {
2538 - "array-uniq": "^1.0.1"
2539 - }
2540 - },
2541 - "array-uniq": {
2542 - "version": "1.0.3",
2543 - "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz",
2544 - "integrity": "sha1-r2rId6Jcx/dOBYiUdThY39sk/bY="
2545 - },
2546 - "array-unique": {
2547 - "version": "0.3.2",
2548 - "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz",
2549 - "integrity": "sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg="
2550 - },
2551 - "arrify": {
2552 - "version": "1.0.1",
2553 - "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz",
2554 - "integrity": "sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0="
2555 - },
2556 - "asap": {
2557 - "version": "2.0.6",
2558 - "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz",
2559 - "integrity": "sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY="
2560 - },
2561 - "asn1": {
2562 - "version": "0.2.4",
2563 - "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.4.tgz",
2564 - "integrity": "sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==",
2565 - "requires": {
2566 - "safer-buffer": "~2.1.0"
2567 - }
2568 - },
2569 - "asn1.js": {
2570 - "version": "4.10.1",
2571 - "resolved": "https://registry.npmjs.org/asn1.js/-/asn1.js-4.10.1.tgz",
2572 - "integrity": "sha512-p32cOF5q0Zqs9uBiONKYLm6BClCoBCM5O9JfeUSlnQLBTxYdTK+pW+nXflm8UkKd2UYlEbYz5qEi0JuZR9ckSw==",
2573 - "requires": {
2574 - "bn.js": "^4.0.0",
2575 - "inherits": "^2.0.1",
2576 - "minimalistic-assert": "^1.0.0"
2577 - }
2578 - },
2579 - "assert": {
2580 - "version": "1.4.1",
2581 - "resolved": "https://registry.npmjs.org/assert/-/assert-1.4.1.tgz",
2582 - "integrity": "sha1-mZEtWRg2tab1s0XA8H7vwI/GXZE=",
2583 - "requires": {
2584 - "util": "0.10.3"
2585 - }
2586 - },
2587 - "assert-plus": {
2588 - "version": "1.0.0",
2589 - "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
2590 - "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU="
2591 - },
2592 - "assign-symbols": {
2593 - "version": "1.0.0",
2594 - "resolved": "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz",
2595 - "integrity": "sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c="
2596 - },
2597 - "ast-types-flow": {
2598 - "version": "0.0.7",
2599 - "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.7.tgz",
2600 - "integrity": "sha1-9wtzXGvKGlycItmCw+Oef+ujva0="
2601 - },
2602 - "astral-regex": {
2603 - "version": "1.0.0",
2604 - "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-1.0.0.tgz",
2605 - "integrity": "sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg=="
2606 - },
2607 - "async": {
2608 - "version": "2.6.3",
2609 - "resolved": "https://registry.npmjs.org/async/-/async-2.6.3.tgz",
2610 - "integrity": "sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==",
2611 - "requires": {
2612 - "lodash": "^4.17.14"
2613 - }
2614 - },
2615 - "async-each": {
2616 - "version": "1.0.3",
2617 - "resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.3.tgz",
2618 - "integrity": "sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ=="
2619 - },
2620 - "async-limiter": {
2621 - "version": "1.0.1",
2622 - "resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz",
2623 - "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ=="
2624 - },
2625 - "asynckit": {
2626 - "version": "0.4.0",
2627 - "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
2628 - "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k="
2629 - },
2630 - "atob": {
2631 - "version": "2.1.2",
2632 - "resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz",
2633 - "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg=="
2634 - },
2635 - "autoprefixer": {
2636 - "version": "9.7.3",
2637 - "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.7.3.tgz",
2638 - "integrity": "sha512-8T5Y1C5Iyj6PgkPSFd0ODvK9DIleuPKUPYniNxybS47g2k2wFgLZ46lGQHlBuGKIAEV8fbCDfKCCRS1tvOgc3Q==",
2639 - "requires": {
2640 - "browserslist": "^4.8.0",
2641 - "caniuse-lite": "^1.0.30001012",
2642 - "chalk": "^2.4.2",
2643 - "normalize-range": "^0.1.2",
2644 - "num2fraction": "^1.2.2",
2645 - "postcss": "^7.0.23",
2646 - "postcss-value-parser": "^4.0.2"
2647 - }
2648 - },
2649 - "aws-sign2": {
2650 - "version": "0.7.0",
2651 - "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz",
2652 - "integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg="
2653 - },
2654 - "aws4": {
2655 - "version": "1.9.0",
2656 - "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.9.0.tgz",
2657 - "integrity": "sha512-Uvq6hVe90D0B2WEnUqtdgY1bATGz3mw33nH9Y+dmA+w5DHvUmBgkr5rM/KCHpCsiFNRUfokW/szpPPgMK2hm4A=="
2658 - },
2659 - "axobject-query": {
2660 - "version": "2.1.1",
2661 - "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-2.1.1.tgz",
2662 - "integrity": "sha512-lF98xa/yvy6j3fBHAgQXIYl+J4eZadOSqsPojemUqClzNbBV38wWGpUbQbVEyf4eUF5yF7eHmGgGA2JiHyjeqw==",
2663 - "requires": {
2664 - "@babel/runtime": "^7.7.4",
2665 - "@babel/runtime-corejs3": "^7.7.4"
2666 - }
2667 - },
2668 - "babel-code-frame": {
2669 - "version": "6.26.0",
2670 - "resolved": "https://registry.npmjs.org/babel-code-frame/-/babel-code-frame-6.26.0.tgz",
2671 - "integrity": "sha1-Y/1D99weO7fONZR9uP42mj9Yx0s=",
2672 - "requires": {
2673 - "chalk": "^1.1.3",
2674 - "esutils": "^2.0.2",
2675 - "js-tokens": "^3.0.2"
2676 - },
2677 - "dependencies": {
2678 - "ansi-styles": {
2679 - "version": "2.2.1",
2680 - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
2681 - "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4="
2682 - },
2683 - "chalk": {
2684 - "version": "1.1.3",
2685 - "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
2686 - "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
2687 - "requires": {
2688 - "ansi-styles": "^2.2.1",
2689 - "escape-string-regexp": "^1.0.2",
2690 - "has-ansi": "^2.0.0",
2691 - "strip-ansi": "^3.0.0",
2692 - "supports-color": "^2.0.0"
2693 - }
2694 - },
2695 - "js-tokens": {
2696 - "version": "3.0.2",
2697 - "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-3.0.2.tgz",
2698 - "integrity": "sha1-mGbfOVECEw449/mWvOtlRDIJwls="
2699 - },
2700 - "supports-color": {
2701 - "version": "2.0.0",
2702 - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
2703 - "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc="
2704 - }
2705 - }
2706 - },
2707 - "babel-eslint": {
2708 - "version": "10.0.3",
2709 - "resolved": "https://registry.npmjs.org/babel-eslint/-/babel-eslint-10.0.3.tgz",
2710 - "integrity": "sha512-z3U7eMY6r/3f3/JB9mTsLjyxrv0Yb1zb8PCWCLpguxfCzBIZUwy23R1t/XKewP+8mEN2Ck8Dtr4q20z6ce6SoA==",
2711 - "requires": {
2712 - "@babel/code-frame": "^7.0.0",
2713 - "@babel/parser": "^7.0.0",
2714 - "@babel/traverse": "^7.0.0",
2715 - "@babel/types": "^7.0.0",
2716 - "eslint-visitor-keys": "^1.0.0",
2717 - "resolve": "^1.12.0"
2718 - }
2719 - },
2720 - "babel-extract-comments": {
2721 - "version": "1.0.0",
2722 - "resolved": "https://registry.npmjs.org/babel-extract-comments/-/babel-extract-comments-1.0.0.tgz",
2723 - "integrity": "sha512-qWWzi4TlddohA91bFwgt6zO/J0X+io7Qp184Fw0m2JYRSTZnJbFR8+07KmzudHCZgOiKRCrjhylwv9Xd8gfhVQ==",
2724 - "requires": {
2725 - "babylon": "^6.18.0"
2726 - }
2727 - },
2728 - "babel-jest": {
2729 - "version": "24.9.0",
2730 - "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-24.9.0.tgz",
2731 - "integrity": "sha512-ntuddfyiN+EhMw58PTNL1ph4C9rECiQXjI4nMMBKBaNjXvqLdkXpPRcMSr4iyBrJg/+wz9brFUD6RhOAT6r4Iw==",
2732 - "requires": {
2733 - "@jest/transform": "^24.9.0",
2734 - "@jest/types": "^24.9.0",
2735 - "@types/babel__core": "^7.1.0",
2736 - "babel-plugin-istanbul": "^5.1.0",
2737 - "babel-preset-jest": "^24.9.0",
2738 - "chalk": "^2.4.2",
2739 - "slash": "^2.0.0"
2740 - }
2741 - },
2742 - "babel-loader": {
2743 - "version": "8.0.6",
2744 - "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.0.6.tgz",
2745 - "integrity": "sha512-4BmWKtBOBm13uoUwd08UwjZlaw3O9GWf456R9j+5YykFZ6LUIjIKLc0zEZf+hauxPOJs96C8k6FvYD09vWzhYw==",
2746 - "requires": {
2747 - "find-cache-dir": "^2.0.0",
2748 - "loader-utils": "^1.0.2",
2749 - "mkdirp": "^0.5.1",
2750 - "pify": "^4.0.1"
2751 - },
2752 - "dependencies": {
2753 - "pify": {
2754 - "version": "4.0.1",
2755 - "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz",
2756 - "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g=="
2757 - }
2758 - }
2759 - },
2760 - "babel-plugin-dynamic-import-node": {
2761 - "version": "2.3.0",
2762 - "resolved": "https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.0.tgz",
2763 - "integrity": "sha512-o6qFkpeQEBxcqt0XYlWzAVxNCSCZdUgcR8IRlhD/8DylxjjO4foPcvTW0GGKa/cVt3rvxZ7o5ippJ+/0nvLhlQ==",
2764 - "requires": {
2765 - "object.assign": "^4.1.0"
2766 - }
2767 - },
2768 - "babel-plugin-istanbul": {
2769 - "version": "5.2.0",
2770 - "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-5.2.0.tgz",
2771 - "integrity": "sha512-5LphC0USA8t4i1zCtjbbNb6jJj/9+X6P37Qfirc/70EQ34xKlMW+a1RHGwxGI+SwWpNwZ27HqvzAobeqaXwiZw==",
2772 - "requires": {
2773 - "@babel/helper-plugin-utils": "^7.0.0",
2774 - "find-up": "^3.0.0",
2775 - "istanbul-lib-instrument": "^3.3.0",
2776 - "test-exclude": "^5.2.3"
2777 - }
2778 - },
2779 - "babel-plugin-jest-hoist": {
2780 - "version": "24.9.0",
2781 - "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-24.9.0.tgz",
2782 - "integrity": "sha512-2EMA2P8Vp7lG0RAzr4HXqtYwacfMErOuv1U3wrvxHX6rD1sV6xS3WXG3r8TRQ2r6w8OhvSdWt+z41hQNwNm3Xw==",
2783 - "requires": {
2784 - "@types/babel__traverse": "^7.0.6"
2785 - }
2786 - },
2787 - "babel-plugin-macros": {
2788 - "version": "2.7.1",
2789 - "resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-2.7.1.tgz",
2790 - "integrity": "sha512-HNM284amlKSQ6FddI4jLXD+XTqF0cTYOe5uemOIZxHJHnamC+OhFQ57rMF9sgnYhkJQptVl9U1SKVZsV9/GLQQ==",
2791 - "requires": {
2792 - "@babel/runtime": "^7.7.2",
2793 - "cosmiconfig": "^6.0.0",
2794 - "resolve": "^1.12.0"
2795 - },
2796 - "dependencies": {
2797 - "cosmiconfig": {
2798 - "version": "6.0.0",
2799 - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-6.0.0.tgz",
2800 - "integrity": "sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==",
2801 - "requires": {
2802 - "@types/parse-json": "^4.0.0",
2803 - "import-fresh": "^3.1.0",
2804 - "parse-json": "^5.0.0",
2805 - "path-type": "^4.0.0",
2806 - "yaml": "^1.7.2"
2807 - }
2808 - },
2809 - "import-fresh": {
2810 - "version": "3.2.1",
2811 - "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.2.1.tgz",
2812 - "integrity": "sha512-6e1q1cnWP2RXD9/keSkxHScg508CdXqXWgWBaETNhyuBFz+kUZlKboh+ISK+bU++DmbHimVBrOz/zzPe0sZ3sQ==",
2813 - "requires": {
2814 - "parent-module": "^1.0.0",
2815 - "resolve-from": "^4.0.0"
2816 - }
2817 - },
2818 - "parse-json": {
2819 - "version": "5.0.0",
2820 - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.0.0.tgz",
2821 - "integrity": "sha512-OOY5b7PAEFV0E2Fir1KOkxchnZNCdowAJgQ5NuxjpBKTRP3pQhwkrkxqQjeoKJ+fO7bCpmIZaogI4eZGDMEGOw==",
2822 - "requires": {
2823 - "@babel/code-frame": "^7.0.0",
2824 - "error-ex": "^1.3.1",
2825 - "json-parse-better-errors": "^1.0.1",
2826 - "lines-and-columns": "^1.1.6"
2827 - }
2828 - },
2829 - "path-type": {
2830 - "version": "4.0.0",
2831 - "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
2832 - "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw=="
2833 - },
2834 - "resolve-from": {
2835 - "version": "4.0.0",
2836 - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
2837 - "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g=="
2838 - }
2839 - }
2840 - },
2841 - "babel-plugin-named-asset-import": {
2842 - "version": "0.3.5",
2843 - "resolved": "https://registry.npmjs.org/babel-plugin-named-asset-import/-/babel-plugin-named-asset-import-0.3.5.tgz",
2844 - "integrity": "sha512-sGhfINU+AuMw9oFAdIn/nD5sem3pn/WgxAfDZ//Q3CnF+5uaho7C7shh2rKLk6sKE/XkfmyibghocwKdVjLIKg=="
2845 - },
2846 - "babel-plugin-syntax-object-rest-spread": {
2847 - "version": "6.13.0",
2848 - "resolved": "https://registry.npmjs.org/babel-plugin-syntax-object-rest-spread/-/babel-plugin-syntax-object-rest-spread-6.13.0.tgz",
2849 - "integrity": "sha1-/WU28rzhODb/o6VFjEkDpZe7O/U="
2850 - },
2851 - "babel-plugin-transform-object-rest-spread": {
2852 - "version": "6.26.0",
2853 - "resolved": "https://registry.npmjs.org/babel-plugin-transform-object-rest-spread/-/babel-plugin-transform-object-rest-spread-6.26.0.tgz",
2854 - "integrity": "sha1-DzZpLVD+9rfi1LOsFHgTepY7ewY=",
2855 - "requires": {
2856 - "babel-plugin-syntax-object-rest-spread": "^6.8.0",
2857 - "babel-runtime": "^6.26.0"
2858 - }
2859 - },
2860 - "babel-plugin-transform-react-remove-prop-types": {
2861 - "version": "0.4.24",
2862 - "resolved": "https://registry.npmjs.org/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.24.tgz",
2863 - "integrity": "sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA=="
2864 - },
2865 - "babel-preset-jest": {
2866 - "version": "24.9.0",
2867 - "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-24.9.0.tgz",
2868 - "integrity": "sha512-izTUuhE4TMfTRPF92fFwD2QfdXaZW08qvWTFCI51V8rW5x00UuPgc3ajRoWofXOuxjfcOM5zzSYsQS3H8KGCAg==",
2869 - "requires": {
2870 - "@babel/plugin-syntax-object-rest-spread": "^7.0.0",
2871 - "babel-plugin-jest-hoist": "^24.9.0"
2872 - }
2873 - },
2874 - "babel-preset-react-app": {
2875 - "version": "9.1.0",
2876 - "resolved": "https://registry.npmjs.org/babel-preset-react-app/-/babel-preset-react-app-9.1.0.tgz",
2877 - "integrity": "sha512-0qMOv/pCcCQWxX1eNyKD9GlzZTdzZIK/Pq3O6TGe65tZSJTSplw1pFlaPujm0GjBj4g3GeCQbP08vvzlH7OGHg==",
2878 - "requires": {
2879 - "@babel/core": "7.7.4",
2880 - "@babel/plugin-proposal-class-properties": "7.7.4",
2881 - "@babel/plugin-proposal-decorators": "7.7.4",
2882 - "@babel/plugin-proposal-nullish-coalescing-operator": "7.7.4",
2883 - "@babel/plugin-proposal-numeric-separator": "7.7.4",
2884 - "@babel/plugin-proposal-object-rest-spread": "7.7.4",
2885 - "@babel/plugin-proposal-optional-chaining": "7.7.4",
2886 - "@babel/plugin-syntax-dynamic-import": "7.7.4",
2887 - "@babel/plugin-transform-destructuring": "7.7.4",
2888 - "@babel/plugin-transform-flow-strip-types": "7.7.4",
2889 - "@babel/plugin-transform-react-display-name": "7.7.4",
2890 - "@babel/plugin-transform-runtime": "7.7.4",
2891 - "@babel/preset-env": "7.7.4",
2892 - "@babel/preset-react": "7.7.4",
2893 - "@babel/preset-typescript": "7.7.4",
2894 - "@babel/runtime": "7.7.4",
2895 - "babel-plugin-dynamic-import-node": "2.3.0",
2896 - "babel-plugin-macros": "2.7.1",
2897 - "babel-plugin-transform-react-remove-prop-types": "0.4.24"
2898 - },
2899 - "dependencies": {
2900 - "@babel/plugin-proposal-object-rest-spread": {
2901 - "version": "7.7.4",
2902 - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.7.4.tgz",
2903 - "integrity": "sha512-rnpnZR3/iWKmiQyJ3LKJpSwLDcX/nSXhdLk4Aq/tXOApIvyu7qoabrige0ylsAJffaUC51WiBu209Q0U+86OWQ==",
2904 - "requires": {
2905 - "@babel/helper-plugin-utils": "^7.0.0",
2906 - "@babel/plugin-syntax-object-rest-spread": "^7.7.4"
2907 - }
2908 - },
2909 - "@babel/preset-env": {
2910 - "version": "7.7.4",
2911 - "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.7.4.tgz",
2912 - "integrity": "sha512-Dg+ciGJjwvC1NIe/DGblMbcGq1HOtKbw8RLl4nIjlfcILKEOkWT/vRqPpumswABEBVudii6dnVwrBtzD7ibm4g==",
2913 - "requires": {
2914 - "@babel/helper-module-imports": "^7.7.4",
2915 - "@babel/helper-plugin-utils": "^7.0.0",
2916 - "@babel/plugin-proposal-async-generator-functions": "^7.7.4",
2917 - "@babel/plugin-proposal-dynamic-import": "^7.7.4",
2918 - "@babel/plugin-proposal-json-strings": "^7.7.4",
2919 - "@babel/plugin-proposal-object-rest-spread": "^7.7.4",
2920 - "@babel/plugin-proposal-optional-catch-binding": "^7.7.4",
2921 - "@babel/plugin-proposal-unicode-property-regex": "^7.7.4",
2922 - "@babel/plugin-syntax-async-generators": "^7.7.4",
2923 - "@babel/plugin-syntax-dynamic-import": "^7.7.4",
2924 - "@babel/plugin-syntax-json-strings": "^7.7.4",
2925 - "@babel/plugin-syntax-object-rest-spread": "^7.7.4",
2926 - "@babel/plugin-syntax-optional-catch-binding": "^7.7.4",
2927 - "@babel/plugin-syntax-top-level-await": "^7.7.4",
2928 - "@babel/plugin-transform-arrow-functions": "^7.7.4",
2929 - "@babel/plugin-transform-async-to-generator": "^7.7.4",
2930 - "@babel/plugin-transform-block-scoped-functions": "^7.7.4",
2931 - "@babel/plugin-transform-block-scoping": "^7.7.4",
2932 - "@babel/plugin-transform-classes": "^7.7.4",
2933 - "@babel/plugin-transform-computed-properties": "^7.7.4",
2934 - "@babel/plugin-transform-destructuring": "^7.7.4",
2935 - "@babel/plugin-transform-dotall-regex": "^7.7.4",
2936 - "@babel/plugin-transform-duplicate-keys": "^7.7.4",
2937 - "@babel/plugin-transform-exponentiation-operator": "^7.7.4",
2938 - "@babel/plugin-transform-for-of": "^7.7.4",
2939 - "@babel/plugin-transform-function-name": "^7.7.4",
2940 - "@babel/plugin-transform-literals": "^7.7.4",
2941 - "@babel/plugin-transform-member-expression-literals": "^7.7.4",
2942 - "@babel/plugin-transform-modules-amd": "^7.7.4",
2943 - "@babel/plugin-transform-modules-commonjs": "^7.7.4",
2944 - "@babel/plugin-transform-modules-systemjs": "^7.7.4",
2945 - "@babel/plugin-transform-modules-umd": "^7.7.4",
2946 - "@babel/plugin-transform-named-capturing-groups-regex": "^7.7.4",
2947 - "@babel/plugin-transform-new-target": "^7.7.4",
2948 - "@babel/plugin-transform-object-super": "^7.7.4",
2949 - "@babel/plugin-transform-parameters": "^7.7.4",
2950 - "@babel/plugin-transform-property-literals": "^7.7.4",
2951 - "@babel/plugin-transform-regenerator": "^7.7.4",
2952 - "@babel/plugin-transform-reserved-words": "^7.7.4",
2953 - "@babel/plugin-transform-shorthand-properties": "^7.7.4",
2954 - "@babel/plugin-transform-spread": "^7.7.4",
2955 - "@babel/plugin-transform-sticky-regex": "^7.7.4",
2956 - "@babel/plugin-transform-template-literals": "^7.7.4",
2957 - "@babel/plugin-transform-typeof-symbol": "^7.7.4",
2958 - "@babel/plugin-transform-unicode-regex": "^7.7.4",
2959 - "@babel/types": "^7.7.4",
2960 - "browserslist": "^4.6.0",
2961 - "core-js-compat": "^3.1.1",
2962 - "invariant": "^2.2.2",
2963 - "js-levenshtein": "^1.1.3",
2964 - "semver": "^5.5.0"
2965 - }
2966 - },
2967 - "@babel/runtime": {
2968 - "version": "7.7.4",
2969 - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.7.4.tgz",
2970 - "integrity": "sha512-r24eVUUr0QqNZa+qrImUk8fn5SPhHq+IfYvIoIMg0do3GdK9sMdiLKP3GYVVaxpPKORgm8KRKaNTEhAjgIpLMw==",
2971 - "requires": {
2972 - "regenerator-runtime": "^0.13.2"
2973 - }
2974 - },
2975 - "semver": {
2976 - "version": "5.7.1",
2977 - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
2978 - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ=="
2979 - }
2980 - }
2981 - },
2982 - "babel-runtime": {
2983 - "version": "6.26.0",
2984 - "resolved": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.26.0.tgz",
2985 - "integrity": "sha1-llxwWGaOgrVde/4E/yM3vItWR/4=",
2986 - "requires": {
2987 - "core-js": "^2.4.0",
2988 - "regenerator-runtime": "^0.11.0"
2989 - },
2990 - "dependencies": {
2991 - "core-js": {
2992 - "version": "2.6.11",
2993 - "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.11.tgz",
2994 - "integrity": "sha512-5wjnpaT/3dV+XB4borEsnAYQchn00XSgTAWKDkEqv+K8KevjbzmofK6hfJ9TZIlpj2N0xQpazy7PiRQiWHqzWg=="
2995 - },
2996 - "regenerator-runtime": {
2997 - "version": "0.11.1",
2998 - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz",
2999 - "integrity": "sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg=="
3000 - }
3001 - }
3002 - },
3003 - "babylon": {
3004 - "version": "6.18.0",
3005 - "resolved": "https://registry.npmjs.org/babylon/-/babylon-6.18.0.tgz",
3006 - "integrity": "sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ=="
3007 - },
3008 - "balanced-match": {
3009 - "version": "1.0.0",
3010 - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz",
3011 - "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c="
3012 - },
3013 - "base": {
3014 - "version": "0.11.2",
3015 - "resolved": "https://registry.npmjs.org/base/-/base-0.11.2.tgz",
3016 - "integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==",
3017 - "requires": {
3018 - "cache-base": "^1.0.1",
3019 - "class-utils": "^0.3.5",
3020 - "component-emitter": "^1.2.1",
3021 - "define-property": "^1.0.0",
3022 - "isobject": "^3.0.1",
3023 - "mixin-deep": "^1.2.0",
3024 - "pascalcase": "^0.1.1"
3025 - },
3026 - "dependencies": {
3027 - "define-property": {
3028 - "version": "1.0.0",
3029 - "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz",
3030 - "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=",
3031 - "requires": {
3032 - "is-descriptor": "^1.0.0"
3033 - }
3034 - },
3035 - "is-accessor-descriptor": {
3036 - "version": "1.0.0",
3037 - "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz",
3038 - "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==",
3039 - "requires": {
3040 - "kind-of": "^6.0.0"
3041 - }
3042 - },
3043 - "is-data-descriptor": {
3044 - "version": "1.0.0",
3045 - "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz",
3046 - "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==",
3047 - "requires": {
3048 - "kind-of": "^6.0.0"
3049 - }
3050 - },
3051 - "is-descriptor": {
3052 - "version": "1.0.2",
3053 - "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz",
3054 - "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==",
3055 - "requires": {
3056 - "is-accessor-descriptor": "^1.0.0",
3057 - "is-data-descriptor": "^1.0.0",
3058 - "kind-of": "^6.0.2"
3059 - }
3060 - },
3061 - "kind-of": {
3062 - "version": "6.0.2",
3063 - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz",
3064 - "integrity": "sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA=="
3065 - }
3066 - }
3067 - },
3068 - "base64-js": {
3069 - "version": "1.3.1",
3070 - "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.3.1.tgz",
3071 - "integrity": "sha512-mLQ4i2QO1ytvGWFWmcngKO//JXAQueZvwEKtjgQFM4jIK0kU+ytMfplL8j+n5mspOfjHwoAg+9yhb7BwAHm36g=="
3072 - },
3073 - "batch": {
3074 - "version": "0.6.1",
3075 - "resolved": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz",
3076 - "integrity": "sha1-3DQxT05nkxgJP8dgJyUl+UvyXBY="
3077 - },
3078 - "bcrypt-pbkdf": {
3079 - "version": "1.0.2",
3080 - "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz",
3081 - "integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=",
3082 - "requires": {
3083 - "tweetnacl": "^0.14.3"
3084 - }
3085 - },
3086 - "big.js": {
3087 - "version": "5.2.2",
3088 - "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz",
3089 - "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ=="
3090 - },
3091 - "binary-extensions": {
3092 - "version": "1.13.1",
3093 - "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.13.1.tgz",
3094 - "integrity": "sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw=="
3095 - },
3096 - "bindings": {
3097 - "version": "1.5.0",
3098 - "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz",
3099 - "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==",
3100 - "optional": true,
3101 - "requires": {
3102 - "file-uri-to-path": "1.0.0"
3103 - }
3104 - },
3105 - "bluebird": {
3106 - "version": "3.7.2",
3107 - "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz",
3108 - "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg=="
3109 - },
3110 - "bn.js": {
3111 - "version": "4.11.8",
3112 - "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.8.tgz",
3113 - "integrity": "sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA=="
3114 - },
3115 - "body-parser": {
3116 - "version": "1.19.0",
3117 - "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.19.0.tgz",
3118 - "integrity": "sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw==",
3119 - "requires": {
3120 - "bytes": "3.1.0",
3121 - "content-type": "~1.0.4",
3122 - "debug": "2.6.9",
3123 - "depd": "~1.1.2",
3124 - "http-errors": "1.7.2",
3125 - "iconv-lite": "0.4.24",
3126 - "on-finished": "~2.3.0",
3127 - "qs": "6.7.0",
3128 - "raw-body": "2.4.0",
3129 - "type-is": "~1.6.17"
3130 - },
3131 - "dependencies": {
3132 - "bytes": {
3133 - "version": "3.1.0",
3134 - "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz",
3135 - "integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg=="
3136 - },
3137 - "debug": {
3138 - "version": "2.6.9",
3139 - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
3140 - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
3141 - "requires": {
3142 - "ms": "2.0.0"
3143 - }
3144 - },
3145 - "ms": {
3146 - "version": "2.0.0",
3147 - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
3148 - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
3149 - },
3150 - "qs": {
3151 - "version": "6.7.0",
3152 - "resolved": "https://registry.npmjs.org/qs/-/qs-6.7.0.tgz",
3153 - "integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ=="
3154 - }
3155 - }
3156 - },
3157 - "bonjour": {
3158 - "version": "3.5.0",
3159 - "resolved": "https://registry.npmjs.org/bonjour/-/bonjour-3.5.0.tgz",
3160 - "integrity": "sha1-jokKGD2O6aI5OzhExpGkK897yfU=",
3161 - "requires": {
3162 - "array-flatten": "^2.1.0",
3163 - "deep-equal": "^1.0.1",
3164 - "dns-equal": "^1.0.0",
3165 - "dns-txt": "^2.0.2",
3166 - "multicast-dns": "^6.0.1",
3167 - "multicast-dns-service-types": "^1.1.0"
3168 - }
3169 - },
3170 - "boolbase": {
3171 - "version": "1.0.0",
3172 - "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
3173 - "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24="
3174 - },
3175 - "brace-expansion": {
3176 - "version": "1.1.11",
3177 - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
3178 - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
3179 - "requires": {
3180 - "balanced-match": "^1.0.0",
3181 - "concat-map": "0.0.1"
3182 - }
3183 - },
3184 - "braces": {
3185 - "version": "2.3.2",
3186 - "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz",
3187 - "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==",
3188 - "requires": {
3189 - "arr-flatten": "^1.1.0",
3190 - "array-unique": "^0.3.2",
3191 - "extend-shallow": "^2.0.1",
3192 - "fill-range": "^4.0.0",
3193 - "isobject": "^3.0.1",
3194 - "repeat-element": "^1.1.2",
3195 - "snapdragon": "^0.8.1",
3196 - "snapdragon-node": "^2.0.1",
3197 - "split-string": "^3.0.2",
3198 - "to-regex": "^3.0.1"
3199 - },
3200 - "dependencies": {
3201 - "extend-shallow": {
3202 - "version": "2.0.1",
3203 - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
3204 - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
3205 - "requires": {
3206 - "is-extendable": "^0.1.0"
3207 - }
3208 - }
3209 - }
3210 - },
3211 - "brorand": {
3212 - "version": "1.1.0",
3213 - "resolved": "https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz",
3214 - "integrity": "sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8="
3215 - },
3216 - "browser-process-hrtime": {
3217 - "version": "0.1.3",
3218 - "resolved": "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-0.1.3.tgz",
3219 - "integrity": "sha512-bRFnI4NnjO6cnyLmOV/7PVoDEMJChlcfN0z4s1YMBY989/SvlfMI1lgCnkFUs53e9gQF+w7qu7XdllSTiSl8Aw=="
3220 - },
3221 - "browser-resolve": {
3222 - "version": "1.11.3",
3223 - "resolved": "https://registry.npmjs.org/browser-resolve/-/browser-resolve-1.11.3.tgz",
3224 - "integrity": "sha512-exDi1BYWB/6raKHmDTCicQfTkqwN5fioMFV4j8BsfMU4R2DK/QfZfK7kOVkmWCNANf0snkBzqGqAJBao9gZMdQ==",
3225 - "requires": {
3226 - "resolve": "1.1.7"
3227 - },
3228 - "dependencies": {
3229 - "resolve": {
3230 - "version": "1.1.7",
3231 - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.1.7.tgz",
3232 - "integrity": "sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs="
3233 - }
3234 - }
3235 - },
3236 - "browserify-aes": {
3237 - "version": "1.2.0",
3238 - "resolved": "https://registry.npmjs.org/browserify-aes/-/browserify-aes-1.2.0.tgz",
3239 - "integrity": "sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==",
3240 - "requires": {
3241 - "buffer-xor": "^1.0.3",
3242 - "cipher-base": "^1.0.0",
3243 - "create-hash": "^1.1.0",
3244 - "evp_bytestokey": "^1.0.3",
3245 - "inherits": "^2.0.1",
3246 - "safe-buffer": "^5.0.1"
3247 - }
3248 - },
3249 - "browserify-cipher": {
3250 - "version": "1.0.1",
3251 - "resolved": "https://registry.npmjs.org/browserify-cipher/-/browserify-cipher-1.0.1.tgz",
3252 - "integrity": "sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w==",
3253 - "requires": {
3254 - "browserify-aes": "^1.0.4",
3255 - "browserify-des": "^1.0.0",
3256 - "evp_bytestokey": "^1.0.0"
3257 - }
3258 - },
3259 - "browserify-des": {
3260 - "version": "1.0.2",
3261 - "resolved": "https://registry.npmjs.org/browserify-des/-/browserify-des-1.0.2.tgz",
3262 - "integrity": "sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A==",
3263 - "requires": {
3264 - "cipher-base": "^1.0.1",
3265 - "des.js": "^1.0.0",
3266 - "inherits": "^2.0.1",
3267 - "safe-buffer": "^5.1.2"
3268 - }
3269 - },
3270 - "browserify-rsa": {
3271 - "version": "4.0.1",
3272 - "resolved": "https://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.0.1.tgz",
3273 - "integrity": "sha1-IeCr+vbyApzy+vsTNWenAdQTVSQ=",
3274 - "requires": {
3275 - "bn.js": "^4.1.0",
3276 - "randombytes": "^2.0.1"
3277 - }
3278 - },
3279 - "browserify-sign": {
3280 - "version": "4.0.4",
3281 - "resolved": "https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.0.4.tgz",
3282 - "integrity": "sha1-qk62jl17ZYuqa/alfmMMvXqT0pg=",
3283 - "requires": {
3284 - "bn.js": "^4.1.1",
3285 - "browserify-rsa": "^4.0.0",
3286 - "create-hash": "^1.1.0",
3287 - "create-hmac": "^1.1.2",
3288 - "elliptic": "^6.0.0",
3289 - "inherits": "^2.0.1",
3290 - "parse-asn1": "^5.0.0"
3291 - }
3292 - },
3293 - "browserify-zlib": {
3294 - "version": "0.2.0",
3295 - "resolved": "https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.2.0.tgz",
3296 - "integrity": "sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA==",
3297 - "requires": {
3298 - "pako": "~1.0.5"
3299 - }
3300 - },
3301 - "browserslist": {
3302 - "version": "4.19.1",
3303 - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.19.1.tgz",
3304 - "integrity": "sha512-u2tbbG5PdKRTUoctO3NBD8FQ5HdPh1ZXPHzp1rwaa5jTc+RV9/+RlWiAIKmjRPQF+xbGM9Kklj5bZQFa2s/38A==",
3305 - "requires": {
3306 - "caniuse-lite": "^1.0.30001286",
3307 - "electron-to-chromium": "^1.4.17",
3308 - "escalade": "^3.1.1",
3309 - "node-releases": "^2.0.1",
3310 - "picocolors": "^1.0.0"
3311 - },
3312 - "dependencies": {
3313 - "caniuse-lite": {
3314 - "version": "1.0.30001299",
3315 - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001299.tgz",
3316 - "integrity": "sha512-iujN4+x7QzqA2NCSrS5VUy+4gLmRd4xv6vbBBsmfVqTx8bLAD8097euLqQgKxSVLvxjSDcvF1T/i9ocgnUFexw=="
3317 - },
3318 - "electron-to-chromium": {
3319 - "version": "1.4.43",
3320 - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.43.tgz",
3321 - "integrity": "sha512-PO3kEfcxPrti/4STbXvCkNIF4fgWvCKl2508e6UI7KomCDffpIfeBZLXsh5DK/XGsjUw3kwq6WEsi0MJTlGAdg=="
3322 - },
3323 - "node-releases": {
3324 - "version": "2.0.1",
3325 - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.1.tgz",
3326 - "integrity": "sha512-CqyzN6z7Q6aMeF/ktcMVTzhAHCEpf8SOarwpzpf8pNBY2k5/oM34UHldUwp8VKI7uxct2HxSRdJjBaZeESzcxA=="
3327 - }
3328 - }
3329 - },
3330 - "bser": {
3331 - "version": "2.1.1",
3332 - "resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz",
3333 - "integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==",
3334 - "requires": {
3335 - "node-int64": "^0.4.0"
3336 - }
3337 - },
3338 - "buffer": {
3339 - "version": "4.9.2",
3340 - "resolved": "https://registry.npmjs.org/buffer/-/buffer-4.9.2.tgz",
3341 - "integrity": "sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg==",
3342 - "requires": {
3343 - "base64-js": "^1.0.2",
3344 - "ieee754": "^1.1.4",
3345 - "isarray": "^1.0.0"
3346 - }
3347 - },
3348 - "buffer-from": {
3349 - "version": "1.1.1",
3350 - "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz",
3351 - "integrity": "sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A=="
3352 - },
3353 - "buffer-indexof": {
3354 - "version": "1.1.1",
3355 - "resolved": "https://registry.npmjs.org/buffer-indexof/-/buffer-indexof-1.1.1.tgz",
3356 - "integrity": "sha512-4/rOEg86jivtPTeOUUT61jJO1Ya1TrR/OkqCSZDyq84WJh3LuuiphBYJN+fm5xufIk4XAFcEwte/8WzC8If/1g=="
3357 - },
3358 - "buffer-xor": {
3359 - "version": "1.0.3",
3360 - "resolved": "https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz",
3361 - "integrity": "sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk="
3362 - },
3363 - "builtin-status-codes": {
3364 - "version": "3.0.0",
3365 - "resolved": "https://registry.npmjs.org/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz",
3366 - "integrity": "sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug="
3367 - },
3368 - "bytes": {
3369 - "version": "3.0.0",
3370 - "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz",
3371 - "integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg="
3372 - },
3373 - "cacache": {
3374 - "version": "13.0.1",
3375 - "resolved": "https://registry.npmjs.org/cacache/-/cacache-13.0.1.tgz",
3376 - "integrity": "sha512-5ZvAxd05HDDU+y9BVvcqYu2LLXmPnQ0hW62h32g4xBTgL/MppR4/04NHfj/ycM2y6lmTnbw6HVi+1eN0Psba6w==",
3377 - "requires": {
3378 - "chownr": "^1.1.2",
3379 - "figgy-pudding": "^3.5.1",
3380 - "fs-minipass": "^2.0.0",
3381 - "glob": "^7.1.4",
3382 - "graceful-fs": "^4.2.2",
3383 - "infer-owner": "^1.0.4",
3384 - "lru-cache": "^5.1.1",
3385 - "minipass": "^3.0.0",
3386 - "minipass-collect": "^1.0.2",
3387 - "minipass-flush": "^1.0.5",
3388 - "minipass-pipeline": "^1.2.2",
3389 - "mkdirp": "^0.5.1",
3390 - "move-concurrently": "^1.0.1",
3391 - "p-map": "^3.0.0",
3392 - "promise-inflight": "^1.0.1",
3393 - "rimraf": "^2.7.1",
3394 - "ssri": "^7.0.0",
3395 - "unique-filename": "^1.1.1"
3396 - },
3397 - "dependencies": {
3398 - "glob": {
3399 - "version": "7.1.6",
3400 - "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz",
3401 - "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==",
3402 - "requires": {
3403 - "fs.realpath": "^1.0.0",
3404 - "inflight": "^1.0.4",
3405 - "inherits": "2",
3406 - "minimatch": "^3.0.4",
3407 - "once": "^1.3.0",
3408 - "path-is-absolute": "^1.0.0"
3409 - }
3410 - },
3411 - "rimraf": {
3412 - "version": "2.7.1",
3413 - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz",
3414 - "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==",
3415 - "requires": {
3416 - "glob": "^7.1.3"
3417 - }
3418 - }
3419 - }
3420 - },
3421 - "cache-base": {
3422 - "version": "1.0.1",
3423 - "resolved": "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz",
3424 - "integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==",
3425 - "requires": {
3426 - "collection-visit": "^1.0.0",
3427 - "component-emitter": "^1.2.1",
3428 - "get-value": "^2.0.6",
3429 - "has-value": "^1.0.0",
3430 - "isobject": "^3.0.1",
3431 - "set-value": "^2.0.0",
3432 - "to-object-path": "^0.3.0",
3433 - "union-value": "^1.0.0",
3434 - "unset-value": "^1.0.0"
3435 - }
3436 - },
3437 - "call-me-maybe": {
3438 - "version": "1.0.1",
3439 - "resolved": "https://registry.npmjs.org/call-me-maybe/-/call-me-maybe-1.0.1.tgz",
3440 - "integrity": "sha1-JtII6onje1y95gJQoV8DHBak1ms="
3441 - },
3442 - "caller-callsite": {
3443 - "version": "2.0.0",
3444 - "resolved": "https://registry.npmjs.org/caller-callsite/-/caller-callsite-2.0.0.tgz",
3445 - "integrity": "sha1-hH4PzgoiN1CpoCfFSzNzGtMVQTQ=",
3446 - "requires": {
3447 - "callsites": "^2.0.0"
3448 - }
3449 - },
3450 - "caller-path": {
3451 - "version": "2.0.0",
3452 - "resolved": "https://registry.npmjs.org/caller-path/-/caller-path-2.0.0.tgz",
3453 - "integrity": "sha1-Ro+DBE42mrIBD6xfBs7uFbsssfQ=",
3454 - "requires": {
3455 - "caller-callsite": "^2.0.0"
3456 - }
3457 - },
3458 - "callsites": {
3459 - "version": "2.0.0",
3460 - "resolved": "https://registry.npmjs.org/callsites/-/callsites-2.0.0.tgz",
3461 - "integrity": "sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA="
3462 - },
3463 - "camel-case": {
3464 - "version": "3.0.0",
3465 - "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-3.0.0.tgz",
3466 - "integrity": "sha1-yjw2iKTpzzpM2nd9xNy8cTJJz3M=",
3467 - "requires": {
3468 - "no-case": "^2.2.0",
3469 - "upper-case": "^1.1.1"
3470 - }
3471 - },
3472 - "camelcase": {
3473 - "version": "5.3.1",
3474 - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
3475 - "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg=="
3476 - },
3477 - "caniuse-api": {
3478 - "version": "3.0.0",
3479 - "resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz",
3480 - "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==",
3481 - "requires": {
3482 - "browserslist": "^4.0.0",
3483 - "caniuse-lite": "^1.0.0",
3484 - "lodash.memoize": "^4.1.2",
3485 - "lodash.uniq": "^4.5.0"
3486 - }
3487 - },
3488 - "caniuse-lite": {
3489 - "version": "1.0.30001019",
3490 - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001019.tgz",
3491 - "integrity": "sha512-6ljkLtF1KM5fQ+5ZN0wuyVvvebJxgJPTmScOMaFuQN2QuOzvRJnWSKfzQskQU5IOU4Gap3zasYPIinzwUjoj/g=="
3492 - },
3493 - "capture-exit": {
3494 - "version": "2.0.0",
3495 - "resolved": "https://registry.npmjs.org/capture-exit/-/capture-exit-2.0.0.tgz",
3496 - "integrity": "sha512-PiT/hQmTonHhl/HFGN+Lx3JJUznrVYJ3+AQsnthneZbvW7x+f08Tk7yLJTLEOUvBTbduLeeBkxEaYXUOUrRq6g==",
3497 - "requires": {
3498 - "rsvp": "^4.8.4"
3499 - }
3500 - },
3501 - "case-sensitive-paths-webpack-plugin": {
3502 - "version": "2.2.0",
3503 - "resolved": "https://registry.npmjs.org/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.2.0.tgz",
3504 - "integrity": "sha512-u5ElzokS8A1pm9vM3/iDgTcI3xqHxuCao94Oz8etI3cf0Tio0p8izkDYbTIn09uP3yUUr6+veaE6IkjnTYS46g=="
3505 - },
3506 - "caseless": {
3507 - "version": "0.12.0",
3508 - "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz",
3509 - "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw="
3510 - },
3511 - "chalk": {
3512 - "version": "2.4.2",
3513 - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
3514 - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
3515 - "requires": {
3516 - "ansi-styles": "^3.2.1",
3517 - "escape-string-regexp": "^1.0.5",
3518 - "supports-color": "^5.3.0"
3519 - }
3520 - },
3521 - "chardet": {
3522 - "version": "0.7.0",
3523 - "resolved": "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz",
3524 - "integrity": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA=="
3525 - },
3526 - "chokidar": {
3527 - "version": "2.1.8",
3528 - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz",
3529 - "integrity": "sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==",
3530 - "requires": {
3531 - "anymatch": "^2.0.0",
3532 - "async-each": "^1.0.1",
3533 - "braces": "^2.3.2",
3534 - "fsevents": "^1.2.7",
3535 - "glob-parent": "^3.1.0",
3536 - "inherits": "^2.0.3",
3537 - "is-binary-path": "^1.0.0",
3538 - "is-glob": "^4.0.0",
3539 - "normalize-path": "^3.0.0",
3540 - "path-is-absolute": "^1.0.0",
3541 - "readdirp": "^2.2.1",
3542 - "upath": "^1.1.1"
3543 - },
3544 - "dependencies": {
3545 - "fsevents": {
3546 - "version": "1.2.11",
3547 - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.11.tgz",
3548 - "integrity": "sha512-+ux3lx6peh0BpvY0JebGyZoiR4D+oYzdPZMKJwkZ+sFkNJzpL7tXc/wehS49gUAxg3tmMHPHZkA8JU2rhhgDHw==",
3549 - "optional": true,
3550 - "requires": {
3551 - "bindings": "^1.5.0",
3552 - "nan": "^2.12.1",
3553 - "node-pre-gyp": "*"
3554 - },
3555 - "dependencies": {
3556 - "abbrev": {
3557 - "version": "1.1.1",
3558 - "bundled": true,
3559 - "optional": true
3560 - },
3561 - "ansi-regex": {
3562 - "version": "2.1.1",
3563 - "bundled": true,
3564 - "optional": true
3565 - },
3566 - "aproba": {
3567 - "version": "1.2.0",
3568 - "bundled": true,
3569 - "optional": true
3570 - },
3571 - "are-we-there-yet": {
3572 - "version": "1.1.5",
3573 - "bundled": true,
3574 - "optional": true,
3575 - "requires": {
3576 - "delegates": "^1.0.0",
3577 - "readable-stream": "^2.0.6"
3578 - }
3579 - },
3580 - "balanced-match": {
3581 - "version": "1.0.0",
3582 - "bundled": true,
3583 - "optional": true
3584 - },
3585 - "brace-expansion": {
3586 - "version": "1.1.11",
3587 - "bundled": true,
3588 - "optional": true,
3589 - "requires": {
3590 - "balanced-match": "^1.0.0",
3591 - "concat-map": "0.0.1"
3592 - }
3593 - },
3594 - "chownr": {
3595 - "version": "1.1.3",
3596 - "bundled": true,
3597 - "optional": true
3598 - },
3599 - "code-point-at": {
3600 - "version": "1.1.0",
3601 - "bundled": true,
3602 - "optional": true
3603 - },
3604 - "concat-map": {
3605 - "version": "0.0.1",
3606 - "bundled": true,
3607 - "optional": true
3608 - },
3609 - "console-control-strings": {
3610 - "version": "1.1.0",
3611 - "bundled": true,
3612 - "optional": true
3613 - },
3614 - "core-util-is": {
3615 - "version": "1.0.2",
3616 - "bundled": true,
3617 - "optional": true
3618 - },
3619 - "debug": {
3620 - "version": "3.2.6",
3621 - "bundled": true,
3622 - "optional": true,
3623 - "requires": {
3624 - "ms": "^2.1.1"
3625 - }
3626 - },
3627 - "deep-extend": {
3628 - "version": "0.6.0",
3629 - "bundled": true,
3630 - "optional": true
3631 - },
3632 - "delegates": {
3633 - "version": "1.0.0",
3634 - "bundled": true,
3635 - "optional": true
3636 - },
3637 - "detect-libc": {
3638 - "version": "1.0.3",
3639 - "bundled": true,
3640 - "optional": true
3641 - },
3642 - "fs-minipass": {
3643 - "version": "1.2.7",
3644 - "bundled": true,
3645 - "optional": true,
3646 - "requires": {
3647 - "minipass": "^2.6.0"
3648 - }
3649 - },
3650 - "fs.realpath": {
3651 - "version": "1.0.0",
3652 - "bundled": true,
3653 - "optional": true
3654 - },
3655 - "gauge": {
3656 - "version": "2.7.4",
3657 - "bundled": true,
3658 - "optional": true,
3659 - "requires": {
3660 - "aproba": "^1.0.3",
3661 - "console-control-strings": "^1.0.0",
3662 - "has-unicode": "^2.0.0",
3663 - "object-assign": "^4.1.0",
3664 - "signal-exit": "^3.0.0",
3665 - "string-width": "^1.0.1",
3666 - "strip-ansi": "^3.0.1",
3667 - "wide-align": "^1.1.0"
3668 - }
3669 - },
3670 - "glob": {
3671 - "version": "7.1.6",
3672 - "bundled": true,
3673 - "optional": true,
3674 - "requires": {
3675 - "fs.realpath": "^1.0.0",
3676 - "inflight": "^1.0.4",
3677 - "inherits": "2",
3678 - "minimatch": "^3.0.4",
3679 - "once": "^1.3.0",
3680 - "path-is-absolute": "^1.0.0"
3681 - }
3682 - },
3683 - "has-unicode": {
3684 - "version": "2.0.1",
3685 - "bundled": true,
3686 - "optional": true
3687 - },
3688 - "iconv-lite": {
3689 - "version": "0.4.24",
3690 - "bundled": true,
3691 - "optional": true,
3692 - "requires": {
3693 - "safer-buffer": ">= 2.1.2 < 3"
3694 - }
3695 - },
3696 - "ignore-walk": {
3697 - "version": "3.0.3",
3698 - "bundled": true,
3699 - "optional": true,
3700 - "requires": {
3701 - "minimatch": "^3.0.4"
3702 - }
3703 - },
3704 - "inflight": {
3705 - "version": "1.0.6",
3706 - "bundled": true,
3707 - "optional": true,
3708 - "requires": {
3709 - "once": "^1.3.0",
3710 - "wrappy": "1"
3711 - }
3712 - },
3713 - "inherits": {
3714 - "version": "2.0.4",
3715 - "bundled": true,
3716 - "optional": true
3717 - },
3718 - "ini": {
3719 - "version": "1.3.5",
3720 - "bundled": true,
3721 - "optional": true
3722 - },
3723 - "is-fullwidth-code-point": {
3724 - "version": "1.0.0",
3725 - "bundled": true,
3726 - "optional": true,
3727 - "requires": {
3728 - "number-is-nan": "^1.0.0"
3729 - }
3730 - },
3731 - "isarray": {
3732 - "version": "1.0.0",
3733 - "bundled": true,
3734 - "optional": true
3735 - },
3736 - "minimatch": {
3737 - "version": "3.0.4",
3738 - "bundled": true,
3739 - "optional": true,
3740 - "requires": {
3741 - "brace-expansion": "^1.1.7"
3742 - }
3743 - },
3744 - "minimist": {
3745 - "version": "0.0.8",
3746 - "bundled": true,
3747 - "optional": true
3748 - },
3749 - "minipass": {
3750 - "version": "2.9.0",
3751 - "bundled": true,
3752 - "optional": true,
3753 - "requires": {
3754 - "safe-buffer": "^5.1.2",
3755 - "yallist": "^3.0.0"
3756 - }
3757 - },
3758 - "minizlib": {
3759 - "version": "1.3.3",
3760 - "bundled": true,
3761 - "optional": true,
3762 - "requires": {
3763 - "minipass": "^2.9.0"
3764 - }
3765 - },
3766 - "mkdirp": {
3767 - "version": "0.5.1",
3768 - "bundled": true,
3769 - "optional": true,
3770 - "requires": {
3771 - "minimist": "0.0.8"
3772 - }
3773 - },
3774 - "ms": {
3775 - "version": "2.1.2",
3776 - "bundled": true,
3777 - "optional": true
3778 - },
3779 - "needle": {
3780 - "version": "2.4.0",
3781 - "bundled": true,
3782 - "optional": true,
3783 - "requires": {
3784 - "debug": "^3.2.6",
3785 - "iconv-lite": "^0.4.4",
3786 - "sax": "^1.2.4"
3787 - }
3788 - },
3789 - "node-pre-gyp": {
3790 - "version": "0.14.0",
3791 - "bundled": true,
3792 - "optional": true,
3793 - "requires": {
3794 - "detect-libc": "^1.0.2",
3795 - "mkdirp": "^0.5.1",
3796 - "needle": "^2.2.1",
3797 - "nopt": "^4.0.1",
3798 - "npm-packlist": "^1.1.6",
3799 - "npmlog": "^4.0.2",
3800 - "rc": "^1.2.7",
3801 - "rimraf": "^2.6.1",
3802 - "semver": "^5.3.0",
3803 - "tar": "^4.4.2"
3804 - }
3805 - },
3806 - "nopt": {
3807 - "version": "4.0.1",
3808 - "bundled": true,
3809 - "optional": true,
3810 - "requires": {
3811 - "abbrev": "1",
3812 - "osenv": "^0.1.4"
3813 - }
3814 - },
3815 - "npm-bundled": {
3816 - "version": "1.1.1",
3817 - "bundled": true,
3818 - "optional": true,
3819 - "requires": {
3820 - "npm-normalize-package-bin": "^1.0.1"
3821 - }
3822 - },
3823 - "npm-normalize-package-bin": {
3824 - "version": "1.0.1",
3825 - "bundled": true,
3826 - "optional": true
3827 - },
3828 - "npm-packlist": {
3829 - "version": "1.4.7",
3830 - "bundled": true,
3831 - "optional": true,
3832 - "requires": {
3833 - "ignore-walk": "^3.0.1",
3834 - "npm-bundled": "^1.0.1"
3835 - }
3836 - },
3837 - "npmlog": {
3838 - "version": "4.1.2",
3839 - "bundled": true,
3840 - "optional": true,
3841 - "requires": {
3842 - "are-we-there-yet": "~1.1.2",
3843 - "console-control-strings": "~1.1.0",
3844 - "gauge": "~2.7.3",
3845 - "set-blocking": "~2.0.0"
3846 - }
3847 - },
3848 - "number-is-nan": {
3849 - "version": "1.0.1",
3850 - "bundled": true,
3851 - "optional": true
3852 - },
3853 - "object-assign": {
3854 - "version": "4.1.1",
3855 - "bundled": true,
3856 - "optional": true
3857 - },
3858 - "once": {
3859 - "version": "1.4.0",
3860 - "bundled": true,
3861 - "optional": true,
3862 - "requires": {
3863 - "wrappy": "1"
3864 - }
3865 - },
3866 - "os-homedir": {
3867 - "version": "1.0.2",
3868 - "bundled": true,
3869 - "optional": true
3870 - },
3871 - "os-tmpdir": {
3872 - "version": "1.0.2",
3873 - "bundled": true,
3874 - "optional": true
3875 - },
3876 - "osenv": {
3877 - "version": "0.1.5",
3878 - "bundled": true,
3879 - "optional": true,
3880 - "requires": {
3881 - "os-homedir": "^1.0.0",
3882 - "os-tmpdir": "^1.0.0"
3883 - }
3884 - },
3885 - "path-is-absolute": {
3886 - "version": "1.0.1",
3887 - "bundled": true,
3888 - "optional": true
3889 - },
3890 - "process-nextick-args": {
3891 - "version": "2.0.1",
3892 - "bundled": true,
3893 - "optional": true
3894 - },
3895 - "rc": {
3896 - "version": "1.2.8",
3897 - "bundled": true,
3898 - "optional": true,
3899 - "requires": {
3900 - "deep-extend": "^0.6.0",
3901 - "ini": "~1.3.0",
3902 - "minimist": "^1.2.0",
3903 - "strip-json-comments": "~2.0.1"
3904 - },
3905 - "dependencies": {
3906 - "minimist": {
3907 - "version": "1.2.0",
3908 - "bundled": true,
3909 - "optional": true
3910 - }
3911 - }
3912 - },
3913 - "readable-stream": {
3914 - "version": "2.3.6",
3915 - "bundled": true,
3916 - "optional": true,
3917 - "requires": {
3918 - "core-util-is": "~1.0.0",
3919 - "inherits": "~2.0.3",
3920 - "isarray": "~1.0.0",
3921 - "process-nextick-args": "~2.0.0",
3922 - "safe-buffer": "~5.1.1",
3923 - "string_decoder": "~1.1.1",
3924 - "util-deprecate": "~1.0.1"
3925 - }
3926 - },
3927 - "rimraf": {
3928 - "version": "2.7.1",
3929 - "bundled": true,
3930 - "optional": true,
3931 - "requires": {
3932 - "glob": "^7.1.3"
3933 - }
3934 - },
3935 - "safe-buffer": {
3936 - "version": "5.1.2",
3937 - "bundled": true,
3938 - "optional": true
3939 - },
3940 - "safer-buffer": {
3941 - "version": "2.1.2",
3942 - "bundled": true,
3943 - "optional": true
3944 - },
3945 - "sax": {
3946 - "version": "1.2.4",
3947 - "bundled": true,
3948 - "optional": true
3949 - },
3950 - "semver": {
3951 - "version": "5.7.1",
3952 - "bundled": true,
3953 - "optional": true
3954 - },
3955 - "set-blocking": {
3956 - "version": "2.0.0",
3957 - "bundled": true,
3958 - "optional": true
3959 - },
3960 - "signal-exit": {
3961 - "version": "3.0.2",
3962 - "bundled": true,
3963 - "optional": true
3964 - },
3965 - "string-width": {
3966 - "version": "1.0.2",
3967 - "bundled": true,
3968 - "optional": true,
3969 - "requires": {
3970 - "code-point-at": "^1.0.0",
3971 - "is-fullwidth-code-point": "^1.0.0",
3972 - "strip-ansi": "^3.0.0"
3973 - }
3974 - },
3975 - "string_decoder": {
3976 - "version": "1.1.1",
3977 - "bundled": true,
3978 - "optional": true,
3979 - "requires": {
3980 - "safe-buffer": "~5.1.0"
3981 - }
3982 - },
3983 - "strip-ansi": {
3984 - "version": "3.0.1",
3985 - "bundled": true,
3986 - "optional": true,
3987 - "requires": {
3988 - "ansi-regex": "^2.0.0"
3989 - }
3990 - },
3991 - "strip-json-comments": {
3992 - "version": "2.0.1",
3993 - "bundled": true,
3994 - "optional": true
3995 - },
3996 - "tar": {
3997 - "version": "4.4.13",
3998 - "bundled": true,
3999 - "optional": true,
4000 - "requires": {
4001 - "chownr": "^1.1.1",
4002 - "fs-minipass": "^1.2.5",
4003 - "minipass": "^2.8.6",
4004 - "minizlib": "^1.2.1",
4005 - "mkdirp": "^0.5.0",
4006 - "safe-buffer": "^5.1.2",
4007 - "yallist": "^3.0.3"
4008 - }
4009 - },
4010 - "util-deprecate": {
4011 - "version": "1.0.2",
4012 - "bundled": true,
4013 - "optional": true
4014 - },
4015 - "wide-align": {
4016 - "version": "1.1.3",
4017 - "bundled": true,
4018 - "optional": true,
4019 - "requires": {
4020 - "string-width": "^1.0.2 || 2"
4021 - }
4022 - },
4023 - "wrappy": {
4024 - "version": "1.0.2",
4025 - "bundled": true,
4026 - "optional": true
4027 - },
4028 - "yallist": {
4029 - "version": "3.1.1",
4030 - "bundled": true,
4031 - "optional": true
4032 - }
4033 - }
4034 - },
4035 - "glob-parent": {
4036 - "version": "3.1.0",
4037 - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz",
4038 - "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=",
4039 - "requires": {
4040 - "is-glob": "^3.1.0",
4041 - "path-dirname": "^1.0.0"
4042 - },
4043 - "dependencies": {
4044 - "is-glob": {
4045 - "version": "3.1.0",
4046 - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz",
4047 - "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=",
4048 - "requires": {
4049 - "is-extglob": "^2.1.0"
4050 - }
4051 - }
4052 - }
4053 - },
4054 - "normalize-path": {
4055 - "version": "3.0.0",
4056 - "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
4057 - "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA=="
4058 - }
4059 - }
4060 - },
4061 - "chownr": {
4062 - "version": "1.1.3",
4063 - "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.3.tgz",
4064 - "integrity": "sha512-i70fVHhmV3DtTl6nqvZOnIjbY0Pe4kAUjwHj8z0zAdgBtYrJyYwLKCCuRBQ5ppkyL0AkN7HKRnETdmdp1zqNXw=="
4065 - },
4066 - "chrome-trace-event": {
4067 - "version": "1.0.2",
4068 - "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.2.tgz",
4069 - "integrity": "sha512-9e/zx1jw7B4CO+c/RXoCsfg/x1AfUBioy4owYH0bJprEYAx5hRFLRhWBqHAG57D0ZM4H7vxbP7bPe0VwhQRYDQ==",
4070 - "requires": {
4071 - "tslib": "^1.9.0"
4072 - }
4073 - },
4074 - "ci-info": {
4075 - "version": "2.0.0",
4076 - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-2.0.0.tgz",
4077 - "integrity": "sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ=="
4078 - },
4079 - "cipher-base": {
4080 - "version": "1.0.4",
4081 - "resolved": "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz",
4082 - "integrity": "sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==",
4083 - "requires": {
4084 - "inherits": "^2.0.1",
4085 - "safe-buffer": "^5.0.1"
4086 - }
4087 - },
4088 - "class-utils": {
4089 - "version": "0.3.6",
4090 - "resolved": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz",
4091 - "integrity": "sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==",
4092 - "requires": {
4093 - "arr-union": "^3.1.0",
4094 - "define-property": "^0.2.5",
4095 - "isobject": "^3.0.0",
4096 - "static-extend": "^0.1.1"
4097 - },
4098 - "dependencies": {
4099 - "define-property": {
4100 - "version": "0.2.5",
4101 - "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
4102 - "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=",
4103 - "requires": {
4104 - "is-descriptor": "^0.1.0"
4105 - }
4106 - }
4107 - }
4108 - },
4109 - "classnames": {
4110 - "version": "2.2.6",
4111 - "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.2.6.tgz",
4112 - "integrity": "sha512-JR/iSQOSt+LQIWwrwEzJ9uk0xfN3mTVYMwt1Ir5mUcSN6pU+V4zQFFaJsclJbPuAUQH+yfWef6tm7l1quW3C8Q=="
4113 - },
4114 - "clean-css": {
4115 - "version": "4.2.1",
4116 - "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-4.2.1.tgz",
4117 - "integrity": "sha512-4ZxI6dy4lrY6FHzfiy1aEOXgu4LIsW2MhwG0VBKdcoGoH/XLFgaHSdLTGr4O8Be6A8r3MOphEiI8Gc1n0ecf3g==",
4118 - "requires": {
4119 - "source-map": "~0.6.0"
4120 - },
4121 - "dependencies": {
4122 - "source-map": {
4123 - "version": "0.6.1",
4124 - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
4125 - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
4126 - }
4127 - }
4128 - },
4129 - "clean-stack": {
4130 - "version": "2.2.0",
4131 - "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz",
4132 - "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A=="
4133 - },
4134 - "cli-cursor": {
4135 - "version": "3.1.0",
4136 - "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz",
4137 - "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==",
4138 - "requires": {
4139 - "restore-cursor": "^3.1.0"
4140 - }
4141 - },
4142 - "cli-width": {
4143 - "version": "2.2.0",
4144 - "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-2.2.0.tgz",
4145 - "integrity": "sha1-/xnt6Kml5XkyQUewwR8PvLq+1jk="
4146 - },
4147 - "cliui": {
4148 - "version": "5.0.0",
4149 - "resolved": "https://registry.npmjs.org/cliui/-/cliui-5.0.0.tgz",
4150 - "integrity": "sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==",
4151 - "requires": {
4152 - "string-width": "^3.1.0",
4153 - "strip-ansi": "^5.2.0",
4154 - "wrap-ansi": "^5.1.0"
4155 - },
4156 - "dependencies": {
4157 - "ansi-regex": {
4158 - "version": "4.1.0",
4159 - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz",
4160 - "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg=="
4161 - },
4162 - "emoji-regex": {
4163 - "version": "7.0.3",
4164 - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz",
4165 - "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA=="
4166 - },
4167 - "is-fullwidth-code-point": {
4168 - "version": "2.0.0",
4169 - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
4170 - "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8="
4171 - },
4172 - "string-width": {
4173 - "version": "3.1.0",
4174 - "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz",
4175 - "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==",
4176 - "requires": {
4177 - "emoji-regex": "^7.0.1",
4178 - "is-fullwidth-code-point": "^2.0.0",
4179 - "strip-ansi": "^5.1.0"
4180 - }
4181 - },
4182 - "strip-ansi": {
4183 - "version": "5.2.0",
4184 - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz",
4185 - "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==",
4186 - "requires": {
4187 - "ansi-regex": "^4.1.0"
4188 - }
4189 - },
4190 - "wrap-ansi": {
4191 - "version": "5.1.0",
4192 - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-5.1.0.tgz",
4193 - "integrity": "sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==",
4194 - "requires": {
4195 - "ansi-styles": "^3.2.0",
4196 - "string-width": "^3.0.0",
4197 - "strip-ansi": "^5.0.0"
4198 - }
4199 - }
4200 - }
4201 - },
4202 - "clone-deep": {
4203 - "version": "0.2.4",
4204 - "resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-0.2.4.tgz",
4205 - "integrity": "sha1-TnPdCen7lxzDhnDF3O2cGJZIHMY=",
4206 - "requires": {
4207 - "for-own": "^0.1.3",
4208 - "is-plain-object": "^2.0.1",
4209 - "kind-of": "^3.0.2",
4210 - "lazy-cache": "^1.0.3",
4211 - "shallow-clone": "^0.1.2"
4212 - }
4213 - },
4214 - "co": {
4215 - "version": "4.6.0",
4216 - "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz",
4217 - "integrity": "sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ="
4218 - },
4219 - "coa": {
4220 - "version": "2.0.2",
4221 - "resolved": "https://registry.npmjs.org/coa/-/coa-2.0.2.tgz",
4222 - "integrity": "sha512-q5/jG+YQnSy4nRTV4F7lPepBJZ8qBNJJDBuJdoejDyLXgmL7IEo+Le2JDZudFTFt7mrCqIRaSjws4ygRCTCAXA==",
4223 - "requires": {
4224 - "@types/q": "^1.5.1",
4225 - "chalk": "^2.4.1",
4226 - "q": "^1.1.2"
4227 - }
4228 - },
4229 - "code-point-at": {
4230 - "version": "1.1.0",
4231 - "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz",
4232 - "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c="
4233 - },
4234 - "collection-visit": {
4235 - "version": "1.0.0",
4236 - "resolved": "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz",
4237 - "integrity": "sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=",
4238 - "requires": {
4239 - "map-visit": "^1.0.0",
4240 - "object-visit": "^1.0.0"
4241 - }
4242 - },
4243 - "color": {
4244 - "version": "3.1.2",
4245 - "resolved": "https://registry.npmjs.org/color/-/color-3.1.2.tgz",
4246 - "integrity": "sha512-vXTJhHebByxZn3lDvDJYw4lR5+uB3vuoHsuYA5AKuxRVn5wzzIfQKGLBmgdVRHKTJYeK5rvJcHnrd0Li49CFpg==",
4247 - "requires": {
4248 - "color-convert": "^1.9.1",
4249 - "color-string": "^1.5.2"
4250 - }
4251 - },
4252 - "color-convert": {
4253 - "version": "1.9.3",
4254 - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
4255 - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
4256 - "requires": {
4257 - "color-name": "1.1.3"
4258 - }
4259 - },
4260 - "color-name": {
4261 - "version": "1.1.3",
4262 - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
4263 - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU="
4264 - },
4265 - "color-string": {
4266 - "version": "1.9.0",
4267 - "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.0.tgz",
4268 - "integrity": "sha512-9Mrz2AQLefkH1UvASKj6v6hj/7eWgjnT/cVsR8CumieLoT+g900exWeNogqtweI8dxloXN9BDQTYro1oWu/5CQ==",
4269 - "requires": {
4270 - "color-name": "^1.0.0",
4271 - "simple-swizzle": "^0.2.2"
4272 - }
4273 - },
4274 - "combined-stream": {
4275 - "version": "1.0.8",
4276 - "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
4277 - "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
4278 - "requires": {
4279 - "delayed-stream": "~1.0.0"
4280 - }
4281 - },
4282 - "commander": {
4283 - "version": "2.20.3",
4284 - "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
4285 - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ=="
4286 - },
4287 - "common-tags": {
4288 - "version": "1.8.0",
4289 - "resolved": "https://registry.npmjs.org/common-tags/-/common-tags-1.8.0.tgz",
4290 - "integrity": "sha512-6P6g0uetGpW/sdyUy/iQQCbFF0kWVMSIVSyYz7Zgjcgh8mgw8PQzDNZeyZ5DQ2gM7LBoZPHmnjz8rUthkBG5tw=="
4291 - },
4292 - "commondir": {
4293 - "version": "1.0.1",
4294 - "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz",
4295 - "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs="
4296 - },
4297 - "component-emitter": {
4298 - "version": "1.3.0",
4299 - "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.0.tgz",
4300 - "integrity": "sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg=="
4301 - },
4302 - "compose-function": {
4303 - "version": "3.0.3",
4304 - "resolved": "https://registry.npmjs.org/compose-function/-/compose-function-3.0.3.tgz",
4305 - "integrity": "sha1-ntZ18TzFRQHTCVCkhv9qe6OrGF8=",
4306 - "requires": {
4307 - "arity-n": "^1.0.4"
4308 - }
4309 - },
4310 - "compressible": {
4311 - "version": "2.0.17",
4312 - "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.17.tgz",
4313 - "integrity": "sha512-BGHeLCK1GV7j1bSmQQAi26X+GgWcTjLr/0tzSvMCl3LH1w1IJ4PFSPoV5316b30cneTziC+B1a+3OjoSUcQYmw==",
4314 - "requires": {
4315 - "mime-db": ">= 1.40.0 < 2"
4316 - }
4317 - },
4318 - "compression": {
4319 - "version": "1.7.4",
4320 - "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz",
4321 - "integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==",
4322 - "requires": {
4323 - "accepts": "~1.3.5",
4324 - "bytes": "3.0.0",
4325 - "compressible": "~2.0.16",
4326 - "debug": "2.6.9",
4327 - "on-headers": "~1.0.2",
4328 - "safe-buffer": "5.1.2",
4329 - "vary": "~1.1.2"
4330 - },
4331 - "dependencies": {
4332 - "debug": {
4333 - "version": "2.6.9",
4334 - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
4335 - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
4336 - "requires": {
4337 - "ms": "2.0.0"
4338 - }
4339 - },
4340 - "ms": {
4341 - "version": "2.0.0",
4342 - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
4343 - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
4344 - }
4345 - }
4346 - },
4347 - "concat-map": {
4348 - "version": "0.0.1",
4349 - "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
4350 - "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s="
4351 - },
4352 - "concat-stream": {
4353 - "version": "1.6.2",
4354 - "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz",
4355 - "integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==",
4356 - "requires": {
4357 - "buffer-from": "^1.0.0",
4358 - "inherits": "^2.0.3",
4359 - "readable-stream": "^2.2.2",
4360 - "typedarray": "^0.0.6"
4361 - },
4362 - "dependencies": {
4363 - "readable-stream": {
4364 - "version": "2.3.6",
4365 - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz",
4366 - "integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==",
4367 - "requires": {
4368 - "core-util-is": "~1.0.0",
4369 - "inherits": "~2.0.3",
4370 - "isarray": "~1.0.0",
4371 - "process-nextick-args": "~2.0.0",
4372 - "safe-buffer": "~5.1.1",
4373 - "string_decoder": "~1.1.1",
4374 - "util-deprecate": "~1.0.1"
4375 - }
4376 - },
4377 - "string_decoder": {
4378 - "version": "1.1.1",
4379 - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
4380 - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
4381 - "requires": {
4382 - "safe-buffer": "~5.1.0"
4383 - }
4384 - }
4385 - }
4386 - },
4387 - "confusing-browser-globals": {
4388 - "version": "1.0.9",
4389 - "resolved": "https://registry.npmjs.org/confusing-browser-globals/-/confusing-browser-globals-1.0.9.tgz",
4390 - "integrity": "sha512-KbS1Y0jMtyPgIxjO7ZzMAuUpAKMt1SzCL9fsrKsX6b0zJPTaT0SiSPmewwVZg9UAO83HVIlEhZF84LIjZ0lmAw=="
4391 - },
4392 - "connect-history-api-fallback": {
4393 - "version": "1.6.0",
4394 - "resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-1.6.0.tgz",
4395 - "integrity": "sha512-e54B99q/OUoH64zYYRf3HBP5z24G38h5D3qXu23JGRoigpX5Ss4r9ZnDk3g0Z8uQC2x2lPaJ+UlWBc1ZWBWdLg=="
4396 - },
4397 - "console-browserify": {
4398 - "version": "1.2.0",
4399 - "resolved": "https://registry.npmjs.org/console-browserify/-/console-browserify-1.2.0.tgz",
4400 - "integrity": "sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA=="
4401 - },
4402 - "constants-browserify": {
4403 - "version": "1.0.0",
4404 - "resolved": "https://registry.npmjs.org/constants-browserify/-/constants-browserify-1.0.0.tgz",
4405 - "integrity": "sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U="
4406 - },
4407 - "contains-path": {
4408 - "version": "0.1.0",
4409 - "resolved": "https://registry.npmjs.org/contains-path/-/contains-path-0.1.0.tgz",
4410 - "integrity": "sha1-/ozxhP9mcLa67wGp1IYaXL7EEgo="
4411 - },
4412 - "content-disposition": {
4413 - "version": "0.5.3",
4414 - "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.3.tgz",
4415 - "integrity": "sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g==",
4416 - "requires": {
4417 - "safe-buffer": "5.1.2"
4418 - }
4419 - },
4420 - "content-type": {
4421 - "version": "1.0.4",
4422 - "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz",
4423 - "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA=="
4424 - },
4425 - "convert-source-map": {
4426 - "version": "1.7.0",
4427 - "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.7.0.tgz",
4428 - "integrity": "sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==",
4429 - "requires": {
4430 - "safe-buffer": "~5.1.1"
4431 - }
4432 - },
4433 - "cookie": {
4434 - "version": "0.4.0",
4435 - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.0.tgz",
4436 - "integrity": "sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg=="
4437 - },
4438 - "cookie-signature": {
4439 - "version": "1.0.6",
4440 - "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz",
4441 - "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw="
4442 - },
4443 - "copy-concurrently": {
4444 - "version": "1.0.5",
4445 - "resolved": "https://registry.npmjs.org/copy-concurrently/-/copy-concurrently-1.0.5.tgz",
4446 - "integrity": "sha512-f2domd9fsVDFtaFcbaRZuYXwtdmnzqbADSwhSWYxYB/Q8zsdUUFMXVRwXGDMWmbEzAn1kdRrtI1T/KTFOL4X2A==",
4447 - "requires": {
4448 - "aproba": "^1.1.1",
4449 - "fs-write-stream-atomic": "^1.0.8",
4450 - "iferr": "^0.1.5",
4451 - "mkdirp": "^0.5.1",
4452 - "rimraf": "^2.5.4",
4453 - "run-queue": "^1.0.0"
4454 - }
4455 - },
4456 - "copy-descriptor": {
4457 - "version": "0.1.1",
4458 - "resolved": "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz",
4459 - "integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40="
4460 - },
4461 - "core-js": {
4462 - "version": "3.6.1",
4463 - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.1.tgz",
4464 - "integrity": "sha512-186WjSik2iTGfDjfdCZAxv2ormxtKgemjC3SI6PL31qOA0j5LhTDVjHChccoc7brwLvpvLPiMyRlcO88C4l1QQ=="
4465 - },
4466 - "core-js-compat": {
4467 - "version": "3.6.1",
4468 - "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.6.1.tgz",
4469 - "integrity": "sha512-2Tl1EuxZo94QS2VeH28Ebf5g3xbPZG/hj/N5HDDy4XMP/ImR0JIer/nggQRiMN91Q54JVkGbytf42wO29oXVHg==",
4470 - "requires": {
4471 - "browserslist": "^4.8.2",
4472 - "semver": "7.0.0"
4473 - },
4474 - "dependencies": {
4475 - "semver": {
4476 - "version": "7.0.0",
4477 - "resolved": "https://registry.npmjs.org/semver/-/semver-7.0.0.tgz",
4478 - "integrity": "sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A=="
4479 - }
4480 - }
4481 - },
4482 - "core-js-pure": {
4483 - "version": "3.6.1",
4484 - "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.6.1.tgz",
4485 - "integrity": "sha512-yKiUdvQWq66xUc408duxUCxFHuDfz5trF5V4xnQzb8C7P/5v2gFUdyNWQoevyAeGYB1hl1X/pzGZ20R3WxZQBA=="
4486 - },
4487 - "core-util-is": {
4488 - "version": "1.0.2",
4489 - "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
4490 - "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac="
4491 - },
4492 - "cosmiconfig": {
4493 - "version": "5.2.1",
4494 - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.2.1.tgz",
4495 - "integrity": "sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==",
4496 - "requires": {
4497 - "import-fresh": "^2.0.0",
4498 - "is-directory": "^0.3.1",
4499 - "js-yaml": "^3.13.1",
4500 - "parse-json": "^4.0.0"
4501 - }
4502 - },
4503 - "create-ecdh": {
4504 - "version": "4.0.3",
4505 - "resolved": "https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.3.tgz",
4506 - "integrity": "sha512-GbEHQPMOswGpKXM9kCWVrremUcBmjteUaQ01T9rkKCPDXfUHX0IoP9LpHYo2NPFampa4e+/pFDc3jQdxrxQLaw==",
4507 - "requires": {
4508 - "bn.js": "^4.1.0",
4509 - "elliptic": "^6.0.0"
4510 - }
4511 - },
4512 - "create-hash": {
4513 - "version": "1.2.0",
4514 - "resolved": "https://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz",
4515 - "integrity": "sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==",
4516 - "requires": {
4517 - "cipher-base": "^1.0.1",
4518 - "inherits": "^2.0.1",
4519 - "md5.js": "^1.3.4",
4520 - "ripemd160": "^2.0.1",
4521 - "sha.js": "^2.4.0"
4522 - }
4523 - },
4524 - "create-hmac": {
4525 - "version": "1.1.7",
4526 - "resolved": "https://registry.npmjs.org/create-hmac/-/create-hmac-1.1.7.tgz",
4527 - "integrity": "sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==",
4528 - "requires": {
4529 - "cipher-base": "^1.0.3",
4530 - "create-hash": "^1.1.0",
4531 - "inherits": "^2.0.1",
4532 - "ripemd160": "^2.0.0",
4533 - "safe-buffer": "^5.0.1",
4534 - "sha.js": "^2.4.8"
4535 - }
4536 - },
4537 - "cross-spawn": {
4538 - "version": "6.0.5",
4539 - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz",
4540 - "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==",
4541 - "requires": {
4542 - "nice-try": "^1.0.4",
4543 - "path-key": "^2.0.1",
4544 - "semver": "^5.5.0",
4545 - "shebang-command": "^1.2.0",
4546 - "which": "^1.2.9"
4547 - },
4548 - "dependencies": {
4549 - "semver": {
4550 - "version": "5.7.1",
4551 - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
4552 - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ=="
4553 - }
4554 - }
4555 - },
4556 - "crypto-browserify": {
4557 - "version": "3.12.0",
4558 - "resolved": "https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz",
4559 - "integrity": "sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg==",
4560 - "requires": {
4561 - "browserify-cipher": "^1.0.0",
4562 - "browserify-sign": "^4.0.0",
4563 - "create-ecdh": "^4.0.0",
4564 - "create-hash": "^1.1.0",
4565 - "create-hmac": "^1.1.0",
4566 - "diffie-hellman": "^5.0.0",
4567 - "inherits": "^2.0.1",
4568 - "pbkdf2": "^3.0.3",
4569 - "public-encrypt": "^4.0.0",
4570 - "randombytes": "^2.0.0",
4571 - "randomfill": "^1.0.3"
4572 - }
4573 - },
4574 - "css": {
4575 - "version": "2.2.4",
4576 - "resolved": "https://registry.npmjs.org/css/-/css-2.2.4.tgz",
4577 - "integrity": "sha512-oUnjmWpy0niI3x/mPL8dVEI1l7MnG3+HHyRPHf+YFSbK+svOhXpmSOcDURUh2aOCgl2grzrOPt1nHLuCVFULLw==",
4578 - "requires": {
4579 - "inherits": "^2.0.3",
4580 - "source-map": "^0.6.1",
4581 - "source-map-resolve": "^0.5.2",
4582 - "urix": "^0.1.0"
4583 - },
4584 - "dependencies": {
4585 - "source-map": {
4586 - "version": "0.6.1",
4587 - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
4588 - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
4589 - }
4590 - }
4591 - },
4592 - "css-blank-pseudo": {
4593 - "version": "0.1.4",
4594 - "resolved": "https://registry.npmjs.org/css-blank-pseudo/-/css-blank-pseudo-0.1.4.tgz",
4595 - "integrity": "sha512-LHz35Hr83dnFeipc7oqFDmsjHdljj3TQtxGGiNWSOsTLIAubSm4TEz8qCaKFpk7idaQ1GfWscF4E6mgpBysA1w==",
4596 - "requires": {
4597 - "postcss": "^7.0.5"
4598 - }
4599 - },
4600 - "css-color-names": {
4601 - "version": "0.0.4",
4602 - "resolved": "https://registry.npmjs.org/css-color-names/-/css-color-names-0.0.4.tgz",
4603 - "integrity": "sha1-gIrcLnnPhHOAabZGyyDsJ762KeA="
4604 - },
4605 - "css-declaration-sorter": {
4606 - "version": "4.0.1",
4607 - "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-4.0.1.tgz",
4608 - "integrity": "sha512-BcxQSKTSEEQUftYpBVnsH4SF05NTuBokb19/sBt6asXGKZ/6VP7PLG1CBCkFDYOnhXhPh0jMhO6xZ71oYHXHBA==",
4609 - "requires": {
4610 - "postcss": "^7.0.1",
4611 - "timsort": "^0.3.0"
4612 - }
4613 - },
4614 - "css-has-pseudo": {
4615 - "version": "0.10.0",
4616 - "resolved": "https://registry.npmjs.org/css-has-pseudo/-/css-has-pseudo-0.10.0.tgz",
4617 - "integrity": "sha512-Z8hnfsZu4o/kt+AuFzeGpLVhFOGO9mluyHBaA2bA8aCGTwah5sT3WV/fTHH8UNZUytOIImuGPrl/prlb4oX4qQ==",
4618 - "requires": {
4619 - "postcss": "^7.0.6",
4620 - "postcss-selector-parser": "^5.0.0-rc.4"
4621 - },
4622 - "dependencies": {
4623 - "cssesc": {
4624 - "version": "2.0.0",
4625 - "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-2.0.0.tgz",
4626 - "integrity": "sha512-MsCAG1z9lPdoO/IUMLSBWBSVxVtJ1395VGIQ+Fc2gNdkQ1hNDnQdw3YhA71WJCBW1vdwA0cAnk/DnW6bqoEUYg=="
4627 - },
4628 - "postcss-selector-parser": {
4629 - "version": "5.0.0",
4630 - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-5.0.0.tgz",
4631 - "integrity": "sha512-w+zLE5Jhg6Liz8+rQOWEAwtwkyqpfnmsinXjXg6cY7YIONZZtgvE0v2O0uhQBs0peNomOJwWRKt6JBfTdTd3OQ==",
4632 - "requires": {
4633 - "cssesc": "^2.0.0",
4634 - "indexes-of": "^1.0.1",
4635 - "uniq": "^1.0.1"
4636 - }
4637 - }
4638 - }
4639 - },
4640 - "css-loader": {
4641 - "version": "3.2.0",
4642 - "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-3.2.0.tgz",
4643 - "integrity": "sha512-QTF3Ud5H7DaZotgdcJjGMvyDj5F3Pn1j/sC6VBEOVp94cbwqyIBdcs/quzj4MC1BKQSrTpQznegH/5giYbhnCQ==",
4644 - "requires": {
4645 - "camelcase": "^5.3.1",
4646 - "cssesc": "^3.0.0",
4647 - "icss-utils": "^4.1.1",
4648 - "loader-utils": "^1.2.3",
4649 - "normalize-path": "^3.0.0",
4650 - "postcss": "^7.0.17",
4651 - "postcss-modules-extract-imports": "^2.0.0",
4652 - "postcss-modules-local-by-default": "^3.0.2",
4653 - "postcss-modules-scope": "^2.1.0",
4654 - "postcss-modules-values": "^3.0.0",
4655 - "postcss-value-parser": "^4.0.0",
4656 - "schema-utils": "^2.0.0"
4657 - },
4658 - "dependencies": {
4659 - "normalize-path": {
4660 - "version": "3.0.0",
4661 - "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
4662 - "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA=="
4663 - }
4664 - }
4665 - },
4666 - "css-prefers-color-scheme": {
4667 - "version": "3.1.1",
4668 - "resolved": "https://registry.npmjs.org/css-prefers-color-scheme/-/css-prefers-color-scheme-3.1.1.tgz",
4669 - "integrity": "sha512-MTu6+tMs9S3EUqzmqLXEcgNRbNkkD/TGFvowpeoWJn5Vfq7FMgsmRQs9X5NXAURiOBmOxm/lLjsDNXDE6k9bhg==",
4670 - "requires": {
4671 - "postcss": "^7.0.5"
4672 - }
4673 - },
4674 - "css-select": {
4675 - "version": "2.1.0",
4676 - "resolved": "https://registry.npmjs.org/css-select/-/css-select-2.1.0.tgz",
4677 - "integrity": "sha512-Dqk7LQKpwLoH3VovzZnkzegqNSuAziQyNZUcrdDM401iY+R5NkGBXGmtO05/yaXQziALuPogeG0b7UAgjnTJTQ==",
4678 - "requires": {
4679 - "boolbase": "^1.0.0",
4680 - "css-what": "^3.2.1",
4681 - "domutils": "^1.7.0",
4682 - "nth-check": "^1.0.2"
4683 - }
4684 - },
4685 - "css-select-base-adapter": {
4686 - "version": "0.1.1",
4687 - "resolved": "https://registry.npmjs.org/css-select-base-adapter/-/css-select-base-adapter-0.1.1.tgz",
4688 - "integrity": "sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w=="
4689 - },
4690 - "css-tree": {
4691 - "version": "1.0.0-alpha.37",
4692 - "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.37.tgz",
4693 - "integrity": "sha512-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg==",
4694 - "requires": {
4695 - "mdn-data": "2.0.4",
4696 - "source-map": "^0.6.1"
4697 - },
4698 - "dependencies": {
4699 - "source-map": {
4700 - "version": "0.6.1",
4701 - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
4702 - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
4703 - }
4704 - }
4705 - },
4706 - "css-what": {
4707 - "version": "3.2.1",
4708 - "resolved": "https://registry.npmjs.org/css-what/-/css-what-3.2.1.tgz",
4709 - "integrity": "sha512-WwOrosiQTvyms+Ti5ZC5vGEK0Vod3FTt1ca+payZqvKuGJF+dq7bG63DstxtN0dpm6FxY27a/zS3Wten+gEtGw=="
4710 - },
4711 - "cssdb": {
4712 - "version": "4.4.0",
4713 - "resolved": "https://registry.npmjs.org/cssdb/-/cssdb-4.4.0.tgz",
4714 - "integrity": "sha512-LsTAR1JPEM9TpGhl/0p3nQecC2LJ0kD8X5YARu1hk/9I1gril5vDtMZyNxcEpxxDj34YNck/ucjuoUd66K03oQ=="
4715 - },
4716 - "cssesc": {
4717 - "version": "3.0.0",
4718 - "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
4719 - "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg=="
4720 - },
4721 - "cssnano": {
4722 - "version": "4.1.11",
4723 - "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-4.1.11.tgz",
4724 - "integrity": "sha512-6gZm2htn7xIPJOHY824ERgj8cNPgPxyCSnkXc4v7YvNW+TdVfzgngHcEhy/8D11kUWRUMbke+tC+AUcUsnMz2g==",
4725 - "requires": {
4726 - "cosmiconfig": "^5.0.0",
4727 - "cssnano-preset-default": "^4.0.8",
4728 - "is-resolvable": "^1.0.0",
4729 - "postcss": "^7.0.0"
4730 - }
4731 - },
4732 - "cssnano-preset-default": {
4733 - "version": "4.0.8",
4734 - "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-4.0.8.tgz",
4735 - "integrity": "sha512-LdAyHuq+VRyeVREFmuxUZR1TXjQm8QQU/ktoo/x7bz+SdOge1YKc5eMN6pRW7YWBmyq59CqYba1dJ5cUukEjLQ==",
4736 - "requires": {
4737 - "css-declaration-sorter": "^4.0.1",
4738 - "cssnano-util-raw-cache": "^4.0.1",
4739 - "postcss": "^7.0.0",
4740 - "postcss-calc": "^7.0.1",
4741 - "postcss-colormin": "^4.0.3",
4742 - "postcss-convert-values": "^4.0.1",
4743 - "postcss-discard-comments": "^4.0.2",
4744 - "postcss-discard-duplicates": "^4.0.2",
4745 - "postcss-discard-empty": "^4.0.1",
4746 - "postcss-discard-overridden": "^4.0.1",
4747 - "postcss-merge-longhand": "^4.0.11",
4748 - "postcss-merge-rules": "^4.0.3",
4749 - "postcss-minify-font-values": "^4.0.2",
4750 - "postcss-minify-gradients": "^4.0.2",
4751 - "postcss-minify-params": "^4.0.2",
4752 - "postcss-minify-selectors": "^4.0.2",
4753 - "postcss-normalize-charset": "^4.0.1",
4754 - "postcss-normalize-display-values": "^4.0.2",
4755 - "postcss-normalize-positions": "^4.0.2",
4756 - "postcss-normalize-repeat-style": "^4.0.2",
4757 - "postcss-normalize-string": "^4.0.2",
4758 - "postcss-normalize-timing-functions": "^4.0.2",
4759 - "postcss-normalize-unicode": "^4.0.1",
4760 - "postcss-normalize-url": "^4.0.1",
4761 - "postcss-normalize-whitespace": "^4.0.2",
4762 - "postcss-ordered-values": "^4.1.2",
4763 - "postcss-reduce-initial": "^4.0.3",
4764 - "postcss-reduce-transforms": "^4.0.2",
4765 - "postcss-svgo": "^4.0.3",
4766 - "postcss-unique-selectors": "^4.0.1"
4767 - }
4768 - },
4769 - "cssnano-util-get-arguments": {
4770 - "version": "4.0.0",
4771 - "resolved": "https://registry.npmjs.org/cssnano-util-get-arguments/-/cssnano-util-get-arguments-4.0.0.tgz",
4772 - "integrity": "sha1-7ToIKZ8h11dBsg87gfGU7UnMFQ8="
4773 - },
4774 - "cssnano-util-get-match": {
4775 - "version": "4.0.0",
4776 - "resolved": "https://registry.npmjs.org/cssnano-util-get-match/-/cssnano-util-get-match-4.0.0.tgz",
4777 - "integrity": "sha1-wOTKB/U4a7F+xeUiULT1lhNlFW0="
4778 - },
4779 - "cssnano-util-raw-cache": {
4780 - "version": "4.0.1",
4781 - "resolved": "https://registry.npmjs.org/cssnano-util-raw-cache/-/cssnano-util-raw-cache-4.0.1.tgz",
4782 - "integrity": "sha512-qLuYtWK2b2Dy55I8ZX3ky1Z16WYsx544Q0UWViebptpwn/xDBmog2TLg4f+DBMg1rJ6JDWtn96WHbOKDWt1WQA==",
4783 - "requires": {
4784 - "postcss": "^7.0.0"
4785 - }
4786 - },
4787 - "cssnano-util-same-parent": {
4788 - "version": "4.0.1",
4789 - "resolved": "https://registry.npmjs.org/cssnano-util-same-parent/-/cssnano-util-same-parent-4.0.1.tgz",
4790 - "integrity": "sha512-WcKx5OY+KoSIAxBW6UBBRay1U6vkYheCdjyVNDm85zt5K9mHoGOfsOsqIszfAqrQQFIIKgjh2+FDgIj/zsl21Q=="
4791 - },
4792 - "csso": {
4793 - "version": "4.0.2",
4794 - "resolved": "https://registry.npmjs.org/csso/-/csso-4.0.2.tgz",
4795 - "integrity": "sha512-kS7/oeNVXkHWxby5tHVxlhjizRCSv8QdU7hB2FpdAibDU8FjTAolhNjKNTiLzXtUrKT6HwClE81yXwEk1309wg==",
4796 - "requires": {
4797 - "css-tree": "1.0.0-alpha.37"
4798 - }
4799 - },
4800 - "cssom": {
4801 - "version": "0.3.8",
4802 - "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz",
4803 - "integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg=="
4804 - },
4805 - "cssstyle": {
4806 - "version": "1.4.0",
4807 - "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-1.4.0.tgz",
4808 - "integrity": "sha512-GBrLZYZ4X4x6/QEoBnIrqb8B/f5l4+8me2dkom/j1Gtbxy0kBv6OGzKuAsGM75bkGwGAFkt56Iwg28S3XTZgSA==",
4809 - "requires": {
4810 - "cssom": "0.3.x"
4811 - }
4812 - },
4813 - "csstype": {
4814 - "version": "3.0.10",
4815 - "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.0.10.tgz",
4816 - "integrity": "sha512-2u44ZG2OcNUO9HDp/Jl8C07x6pU/eTR3ncV91SiK3dhG9TWvRVsCoJw14Ckx5DgWkzGA3waZWO3d7pgqpUI/XA=="
4817 - },
4818 - "cyclist": {
4819 - "version": "1.0.1",
4820 - "resolved": "https://registry.npmjs.org/cyclist/-/cyclist-1.0.1.tgz",
4821 - "integrity": "sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk="
4822 - },
4823 - "d": {
4824 - "version": "1.0.1",
4825 - "resolved": "https://registry.npmjs.org/d/-/d-1.0.1.tgz",
4826 - "integrity": "sha512-m62ShEObQ39CfralilEQRjH6oAMtNCV1xJyEx5LpRYUVN+EviphDgUc/F3hnYbADmkiNs67Y+3ylmlG7Lnu+FA==",
4827 - "requires": {
4828 - "es5-ext": "^0.10.50",
4829 - "type": "^1.0.1"
4830 - }
4831 - },
4832 - "damerau-levenshtein": {
4833 - "version": "1.0.5",
4834 - "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.5.tgz",
4835 - "integrity": "sha512-CBCRqFnpu715iPmw1KrdOrzRqbdFwQTwAWyyyYS42+iAgHCuXZ+/TdMgQkUENPomxEz9z1BEzuQU2Xw0kUuAgA=="
4836 - },
4837 - "dashdash": {
4838 - "version": "1.14.1",
4839 - "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz",
4840 - "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=",
4841 - "requires": {
4842 - "assert-plus": "^1.0.0"
4843 - }
4844 - },
4845 - "data-urls": {
4846 - "version": "1.1.0",
4847 - "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-1.1.0.tgz",
4848 - "integrity": "sha512-YTWYI9se1P55u58gL5GkQHW4P6VJBJ5iBT+B5a7i2Tjadhv52paJG0qHX4A0OR6/t52odI64KP2YvFpkDOi3eQ==",
4849 - "requires": {
4850 - "abab": "^2.0.0",
4851 - "whatwg-mimetype": "^2.2.0",
4852 - "whatwg-url": "^7.0.0"
4853 - },
4854 - "dependencies": {
4855 - "whatwg-url": {
4856 - "version": "7.1.0",
4857 - "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-7.1.0.tgz",
4858 - "integrity": "sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==",
4859 - "requires": {
4860 - "lodash.sortby": "^4.7.0",
4861 - "tr46": "^1.0.1",
4862 - "webidl-conversions": "^4.0.2"
4863 - }
4864 - }
4865 - }
4866 - },
4867 - "debug": {
4868 - "version": "4.1.1",
4869 - "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz",
4870 - "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==",
4871 - "requires": {
4872 - "ms": "^2.1.1"
4873 - }
4874 - },
4875 - "decamelize": {
4876 - "version": "1.2.0",
4877 - "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
4878 - "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA="
4879 - },
4880 - "decode-uri-component": {
4881 - "version": "0.2.0",
4882 - "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz",
4883 - "integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU="
4884 - },
4885 - "deep-equal": {
4886 - "version": "1.1.1",
4887 - "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-1.1.1.tgz",
4888 - "integrity": "sha512-yd9c5AdiqVcR+JjcwUQb9DkhJc8ngNr0MahEBGvDiJw8puWab2yZlh+nkasOnZP+EGTAP6rRp2JzJhJZzvNF8g==",
4889 - "requires": {
4890 - "is-arguments": "^1.0.4",
4891 - "is-date-object": "^1.0.1",
4892 - "is-regex": "^1.0.4",
4893 - "object-is": "^1.0.1",
4894 - "object-keys": "^1.1.1",
4895 - "regexp.prototype.flags": "^1.2.0"
4896 - }
4897 - },
4898 - "deep-is": {
4899 - "version": "0.1.3",
4900 - "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.3.tgz",
4901 - "integrity": "sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ="
4902 - },
4903 - "default-gateway": {
4904 - "version": "4.2.0",
4905 - "resolved": "https://registry.npmjs.org/default-gateway/-/default-gateway-4.2.0.tgz",
4906 - "integrity": "sha512-h6sMrVB1VMWVrW13mSc6ia/DwYYw5MN6+exNu1OaJeFac5aSAvwM7lZ0NVfTABuSkQelr4h5oebg3KB1XPdjgA==",
4907 - "requires": {
4908 - "execa": "^1.0.0",
4909 - "ip-regex": "^2.1.0"
4910 - }
4911 - },
4912 - "define-properties": {
4913 - "version": "1.1.3",
4914 - "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz",
4915 - "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==",
4916 - "requires": {
4917 - "object-keys": "^1.0.12"
4918 - }
4919 - },
4920 - "define-property": {
4921 - "version": "2.0.2",
4922 - "resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz",
4923 - "integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==",
4924 - "requires": {
4925 - "is-descriptor": "^1.0.2",
4926 - "isobject": "^3.0.1"
4927 - },
4928 - "dependencies": {
4929 - "is-accessor-descriptor": {
4930 - "version": "1.0.0",
4931 - "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz",
4932 - "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==",
4933 - "requires": {
4934 - "kind-of": "^6.0.0"
4935 - }
4936 - },
4937 - "is-data-descriptor": {
4938 - "version": "1.0.0",
4939 - "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz",
4940 - "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==",
4941 - "requires": {
4942 - "kind-of": "^6.0.0"
4943 - }
4944 - },
4945 - "is-descriptor": {
4946 - "version": "1.0.2",
4947 - "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz",
4948 - "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==",
4949 - "requires": {
4950 - "is-accessor-descriptor": "^1.0.0",
4951 - "is-data-descriptor": "^1.0.0",
4952 - "kind-of": "^6.0.2"
4953 - }
4954 - },
4955 - "kind-of": {
4956 - "version": "6.0.3",
4957 - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz",
4958 - "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw=="
4959 - }
4960 - }
4961 - },
4962 - "del": {
4963 - "version": "4.1.1",
4964 - "resolved": "https://registry.npmjs.org/del/-/del-4.1.1.tgz",
4965 - "integrity": "sha512-QwGuEUouP2kVwQenAsOof5Fv8K9t3D8Ca8NxcXKrIpEHjTXK5J2nXLdP+ALI1cgv8wj7KuwBhTwBkOZSJKM5XQ==",
4966 - "requires": {
4967 - "@types/glob": "^7.1.1",
4968 - "globby": "^6.1.0",
4969 - "is-path-cwd": "^2.0.0",
4970 - "is-path-in-cwd": "^2.0.0",
4971 - "p-map": "^2.0.0",
4972 - "pify": "^4.0.1",
4973 - "rimraf": "^2.6.3"
4974 - },
4975 - "dependencies": {
4976 - "globby": {
4977 - "version": "6.1.0",
4978 - "resolved": "https://registry.npmjs.org/globby/-/globby-6.1.0.tgz",
4979 - "integrity": "sha1-9abXDoOV4hyFj7BInWTfAkJNUGw=",
4980 - "requires": {
4981 - "array-union": "^1.0.1",
4982 - "glob": "^7.0.3",
4983 - "object-assign": "^4.0.1",
4984 - "pify": "^2.0.0",
4985 - "pinkie-promise": "^2.0.0"
4986 - },
4987 - "dependencies": {
4988 - "pify": {
4989 - "version": "2.3.0",
4990 - "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
4991 - "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw="
4992 - }
4993 - }
4994 - },
4995 - "p-map": {
4996 - "version": "2.1.0",
4997 - "resolved": "https://registry.npmjs.org/p-map/-/p-map-2.1.0.tgz",
4998 - "integrity": "sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw=="
4999 - },

This file is too large to show in full.

package.json
+1 -1
@@ -15,7 +15,7 @@
15 "react-intl": "^2.9.0",
16 "react-rotating-text": "^1.4.1",
17 "react-router-dom": "^4.3.1",
18 - "react-scripts": "3.3.0",
18 + "react-scripts": "^4.0.0",
19 "typescript": "^3.9.10"
20 },
21 "scripts": {
public/en-flag-icon-16.png
Binary files a/public/en-flag-icon-16.png and /dev/null differ
public/id-flag-icon-16.png
Binary files a/public/id-flag-icon-16.png and /dev/null differ
public/sv-flag-icon-16.png
Binary files a/public/sv-flag-icon-16.png and /dev/null differ
src/components/About.tsx
+1 -1
@@ -26,7 +26,7 @@ class About extends Component<AboutProps, AboutState> {
26 updatedAt: "Loading ..."
27 }
28 }
29 - componentWillMount() {
29 + componentDidMount() {
30 this.aboutRef?.on('value', (snapshot) => {
31 let items = snapshot?.val();
32 this.setState({
src/components/App.tsx
+65 -9
@@ -1,10 +1,26 @@
1 -import React from 'react';
1 +import React, { Component } from 'react';
2 import Header from './Header';
3 import Main from './Main';
4 import FooterLinks from './FooterLinks';
5 import { CSSProperties } from 'react';
6 +import { IntlProvider, addLocaleData } from 'react-intl';
7 +import { BrowserRouter } from 'react-router-dom';
8 +import Firebase, { FirebaseContext } from '../components/Firebase';
9 +import locale_en from 'react-intl/locale-data/en';
10 +import locale_se from 'react-intl/locale-data/se';
11 +import locale_id from 'react-intl/locale-data/id';
12 +import messages_se from "../translations/se.json";
13 +import messages_id from "../translations/id.json";
14 +import messages_en from "../translations/en.json";
15
7 -const mainStyle: CSSProperties = {
16 +addLocaleData([...locale_en, ...locale_id, ...locale_se]);
17 +
18 +let i18nConfig = {
19 + language: 'en',
20 + messages: messages_en
21 +};
22 +
23 +const mainStyle: CSSProperties = {
24 position: 'absolute',
25 top: 50,
26 left: 50,
@@ -14,11 +30,51 @@ const mainStyle: CSSProperties = {
30 padding: 10
31 };
32
17 -const App = () =>
18 - <div style={mainStyle}>
19 - <Header />
20 - <Main />
21 - <FooterLinks />
22 - </div>;
33 +type AppProps = {}
34 +
35 +type AppState = {
36 + language: string
37 +}
38 +
39 +class App extends Component<AppProps, AppState> {
40 +
41 + firebase: Firebase | null = null;
42 +
43 + onChangeLanguage(language: string) {
44 + switch (language) {
45 + case 'se': i18nConfig.messages = messages_se; break;
46 + case 'en': i18nConfig.messages = messages_en; break;
47 + case 'id': i18nConfig.messages = messages_id; break;
48 + default: i18nConfig.messages = messages_en; break;
49 + }
50 + i18nConfig.language = language;
51 + this.setState({ language: language })
52 + }
53 +
54 + createFirebaseContextIfNeeded(language: string): Firebase {
55 + if (this.firebase) {
56 + this.firebase.setLanguage(language);
57 + } else {
58 + this.firebase = new Firebase(language)
59 + }
60 + return this.firebase;
61 + }
62 +
63 + render() {
64 + return (
65 + <IntlProvider locale={i18nConfig.language} messages={i18nConfig.messages}>
66 + <BrowserRouter>
67 + <FirebaseContext.Provider value={this.createFirebaseContextIfNeeded(i18nConfig.language)}>
68 + <div style={mainStyle}>
69 + <Header onChangeLanguage={this.onChangeLanguage.bind(this)}/>
70 + <Main />
71 + <FooterLinks />
72 + </div>
73 + </FirebaseContext.Provider>
74 + </BrowserRouter>
75 + </IntlProvider >
76 + );
77 + }
78 +}
79
24 -export default App;
80 +export default App;
\ No newline at end of file
src/components/Contact.tsx
+1 -2
@@ -22,7 +22,7 @@ class Contact extends Component<ContactProps, ContactState> {
22 content: "Loading ..."
23 }
24 }
25 - componentWillMount() {
25 + componentDidMount() {
26 this.contactRef?.on('value', (snapshot) => {
27 let items = snapshot?.val();
28 this.setState({
@@ -35,7 +35,6 @@ class Contact extends Component<ContactProps, ContactState> {
35 this.contactRef?.off();
36 }
37
38 -
38 render() {
39 return (
40 <div>
src/components/Cv.tsx
+1 -1
@@ -22,7 +22,7 @@ class Cv extends Component<CvProps, CvState> {
22 content: "Loading ..."
23 }
24 }
25 - componentWillMount() {
25 + componentDidMount() {
26 this.cvRef?.on('value', (snapshot) => {
27 let items = snapshot?.val();
28 this.setState({
src/components/Firebase/firebase.ts
+4
@@ -22,6 +22,10 @@ class Firebase {
22 this.language = language;
23 }
24
25 + setLanguage(language: string) {
26 + this.language = language
27 + }
28 +
29 rootRef(): app.database.Reference {
30 return this.db.ref('setoelkahfi-web-id').child(this.language);
31 }
src/components/Header.tsx
+9 -3
@@ -1,7 +1,7 @@
1 import React, { Component, CSSProperties } from 'react';
2 import { Link } from 'react-router-dom';
3 import { FormattedMessage } from 'react-intl';
4 -import LanguageLinks from './LanguageLinks';
4 +import LanguageDropdown from './LanguageDropdown';
5
6 const styleHeader = {
7 height: 50
@@ -23,7 +23,13 @@ const listStyleLanguage: CSSProperties = {
23 float: 'right'
24 }
25
26 -class Header extends Component {
26 +type HeaderProps = {
27 + onChangeLanguage: (language: string) => void
28 +}
29 +
30 +type HeaderState = {}
31 +
32 +class Header extends Component<HeaderProps, HeaderState> {
33
34 render() {
35 return(
@@ -51,7 +57,7 @@ class Header extends Component {
57 description="Contact link"/>
58 </Link></li>
59 <li style={listStyleLanguage}>
54 - <LanguageLinks />
60 + <LanguageDropdown onChangeLanguage={this.props.onChangeLanguage} />
61 </li>
62 </ul>
63 </nav>
src/components/Home.tsx
+1 -1
@@ -51,7 +51,7 @@ class Home extends Component<HomeProps, HomeState> {
51 }
52 }
53
54 - componentWillMount() {
54 + componentDidMount() {
55 this.whoAmIRef?.on('value', (snapshot) => {
56 let items = snapshot?.val();
57 let whoAmI = [];
src/components/LanguageDropdown.tsx new
+72
@@ -0,0 +1,72 @@
1 +import React, { Component } from 'react'
2 +
3 +const listStyle = {
4 + listStyle: 'none'
5 +}
6 +
7 +type OptionProps = {
8 + value: string
9 + name: string
10 +}
11 +
12 +class LanguageOption extends Component<OptionProps> {
13 +
14 + render() {
15 + return (
16 + <option value={this.props.value}>{this.props.name}</option>
17 + )
18 + }
19 +}
20 +
21 +type LanguageDropdownProps = {
22 + onChangeLanguage: (language: string) => void
23 +}
24 +
25 +type LanguageDropdownState = {}
26 +
27 +class LanguageDropdown extends Component<LanguageDropdownProps, LanguageDropdownState> {
28 +
29 + getLanguageList(): OptionProps[] {
30 +
31 + const en = {
32 + value: "en",
33 + name: "🇺🇸 English"
34 + }
35 +
36 + const sv = {
37 + value: "se",
38 + name: "🇸🇪 Swedish"
39 + }
40 +
41 + const id = {
42 + value: "id",
43 + name: "🇮🇩 Indonesian"
44 + }
45 +
46 + var languageList: OptionProps[] = []
47 + languageList.push(id)
48 + languageList.push(sv)
49 + languageList.push(en)
50 +
51 + return languageList
52 + }
53 +
54 + render() {
55 +
56 + var languageList = [];
57 +
58 + for (let language of this.getLanguageList()) {
59 + languageList.push(<LanguageOption name={language.name} value={language.value} key={language.value}/>);
60 + }
61 +
62 + return (
63 + <div>
64 + <select style={listStyle} onChange={ e => this.props.onChangeLanguage(e.currentTarget.value) } defaultValue={"en"} >
65 + {languageList}
66 + </select>
67 + </div>
68 + )
69 + }
70 +}
71 +
72 +export default LanguageDropdown;
\ No newline at end of file
src/components/LanguageLinks.tsx deleted
-86
@@ -1,86 +0,0 @@
1 -import React, { Component } from 'react'
2 -
3 -const imgFlag = {
4 - width: 16,
5 - height: 11
6 -}
7 -
8 -const listStyle = {
9 - listStyle: 'none'
10 -}
11 -
12 -type LinkProps = {
13 - link: string
14 - icon: string
15 - altTag: string
16 -}
17 -
18 -class LanguageLink extends Component<LinkProps> {
19 -
20 - render() {
21 - return(
22 - <li>
23 - <a href={this.props.link}>
24 - <img src={this.props.icon} alt={this.props.altTag} style={imgFlag}/>
25 - </a>
26 - </li>
27 - )
28 - }
29 -}
30 -
31 -class LanguageLinks extends Component {
32 -
33 - getLanguageList(): LinkProps[] {
34 -
35 - const en = {
36 - link: "https://setoelkahfi.com",
37 - icon: "en-flag-icon-16.png",
38 - altTag: "UK Flag"
39 - }
40 -
41 - const sv = {
42 - link: "https://setoelkahfi.se",
43 - icon: "sv-flag-icon-16.png",
44 - altTag: "Sweden Flag"
45 - }
46 -
47 - const id = {
48 - link: "https://setoelkahfi.id",
49 - icon: "id-flag-icon-16.png",
50 - altTag: "Indonesian Flag"
51 - }
52 -
53 - const tld = window.location.hostname.split('.').pop()
54 -
55 - var languageList: LinkProps[] = []
56 - if (tld !== "id") {
57 - languageList.push(id)
58 - }
59 - if (tld !== "se") {
60 - languageList.push(sv)
61 - }
62 - if (tld !== "com") {
63 - languageList.push(en)
64 - }
65 -
66 - return languageList
67 - }
68 -
69 - render() {
70 -
71 - var languageList = [];
72 - for (let language of this.getLanguageList()) {
73 - languageList.push(<LanguageLink icon={language.icon} link={language.link} altTag={language.altTag} />);
74 - }
75 -
76 - return(
77 - <div>
78 - <ul style={listStyle}>
79 - {languageList}
80 - </ul>
81 - </div>
82 - )
83 - }
84 -}
85 -
86 -export default LanguageLinks
\ No newline at end of file
src/index.tsx
+1 -38
@@ -2,46 +2,9 @@ import React from 'react';
2 import { render } from 'react-dom';
3 import App from './components/App';
4 import * as serviceWorker from './serviceWorker';
5 -import { BrowserRouter } from 'react-router-dom';
6 -import Firebase, { FirebaseContext } from './components/Firebase';
7 -import { IntlProvider } from 'react-intl';
8 -import { addLocaleData } from "react-intl";
9 -import locale_en from 'react-intl/locale-data/en';
10 -import locale_se from 'react-intl/locale-data/se';
11 -import locale_id from 'react-intl/locale-data/id';
12 -import messages_se from "./translations/se.json";
13 -import messages_id from "./translations/id.json";
14 -import messages_en from "./translations/en.json";
5
16 -addLocaleData([...locale_en, ...locale_id, ...locale_se]);
6
18 -const messages: {
19 - [key: string]: object,
20 - } = {
21 - "se": messages_se,
22 - "id": messages_id,
23 - "en": messages_en
24 -};
25 -
26 -
27 -var language = "en";
28 -const tld = window.location.hostname.split('.').pop();
29 -
30 -if (tld === "id") {
31 - language = "id";
32 -} else if (tld === "se") {
33 - language = "se";
34 -}
35 -
36 -render((
37 - <IntlProvider locale={language} messages={messages[language]}>
38 - <BrowserRouter>
39 - <FirebaseContext.Provider value={new Firebase(language)}>
40 - <App />
41 - </FirebaseContext.Provider>
42 - </BrowserRouter>
43 - </IntlProvider>
44 -), document.getElementById('root'));
7 +render(<App />, document.getElementById('root'));
8
9 // If you want your app to work offline and load faster, you can change
10 // unregister() to register() below. Note this comes with some pitfalls.
tsconfig.json
+10 -3
@@ -17,11 +17,18 @@
17 "resolveJsonModule": true,
18 "isolatedModules": true,
19 "noEmit": true,
20 - "jsx": "preserve",
21 - "typeRoots": [ "./types", "./node_modules/@types"]
20 + "jsx": "react",
21 + "typeRoots": [
22 + "./types",
23 + "./node_modules/@types"
24 + ],
25 + "noFallthroughCasesInSwitch": true
26 },
27 "include": [
28 "src"
29 ],
26 - "exclude": ["node_modules", "types"]
30 + "exclude": [
31 + "node_modules",
32 + "types"
33 + ]
34 }
yarn.lock new
+12027
@@ -0,0 +1,12027 @@
1 +# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
2 +# yarn lockfile v1
3 +
4 +
5 +"@babel/code-frame@7.10.4":
6 + version "7.10.4"
7 + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.4.tgz#168da1a36e90da68ae8d49c0f1b48c7c6249213a"
8 + integrity sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==
9 + dependencies:
10 + "@babel/highlight" "^7.10.4"
11 +
12 +"@babel/code-frame@7.12.11":
13 + version "7.12.11"
14 + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.11.tgz#f4ad435aa263db935b8f10f2c552d23fb716a63f"
15 + integrity sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==
16 + dependencies:
17 + "@babel/highlight" "^7.10.4"
18 +
19 +"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.16.7", "@babel/code-frame@^7.5.5":
20 + version "7.16.7"
21 + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.16.7.tgz#44416b6bd7624b998f5b1af5d470856c40138789"
22 + integrity sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==
23 + dependencies:
24 + "@babel/highlight" "^7.16.7"
25 +
26 +"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.16.4", "@babel/compat-data@^7.16.8":
27 + version "7.16.8"
28 + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.8.tgz#31560f9f29fdf1868de8cb55049538a1b9732a60"
29 + integrity sha512-m7OkX0IdKLKPpBlJtF561YJal5y/jyI5fNfWbPxh2D/nbzzGI4qRyrD8xO2jB24u7l+5I2a43scCG2IrfjC50Q==
30 +
31 +"@babel/core@7.12.3":
32 + version "7.12.3"
33 + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.3.tgz#1b436884e1e3bff6fb1328dc02b208759de92ad8"
34 + integrity sha512-0qXcZYKZp3/6N2jKYVxZv0aNCsxTSVCiK72DTiTYZAu7sjg73W0/aynWjMbiGd87EQL4WyA8reiJVh92AVla9g==
35 + dependencies:
36 + "@babel/code-frame" "^7.10.4"
37 + "@babel/generator" "^7.12.1"
38 + "@babel/helper-module-transforms" "^7.12.1"
39 + "@babel/helpers" "^7.12.1"
40 + "@babel/parser" "^7.12.3"
41 + "@babel/template" "^7.10.4"
42 + "@babel/traverse" "^7.12.1"
43 + "@babel/types" "^7.12.1"
44 + convert-source-map "^1.7.0"
45 + debug "^4.1.0"
46 + gensync "^1.0.0-beta.1"
47 + json5 "^2.1.2"
48 + lodash "^4.17.19"
49 + resolve "^1.3.2"
50 + semver "^5.4.1"
51 + source-map "^0.5.0"
52 +
53 +"@babel/core@^7.1.0", "@babel/core@^7.12.3", "@babel/core@^7.16.0", "@babel/core@^7.7.5", "@babel/core@^7.8.4":
54 + version "7.16.7"
55 + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.16.7.tgz#db990f931f6d40cb9b87a0dc7d2adc749f1dcbcf"
56 + integrity sha512-aeLaqcqThRNZYmbMqtulsetOQZ/5gbR/dWruUCJcpas4Qoyy+QeagfDsPdMrqwsPRDNxJvBlRiZxxX7THO7qtA==
57 + dependencies:
58 + "@babel/code-frame" "^7.16.7"
59 + "@babel/generator" "^7.16.7"
60 + "@babel/helper-compilation-targets" "^7.16.7"
61 + "@babel/helper-module-transforms" "^7.16.7"
62 + "@babel/helpers" "^7.16.7"
63 + "@babel/parser" "^7.16.7"
64 + "@babel/template" "^7.16.7"
65 + "@babel/traverse" "^7.16.7"
66 + "@babel/types" "^7.16.7"
67 + convert-source-map "^1.7.0"
68 + debug "^4.1.0"
69 + gensync "^1.0.0-beta.2"
70 + json5 "^2.1.2"
71 + semver "^6.3.0"
72 + source-map "^0.5.0"
73 +
74 +"@babel/generator@^7.12.1", "@babel/generator@^7.16.7", "@babel/generator@^7.16.8":
75 + version "7.16.8"
76 + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.16.8.tgz#359d44d966b8cd059d543250ce79596f792f2ebe"
77 + integrity sha512-1ojZwE9+lOXzcWdWmO6TbUzDfqLD39CmEhN8+2cX9XkDo5yW1OpgfejfliysR2AWLpMamTiOiAp/mtroaymhpw==
78 + dependencies:
79 + "@babel/types" "^7.16.8"
80 + jsesc "^2.5.1"
81 + source-map "^0.5.0"
82 +
83 +"@babel/helper-annotate-as-pure@^7.16.7":
84 + version "7.16.7"
85 + resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz#bb2339a7534a9c128e3102024c60760a3a7f3862"
86 + integrity sha512-s6t2w/IPQVTAET1HitoowRGXooX8mCgtuP5195wD/QJPV6wYjpujCGF7JuMODVX2ZAJOf1GT6DT9MHEZvLOFSw==
87 + dependencies:
88 + "@babel/types" "^7.16.7"
89 +
90 +"@babel/helper-builder-binary-assignment-operator-visitor@^7.16.7":
91 + version "7.16.7"
92 + resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.16.7.tgz#38d138561ea207f0f69eb1626a418e4f7e6a580b"
93 + integrity sha512-C6FdbRaxYjwVu/geKW4ZeQ0Q31AftgRcdSnZ5/jsH6BzCJbtvXvhpfkbkThYSuutZA7nCXpPR6AD9zd1dprMkA==
94 + dependencies:
95 + "@babel/helper-explode-assignable-expression" "^7.16.7"
96 + "@babel/types" "^7.16.7"
97 +
98 +"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.16.7":
99 + version "7.16.7"
100 + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.16.7.tgz#06e66c5f299601e6c7da350049315e83209d551b"
101 + integrity sha512-mGojBwIWcwGD6rfqgRXVlVYmPAv7eOpIemUG3dGnDdCY4Pae70ROij3XmfrH6Fa1h1aiDylpglbZyktfzyo/hA==
102 + dependencies:
103 + "@babel/compat-data" "^7.16.4"
104 + "@babel/helper-validator-option" "^7.16.7"
105 + browserslist "^4.17.5"
106 + semver "^6.3.0"
107 +
108 +"@babel/helper-create-class-features-plugin@^7.16.7":
109 + version "7.16.7"
110 + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.16.7.tgz#9c5b34b53a01f2097daf10678d65135c1b9f84ba"
111 + integrity sha512-kIFozAvVfK05DM4EVQYKK+zteWvY85BFdGBRQBytRyY3y+6PX0DkDOn/CZ3lEuczCfrCxEzwt0YtP/87YPTWSw==
112 + dependencies:
113 + "@babel/helper-annotate-as-pure" "^7.16.7"
114 + "@babel/helper-environment-visitor" "^7.16.7"
115 + "@babel/helper-function-name" "^7.16.7"
116 + "@babel/helper-member-expression-to-functions" "^7.16.7"
117 + "@babel/helper-optimise-call-expression" "^7.16.7"
118 + "@babel/helper-replace-supers" "^7.16.7"
119 + "@babel/helper-split-export-declaration" "^7.16.7"
120 +
121 +"@babel/helper-create-regexp-features-plugin@^7.16.7":
122 + version "7.16.7"
123 + resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.16.7.tgz#0cb82b9bac358eb73bfbd73985a776bfa6b14d48"
124 + integrity sha512-fk5A6ymfp+O5+p2yCkXAu5Kyj6v0xh0RBeNcAkYUMDvvAAoxvSKXn+Jb37t/yWFiQVDFK1ELpUTD8/aLhCPu+g==
125 + dependencies:
126 + "@babel/helper-annotate-as-pure" "^7.16.7"
127 + regexpu-core "^4.7.1"
128 +
129 +"@babel/helper-define-polyfill-provider@^0.3.1":
130 + version "0.3.1"
131 + resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.1.tgz#52411b445bdb2e676869e5a74960d2d3826d2665"
132 + integrity sha512-J9hGMpJQmtWmj46B3kBHmL38UhJGhYX7eqkcq+2gsstyYt341HmPeWspihX43yVRA0mS+8GGk2Gckc7bY/HCmA==
133 + dependencies:
134 + "@babel/helper-compilation-targets" "^7.13.0"
135 + "@babel/helper-module-imports" "^7.12.13"
136 + "@babel/helper-plugin-utils" "^7.13.0"
137 + "@babel/traverse" "^7.13.0"
138 + debug "^4.1.1"
139 + lodash.debounce "^4.0.8"
140 + resolve "^1.14.2"
141 + semver "^6.1.2"
142 +
143 +"@babel/helper-environment-visitor@^7.16.7":
144 + version "7.16.7"
145 + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.7.tgz#ff484094a839bde9d89cd63cba017d7aae80ecd7"
146 + integrity sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag==
147 + dependencies:
148 + "@babel/types" "^7.16.7"
149 +
150 +"@babel/helper-explode-assignable-expression@^7.16.7":
151 + version "7.16.7"
152 + resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.16.7.tgz#12a6d8522fdd834f194e868af6354e8650242b7a"
153 + integrity sha512-KyUenhWMC8VrxzkGP0Jizjo4/Zx+1nNZhgocs+gLzyZyB8SHidhoq9KK/8Ato4anhwsivfkBLftky7gvzbZMtQ==
154 + dependencies:
155 + "@babel/types" "^7.16.7"
156 +
157 +"@babel/helper-function-name@^7.16.7":
158 + version "7.16.7"
159 + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.16.7.tgz#f1ec51551fb1c8956bc8dd95f38523b6cf375f8f"
160 + integrity sha512-QfDfEnIUyyBSR3HtrtGECuZ6DAyCkYFp7GHl75vFtTnn6pjKeK0T1DB5lLkFvBea8MdaiUABx3osbgLyInoejA==
161 + dependencies:
162 + "@babel/helper-get-function-arity" "^7.16.7"
163 + "@babel/template" "^7.16.7"
164 + "@babel/types" "^7.16.7"
165 +
166 +"@babel/helper-get-function-arity@^7.16.7":
167 + version "7.16.7"
168 + resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.7.tgz#ea08ac753117a669f1508ba06ebcc49156387419"
169 + integrity sha512-flc+RLSOBXzNzVhcLu6ujeHUrD6tANAOU5ojrRx/as+tbzf8+stUCj7+IfRRoAbEZqj/ahXEMsjhOhgeZsrnTw==
170 + dependencies:
171 + "@babel/types" "^7.16.7"
172 +
173 +"@babel/helper-hoist-variables@^7.16.7":
174 + version "7.16.7"
175 + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz#86bcb19a77a509c7b77d0e22323ef588fa58c246"
176 + integrity sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==
177 + dependencies:
178 + "@babel/types" "^7.16.7"
179 +
180 +"@babel/helper-member-expression-to-functions@^7.16.7":
181 + version "7.16.7"
182 + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.16.7.tgz#42b9ca4b2b200123c3b7e726b0ae5153924905b0"
183 + integrity sha512-VtJ/65tYiU/6AbMTDwyoXGPKHgTsfRarivm+YbB5uAzKUyuPjgZSgAFeG87FCigc7KNHu2Pegh1XIT3lXjvz3Q==
184 + dependencies:
185 + "@babel/types" "^7.16.7"
186 +
187 +"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.16.7":
188 + version "7.16.7"
189 + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz#25612a8091a999704461c8a222d0efec5d091437"
190 + integrity sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==
191 + dependencies:
192 + "@babel/types" "^7.16.7"
193 +
194 +"@babel/helper-module-transforms@^7.12.1", "@babel/helper-module-transforms@^7.16.7":
195 + version "7.16.7"
196 + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.16.7.tgz#7665faeb721a01ca5327ddc6bba15a5cb34b6a41"
197 + integrity sha512-gaqtLDxJEFCeQbYp9aLAefjhkKdjKcdh6DB7jniIGU3Pz52WAmP268zK0VgPz9hUNkMSYeH976K2/Y6yPadpng==
198 + dependencies:
199 + "@babel/helper-environment-visitor" "^7.16.7"
200 + "@babel/helper-module-imports" "^7.16.7"
201 + "@babel/helper-simple-access" "^7.16.7"
202 + "@babel/helper-split-export-declaration" "^7.16.7"
203 + "@babel/helper-validator-identifier" "^7.16.7"
204 + "@babel/template" "^7.16.7"
205 + "@babel/traverse" "^7.16.7"
206 + "@babel/types" "^7.16.7"
207 +
208 +"@babel/helper-optimise-call-expression@^7.16.7":
209 + version "7.16.7"
210 + resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.7.tgz#a34e3560605abbd31a18546bd2aad3e6d9a174f2"
211 + integrity sha512-EtgBhg7rd/JcnpZFXpBy0ze1YRfdm7BnBX4uKMBd3ixa3RGAE002JZB66FJyNH7g0F38U05pXmA5P8cBh7z+1w==
212 + dependencies:
213 + "@babel/types" "^7.16.7"
214 +
215 +"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.13.0", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.16.7", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
216 + version "7.16.7"
217 + resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.7.tgz#aa3a8ab4c3cceff8e65eb9e73d87dc4ff320b2f5"
218 + integrity sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA==
219 +
220 +"@babel/helper-remap-async-to-generator@^7.16.8":
221 + version "7.16.8"
222 + resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.16.8.tgz#29ffaade68a367e2ed09c90901986918d25e57e3"
223 + integrity sha512-fm0gH7Flb8H51LqJHy3HJ3wnE1+qtYR2A99K06ahwrawLdOFsCEWjZOrYricXJHoPSudNKxrMBUPEIPxiIIvBw==
224 + dependencies:
225 + "@babel/helper-annotate-as-pure" "^7.16.7"
226 + "@babel/helper-wrap-function" "^7.16.8"
227 + "@babel/types" "^7.16.8"
228 +
229 +"@babel/helper-replace-supers@^7.16.7":
230 + version "7.16.7"
231 + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.16.7.tgz#e9f5f5f32ac90429c1a4bdec0f231ef0c2838ab1"
232 + integrity sha512-y9vsWilTNaVnVh6xiJfABzsNpgDPKev9HnAgz6Gb1p6UUwf9NepdlsV7VXGCftJM+jqD5f7JIEubcpLjZj5dBw==
233 + dependencies:
234 + "@babel/helper-environment-visitor" "^7.16.7"
235 + "@babel/helper-member-expression-to-functions" "^7.16.7"
236 + "@babel/helper-optimise-call-expression" "^7.16.7"
237 + "@babel/traverse" "^7.16.7"
238 + "@babel/types" "^7.16.7"
239 +
240 +"@babel/helper-simple-access@^7.16.7":
241 + version "7.16.7"
242 + resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.16.7.tgz#d656654b9ea08dbb9659b69d61063ccd343ff0f7"
243 + integrity sha512-ZIzHVyoeLMvXMN/vok/a4LWRy8G2v205mNP0XOuf9XRLyX5/u9CnVulUtDgUTama3lT+bf/UqucuZjqiGuTS1g==
244 + dependencies:
245 + "@babel/types" "^7.16.7"
246 +
247 +"@babel/helper-skip-transparent-expression-wrappers@^7.16.0":
248 + version "7.16.0"
249 + resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.16.0.tgz#0ee3388070147c3ae051e487eca3ebb0e2e8bb09"
250 + integrity sha512-+il1gTy0oHwUsBQZyJvukbB4vPMdcYBrFHa0Uc4AizLxbq6BOYC51Rv4tWocX9BLBDLZ4kc6qUFpQ6HRgL+3zw==
251 + dependencies:
252 + "@babel/types" "^7.16.0"
253 +
254 +"@babel/helper-split-export-declaration@^7.16.7":
255 + version "7.16.7"
256 + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.7.tgz#0b648c0c42da9d3920d85ad585f2778620b8726b"
257 + integrity sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==
258 + dependencies:
259 + "@babel/types" "^7.16.7"
260 +
261 +"@babel/helper-validator-identifier@^7.16.7":
262 + version "7.16.7"
263 + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad"
264 + integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==
265 +
266 +"@babel/helper-validator-option@^7.16.7":
267 + version "7.16.7"
268 + resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz#b203ce62ce5fe153899b617c08957de860de4d23"
269 + integrity sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ==
270 +
271 +"@babel/helper-wrap-function@^7.16.8":
272 + version "7.16.8"
273 + resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.16.8.tgz#58afda087c4cd235de92f7ceedebca2c41274200"
274 + integrity sha512-8RpyRVIAW1RcDDGTA+GpPAwV22wXCfKOoM9bet6TLkGIFTkRQSkH1nMQ5Yet4MpoXe1ZwHPVtNasc2w0uZMqnw==
275 + dependencies:
276 + "@babel/helper-function-name" "^7.16.7"
277 + "@babel/template" "^7.16.7"
278 + "@babel/traverse" "^7.16.8"
279 + "@babel/types" "^7.16.8"
280 +
281 +"@babel/helpers@^7.12.1", "@babel/helpers@^7.16.7":
282 + version "7.16.7"
283 + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.16.7.tgz#7e3504d708d50344112767c3542fc5e357fffefc"
284 + integrity sha512-9ZDoqtfY7AuEOt3cxchfii6C7GDyyMBffktR5B2jvWv8u2+efwvpnVKXMWzNehqy68tKgAfSwfdw/lWpthS2bw==
285 + dependencies:
286 + "@babel/template" "^7.16.7"
287 + "@babel/traverse" "^7.16.7"
288 + "@babel/types" "^7.16.7"
289 +
290 +"@babel/highlight@^7.10.4", "@babel/highlight@^7.16.7":
291 + version "7.16.7"
292 + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.16.7.tgz#81a01d7d675046f0d96f82450d9d9578bdfd6b0b"
293 + integrity sha512-aKpPMfLvGO3Q97V0qhw/V2SWNWlwfJknuwAunU7wZLSfrM4xTBvg7E5opUVi1kJTBKihE38CPg4nBiqX83PWYw==
294 + dependencies:
295 + "@babel/helper-validator-identifier" "^7.16.7"
296 + chalk "^2.0.0"
297 + js-tokens "^4.0.0"
298 +
299 +"@babel/parser@^7.1.0", "@babel/parser@^7.12.3", "@babel/parser@^7.14.7", "@babel/parser@^7.16.7", "@babel/parser@^7.16.8", "@babel/parser@^7.7.0":
300 + version "7.16.8"
301 + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.8.tgz#61c243a3875f7d0b0962b0543a33ece6ff2f1f17"
302 + integrity sha512-i7jDUfrVBWc+7OKcBzEe5n7fbv3i2fWtxKzzCvOjnzSxMfWMigAhtfJ7qzZNGFNMsCCd67+uz553dYKWXPvCKw==
303 +
304 +"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.7":
305 + version "7.16.7"
306 + resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.16.7.tgz#4eda6d6c2a0aa79c70fa7b6da67763dfe2141050"
307 + integrity sha512-anv/DObl7waiGEnC24O9zqL0pSuI9hljihqiDuFHC8d7/bjr/4RLGPWuc8rYOff/QPzbEPSkzG8wGG9aDuhHRg==
308 + dependencies:
309 + "@babel/helper-plugin-utils" "^7.16.7"
310 +
311 +"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.16.7":
312 + version "7.16.7"
313 + resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.16.7.tgz#cc001234dfc139ac45f6bcf801866198c8c72ff9"
314 + integrity sha512-di8vUHRdf+4aJ7ltXhaDbPoszdkh59AQtJM5soLsuHpQJdFQZOA4uGj0V2u/CZ8bJ/u8ULDL5yq6FO/bCXnKHw==
315 + dependencies:
316 + "@babel/helper-plugin-utils" "^7.16.7"
317 + "@babel/helper-skip-transparent-expression-wrappers" "^7.16.0"
318 + "@babel/plugin-proposal-optional-chaining" "^7.16.7"
319 +
320 +"@babel/plugin-proposal-async-generator-functions@^7.16.8":
321 + version "7.16.8"
322 + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.16.8.tgz#3bdd1ebbe620804ea9416706cd67d60787504bc8"
323 + integrity sha512-71YHIvMuiuqWJQkebWJtdhQTfd4Q4mF76q2IX37uZPkG9+olBxsX+rH1vkhFto4UeJZ9dPY2s+mDvhDm1u2BGQ==
324 + dependencies:
325 + "@babel/helper-plugin-utils" "^7.16.7"
326 + "@babel/helper-remap-async-to-generator" "^7.16.8"
327 + "@babel/plugin-syntax-async-generators" "^7.8.4"
328 +
329 +"@babel/plugin-proposal-class-properties@^7.16.0", "@babel/plugin-proposal-class-properties@^7.16.7":
330 + version "7.16.7"
331 + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.16.7.tgz#925cad7b3b1a2fcea7e59ecc8eb5954f961f91b0"
332 + integrity sha512-IobU0Xme31ewjYOShSIqd/ZGM/r/cuOz2z0MDbNrhF5FW+ZVgi0f2lyeoj9KFPDOAqsYxmLWZte1WOwlvY9aww==
333 + dependencies:
334 + "@babel/helper-create-class-features-plugin" "^7.16.7"
335 + "@babel/helper-plugin-utils" "^7.16.7"
336 +
337 +"@babel/plugin-proposal-class-static-block@^7.16.7":
338 + version "7.16.7"
339 + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.16.7.tgz#712357570b612106ef5426d13dc433ce0f200c2a"
340 + integrity sha512-dgqJJrcZoG/4CkMopzhPJjGxsIe9A8RlkQLnL/Vhhx8AA9ZuaRwGSlscSh42hazc7WSrya/IK7mTeoF0DP9tEw==
341 + dependencies:
342 + "@babel/helper-create-class-features-plugin" "^7.16.7"
343 + "@babel/helper-plugin-utils" "^7.16.7"
344 + "@babel/plugin-syntax-class-static-block" "^7.14.5"
345 +
346 +"@babel/plugin-proposal-decorators@^7.16.4":
347 + version "7.16.7"
348 + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.16.7.tgz#922907d2e3e327f5b07d2246bcfc0bd438f360d2"
349 + integrity sha512-DoEpnuXK14XV9btI1k8tzNGCutMclpj4yru8aXKoHlVmbO1s+2A+g2+h4JhcjrxkFJqzbymnLG6j/niOf3iFXQ==
350 + dependencies:
351 + "@babel/helper-create-class-features-plugin" "^7.16.7"
352 + "@babel/helper-plugin-utils" "^7.16.7"
353 + "@babel/plugin-syntax-decorators" "^7.16.7"
354 +
355 +"@babel/plugin-proposal-dynamic-import@^7.16.7":
356 + version "7.16.7"
357 + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.16.7.tgz#c19c897eaa46b27634a00fee9fb7d829158704b2"
358 + integrity sha512-I8SW9Ho3/8DRSdmDdH3gORdyUuYnk1m4cMxUAdu5oy4n3OfN8flDEH+d60iG7dUfi0KkYwSvoalHzzdRzpWHTg==
359 + dependencies:
360 + "@babel/helper-plugin-utils" "^7.16.7"
361 + "@babel/plugin-syntax-dynamic-import" "^7.8.3"
362 +
363 +"@babel/plugin-proposal-export-namespace-from@^7.16.7":
364 + version "7.16.7"
365 + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.16.7.tgz#09de09df18445a5786a305681423ae63507a6163"
366 + integrity sha512-ZxdtqDXLRGBL64ocZcs7ovt71L3jhC1RGSyR996svrCi3PYqHNkb3SwPJCs8RIzD86s+WPpt2S73+EHCGO+NUA==
367 + dependencies:
368 + "@babel/helper-plugin-utils" "^7.16.7"
369 + "@babel/plugin-syntax-export-namespace-from" "^7.8.3"
370 +
371 +"@babel/plugin-proposal-json-strings@^7.16.7":
372 + version "7.16.7"
373 + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.16.7.tgz#9732cb1d17d9a2626a08c5be25186c195b6fa6e8"
374 + integrity sha512-lNZ3EEggsGY78JavgbHsK9u5P3pQaW7k4axlgFLYkMd7UBsiNahCITShLjNQschPyjtO6dADrL24757IdhBrsQ==
375 + dependencies:
376 + "@babel/helper-plugin-utils" "^7.16.7"
377 + "@babel/plugin-syntax-json-strings" "^7.8.3"
378 +
379 +"@babel/plugin-proposal-logical-assignment-operators@^7.16.7":
380 + version "7.16.7"
381 + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.16.7.tgz#be23c0ba74deec1922e639832904be0bea73cdea"
382 + integrity sha512-K3XzyZJGQCr00+EtYtrDjmwX7o7PLK6U9bi1nCwkQioRFVUv6dJoxbQjtWVtP+bCPy82bONBKG8NPyQ4+i6yjg==
383 + dependencies:
384 + "@babel/helper-plugin-utils" "^7.16.7"
385 + "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
386 +
387 +"@babel/plugin-proposal-nullish-coalescing-operator@^7.16.0", "@babel/plugin-proposal-nullish-coalescing-operator@^7.16.7":
388 + version "7.16.7"
389 + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.16.7.tgz#141fc20b6857e59459d430c850a0011e36561d99"
390 + integrity sha512-aUOrYU3EVtjf62jQrCj63pYZ7k6vns2h/DQvHPWGmsJRYzWXZ6/AsfgpiRy6XiuIDADhJzP2Q9MwSMKauBQ+UQ==
391 + dependencies:
392 + "@babel/helper-plugin-utils" "^7.16.7"
393 + "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
394 +
395 +"@babel/plugin-proposal-numeric-separator@^7.16.0", "@babel/plugin-proposal-numeric-separator@^7.16.7":
396 + version "7.16.7"
397 + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.16.7.tgz#d6b69f4af63fb38b6ca2558442a7fb191236eba9"
398 + integrity sha512-vQgPMknOIgiuVqbokToyXbkY/OmmjAzr/0lhSIbG/KmnzXPGwW/AdhdKpi+O4X/VkWiWjnkKOBiqJrTaC98VKw==
399 + dependencies:
400 + "@babel/helper-plugin-utils" "^7.16.7"
401 + "@babel/plugin-syntax-numeric-separator" "^7.10.4"
402 +
403 +"@babel/plugin-proposal-object-rest-spread@^7.16.7":
404 + version "7.16.7"
405 + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.16.7.tgz#94593ef1ddf37021a25bdcb5754c4a8d534b01d8"
406 + integrity sha512-3O0Y4+dw94HA86qSg9IHfyPktgR7q3gpNVAeiKQd+8jBKFaU5NQS1Yatgo4wY+UFNuLjvxcSmzcsHqrhgTyBUA==
407 + dependencies:
408 + "@babel/compat-data" "^7.16.4"
409 + "@babel/helper-compilation-targets" "^7.16.7"
410 + "@babel/helper-plugin-utils" "^7.16.7"
411 + "@babel/plugin-syntax-object-rest-spread" "^7.8.3"
412 + "@babel/plugin-transform-parameters" "^7.16.7"
413 +
414 +"@babel/plugin-proposal-optional-catch-binding@^7.16.7":
415 + version "7.16.7"
416 + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.16.7.tgz#c623a430674ffc4ab732fd0a0ae7722b67cb74cf"
417 + integrity sha512-eMOH/L4OvWSZAE1VkHbr1vckLG1WUcHGJSLqqQwl2GaUqG6QjddvrOaTUMNYiv77H5IKPMZ9U9P7EaHwvAShfA==
418 + dependencies:
419 + "@babel/helper-plugin-utils" "^7.16.7"
420 + "@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
421 +
422 +"@babel/plugin-proposal-optional-chaining@^7.16.0", "@babel/plugin-proposal-optional-chaining@^7.16.7":
423 + version "7.16.7"
424 + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.16.7.tgz#7cd629564724816c0e8a969535551f943c64c39a"
425 + integrity sha512-eC3xy+ZrUcBtP7x+sq62Q/HYd674pPTb/77XZMb5wbDPGWIdUbSr4Agr052+zaUPSb+gGRnjxXfKFvx5iMJ+DA==
426 + dependencies:
427 + "@babel/helper-plugin-utils" "^7.16.7"
428 + "@babel/helper-skip-transparent-expression-wrappers" "^7.16.0"
429 + "@babel/plugin-syntax-optional-chaining" "^7.8.3"
430 +
431 +"@babel/plugin-proposal-private-methods@^7.16.0", "@babel/plugin-proposal-private-methods@^7.16.7":
432 + version "7.16.7"
433 + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.16.7.tgz#e418e3aa6f86edd6d327ce84eff188e479f571e0"
434 + integrity sha512-7twV3pzhrRxSwHeIvFE6coPgvo+exNDOiGUMg39o2LiLo1Y+4aKpfkcLGcg1UHonzorCt7SNXnoMyCnnIOA8Sw==
435 + dependencies:
436 + "@babel/helper-create-class-features-plugin" "^7.16.7"
437 + "@babel/helper-plugin-utils" "^7.16.7"
438 +
439 +"@babel/plugin-proposal-private-property-in-object@^7.16.7":
440 + version "7.16.7"
441 + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.16.7.tgz#b0b8cef543c2c3d57e59e2c611994861d46a3fce"
442 + integrity sha512-rMQkjcOFbm+ufe3bTZLyOfsOUOxyvLXZJCTARhJr+8UMSoZmqTe1K1BgkFcrW37rAchWg57yI69ORxiWvUINuQ==
443 + dependencies:
444 + "@babel/helper-annotate-as-pure" "^7.16.7"
445 + "@babel/helper-create-class-features-plugin" "^7.16.7"
446 + "@babel/helper-plugin-utils" "^7.16.7"
447 + "@babel/plugin-syntax-private-property-in-object" "^7.14.5"
448 +
449 +"@babel/plugin-proposal-unicode-property-regex@^7.16.7", "@babel/plugin-proposal-unicode-property-regex@^7.4.4":
450 + version "7.16.7"
451 + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.16.7.tgz#635d18eb10c6214210ffc5ff4932552de08188a2"
452 + integrity sha512-QRK0YI/40VLhNVGIjRNAAQkEHws0cswSdFFjpFyt943YmJIU1da9uW63Iu6NFV6CxTZW5eTDCrwZUstBWgp/Rg==
453 + dependencies:
454 + "@babel/helper-create-regexp-features-plugin" "^7.16.7"
455 + "@babel/helper-plugin-utils" "^7.16.7"
456 +
457 +"@babel/plugin-syntax-async-generators@^7.8.4":
458 + version "7.8.4"
459 + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d"
460 + integrity sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==
461 + dependencies:
462 + "@babel/helper-plugin-utils" "^7.8.0"
463 +
464 +"@babel/plugin-syntax-bigint@^7.8.3":
465 + version "7.8.3"
466 + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz#4c9a6f669f5d0cdf1b90a1671e9a146be5300cea"
467 + integrity sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==
468 + dependencies:
469 + "@babel/helper-plugin-utils" "^7.8.0"
470 +
471 +"@babel/plugin-syntax-class-properties@^7.12.13", "@babel/plugin-syntax-class-properties@^7.8.3":
472 + version "7.12.13"
473 + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz#b5c987274c4a3a82b89714796931a6b53544ae10"
474 + integrity sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==
475 + dependencies:
476 + "@babel/helper-plugin-utils" "^7.12.13"
477 +
478 +"@babel/plugin-syntax-class-static-block@^7.14.5":
479 + version "7.14.5"
480 + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz#195df89b146b4b78b3bf897fd7a257c84659d406"
481 + integrity sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==
482 + dependencies:
483 + "@babel/helper-plugin-utils" "^7.14.5"
484 +
485 +"@babel/plugin-syntax-decorators@^7.16.7":
486 + version "7.16.7"
487 + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.16.7.tgz#f66a0199f16de7c1ef5192160ccf5d069739e3d3"
488 + integrity sha512-vQ+PxL+srA7g6Rx6I1e15m55gftknl2X8GCUW1JTlkTaXZLJOS0UcaY0eK9jYT7IYf4awn6qwyghVHLDz1WyMw==
489 + dependencies:
490 + "@babel/helper-plugin-utils" "^7.16.7"
491 +
492 +"@babel/plugin-syntax-dynamic-import@^7.8.3":
493 + version "7.8.3"
494 + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz#62bf98b2da3cd21d626154fc96ee5b3cb68eacb3"
495 + integrity sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==
496 + dependencies:
497 + "@babel/helper-plugin-utils" "^7.8.0"
498 +
499 +"@babel/plugin-syntax-export-namespace-from@^7.8.3":
500 + version "7.8.3"
501 + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz#028964a9ba80dbc094c915c487ad7c4e7a66465a"
502 + integrity sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==
503 + dependencies:
504 + "@babel/helper-plugin-utils" "^7.8.3"
505 +
506 +"@babel/plugin-syntax-flow@^7.16.7":
507 + version "7.16.7"
508 + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.16.7.tgz#202b147e5892b8452bbb0bb269c7ed2539ab8832"
509 + integrity sha512-UDo3YGQO0jH6ytzVwgSLv9i/CzMcUjbKenL67dTrAZPPv6GFAtDhe6jqnvmoKzC/7htNTohhos+onPtDMqJwaQ==
510 + dependencies:
511 + "@babel/helper-plugin-utils" "^7.16.7"
512 +
513 +"@babel/plugin-syntax-import-meta@^7.8.3":
514 + version "7.10.4"
515 + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz#ee601348c370fa334d2207be158777496521fd51"
516 + integrity sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==
517 + dependencies:
518 + "@babel/helper-plugin-utils" "^7.10.4"
519 +
520 +"@babel/plugin-syntax-json-strings@^7.8.3":
521 + version "7.8.3"
522 + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz#01ca21b668cd8218c9e640cb6dd88c5412b2c96a"
523 + integrity sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==
524 + dependencies:
525 + "@babel/helper-plugin-utils" "^7.8.0"
526 +
527 +"@babel/plugin-syntax-jsx@^7.16.7":
528 + version "7.16.7"
529 + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.16.7.tgz#50b6571d13f764266a113d77c82b4a6508bbe665"
530 + integrity sha512-Esxmk7YjA8QysKeT3VhTXvF6y77f/a91SIs4pWb4H2eWGQkCKFgQaG6hdoEVZtGsrAcb2K5BW66XsOErD4WU3Q==
531 + dependencies:
532 + "@babel/helper-plugin-utils" "^7.16.7"
533 +
534 +"@babel/plugin-syntax-logical-assignment-operators@^7.10.4", "@babel/plugin-syntax-logical-assignment-operators@^7.8.3":
535 + version "7.10.4"
536 + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz#ca91ef46303530448b906652bac2e9fe9941f699"
537 + integrity sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==
538 + dependencies:
539 + "@babel/helper-plugin-utils" "^7.10.4"
540 +
541 +"@babel/plugin-syntax-nullish-coalescing-operator@^7.8.3":
542 + version "7.8.3"
543 + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz#167ed70368886081f74b5c36c65a88c03b66d1a9"
544 + integrity sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==
545 + dependencies:
546 + "@babel/helper-plugin-utils" "^7.8.0"
547 +
548 +"@babel/plugin-syntax-numeric-separator@^7.10.4", "@babel/plugin-syntax-numeric-separator@^7.8.3":
549 + version "7.10.4"
550 + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz#b9b070b3e33570cd9fd07ba7fa91c0dd37b9af97"
551 + integrity sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==
552 + dependencies:
553 + "@babel/helper-plugin-utils" "^7.10.4"
554 +
555 +"@babel/plugin-syntax-object-rest-spread@^7.8.3":
556 + version "7.8.3"
557 + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz#60e225edcbd98a640332a2e72dd3e66f1af55871"
558 + integrity sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==
559 + dependencies:
560 + "@babel/helper-plugin-utils" "^7.8.0"
561 +
562 +"@babel/plugin-syntax-optional-catch-binding@^7.8.3":
563 + version "7.8.3"
564 + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz#6111a265bcfb020eb9efd0fdfd7d26402b9ed6c1"
565 + integrity sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==
566 + dependencies:
567 + "@babel/helper-plugin-utils" "^7.8.0"
568 +
569 +"@babel/plugin-syntax-optional-chaining@^7.8.3":
570 + version "7.8.3"
571 + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz#4f69c2ab95167e0180cd5336613f8c5788f7d48a"
572 + integrity sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==
573 + dependencies:
574 + "@babel/helper-plugin-utils" "^7.8.0"
575 +
576 +"@babel/plugin-syntax-private-property-in-object@^7.14.5":
577 + version "7.14.5"
578 + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz#0dc6671ec0ea22b6e94a1114f857970cd39de1ad"
579 + integrity sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==
580 + dependencies:
581 + "@babel/helper-plugin-utils" "^7.14.5"
582 +
583 +"@babel/plugin-syntax-top-level-await@^7.14.5", "@babel/plugin-syntax-top-level-await@^7.8.3":
584 + version "7.14.5"
585 + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz#c1cfdadc35a646240001f06138247b741c34d94c"
586 + integrity sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==
587 + dependencies:
588 + "@babel/helper-plugin-utils" "^7.14.5"
589 +
590 +"@babel/plugin-syntax-typescript@^7.16.7":
591 + version "7.16.7"
592 + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.16.7.tgz#39c9b55ee153151990fb038651d58d3fd03f98f8"
593 + integrity sha512-YhUIJHHGkqPgEcMYkPCKTyGUdoGKWtopIycQyjJH8OjvRgOYsXsaKehLVPScKJWAULPxMa4N1vCe6szREFlZ7A==
594 + dependencies:
595 + "@babel/helper-plugin-utils" "^7.16.7"
596 +
597 +"@babel/plugin-transform-arrow-functions@^7.16.7":
598 + version "7.16.7"
599 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.16.7.tgz#44125e653d94b98db76369de9c396dc14bef4154"
600 + integrity sha512-9ffkFFMbvzTvv+7dTp/66xvZAWASuPD5Tl9LK3Z9vhOmANo6j94rik+5YMBt4CwHVMWLWpMsriIc2zsa3WW3xQ==
601 + dependencies:
602 + "@babel/helper-plugin-utils" "^7.16.7"
603 +
604 +"@babel/plugin-transform-async-to-generator@^7.16.8":
605 + version "7.16.8"
606 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.16.8.tgz#b83dff4b970cf41f1b819f8b49cc0cfbaa53a808"
607 + integrity sha512-MtmUmTJQHCnyJVrScNzNlofQJ3dLFuobYn3mwOTKHnSCMtbNsqvF71GQmJfFjdrXSsAA7iysFmYWw4bXZ20hOg==
608 + dependencies:
609 + "@babel/helper-module-imports" "^7.16.7"
610 + "@babel/helper-plugin-utils" "^7.16.7"
611 + "@babel/helper-remap-async-to-generator" "^7.16.8"
612 +
613 +"@babel/plugin-transform-block-scoped-functions@^7.16.7":
614 + version "7.16.7"
615 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.16.7.tgz#4d0d57d9632ef6062cdf354bb717102ee042a620"
616 + integrity sha512-JUuzlzmF40Z9cXyytcbZEZKckgrQzChbQJw/5PuEHYeqzCsvebDx0K0jWnIIVcmmDOAVctCgnYs0pMcrYj2zJg==
617 + dependencies:
618 + "@babel/helper-plugin-utils" "^7.16.7"
619 +
620 +"@babel/plugin-transform-block-scoping@^7.16.7":
621 + version "7.16.7"
622 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.16.7.tgz#f50664ab99ddeaee5bc681b8f3a6ea9d72ab4f87"
623 + integrity sha512-ObZev2nxVAYA4bhyusELdo9hb3H+A56bxH3FZMbEImZFiEDYVHXQSJ1hQKFlDnlt8G9bBrCZ5ZpURZUrV4G5qQ==
624 + dependencies:
625 + "@babel/helper-plugin-utils" "^7.16.7"
626 +
627 +"@babel/plugin-transform-classes@^7.16.7":
628 + version "7.16.7"
629 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.16.7.tgz#8f4b9562850cd973de3b498f1218796eb181ce00"
630 + integrity sha512-WY7og38SFAGYRe64BrjKf8OrE6ulEHtr5jEYaZMwox9KebgqPi67Zqz8K53EKk1fFEJgm96r32rkKZ3qA2nCWQ==
631 + dependencies:
632 + "@babel/helper-annotate-as-pure" "^7.16.7"
633 + "@babel/helper-environment-visitor" "^7.16.7"
634 + "@babel/helper-function-name" "^7.16.7"
635 + "@babel/helper-optimise-call-expression" "^7.16.7"
636 + "@babel/helper-plugin-utils" "^7.16.7"
637 + "@babel/helper-replace-supers" "^7.16.7"
638 + "@babel/helper-split-export-declaration" "^7.16.7"
639 + globals "^11.1.0"
640 +
641 +"@babel/plugin-transform-computed-properties@^7.16.7":
642 + version "7.16.7"
643 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.16.7.tgz#66dee12e46f61d2aae7a73710f591eb3df616470"
644 + integrity sha512-gN72G9bcmenVILj//sv1zLNaPyYcOzUho2lIJBMh/iakJ9ygCo/hEF9cpGb61SCMEDxbbyBoVQxrt+bWKu5KGw==
645 + dependencies:
646 + "@babel/helper-plugin-utils" "^7.16.7"
647 +
648 +"@babel/plugin-transform-destructuring@^7.16.7":
649 + version "7.16.7"
650 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.16.7.tgz#ca9588ae2d63978a4c29d3f33282d8603f618e23"
651 + integrity sha512-VqAwhTHBnu5xBVDCvrvqJbtLUa++qZaWC0Fgr2mqokBlulZARGyIvZDoqbPlPaKImQ9dKAcCzbv+ul//uqu70A==
652 + dependencies:
653 + "@babel/helper-plugin-utils" "^7.16.7"
654 +
655 +"@babel/plugin-transform-dotall-regex@^7.16.7", "@babel/plugin-transform-dotall-regex@^7.4.4":
656 + version "7.16.7"
657 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.16.7.tgz#6b2d67686fab15fb6a7fd4bd895d5982cfc81241"
658 + integrity sha512-Lyttaao2SjZF6Pf4vk1dVKv8YypMpomAbygW+mU5cYP3S5cWTfCJjG8xV6CFdzGFlfWK81IjL9viiTvpb6G7gQ==
659 + dependencies:
660 + "@babel/helper-create-regexp-features-plugin" "^7.16.7"
661 + "@babel/helper-plugin-utils" "^7.16.7"
662 +
663 +"@babel/plugin-transform-duplicate-keys@^7.16.7":
664 + version "7.16.7"
665 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.16.7.tgz#2207e9ca8f82a0d36a5a67b6536e7ef8b08823c9"
666 + integrity sha512-03DvpbRfvWIXyK0/6QiR1KMTWeT6OcQ7tbhjrXyFS02kjuX/mu5Bvnh5SDSWHxyawit2g5aWhKwI86EE7GUnTw==
667 + dependencies:
668 + "@babel/helper-plugin-utils" "^7.16.7"
669 +
670 +"@babel/plugin-transform-exponentiation-operator@^7.16.7":
671 + version "7.16.7"
672 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.16.7.tgz#efa9862ef97e9e9e5f653f6ddc7b665e8536fe9b"
673 + integrity sha512-8UYLSlyLgRixQvlYH3J2ekXFHDFLQutdy7FfFAMm3CPZ6q9wHCwnUyiXpQCe3gVVnQlHc5nsuiEVziteRNTXEA==
674 + dependencies:
675 + "@babel/helper-builder-binary-assignment-operator-visitor" "^7.16.7"
676 + "@babel/helper-plugin-utils" "^7.16.7"
677 +
678 +"@babel/plugin-transform-flow-strip-types@^7.16.0":
679 + version "7.16.7"
680 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.16.7.tgz#291fb140c78dabbf87f2427e7c7c332b126964b8"
681 + integrity sha512-mzmCq3cNsDpZZu9FADYYyfZJIOrSONmHcop2XEKPdBNMa4PDC4eEvcOvzZaCNcjKu72v0XQlA5y1g58aLRXdYg==
682 + dependencies:
683 + "@babel/helper-plugin-utils" "^7.16.7"
684 + "@babel/plugin-syntax-flow" "^7.16.7"
685 +
686 +"@babel/plugin-transform-for-of@^7.16.7":
687 + version "7.16.7"
688 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.16.7.tgz#649d639d4617dff502a9a158c479b3b556728d8c"
689 + integrity sha512-/QZm9W92Ptpw7sjI9Nx1mbcsWz33+l8kuMIQnDwgQBG5s3fAfQvkRjQ7NqXhtNcKOnPkdICmUHyCaWW06HCsqg==
690 + dependencies:
691 + "@babel/helper-plugin-utils" "^7.16.7"
692 +
693 +"@babel/plugin-transform-function-name@^7.16.7":
694 + version "7.16.7"
695 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.16.7.tgz#5ab34375c64d61d083d7d2f05c38d90b97ec65cf"
696 + integrity sha512-SU/C68YVwTRxqWj5kgsbKINakGag0KTgq9f2iZEXdStoAbOzLHEBRYzImmA6yFo8YZhJVflvXmIHUO7GWHmxxA==
697 + dependencies:
698 + "@babel/helper-compilation-targets" "^7.16.7"
699 + "@babel/helper-function-name" "^7.16.7"
700 + "@babel/helper-plugin-utils" "^7.16.7"
701 +
702 +"@babel/plugin-transform-literals@^7.16.7":
703 + version "7.16.7"
704 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.16.7.tgz#254c9618c5ff749e87cb0c0cef1a0a050c0bdab1"
705 + integrity sha512-6tH8RTpTWI0s2sV6uq3e/C9wPo4PTqqZps4uF0kzQ9/xPLFQtipynvmT1g/dOfEJ+0EQsHhkQ/zyRId8J2b8zQ==
706 + dependencies:
707 + "@babel/helper-plugin-utils" "^7.16.7"
708 +
709 +"@babel/plugin-transform-member-expression-literals@^7.16.7":
710 + version "7.16.7"
711 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.16.7.tgz#6e5dcf906ef8a098e630149d14c867dd28f92384"
712 + integrity sha512-mBruRMbktKQwbxaJof32LT9KLy2f3gH+27a5XSuXo6h7R3vqltl0PgZ80C8ZMKw98Bf8bqt6BEVi3svOh2PzMw==
713 + dependencies:
714 + "@babel/helper-plugin-utils" "^7.16.7"
715 +
716 +"@babel/plugin-transform-modules-amd@^7.16.7":
717 + version "7.16.7"
718 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.16.7.tgz#b28d323016a7daaae8609781d1f8c9da42b13186"
719 + integrity sha512-KaaEtgBL7FKYwjJ/teH63oAmE3lP34N3kshz8mm4VMAw7U3PxjVwwUmxEFksbgsNUaO3wId9R2AVQYSEGRa2+g==
720 + dependencies:
721 + "@babel/helper-module-transforms" "^7.16.7"
722 + "@babel/helper-plugin-utils" "^7.16.7"
723 + babel-plugin-dynamic-import-node "^2.3.3"
724 +
725 +"@babel/plugin-transform-modules-commonjs@^7.16.8":
726 + version "7.16.8"
727 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.16.8.tgz#cdee19aae887b16b9d331009aa9a219af7c86afe"
728 + integrity sha512-oflKPvsLT2+uKQopesJt3ApiaIS2HW+hzHFcwRNtyDGieAeC/dIHZX8buJQ2J2X1rxGPy4eRcUijm3qcSPjYcA==
729 + dependencies:
730 + "@babel/helper-module-transforms" "^7.16.7"
731 + "@babel/helper-plugin-utils" "^7.16.7"
732 + "@babel/helper-simple-access" "^7.16.7"
733 + babel-plugin-dynamic-import-node "^2.3.3"
734 +
735 +"@babel/plugin-transform-modules-systemjs@^7.16.7":
736 + version "7.16.7"
737 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.16.7.tgz#887cefaef88e684d29558c2b13ee0563e287c2d7"
738 + integrity sha512-DuK5E3k+QQmnOqBR9UkusByy5WZWGRxfzV529s9nPra1GE7olmxfqO2FHobEOYSPIjPBTr4p66YDcjQnt8cBmw==
739 + dependencies:
740 + "@babel/helper-hoist-variables" "^7.16.7"
741 + "@babel/helper-module-transforms" "^7.16.7"
742 + "@babel/helper-plugin-utils" "^7.16.7"
743 + "@babel/helper-validator-identifier" "^7.16.7"
744 + babel-plugin-dynamic-import-node "^2.3.3"
745 +
746 +"@babel/plugin-transform-modules-umd@^7.16.7":
747 + version "7.16.7"
748 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.16.7.tgz#23dad479fa585283dbd22215bff12719171e7618"
749 + integrity sha512-EMh7uolsC8O4xhudF2F6wedbSHm1HHZ0C6aJ7K67zcDNidMzVcxWdGr+htW9n21klm+bOn+Rx4CBsAntZd3rEQ==
750 + dependencies:
751 + "@babel/helper-module-transforms" "^7.16.7"
752 + "@babel/helper-plugin-utils" "^7.16.7"
753 +
754 +"@babel/plugin-transform-named-capturing-groups-regex@^7.16.8":
755 + version "7.16.8"
756 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.16.8.tgz#7f860e0e40d844a02c9dcf9d84965e7dfd666252"
757 + integrity sha512-j3Jw+n5PvpmhRR+mrgIh04puSANCk/T/UA3m3P1MjJkhlK906+ApHhDIqBQDdOgL/r1UYpz4GNclTXxyZrYGSw==
758 + dependencies:
759 + "@babel/helper-create-regexp-features-plugin" "^7.16.7"
760 +
761 +"@babel/plugin-transform-new-target@^7.16.7":
762 + version "7.16.7"
763 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.16.7.tgz#9967d89a5c243818e0800fdad89db22c5f514244"
764 + integrity sha512-xiLDzWNMfKoGOpc6t3U+etCE2yRnn3SM09BXqWPIZOBpL2gvVrBWUKnsJx0K/ADi5F5YC5f8APFfWrz25TdlGg==
765 + dependencies:
766 + "@babel/helper-plugin-utils" "^7.16.7"
767 +
768 +"@babel/plugin-transform-object-super@^7.16.7":
769 + version "7.16.7"
770 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.16.7.tgz#ac359cf8d32cf4354d27a46867999490b6c32a94"
771 + integrity sha512-14J1feiQVWaGvRxj2WjyMuXS2jsBkgB3MdSN5HuC2G5nRspa5RK9COcs82Pwy5BuGcjb+fYaUj94mYcOj7rCvw==
772 + dependencies:
773 + "@babel/helper-plugin-utils" "^7.16.7"
774 + "@babel/helper-replace-supers" "^7.16.7"
775 +
776 +"@babel/plugin-transform-parameters@^7.16.7":
777 + version "7.16.7"
778 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.16.7.tgz#a1721f55b99b736511cb7e0152f61f17688f331f"
779 + integrity sha512-AT3MufQ7zZEhU2hwOA11axBnExW0Lszu4RL/tAlUJBuNoRak+wehQW8h6KcXOcgjY42fHtDxswuMhMjFEuv/aw==
780 + dependencies:
781 + "@babel/helper-plugin-utils" "^7.16.7"
782 +
783 +"@babel/plugin-transform-property-literals@^7.16.7":
784 + version "7.16.7"
785 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.16.7.tgz#2dadac85155436f22c696c4827730e0fe1057a55"
786 + integrity sha512-z4FGr9NMGdoIl1RqavCqGG+ZuYjfZ/hkCIeuH6Do7tXmSm0ls11nYVSJqFEUOSJbDab5wC6lRE/w6YjVcr6Hqw==
787 + dependencies:
788 + "@babel/helper-plugin-utils" "^7.16.7"
789 +
790 +"@babel/plugin-transform-react-constant-elements@^7.12.1":
791 + version "7.16.7"
792 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.16.7.tgz#19e9e4c2df2f6c3e6b3aea11778297d81db8df62"
793 + integrity sha512-lF+cfsyTgwWkcw715J88JhMYJ5GpysYNLhLP1PkvkhTRN7B3e74R/1KsDxFxhRpSn0UUD3IWM4GvdBR2PEbbQQ==
794 + dependencies:
795 + "@babel/helper-plugin-utils" "^7.16.7"
796 +
797 +"@babel/plugin-transform-react-display-name@^7.16.0", "@babel/plugin-transform-react-display-name@^7.16.7":
798 + version "7.16.7"
799 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.16.7.tgz#7b6d40d232f4c0f550ea348593db3b21e2404340"
800 + integrity sha512-qgIg8BcZgd0G/Cz916D5+9kqX0c7nPZyXaP8R2tLNN5tkyIZdG5fEwBrxwplzSnjC1jvQmyMNVwUCZPcbGY7Pg==
801 + dependencies:
802 + "@babel/helper-plugin-utils" "^7.16.7"
803 +
804 +"@babel/plugin-transform-react-jsx-development@^7.16.7":
805 + version "7.16.7"
806 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.16.7.tgz#43a00724a3ed2557ed3f276a01a929e6686ac7b8"
807 + integrity sha512-RMvQWvpla+xy6MlBpPlrKZCMRs2AGiHOGHY3xRwl0pEeim348dDyxeH4xBsMPbIMhujeq7ihE702eM2Ew0Wo+A==
808 + dependencies:
809 + "@babel/plugin-transform-react-jsx" "^7.16.7"
810 +
811 +"@babel/plugin-transform-react-jsx@^7.16.7":
812 + version "7.16.7"
813 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.16.7.tgz#86a6a220552afd0e4e1f0388a68a372be7add0d4"
814 + integrity sha512-8D16ye66fxiE8m890w0BpPpngG9o9OVBBy0gH2E+2AR7qMR2ZpTYJEqLxAsoroenMId0p/wMW+Blc0meDgu0Ag==
815 + dependencies:
816 + "@babel/helper-annotate-as-pure" "^7.16.7"
817 + "@babel/helper-module-imports" "^7.16.7"
818 + "@babel/helper-plugin-utils" "^7.16.7"
819 + "@babel/plugin-syntax-jsx" "^7.16.7"
820 + "@babel/types" "^7.16.7"
821 +
822 +"@babel/plugin-transform-react-pure-annotations@^7.16.7":
823 + version "7.16.7"
824 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.16.7.tgz#232bfd2f12eb551d6d7d01d13fe3f86b45eb9c67"
825 + integrity sha512-hs71ToC97k3QWxswh2ElzMFABXHvGiJ01IB1TbYQDGeWRKWz/MPUTh5jGExdHvosYKpnJW5Pm3S4+TA3FyX+GA==
826 + dependencies:
827 + "@babel/helper-annotate-as-pure" "^7.16.7"
828 + "@babel/helper-plugin-utils" "^7.16.7"
829 +
830 +"@babel/plugin-transform-regenerator@^7.16.7":
831 + version "7.16.7"
832 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.16.7.tgz#9e7576dc476cb89ccc5096fff7af659243b4adeb"
833 + integrity sha512-mF7jOgGYCkSJagJ6XCujSQg+6xC1M77/03K2oBmVJWoFGNUtnVJO4WHKJk3dnPC8HCcj4xBQP1Egm8DWh3Pb3Q==
834 + dependencies:
835 + regenerator-transform "^0.14.2"
836 +
837 +"@babel/plugin-transform-reserved-words@^7.16.7":
838 + version "7.16.7"
839 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.16.7.tgz#1d798e078f7c5958eec952059c460b220a63f586"
840 + integrity sha512-KQzzDnZ9hWQBjwi5lpY5v9shmm6IVG0U9pB18zvMu2i4H90xpT4gmqwPYsn8rObiadYe2M0gmgsiOIF5A/2rtg==
841 + dependencies:
842 + "@babel/helper-plugin-utils" "^7.16.7"
843 +
844 +"@babel/plugin-transform-runtime@^7.16.4":
845 + version "7.16.8"
846 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.16.8.tgz#3339368701103edae708f0fba9e4bfb70a3e5872"
847 + integrity sha512-6Kg2XHPFnIarNweZxmzbgYnnWsXxkx9WQUVk2sksBRL80lBC1RAQV3wQagWxdCHiYHqPN+oenwNIuttlYgIbQQ==
848 + dependencies:
849 + "@babel/helper-module-imports" "^7.16.7"
850 + "@babel/helper-plugin-utils" "^7.16.7"
851 + babel-plugin-polyfill-corejs2 "^0.3.0"
852 + babel-plugin-polyfill-corejs3 "^0.5.0"
853 + babel-plugin-polyfill-regenerator "^0.3.0"
854 + semver "^6.3.0"
855 +
856 +"@babel/plugin-transform-shorthand-properties@^7.16.7":
857 + version "7.16.7"
858 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.16.7.tgz#e8549ae4afcf8382f711794c0c7b6b934c5fbd2a"
859 + integrity sha512-hah2+FEnoRoATdIb05IOXf+4GzXYTq75TVhIn1PewihbpyrNWUt2JbudKQOETWw6QpLe+AIUpJ5MVLYTQbeeUg==
860 + dependencies:
861 + "@babel/helper-plugin-utils" "^7.16.7"
862 +
863 +"@babel/plugin-transform-spread@^7.16.7":
864 + version "7.16.7"
865 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.16.7.tgz#a303e2122f9f12e0105daeedd0f30fb197d8ff44"
866 + integrity sha512-+pjJpgAngb53L0iaA5gU/1MLXJIfXcYepLgXB3esVRf4fqmj8f2cxM3/FKaHsZms08hFQJkFccEWuIpm429TXg==
867 + dependencies:
868 + "@babel/helper-plugin-utils" "^7.16.7"
869 + "@babel/helper-skip-transparent-expression-wrappers" "^7.16.0"
870 +
871 +"@babel/plugin-transform-sticky-regex@^7.16.7":
872 + version "7.16.7"
873 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.16.7.tgz#c84741d4f4a38072b9a1e2e3fd56d359552e8660"
874 + integrity sha512-NJa0Bd/87QV5NZZzTuZG5BPJjLYadeSZ9fO6oOUoL4iQx+9EEuw/eEM92SrsT19Yc2jgB1u1hsjqDtH02c3Drw==
875 + dependencies:
876 + "@babel/helper-plugin-utils" "^7.16.7"
877 +
878 +"@babel/plugin-transform-template-literals@^7.16.7":
879 + version "7.16.7"
880 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.16.7.tgz#f3d1c45d28967c8e80f53666fc9c3e50618217ab"
881 + integrity sha512-VwbkDDUeenlIjmfNeDX/V0aWrQH2QiVyJtwymVQSzItFDTpxfyJh3EVaQiS0rIN/CqbLGr0VcGmuwyTdZtdIsA==
882 + dependencies:
883 + "@babel/helper-plugin-utils" "^7.16.7"
884 +
885 +"@babel/plugin-transform-typeof-symbol@^7.16.7":
886 + version "7.16.7"
887 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.16.7.tgz#9cdbe622582c21368bd482b660ba87d5545d4f7e"
888 + integrity sha512-p2rOixCKRJzpg9JB4gjnG4gjWkWa89ZoYUnl9snJ1cWIcTH/hvxZqfO+WjG6T8DRBpctEol5jw1O5rA8gkCokQ==
889 + dependencies:
890 + "@babel/helper-plugin-utils" "^7.16.7"
891 +
892 +"@babel/plugin-transform-typescript@^7.16.7":
893 + version "7.16.8"
894 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.16.8.tgz#591ce9b6b83504903fa9dd3652c357c2ba7a1ee0"
895 + integrity sha512-bHdQ9k7YpBDO2d0NVfkj51DpQcvwIzIusJ7mEUaMlbZq3Kt/U47j24inXZHQ5MDiYpCs+oZiwnXyKedE8+q7AQ==
896 + dependencies:
897 + "@babel/helper-create-class-features-plugin" "^7.16.7"
898 + "@babel/helper-plugin-utils" "^7.16.7"
899 + "@babel/plugin-syntax-typescript" "^7.16.7"
900 +
901 +"@babel/plugin-transform-unicode-escapes@^7.16.7":
902 + version "7.16.7"
903 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.16.7.tgz#da8717de7b3287a2c6d659750c964f302b31ece3"
904 + integrity sha512-TAV5IGahIz3yZ9/Hfv35TV2xEm+kaBDaZQCn2S/hG9/CZ0DktxJv9eKfPc7yYCvOYR4JGx1h8C+jcSOvgaaI/Q==
905 + dependencies:
906 + "@babel/helper-plugin-utils" "^7.16.7"
907 +
908 +"@babel/plugin-transform-unicode-regex@^7.16.7":
909 + version "7.16.7"
910 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.16.7.tgz#0f7aa4a501198976e25e82702574c34cfebe9ef2"
911 + integrity sha512-oC5tYYKw56HO75KZVLQ+R/Nl3Hro9kf8iG0hXoaHP7tjAyCpvqBiSNe6vGrZni1Z6MggmUOC6A7VP7AVmw225Q==
912 + dependencies:
913 + "@babel/helper-create-regexp-features-plugin" "^7.16.7"
914 + "@babel/helper-plugin-utils" "^7.16.7"
915 +
916 +"@babel/preset-env@^7.12.1", "@babel/preset-env@^7.16.4", "@babel/preset-env@^7.8.4":
917 + version "7.16.8"
918 + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.16.8.tgz#e682fa0bcd1cf49621d64a8956318ddfb9a05af9"
919 + integrity sha512-9rNKgVCdwHb3z1IlbMyft6yIXIeP3xz6vWvGaLHrJThuEIqWfHb0DNBH9VuTgnDfdbUDhkmkvMZS/YMCtP7Elg==
920 + dependencies:
921 + "@babel/compat-data" "^7.16.8"
922 + "@babel/helper-compilation-targets" "^7.16.7"
923 + "@babel/helper-plugin-utils" "^7.16.7"
924 + "@babel/helper-validator-option" "^7.16.7"
925 + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.16.7"
926 + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.16.7"
927 + "@babel/plugin-proposal-async-generator-functions" "^7.16.8"
928 + "@babel/plugin-proposal-class-properties" "^7.16.7"
929 + "@babel/plugin-proposal-class-static-block" "^7.16.7"
930 + "@babel/plugin-proposal-dynamic-import" "^7.16.7"
931 + "@babel/plugin-proposal-export-namespace-from" "^7.16.7"
932 + "@babel/plugin-proposal-json-strings" "^7.16.7"
933 + "@babel/plugin-proposal-logical-assignment-operators" "^7.16.7"
934 + "@babel/plugin-proposal-nullish-coalescing-operator" "^7.16.7"
935 + "@babel/plugin-proposal-numeric-separator" "^7.16.7"
936 + "@babel/plugin-proposal-object-rest-spread" "^7.16.7"
937 + "@babel/plugin-proposal-optional-catch-binding" "^7.16.7"
938 + "@babel/plugin-proposal-optional-chaining" "^7.16.7"
939 + "@babel/plugin-proposal-private-methods" "^7.16.7"
940 + "@babel/plugin-proposal-private-property-in-object" "^7.16.7"
941 + "@babel/plugin-proposal-unicode-property-regex" "^7.16.7"
942 + "@babel/plugin-syntax-async-generators" "^7.8.4"
943 + "@babel/plugin-syntax-class-properties" "^7.12.13"
944 + "@babel/plugin-syntax-class-static-block" "^7.14.5"
945 + "@babel/plugin-syntax-dynamic-import" "^7.8.3"
946 + "@babel/plugin-syntax-export-namespace-from" "^7.8.3"
947 + "@babel/plugin-syntax-json-strings" "^7.8.3"
948 + "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
949 + "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
950 + "@babel/plugin-syntax-numeric-separator" "^7.10.4"
951 + "@babel/plugin-syntax-object-rest-spread" "^7.8.3"
952 + "@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
953 + "@babel/plugin-syntax-optional-chaining" "^7.8.3"
954 + "@babel/plugin-syntax-private-property-in-object" "^7.14.5"
955 + "@babel/plugin-syntax-top-level-await" "^7.14.5"
956 + "@babel/plugin-transform-arrow-functions" "^7.16.7"
957 + "@babel/plugin-transform-async-to-generator" "^7.16.8"
958 + "@babel/plugin-transform-block-scoped-functions" "^7.16.7"
959 + "@babel/plugin-transform-block-scoping" "^7.16.7"
960 + "@babel/plugin-transform-classes" "^7.16.7"
961 + "@babel/plugin-transform-computed-properties" "^7.16.7"
962 + "@babel/plugin-transform-destructuring" "^7.16.7"
963 + "@babel/plugin-transform-dotall-regex" "^7.16.7"
964 + "@babel/plugin-transform-duplicate-keys" "^7.16.7"
965 + "@babel/plugin-transform-exponentiation-operator" "^7.16.7"
966 + "@babel/plugin-transform-for-of" "^7.16.7"
967 + "@babel/plugin-transform-function-name" "^7.16.7"
968 + "@babel/plugin-transform-literals" "^7.16.7"
969 + "@babel/plugin-transform-member-expression-literals" "^7.16.7"
970 + "@babel/plugin-transform-modules-amd" "^7.16.7"
971 + "@babel/plugin-transform-modules-commonjs" "^7.16.8"
972 + "@babel/plugin-transform-modules-systemjs" "^7.16.7"
973 + "@babel/plugin-transform-modules-umd" "^7.16.7"
974 + "@babel/plugin-transform-named-capturing-groups-regex" "^7.16.8"
975 + "@babel/plugin-transform-new-target" "^7.16.7"
976 + "@babel/plugin-transform-object-super" "^7.16.7"
977 + "@babel/plugin-transform-parameters" "^7.16.7"
978 + "@babel/plugin-transform-property-literals" "^7.16.7"
979 + "@babel/plugin-transform-regenerator" "^7.16.7"
980 + "@babel/plugin-transform-reserved-words" "^7.16.7"
981 + "@babel/plugin-transform-shorthand-properties" "^7.16.7"
982 + "@babel/plugin-transform-spread" "^7.16.7"
983 + "@babel/plugin-transform-sticky-regex" "^7.16.7"
984 + "@babel/plugin-transform-template-literals" "^7.16.7"
985 + "@babel/plugin-transform-typeof-symbol" "^7.16.7"
986 + "@babel/plugin-transform-unicode-escapes" "^7.16.7"
987 + "@babel/plugin-transform-unicode-regex" "^7.16.7"
988 + "@babel/preset-modules" "^0.1.5"
989 + "@babel/types" "^7.16.8"
990 + babel-plugin-polyfill-corejs2 "^0.3.0"
991 + babel-plugin-polyfill-corejs3 "^0.5.0"
992 + babel-plugin-polyfill-regenerator "^0.3.0"
993 + core-js-compat "^3.20.2"
994 + semver "^6.3.0"
995 +
996 +"@babel/preset-modules@^0.1.5":
997 + version "0.1.5"
998 + resolved "https://registry.yarnpkg.com/@babel/preset-modules/-/preset-modules-0.1.5.tgz#ef939d6e7f268827e1841638dc6ff95515e115d9"
999 + integrity sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==
1000 + dependencies:
1001 + "@babel/helper-plugin-utils" "^7.0.0"
1002 + "@babel/plugin-proposal-unicode-property-regex" "^7.4.4"
1003 + "@babel/plugin-transform-dotall-regex" "^7.4.4"
1004 + "@babel/types" "^7.4.4"
1005 + esutils "^2.0.2"
1006 +
1007 +"@babel/preset-react@^7.12.5", "@babel/preset-react@^7.16.0":
1008 + version "7.16.7"
1009 + resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.16.7.tgz#4c18150491edc69c183ff818f9f2aecbe5d93852"
1010 + integrity sha512-fWpyI8UM/HE6DfPBzD8LnhQ/OcH8AgTaqcqP2nGOXEUV+VKBR5JRN9hCk9ai+zQQ57vtm9oWeXguBCPNUjytgA==
1011 + dependencies:
1012 + "@babel/helper-plugin-utils" "^7.16.7"
1013 + "@babel/helper-validator-option" "^7.16.7"
1014 + "@babel/plugin-transform-react-display-name" "^7.16.7"
1015 + "@babel/plugin-transform-react-jsx" "^7.16.7"
1016 + "@babel/plugin-transform-react-jsx-development" "^7.16.7"
1017 + "@babel/plugin-transform-react-pure-annotations" "^7.16.7"
1018 +
1019 +"@babel/preset-typescript@^7.16.0":
1020 + version "7.16.7"
1021 + resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.16.7.tgz#ab114d68bb2020afc069cd51b37ff98a046a70b9"
1022 + integrity sha512-WbVEmgXdIyvzB77AQjGBEyYPZx+8tTsO50XtfozQrkW8QB2rLJpH2lgx0TRw5EJrBxOZQ+wCcyPVQvS8tjEHpQ==
1023 + dependencies:
1024 + "@babel/helper-plugin-utils" "^7.16.7"
1025 + "@babel/helper-validator-option" "^7.16.7"
1026 + "@babel/plugin-transform-typescript" "^7.16.7"
1027 +
1028 +"@babel/runtime-corejs3@^7.10.2":
1029 + version "7.16.8"
1030 + resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.16.8.tgz#ea533d96eda6fdc76b1812248e9fbd0c11d4a1a7"
1031 + integrity sha512-3fKhuICS1lMz0plI5ktOE/yEtBRMVxplzRkdn6mJQ197XiY0JnrzYV0+Mxozq3JZ8SBV9Ecurmw1XsGbwOf+Sg==
1032 + dependencies:
1033 + core-js-pure "^3.20.2"
1034 + regenerator-runtime "^0.13.4"
1035 +
1036 +"@babel/runtime@^7.1.2", "@babel/runtime@^7.10.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.16.3", "@babel/runtime@^7.16.7", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.4":
1037 + version "7.16.7"
1038 + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.16.7.tgz#03ff99f64106588c9c403c6ecb8c3bafbbdff1fa"
1039 + integrity sha512-9E9FJowqAsytyOY6LG+1KuueckRL+aQW+mKvXRXnuFGyRAyepJPmEo9vgMfXUA6O9u3IeEdv9MAkppFcaQwogQ==
1040 + dependencies:
1041 + regenerator-runtime "^0.13.4"
1042 +
1043 +"@babel/template@^7.10.4", "@babel/template@^7.16.7", "@babel/template@^7.3.3":
1044 + version "7.16.7"
1045 + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.16.7.tgz#8d126c8701fde4d66b264b3eba3d96f07666d155"
1046 + integrity sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==
1047 + dependencies:
1048 + "@babel/code-frame" "^7.16.7"
1049 + "@babel/parser" "^7.16.7"
1050 + "@babel/types" "^7.16.7"
1051 +
1052 +"@babel/traverse@^7.1.0", "@babel/traverse@^7.12.1", "@babel/traverse@^7.13.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.7.0":
1053 + version "7.16.8"
1054 + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.16.8.tgz#bab2f2b09a5fe8a8d9cad22cbfe3ba1d126fef9c"
1055 + integrity sha512-xe+H7JlvKsDQwXRsBhSnq1/+9c+LlQcCK3Tn/l5sbx02HYns/cn7ibp9+RV1sIUqu7hKg91NWsgHurO9dowITQ==
1056 + dependencies:
1057 + "@babel/code-frame" "^7.16.7"
1058 + "@babel/generator" "^7.16.8"
1059 + "@babel/helper-environment-visitor" "^7.16.7"
1060 + "@babel/helper-function-name" "^7.16.7"
1061 + "@babel/helper-hoist-variables" "^7.16.7"
1062 + "@babel/helper-split-export-declaration" "^7.16.7"
1063 + "@babel/parser" "^7.16.8"
1064 + "@babel/types" "^7.16.8"
1065 + debug "^4.1.0"
1066 + globals "^11.1.0"
1067 +
1068 +"@babel/types@^7.0.0", "@babel/types@^7.12.1", "@babel/types@^7.12.6", "@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
1069 + version "7.16.8"
1070 + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.8.tgz#0ba5da91dd71e0a4e7781a30f22770831062e3c1"
1071 + integrity sha512-smN2DQc5s4M7fntyjGtyIPbRJv6wW4rU/94fmYJ7PKQuZkC0qGMHXJbg6sNGt12JmVr4k5YaptI/XtiLJBnmIg==
1072 + dependencies:
1073 + "@babel/helper-validator-identifier" "^7.16.7"
1074 + to-fast-properties "^2.0.0"
1075 +
1076 +"@bcoe/v8-coverage@^0.2.3":
1077 + version "0.2.3"
1078 + resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
1079 + integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
1080 +
1081 +"@cnakazawa/watch@^1.0.3":
1082 + version "1.0.4"
1083 + resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.4.tgz#f864ae85004d0fcab6f50be9141c4da368d1656a"
1084 + integrity sha512-v9kIhKwjeZThiWrLmj0y17CWoyddASLj9O2yvbZkbvw/N3rWOYy9zkV66ursAoVr0mV15bL8g0c4QZUE6cdDoQ==
1085 + dependencies:
1086 + exec-sh "^0.3.2"
1087 + minimist "^1.2.0"
1088 +
1089 +"@csstools/convert-colors@^1.4.0":
1090 + version "1.4.0"
1091 + resolved "https://registry.yarnpkg.com/@csstools/convert-colors/-/convert-colors-1.4.0.tgz#ad495dc41b12e75d588c6db8b9834f08fa131eb7"
1092 + integrity sha512-5a6wqoJV/xEdbRNKVo6I4hO3VjyDq//8q2f9I6PBAvMesJHFauXDorcNCsr9RzvsZnaWi5NYCcfyqP1QeFHFbw==
1093 +
1094 +"@csstools/normalize.css@^10.1.0":
1095 + version "10.1.0"
1096 + resolved "https://registry.yarnpkg.com/@csstools/normalize.css/-/normalize.css-10.1.0.tgz#f0950bba18819512d42f7197e56c518aa491cf18"
1097 + integrity sha512-ij4wRiunFfaJxjB0BdrYHIH8FxBJpOwNPhhAcunlmPdXudL1WQV1qoP9un6JsEBAgQH+7UXyyjh0g7jTxXK6tg==
1098 +
1099 +"@eslint/eslintrc@^0.4.3":
1100 + version "0.4.3"
1101 + resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.3.tgz#9e42981ef035beb3dd49add17acb96e8ff6f394c"
1102 + integrity sha512-J6KFFz5QCYUJq3pf0mjEcCJVERbzv71PUIDczuh9JkwGEzced6CO5ADLHB1rbf/+oPBtoPfMYNOpGDzCANlbXw==
1103 + dependencies:
1104 + ajv "^6.12.4"
1105 + debug "^4.1.1"
1106 + espree "^7.3.0"
1107 + globals "^13.9.0"
1108 + ignore "^4.0.6"
1109 + import-fresh "^3.2.1"
1110 + js-yaml "^3.13.1"
1111 + minimatch "^3.0.4"
1112 + strip-json-comments "^3.1.1"
1113 +
1114 +"@firebase/analytics-types@0.6.0":
1115 + version "0.6.0"
1116 + resolved "https://registry.yarnpkg.com/@firebase/analytics-types/-/analytics-types-0.6.0.tgz#164116ebe8d3b338272acc7f9904cac38556d6cd"
1117 + integrity sha512-kbMawY0WRPyL/lbknBkme4CNLl+Gw+E9G4OpNeXAauqoQiNkBgpIvZYy7BRT4sNGhZbxdxXxXbruqUwDzLmvTw==
1118 +
1119 +"@firebase/analytics@0.6.18":
1120 + version "0.6.18"
1121 + resolved "https://registry.yarnpkg.com/@firebase/analytics/-/analytics-0.6.18.tgz#0dd36861d9ded60038687f1b03cb0e4b77dd72ce"
1122 + integrity sha512-FXNtYDxbs9ynPbzUVuG94BjFPOPpgJ7156660uvCBuKgoBCIVcNqKkJQQ7TH8384fqvGjbjdcgARY9jgAHbtog==
1123 + dependencies:
1124 + "@firebase/analytics-types" "0.6.0"
1125 + "@firebase/component" "0.5.6"
1126 + "@firebase/installations" "0.4.32"
1127 + "@firebase/logger" "0.2.6"
1128 + "@firebase/util" "1.3.0"
1129 + tslib "^2.1.0"
1130 +
1131 +"@firebase/app-check-interop-types@0.1.0":
1132 + version "0.1.0"
1133 + resolved "https://registry.yarnpkg.com/@firebase/app-check-interop-types/-/app-check-interop-types-0.1.0.tgz#83afd9d41f99166c2bdb2d824e5032e9edd8fe53"
1134 + integrity sha512-uZfn9s4uuRsaX5Lwx+gFP3B6YsyOKUE+Rqa6z9ojT4VSRAsZFko9FRn6OxQUA1z5t5d08fY4pf+/+Dkd5wbdbA==
1135 +
1136 +"@firebase/app-check-types@0.3.1":
1137 + version "0.3.1"
1138 + resolved "https://registry.yarnpkg.com/@firebase/app-check-types/-/app-check-types-0.3.1.tgz#1084723debad3ad9e7997d3b356165d275c25fcc"
1139 + integrity sha512-KJ+BqJbdNsx4QT/JIT1yDj5p6D+QN97iJs3GuHnORrqL+DU3RWc9nSYQsrY6Tv9jVWcOkMENXAgDT484vzsm2w==
1140 +
1141 +"@firebase/app-check@0.3.2":
1142 + version "0.3.2"
1143 + resolved "https://registry.yarnpkg.com/@firebase/app-check/-/app-check-0.3.2.tgz#a8fa98bf35ea309458feb12739fcbf00c70ee5ef"
1144 + integrity sha512-YjpsnV1xVTO1B836IKijRcDeceLgHQNJ/DWa+Vky9UHkm1Mi4qosddX8LZzldaWRTWKX7BN1MbZOLY8r7M/MZQ==
1145 + dependencies:
1146 + "@firebase/app-check-interop-types" "0.1.0"
1147 + "@firebase/app-check-types" "0.3.1"
1148 + "@firebase/component" "0.5.6"
1149 + "@firebase/logger" "0.2.6"
1150 + "@firebase/util" "1.3.0"
1151 + tslib "^2.1.0"
1152 +
1153 +"@firebase/app-types@0.6.3":
1154 + version "0.6.3"
1155 + resolved "https://registry.yarnpkg.com/@firebase/app-types/-/app-types-0.6.3.tgz#3f10514786aad846d74cd63cb693556309918f4b"
1156 + integrity sha512-/M13DPPati7FQHEQ9Minjk1HGLm/4K4gs9bR4rzLCWJg64yGtVC0zNg9gDpkw9yc2cvol/mNFxqTtd4geGrwdw==
1157 +
1158 +"@firebase/app@0.6.30":
1159 + version "0.6.30"
1160 + resolved "https://registry.yarnpkg.com/@firebase/app/-/app-0.6.30.tgz#c7ff8c9c341e344366f510fcce7498d2e0fd5373"
1161 + integrity sha512-uAYEDXyK0mmpZ8hWQj5TNd7WVvfsU8PgsqKpGljbFBG/HhsH8KbcykWAAA+c1PqL7dt/dbt0Reh1y9zEdYzMhg==
1162 + dependencies:
1163 + "@firebase/app-types" "0.6.3"
1164 + "@firebase/component" "0.5.6"
1165 + "@firebase/logger" "0.2.6"
1166 + "@firebase/util" "1.3.0"
1167 + dom-storage "2.1.0"
1168 + tslib "^2.1.0"
1169 + xmlhttprequest "1.8.0"
1170 +
1171 +"@firebase/auth-interop-types@0.1.6":
1172 + version "0.1.6"
1173 + resolved "https://registry.yarnpkg.com/@firebase/auth-interop-types/-/auth-interop-types-0.1.6.tgz#5ce13fc1c527ad36f1bb1322c4492680a6cf4964"
1174 + integrity sha512-etIi92fW3CctsmR9e3sYM3Uqnoq861M0Id9mdOPF6PWIg38BXL5k4upCNBggGUpLIS0H1grMOvy/wn1xymwe2g==
1175 +
1176 +"@firebase/auth-types@0.10.3":
1177 + version "0.10.3"
1178 + resolved "https://registry.yarnpkg.com/@firebase/auth-types/-/auth-types-0.10.3.tgz#2be7dd93959c8f5304c63e09e98718e103464d8c"
1179 + integrity sha512-zExrThRqyqGUbXOFrH/sowuh2rRtfKHp9SBVY2vOqKWdCX1Ztn682n9WLtlUDsiYVIbBcwautYWk2HyCGFv0OA==
1180 +
1181 +"@firebase/auth@0.16.8":
1182 + version "0.16.8"
1183 + resolved "https://registry.yarnpkg.com/@firebase/auth/-/auth-0.16.8.tgz#4edd44673d3711e94cfa1e6b03883214ae1f2255"
1184 + integrity sha512-mR0UXG4LirWIfOiCWxVmvz1o23BuKGxeItQ2cCUgXLTjNtWJXdcky/356iTUsd7ZV5A78s2NHeN5tIDDG6H4rg==
1185 + dependencies:
1186 + "@firebase/auth-types" "0.10.3"
1187 +
1188 +"@firebase/component@0.5.6":
1189 + version "0.5.6"
1190 + resolved "https://registry.yarnpkg.com/@firebase/component/-/component-0.5.6.tgz#6b7c7aff69866e0925721543a2ef5f47b0f97cbe"
1191 + integrity sha512-GyQJ+2lrhsDqeGgd1VdS7W+Y6gNYyI0B51ovNTxeZVG/W8I7t9MwEiCWsCvfm5wQgfsKp9dkzOcJrL5k8oVO/Q==
1192 + dependencies:
1193 + "@firebase/util" "1.3.0"
1194 + tslib "^2.1.0"
1195 +
1196 +"@firebase/database-types@0.8.0":
1197 + version "0.8.0"
1198 + resolved "https://registry.yarnpkg.com/@firebase/database-types/-/database-types-0.8.0.tgz#3cc8b292795ed268cd40a521f45a957b951189a5"
1199 + integrity sha512-7IdjAFRfPWyG3b4wcXyghb3Y1CLCSJFZIg1xl5GbTVMttSQFT4B5NYdhsfA34JwAsv5pMzPpjOaS3/K9XJ2KiA==
1200 + dependencies:
1201 + "@firebase/app-types" "0.6.3"
1202 + "@firebase/util" "1.3.0"
1203 +
1204 +"@firebase/database@0.11.0":
1205 + version "0.11.0"
1206 + resolved "https://registry.yarnpkg.com/@firebase/database/-/database-0.11.0.tgz#c0f6a9dd9549d0ecd2b71a3a71db487854895bfc"
1207 + integrity sha512-b/kwvCubr6G9coPlo48PbieBDln7ViFBHOGeVt/bt82yuv5jYZBEYAac/mtOVSxpf14aMo/tAN+Edl6SWqXApw==
1208 + dependencies:
1209 + "@firebase/auth-interop-types" "0.1.6"
1210 + "@firebase/component" "0.5.6"
1211 + "@firebase/database-types" "0.8.0"
1212 + "@firebase/logger" "0.2.6"
1213 + "@firebase/util" "1.3.0"
1214 + faye-websocket "0.11.3"
1215 + tslib "^2.1.0"
1216 +
1217 +"@firebase/firestore-types@2.4.0":
1218 + version "2.4.0"
1219 + resolved "https://registry.yarnpkg.com/@firebase/firestore-types/-/firestore-types-2.4.0.tgz#6e6501e953a9a7fc00a7dfd7de5bb7a248b89d7c"
1220 + integrity sha512-0dgwfuNP7EN6/OlK2HSNSQiQNGLGaRBH0gvgr1ngtKKJuJFuq0Z48RBMeJX9CGjV4TP9h2KaB+KrUKJ5kh1hMg==
1221 +
1222 +"@firebase/firestore@2.4.0":
1223 + version "2.4.0"
1224 + resolved "https://registry.yarnpkg.com/@firebase/firestore/-/firestore-2.4.0.tgz#f48282f70c36e43e8f8782f368972515efef5177"
1225 + integrity sha512-PQ6+lWNrvh74GvFTHT4gCutFipDmtu8D1tNNawKe+/SyL6XFgeuMYgZIpKQgkTSezVDogC7EGQTJBFnewF9pOg==
1226 + dependencies:
1227 + "@firebase/component" "0.5.6"
1228 + "@firebase/firestore-types" "2.4.0"
1229 + "@firebase/logger" "0.2.6"
1230 + "@firebase/util" "1.3.0"
1231 + "@firebase/webchannel-wrapper" "0.5.1"
1232 + "@grpc/grpc-js" "^1.3.2"
1233 + "@grpc/proto-loader" "^0.6.0"
1234 + node-fetch "2.6.1"
1235 + tslib "^2.1.0"
1236 +
1237 +"@firebase/functions-types@0.4.0":
1238 + version "0.4.0"
1239 + resolved "https://registry.yarnpkg.com/@firebase/functions-types/-/functions-types-0.4.0.tgz#0b789f4fe9a9c0b987606c4da10139345b40f6b9"
1240 + integrity sha512-3KElyO3887HNxtxNF1ytGFrNmqD+hheqjwmT3sI09FaDCuaxGbOnsXAXH2eQ049XRXw9YQpHMgYws/aUNgXVyQ==
1241 +
1242 +"@firebase/functions@0.6.15":
1243 + version "0.6.15"
1244 + resolved "https://registry.yarnpkg.com/@firebase/functions/-/functions-0.6.15.tgz#8b0b1b11947e61e55522af07ee4aa7f5d9954bab"
1245 + integrity sha512-b7RpLwFXi0N+HgkfK8cmkarSOoBeSrc1jNdadkCacQt+vIePkKM3E9EJXF4roWSa8GwTruodpBsvH+lK9iCAKQ==
1246 + dependencies:
1247 + "@firebase/component" "0.5.6"
1248 + "@firebase/functions-types" "0.4.0"
1249 + "@firebase/messaging-types" "0.5.0"
1250 + node-fetch "2.6.1"
1251 + tslib "^2.1.0"
1252 +
1253 +"@firebase/installations-types@0.3.4":
1254 + version "0.3.4"
1255 + resolved "https://registry.yarnpkg.com/@firebase/installations-types/-/installations-types-0.3.4.tgz#589a941d713f4f64bf9f4feb7f463505bab1afa2"
1256 + integrity sha512-RfePJFovmdIXb6rYwtngyxuEcWnOrzdZd9m7xAW0gRxDIjBT20n3BOhjpmgRWXo/DAxRmS7bRjWAyTHY9cqN7Q==
1257 +
1258 +"@firebase/installations@0.4.32":
1259 + version "0.4.32"
1260 + resolved "https://registry.yarnpkg.com/@firebase/installations/-/installations-0.4.32.tgz#aefc27710b2386de39355293021ca94bd545ae0a"
1261 + integrity sha512-K4UlED1Vrhd2rFQQJih+OgEj8OTtrtH4+Izkx7ip2bhXSc+unk8ZhnF69D0kmh7zjXAqEDJrmHs9O5fI3rV6Tw==
1262 + dependencies:
1263 + "@firebase/component" "0.5.6"
1264 + "@firebase/installations-types" "0.3.4"
1265 + "@firebase/util" "1.3.0"
1266 + idb "3.0.2"
1267 + tslib "^2.1.0"
1268 +
1269 +"@firebase/logger@0.2.6":
1270 + version "0.2.6"
1271 + resolved "https://registry.yarnpkg.com/@firebase/logger/-/logger-0.2.6.tgz#3aa2ca4fe10327cabf7808bd3994e88db26d7989"
1272 + integrity sha512-KIxcUvW/cRGWlzK9Vd2KB864HlUnCfdTH0taHE0sXW5Xl7+W68suaeau1oKNEqmc3l45azkd4NzXTCWZRZdXrw==
1273 +
1274 +"@firebase/messaging-types@0.5.0":
1275 + version "0.5.0"
1276 + resolved "https://registry.yarnpkg.com/@firebase/messaging-types/-/messaging-types-0.5.0.tgz#c5d0ef309ced1758fda93ef3ac70a786de2e73c4"
1277 + integrity sha512-QaaBswrU6umJYb/ZYvjR5JDSslCGOH6D9P136PhabFAHLTR4TWjsaACvbBXuvwrfCXu10DtcjMxqfhdNIB1Xfg==
1278 +
1279 +"@firebase/messaging@0.8.0":
1280 + version "0.8.0"
1281 + resolved "https://registry.yarnpkg.com/@firebase/messaging/-/messaging-0.8.0.tgz#ab188bf25659e1bc048164fdcc99caa3ba820d22"
1282 + integrity sha512-hkFHDyVe1kMcY9KEG+prjCbvS6MtLUgVFUbbQqq7JQfiv58E07YCzRUcMrJolbNi/1QHH6Jv16DxNWjJB9+/qA==
1283 + dependencies:
1284 + "@firebase/component" "0.5.6"
1285 + "@firebase/installations" "0.4.32"
1286 + "@firebase/messaging-types" "0.5.0"
1287 + "@firebase/util" "1.3.0"
1288 + idb "3.0.2"
1289 + tslib "^2.1.0"
1290 +
1291 +"@firebase/performance-types@0.0.13":
1292 + version "0.0.13"
1293 + resolved "https://registry.yarnpkg.com/@firebase/performance-types/-/performance-types-0.0.13.tgz#58ce5453f57e34b18186f74ef11550dfc558ede6"
1294 + integrity sha512-6fZfIGjQpwo9S5OzMpPyqgYAUZcFzZxHFqOyNtorDIgNXq33nlldTL/vtaUZA8iT9TT5cJlCrF/jthKU7X21EA==
1295 +
1296 +"@firebase/performance@0.4.18":
1297 + version "0.4.18"
1298 + resolved "https://registry.yarnpkg.com/@firebase/performance/-/performance-0.4.18.tgz#d9cd2311b5af2968c8a580cdc869a0ed6fb9cb1f"
1299 + integrity sha512-lvZW/TVDne2TyOpWbv++zjRn277HZpbjxbIPfwtnmKjVY1gJ+H77Qi1c2avVIc9hg80uGX/5tNf4pOApNDJLVg==
1300 + dependencies:
1301 + "@firebase/component" "0.5.6"
1302 + "@firebase/installations" "0.4.32"
1303 + "@firebase/logger" "0.2.6"
1304 + "@firebase/performance-types" "0.0.13"
1305 + "@firebase/util" "1.3.0"
1306 + tslib "^2.1.0"
1307 +
1308 +"@firebase/polyfill@0.3.36":
1309 + version "0.3.36"
1310 + resolved "https://registry.yarnpkg.com/@firebase/polyfill/-/polyfill-0.3.36.tgz#c057cce6748170f36966b555749472b25efdb145"
1311 + integrity sha512-zMM9oSJgY6cT2jx3Ce9LYqb0eIpDE52meIzd/oe/y70F+v9u1LDqk5kUF5mf16zovGBWMNFmgzlsh6Wj0OsFtg==
1312 + dependencies:
1313 + core-js "3.6.5"
1314 + promise-polyfill "8.1.3"
1315 + whatwg-fetch "2.0.4"
1316 +
1317 +"@firebase/remote-config-types@0.1.9":
1318 + version "0.1.9"
1319 + resolved "https://registry.yarnpkg.com/@firebase/remote-config-types/-/remote-config-types-0.1.9.tgz#fe6bbe4d08f3b6e92fce30e4b7a9f4d6a96d6965"
1320 + integrity sha512-G96qnF3RYGbZsTRut7NBX0sxyczxt1uyCgXQuH/eAfUCngxjEGcZQnBdy6mvSdqdJh5mC31rWPO4v9/s7HwtzA==
1321 +
1322 +"@firebase/remote-config@0.1.43":
1323 + version "0.1.43"
1324 + resolved "https://registry.yarnpkg.com/@firebase/remote-config/-/remote-config-0.1.43.tgz#c49587fcb6a90d2675071cf2b8ad46eff1c89053"
1325 + integrity sha512-laNM4MN0CfeSp7XCVNjYOC4DdV6mj0l2rzUh42x4v2wLTweCoJ/kc1i4oWMX9TI7Jw8Am5Wl71Awn1J2pVe5xA==
1326 + dependencies:
1327 + "@firebase/component" "0.5.6"
1328 + "@firebase/installations" "0.4.32"
1329 + "@firebase/logger" "0.2.6"
1330 + "@firebase/remote-config-types" "0.1.9"
1331 + "@firebase/util" "1.3.0"
1332 + tslib "^2.1.0"
1333 +
1334 +"@firebase/storage-types@0.5.0":
1335 + version "0.5.0"
1336 + resolved "https://registry.yarnpkg.com/@firebase/storage-types/-/storage-types-0.5.0.tgz#5108afc0df4b1d20c27f2a7f68af2ec2827619c2"
1337 + integrity sha512-6Wv3Lu7s18hsgW7HG4BFwycTquZ3m/C8bjBoOsmPu0TD6M1GKwCzOC7qBdN7L6tRYPh8ipTj5+rPFrmhGfUVKA==
1338 +
1339 +"@firebase/storage@0.7.0":
1340 + version "0.7.0"
1341 + resolved "https://registry.yarnpkg.com/@firebase/storage/-/storage-0.7.0.tgz#7f9d10ce0b86a3dd9604ea287f8e75dddc369fbf"
1342 + integrity sha512-ebDFKJbM5HOxVtZV+RhVEBVtlWHK+Z5L3kA5uDBA2jMYcn+8NV/crozJnEE+iRsGEco6dLK5JS+Er4qtKLpH5A==
1343 + dependencies:
1344 + "@firebase/component" "0.5.6"
1345 + "@firebase/storage-types" "0.5.0"
1346 + "@firebase/util" "1.3.0"
1347 + node-fetch "2.6.1"
1348 + tslib "^2.1.0"
1349 +
1350 +"@firebase/util@1.3.0":
1351 + version "1.3.0"
1352 + resolved "https://registry.yarnpkg.com/@firebase/util/-/util-1.3.0.tgz#e71113bdd5073e9736ceca665b54d9f6df232b20"
1353 + integrity sha512-SESvmYwuKOVCZ1ZxLbberbx+9cnbxpCa4CG2FUSQYqN6Ab8KyltegMDIsqMw5KyIBZ4n1phfHoOa22xo5NzAlQ==
1354 + dependencies:
1355 + tslib "^2.1.0"
1356 +
1357 +"@firebase/webchannel-wrapper@0.5.1":
1358 + version "0.5.1"
1359 + resolved "https://registry.yarnpkg.com/@firebase/webchannel-wrapper/-/webchannel-wrapper-0.5.1.tgz#a64d1af3c62e3bb89576ec58af880980a562bf4e"
1360 + integrity sha512-dZMzN0uAjwJXWYYAcnxIwXqRTZw3o14hGe7O6uhwjD1ZQWPVYA5lASgnNskEBra0knVBsOXB4KXg+HnlKewN/A==
1361 +
1362 +"@formatjs/ecma402-abstract@1.11.1":
1363 + version "1.11.1"
1364 + resolved "https://registry.yarnpkg.com/@formatjs/ecma402-abstract/-/ecma402-abstract-1.11.1.tgz#595ba3ef4ba38634c012b3ca01954f8d12eb4bf4"
1365 + integrity sha512-tgtNODZUGuUI6PAcnvaLZpGrZLVkXnnAvgzOiueYMzFdOdcOw4iH1WKhCe3+r6VR8rHKToJ2HksUGNCB+zt/bg==
1366 + dependencies:
1367 + "@formatjs/intl-localematcher" "0.2.22"
1368 + tslib "^2.1.0"
1369 +
1370 +"@formatjs/fast-memoize@1.2.1":
1371 + version "1.2.1"
1372 + resolved "https://registry.yarnpkg.com/@formatjs/fast-memoize/-/fast-memoize-1.2.1.tgz#e6f5aee2e4fd0ca5edba6eba7668e2d855e0fc21"
1373 + integrity sha512-Rg0e76nomkz3vF9IPlKeV+Qynok0r7YZjL6syLz4/urSg0IbjPZCB/iYUMNsYA643gh4mgrX3T7KEIFIxJBQeg==
1374 + dependencies:
1375 + tslib "^2.1.0"
1376 +
1377 +"@formatjs/icu-messageformat-parser@2.0.16":
1378 + version "2.0.16"
1379 + resolved "https://registry.yarnpkg.com/@formatjs/icu-messageformat-parser/-/icu-messageformat-parser-2.0.16.tgz#edfde10bbdea42658d2b8a28028314f2a694be3c"
1380 + integrity sha512-sYg0ImXsAqBbjU/LotoCD9yKC5nUpWVy3s4DwWerHXD4sm62FcjMF8mekwudRk3eZLHqSO+M21MpFUUjDQ+Q5Q==
1381 + dependencies:
1382 + "@formatjs/ecma402-abstract" "1.11.1"
1383 + "@formatjs/icu-skeleton-parser" "1.3.3"
1384 + tslib "^2.1.0"
1385 +
1386 +"@formatjs/icu-skeleton-parser@1.3.3":
1387 + version "1.3.3"
1388 + resolved "https://registry.yarnpkg.com/@formatjs/icu-skeleton-parser/-/icu-skeleton-parser-1.3.3.tgz#9462a3a7d0ff04e0957cafcb227b4baef4bb2b8c"
1389 + integrity sha512-ifWnzjmHPHUF89UpCvClTP66sXYFc8W/qg7Qt+qtTUB9BqRWlFeUsevAzaMYDJsRiOy4S2WJFrJoZgRKUFfPGQ==
1390 + dependencies:
1391 + "@formatjs/ecma402-abstract" "1.11.1"
1392 + tslib "^2.1.0"
1393 +
1394 +"@formatjs/intl-displaynames@5.4.0":
1395 + version "5.4.0"
1396 + resolved "https://registry.yarnpkg.com/@formatjs/intl-displaynames/-/intl-displaynames-5.4.0.tgz#0046fcd241417d4114fba93b2480f663ffe1a004"
1397 + integrity sha512-zWmTkq9eGOeJCmw22KPXW6rlnx3Z3CIV+rc/jh9ytEfm1Ps/OgOITe4h6ZTDrQC+nXVACvLO1Kpes4jMWcjWuQ==
1398 + dependencies:
1399 + "@formatjs/ecma402-abstract" "1.11.1"
1400 + "@formatjs/intl-localematcher" "0.2.22"
1401 + tslib "^2.1.0"
1402 +
1403 +"@formatjs/intl-listformat@6.5.0":
1404 + version "6.5.0"
1405 + resolved "https://registry.yarnpkg.com/@formatjs/intl-listformat/-/intl-listformat-6.5.0.tgz#d2a8fe10f2900feeb20583be52ee603c41713f7f"
1406 + integrity sha512-gVyAV5QWWtq84MK4cAyJITW+Wb74c2+FT+wa8jhSPxXUky9B5z/k/Ff7or4Vb3KV0YYZuVBQ/vMIoD8Gr182ww==
1407 + dependencies:
1408 + "@formatjs/ecma402-abstract" "1.11.1"
1409 + "@formatjs/intl-localematcher" "0.2.22"
1410 + tslib "^2.1.0"
1411 +
1412 +"@formatjs/intl-localematcher@0.2.22":
1413 + version "0.2.22"
1414 + resolved "https://registry.yarnpkg.com/@formatjs/intl-localematcher/-/intl-localematcher-0.2.22.tgz#300708cf7067dbd49f258467cc386c0b32437415"
1415 + integrity sha512-z+TvbHW8Q/g2l7/PnfUl0mV9gWxV4d0HT6GQyzkO5QI6QjCvCZGiztnmLX7zoyS16uSMvZ2PoMDfSK9xvZkRRA==
1416 + dependencies:
1417 + tslib "^2.1.0"
1418 +
1419 +"@formatjs/intl@1.18.3":
1420 + version "1.18.3"
1421 + resolved "https://registry.yarnpkg.com/@formatjs/intl/-/intl-1.18.3.tgz#dfbddd9ae2cf70ea8f76fb4d27c49322d209911d"
1422 + integrity sha512-eMdU2FBAvC2vMeQRjvBhJeRNsftZ2VXdB4jW1KKbP72O4JWB9lv2KqEdS2jo6DfhDvm0EAMZXMNEEK8ybTxfyA==
1423 + dependencies:
1424 + "@formatjs/ecma402-abstract" "1.11.1"
1425 + "@formatjs/fast-memoize" "1.2.1"
1426 + "@formatjs/icu-messageformat-parser" "2.0.16"
1427 + "@formatjs/intl-displaynames" "5.4.0"
1428 + "@formatjs/intl-listformat" "6.5.0"
1429 + intl-messageformat "9.11.2"
1430 + tslib "^2.1.0"
1431 +
1432 +"@gar/promisify@^1.0.1":
1433 + version "1.1.2"
1434 + resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.2.tgz#30aa825f11d438671d585bd44e7fd564535fc210"
1435 + integrity sha512-82cpyJyKRoQoRi+14ibCeGPu0CwypgtBAdBhq1WfvagpCZNKqwXbKwXllYSMG91DhmG4jt9gN8eP6lGOtozuaw==
1436 +
1437 +"@grpc/grpc-js@^1.3.2":
1438 + version "1.5.1"
1439 + resolved "https://registry.yarnpkg.com/@grpc/grpc-js/-/grpc-js-1.5.1.tgz#934571ae351e868e61d2bd1d56249b79ce8bd1f5"
1440 + integrity sha512-ItOqQ4ff7JrR9W6KDQm+LdsVjuZtV7Qq64Oy3Hjx8ZPBDDwBx7rD8hOL0Vnde0RbnsqLG86WOgF+tQDzf/nSzQ==
1441 + dependencies:
1442 + "@grpc/proto-loader" "^0.6.4"
1443 + "@types/node" ">=12.12.47"
1444 +
1445 +"@grpc/proto-loader@^0.6.0", "@grpc/proto-loader@^0.6.4":
1446 + version "0.6.9"
1447 + resolved "https://registry.yarnpkg.com/@grpc/proto-loader/-/proto-loader-0.6.9.tgz#4014eef366da733f8e04a9ddd7376fe8a58547b7"
1448 + integrity sha512-UlcCS8VbsU9d3XTXGiEVFonN7hXk+oMXZtoHHG2oSA1/GcDP1q6OUgs20PzHDGizzyi8ufGSUDlk3O2NyY7leg==
1449 + dependencies:
1450 + "@types/long" "^4.0.1"
1451 + lodash.camelcase "^4.3.0"
1452 + long "^4.0.0"
1453 + protobufjs "^6.10.0"
1454 + yargs "^16.2.0"
1455 +
1456 +"@hapi/address@2.x.x":
1457 + version "2.1.4"
1458 + resolved "https://registry.yarnpkg.com/@hapi/address/-/address-2.1.4.tgz#5d67ed43f3fd41a69d4b9ff7b56e7c0d1d0a81e5"
1459 + integrity sha512-QD1PhQk+s31P1ixsX0H0Suoupp3VMXzIVMSwobR3F3MSUO2YCV0B7xqLcUw/Bh8yuvd3LhpyqLQWTNcRmp6IdQ==
1460 +
1461 +"@hapi/bourne@1.x.x":
1462 + version "1.3.2"
1463 + resolved "https://registry.yarnpkg.com/@hapi/bourne/-/bourne-1.3.2.tgz#0a7095adea067243ce3283e1b56b8a8f453b242a"
1464 + integrity sha512-1dVNHT76Uu5N3eJNTYcvxee+jzX4Z9lfciqRRHCU27ihbUcYi+iSc2iml5Ke1LXe1SyJCLA0+14Jh4tXJgOppA==
1465 +
1466 +"@hapi/hoek@8.x.x", "@hapi/hoek@^8.3.0":
1467 + version "8.5.1"
1468 + resolved "https://registry.yarnpkg.com/@hapi/hoek/-/hoek-8.5.1.tgz#fde96064ca446dec8c55a8c2f130957b070c6e06"
1469 + integrity sha512-yN7kbciD87WzLGc5539Tn0sApjyiGHAJgKvG9W8C7O+6c7qmoQMfVs0W4bX17eqz6C78QJqqFrtgdK5EWf6Qow==
1470 +
1471 +"@hapi/joi@^15.1.0":
1472 + version "15.1.1"
1473 + resolved "https://registry.yarnpkg.com/@hapi/joi/-/joi-15.1.1.tgz#c675b8a71296f02833f8d6d243b34c57b8ce19d7"
1474 + integrity sha512-entf8ZMOK8sc+8YfeOlM8pCfg3b5+WZIKBfUaaJT8UsjAAPjartzxIYm3TIbjvA4u+u++KbcXD38k682nVHDAQ==
1475 + dependencies:
1476 + "@hapi/address" "2.x.x"
1477 + "@hapi/bourne" "1.x.x"
1478 + "@hapi/hoek" "8.x.x"
1479 + "@hapi/topo" "3.x.x"
1480 +
1481 +"@hapi/topo@3.x.x":
1482 + version "3.1.6"
1483 + resolved "https://registry.yarnpkg.com/@hapi/topo/-/topo-3.1.6.tgz#68d935fa3eae7fdd5ab0d7f953f3205d8b2bfc29"
1484 + integrity sha512-tAag0jEcjwH+P2quUfipd7liWCNX2F8NvYjQp2wtInsZxnMlypdw0FtAOLxtvvkO+GSRRbmNi8m/5y42PQJYCQ==
1485 + dependencies:
1486 + "@hapi/hoek" "^8.3.0"
1487 +
1488 +"@humanwhocodes/config-array@^0.5.0":
1489 + version "0.5.0"
1490 + resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9"
1491 + integrity sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==
1492 + dependencies:
1493 + "@humanwhocodes/object-schema" "^1.2.0"
1494 + debug "^4.1.1"
1495 + minimatch "^3.0.4"
1496 +
1497 +"@humanwhocodes/object-schema@^1.2.0":
1498 + version "1.2.1"
1499 + resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
1500 + integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==
1501 +
1502 +"@istanbuljs/load-nyc-config@^1.0.0":
1503 + version "1.1.0"
1504 + resolved "https://registry.yarnpkg.com/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz#fd3db1d59ecf7cf121e80650bb86712f9b55eced"
1505 + integrity sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==
1506 + dependencies:
1507 + camelcase "^5.3.1"
1508 + find-up "^4.1.0"
1509 + get-package-type "^0.1.0"
1510 + js-yaml "^3.13.1"
1511 + resolve-from "^5.0.0"
1512 +
1513 +"@istanbuljs/schema@^0.1.2":
1514 + version "0.1.3"
1515 + resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
1516 + integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
1517 +
1518 +"@jest/console@^26.6.2":
1519 + version "26.6.2"
1520 + resolved "https://registry.yarnpkg.com/@jest/console/-/console-26.6.2.tgz#4e04bc464014358b03ab4937805ee36a0aeb98f2"
1521 + integrity sha512-IY1R2i2aLsLr7Id3S6p2BA82GNWryt4oSvEXLAKc+L2zdi89dSkE8xC1C+0kpATG4JhBJREnQOH7/zmccM2B0g==
1522 + dependencies:
1523 + "@jest/types" "^26.6.2"
1524 + "@types/node" "*"
1525 + chalk "^4.0.0"
1526 + jest-message-util "^26.6.2"
1527 + jest-util "^26.6.2"
1528 + slash "^3.0.0"
1529 +
1530 +"@jest/core@^26.6.0", "@jest/core@^26.6.3":
1531 + version "26.6.3"
1532 + resolved "https://registry.yarnpkg.com/@jest/core/-/core-26.6.3.tgz#7639fcb3833d748a4656ada54bde193051e45fad"
1533 + integrity sha512-xvV1kKbhfUqFVuZ8Cyo+JPpipAHHAV3kcDBftiduK8EICXmTFddryy3P7NfZt8Pv37rA9nEJBKCCkglCPt/Xjw==
1534 + dependencies:
1535 + "@jest/console" "^26.6.2"
1536 + "@jest/reporters" "^26.6.2"
1537 + "@jest/test-result" "^26.6.2"
1538 + "@jest/transform" "^26.6.2"
1539 + "@jest/types" "^26.6.2"
1540 + "@types/node" "*"
1541 + ansi-escapes "^4.2.1"
1542 + chalk "^4.0.0"
1543 + exit "^0.1.2"
1544 + graceful-fs "^4.2.4"
1545 + jest-changed-files "^26.6.2"
1546 + jest-config "^26.6.3"
1547 + jest-haste-map "^26.6.2"
1548 + jest-message-util "^26.6.2"
1549 + jest-regex-util "^26.0.0"
1550 + jest-resolve "^26.6.2"
1551 + jest-resolve-dependencies "^26.6.3"
1552 + jest-runner "^26.6.3"
1553 + jest-runtime "^26.6.3"
1554 + jest-snapshot "^26.6.2"
1555 + jest-util "^26.6.2"
1556 + jest-validate "^26.6.2"
1557 + jest-watcher "^26.6.2"
1558 + micromatch "^4.0.2"
1559 + p-each-series "^2.1.0"
1560 + rimraf "^3.0.0"
1561 + slash "^3.0.0"
1562 + strip-ansi "^6.0.0"
1563 +
1564 +"@jest/environment@^26.6.0", "@jest/environment@^26.6.2":
1565 + version "26.6.2"
1566 + resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-26.6.2.tgz#ba364cc72e221e79cc8f0a99555bf5d7577cf92c"
1567 + integrity sha512-nFy+fHl28zUrRsCeMB61VDThV1pVTtlEokBRgqPrcT1JNq4yRNIyTHfyht6PqtUvY9IsuLGTrbG8kPXjSZIZwA==
1568 + dependencies:
1569 + "@jest/fake-timers" "^26.6.2"
1570 + "@jest/types" "^26.6.2"
1571 + "@types/node" "*"
1572 + jest-mock "^26.6.2"
1573 +
1574 +"@jest/fake-timers@^26.6.2":
1575 + version "26.6.2"
1576 + resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-26.6.2.tgz#459c329bcf70cee4af4d7e3f3e67848123535aad"
1577 + integrity sha512-14Uleatt7jdzefLPYM3KLcnUl1ZNikaKq34enpb5XG9i81JpppDb5muZvonvKyrl7ftEHkKS5L5/eB/kxJ+bvA==
1578 + dependencies:
1579 + "@jest/types" "^26.6.2"
1580 + "@sinonjs/fake-timers" "^6.0.1"
1581 + "@types/node" "*"
1582 + jest-message-util "^26.6.2"
1583 + jest-mock "^26.6.2"
1584 + jest-util "^26.6.2"
1585 +
1586 +"@jest/globals@^26.6.2":
1587 + version "26.6.2"
1588 + resolved "https://registry.yarnpkg.com/@jest/globals/-/globals-26.6.2.tgz#5b613b78a1aa2655ae908eba638cc96a20df720a"
1589 + integrity sha512-85Ltnm7HlB/KesBUuALwQ68YTU72w9H2xW9FjZ1eL1U3lhtefjjl5c2MiUbpXt/i6LaPRvoOFJ22yCBSfQ0JIA==
1590 + dependencies:
1591 + "@jest/environment" "^26.6.2"
1592 + "@jest/types" "^26.6.2"
1593 + expect "^26.6.2"
1594 +
1595 +"@jest/reporters@^26.6.2":
1596 + version "26.6.2"
1597 + resolved "https://registry.yarnpkg.com/@jest/reporters/-/reporters-26.6.2.tgz#1f518b99637a5f18307bd3ecf9275f6882a667f6"
1598 + integrity sha512-h2bW53APG4HvkOnVMo8q3QXa6pcaNt1HkwVsOPMBV6LD/q9oSpxNSYZQYkAnjdMjrJ86UuYeLo+aEZClV6opnw==
1599 + dependencies:
1600 + "@bcoe/v8-coverage" "^0.2.3"
1601 + "@jest/console" "^26.6.2"
1602 + "@jest/test-result" "^26.6.2"
1603 + "@jest/transform" "^26.6.2"
1604 + "@jest/types" "^26.6.2"
1605 + chalk "^4.0.0"
1606 + collect-v8-coverage "^1.0.0"
1607 + exit "^0.1.2"
1608 + glob "^7.1.2"
1609 + graceful-fs "^4.2.4"
1610 + istanbul-lib-coverage "^3.0.0"
1611 + istanbul-lib-instrument "^4.0.3"
1612 + istanbul-lib-report "^3.0.0"
1613 + istanbul-lib-source-maps "^4.0.0"
1614 + istanbul-reports "^3.0.2"
1615 + jest-haste-map "^26.6.2"
1616 + jest-resolve "^26.6.2"
1617 + jest-util "^26.6.2"
1618 + jest-worker "^26.6.2"
1619 + slash "^3.0.0"
1620 + source-map "^0.6.0"
1621 + string-length "^4.0.1"
1622 + terminal-link "^2.0.0"
1623 + v8-to-istanbul "^7.0.0"
1624 + optionalDependencies:
1625 + node-notifier "^8.0.0"
1626 +
1627 +"@jest/source-map@^26.6.2":
1628 + version "26.6.2"
1629 + resolved "https://registry.yarnpkg.com/@jest/source-map/-/source-map-26.6.2.tgz#29af5e1e2e324cafccc936f218309f54ab69d535"
1630 + integrity sha512-YwYcCwAnNmOVsZ8mr3GfnzdXDAl4LaenZP5z+G0c8bzC9/dugL8zRmxZzdoTl4IaS3CryS1uWnROLPFmb6lVvA==
1631 + dependencies:
1632 + callsites "^3.0.0"
1633 + graceful-fs "^4.2.4"
1634 + source-map "^0.6.0"
1635 +
1636 +"@jest/test-result@^26.6.0", "@jest/test-result@^26.6.2":
1637 + version "26.6.2"
1638 + resolved "https://registry.yarnpkg.com/@jest/test-result/-/test-result-26.6.2.tgz#55da58b62df134576cc95476efa5f7949e3f5f18"
1639 + integrity sha512-5O7H5c/7YlojphYNrK02LlDIV2GNPYisKwHm2QTKjNZeEzezCbwYs9swJySv2UfPMyZ0VdsmMv7jIlD/IKYQpQ==
1640 + dependencies:
1641 + "@jest/console" "^26.6.2"
1642 + "@jest/types" "^26.6.2"
1643 + "@types/istanbul-lib-coverage" "^2.0.0"
1644 + collect-v8-coverage "^1.0.0"
1645 +
1646 +"@jest/test-sequencer@^26.6.3":
1647 + version "26.6.3"
1648 + resolved "https://registry.yarnpkg.com/@jest/test-sequencer/-/test-sequencer-26.6.3.tgz#98e8a45100863886d074205e8ffdc5a7eb582b17"
1649 + integrity sha512-YHlVIjP5nfEyjlrSr8t/YdNfU/1XEt7c5b4OxcXCjyRhjzLYu/rO69/WHPuYcbCWkz8kAeZVZp2N2+IOLLEPGw==
1650 + dependencies:
1651 + "@jest/test-result" "^26.6.2"
1652 + graceful-fs "^4.2.4"
1653 + jest-haste-map "^26.6.2"
1654 + jest-runner "^26.6.3"
1655 + jest-runtime "^26.6.3"
1656 +
1657 +"@jest/transform@^26.6.2":
1658 + version "26.6.2"
1659 + resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-26.6.2.tgz#5ac57c5fa1ad17b2aae83e73e45813894dcf2e4b"
1660 + integrity sha512-E9JjhUgNzvuQ+vVAL21vlyfy12gP0GhazGgJC4h6qUt1jSdUXGWJ1wfu/X7Sd8etSgxV4ovT1pb9v5D6QW4XgA==
1661 + dependencies:
1662 + "@babel/core" "^7.1.0"
1663 + "@jest/types" "^26.6.2"
1664 + babel-plugin-istanbul "^6.0.0"
1665 + chalk "^4.0.0"
1666 + convert-source-map "^1.4.0"
1667 + fast-json-stable-stringify "^2.0.0"
1668 + graceful-fs "^4.2.4"
1669 + jest-haste-map "^26.6.2"
1670 + jest-regex-util "^26.0.0"
1671 + jest-util "^26.6.2"
1672 + micromatch "^4.0.2"
1673 + pirates "^4.0.1"
1674 + slash "^3.0.0"
1675 + source-map "^0.6.1"
1676 + write-file-atomic "^3.0.0"
1677 +
1678 +"@jest/types@^24.9.0":
1679 + version "24.9.0"
1680 + resolved "https://registry.yarnpkg.com/@jest/types/-/types-24.9.0.tgz#63cb26cb7500d069e5a389441a7c6ab5e909fc59"
1681 + integrity sha512-XKK7ze1apu5JWQ5eZjHITP66AX+QsLlbaJRBGYr8pNzwcAE2JVkwnf0yqjHTsDRcjR0mujy/NmZMXw5kl+kGBw==
1682 + dependencies:
1683 + "@types/istanbul-lib-coverage" "^2.0.0"
1684 + "@types/istanbul-reports" "^1.1.1"
1685 + "@types/yargs" "^13.0.0"
1686 +
1687 +"@jest/types@^26.6.0", "@jest/types@^26.6.2":
1688 + version "26.6.2"
1689 + resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.6.2.tgz#bef5a532030e1d88a2f5a6d933f84e97226ed48e"
1690 + integrity sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==
1691 + dependencies:
1692 + "@types/istanbul-lib-coverage" "^2.0.0"
1693 + "@types/istanbul-reports" "^3.0.0"
1694 + "@types/node" "*"
1695 + "@types/yargs" "^15.0.0"
1696 + chalk "^4.0.0"
1697 +
1698 +"@nodelib/fs.scandir@2.1.5":
1699 + version "2.1.5"
1700 + resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
1701 + integrity sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==
1702 + dependencies:
1703 + "@nodelib/fs.stat" "2.0.5"
1704 + run-parallel "^1.1.9"
1705 +
1706 +"@nodelib/fs.stat@2.0.5", "@nodelib/fs.stat@^2.0.2":
1707 + version "2.0.5"
1708 + resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz#5bd262af94e9d25bd1e71b05deed44876a222e8b"
1709 + integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==
1710 +
1711 +"@nodelib/fs.walk@^1.2.3":
1712 + version "1.2.8"
1713 + resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#e95737e8bb6746ddedf69c556953494f196fe69a"
1714 + integrity sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==
1715 + dependencies:
1716 + "@nodelib/fs.scandir" "2.1.5"
1717 + fastq "^1.6.0"
1718 +
1719 +"@npmcli/fs@^1.0.0":
1720 + version "1.1.0"
1721 + resolved "https://registry.yarnpkg.com/@npmcli/fs/-/fs-1.1.0.tgz#bec1d1b89c170d40e1b73ad6c943b0b75e7d2951"
1722 + integrity sha512-VhP1qZLXcrXRIaPoqb4YA55JQxLNF3jNR4T55IdOJa3+IFJKNYHtPvtXx8slmeMavj37vCzCfrqQM1vWLsYKLA==
1723 + dependencies:
1724 + "@gar/promisify" "^1.0.1"
1725 + semver "^7.3.5"
1726 +
1727 +"@npmcli/move-file@^1.0.1":
1728 + version "1.1.2"
1729 + resolved "https://registry.yarnpkg.com/@npmcli/move-file/-/move-file-1.1.2.tgz#1a82c3e372f7cae9253eb66d72543d6b8685c674"
1730 + integrity sha512-1SUf/Cg2GzGDyaf15aR9St9TWlb+XvbZXWpDx8YKs7MLzMH/BCeopv+y9vzrzgkfykCGuWOlSu3mZhj2+FQcrg==
1731 + dependencies:
1732 + mkdirp "^1.0.4"
1733 + rimraf "^3.0.2"
1734 +
1735 +"@pmmmwh/react-refresh-webpack-plugin@0.4.3":
1736 + version "0.4.3"
1737 + resolved "https://registry.yarnpkg.com/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.4.3.tgz#1eec460596d200c0236bf195b078a5d1df89b766"
1738 + integrity sha512-br5Qwvh8D2OQqSXpd1g/xqXKnK0r+Jz6qVKBbWmpUcrbGOxUrf39V5oZ1876084CGn18uMdR5uvPqBv9UqtBjQ==
1739 + dependencies:
1740 + ansi-html "^0.0.7"
1741 + error-stack-parser "^2.0.6"
1742 + html-entities "^1.2.1"
1743 + native-url "^0.2.6"
1744 + schema-utils "^2.6.5"
1745 + source-map "^0.7.3"
1746 +
1747 +"@protobufjs/aspromise@^1.1.1", "@protobufjs/aspromise@^1.1.2":
1748 + version "1.1.2"
1749 + resolved "https://registry.yarnpkg.com/@protobufjs/aspromise/-/aspromise-1.1.2.tgz#9b8b0cc663d669a7d8f6f5d0893a14d348f30fbf"
1750 + integrity sha1-m4sMxmPWaafY9vXQiToU00jzD78=
1751 +
1752 +"@protobufjs/base64@^1.1.2":
1753 + version "1.1.2"
1754 + resolved "https://registry.yarnpkg.com/@protobufjs/base64/-/base64-1.1.2.tgz#4c85730e59b9a1f1f349047dbf24296034bb2735"
1755 + integrity sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg==
1756 +
1757 +"@protobufjs/codegen@^2.0.4":
1758 + version "2.0.4"
1759 + resolved "https://registry.yarnpkg.com/@protobufjs/codegen/-/codegen-2.0.4.tgz#7ef37f0d010fb028ad1ad59722e506d9262815cb"
1760 + integrity sha512-YyFaikqM5sH0ziFZCN3xDC7zeGaB/d0IUb9CATugHWbd1FRFwWwt4ld4OYMPWu5a3Xe01mGAULCdqhMlPl29Jg==
1761 +
1762 +"@protobufjs/eventemitter@^1.1.0":
1763 + version "1.1.0"
1764 + resolved "https://registry.yarnpkg.com/@protobufjs/eventemitter/-/eventemitter-1.1.0.tgz#355cbc98bafad5978f9ed095f397621f1d066b70"
1765 + integrity sha1-NVy8mLr61ZePntCV85diHx0Ga3A=
1766 +
1767 +"@protobufjs/fetch@^1.1.0":
1768 + version "1.1.0"
1769 + resolved "https://registry.yarnpkg.com/@protobufjs/fetch/-/fetch-1.1.0.tgz#ba99fb598614af65700c1619ff06d454b0d84c45"
1770 + integrity sha1-upn7WYYUr2VwDBYZ/wbUVLDYTEU=
1771 + dependencies:
1772 + "@protobufjs/aspromise" "^1.1.1"
1773 + "@protobufjs/inquire" "^1.1.0"
1774 +
1775 +"@protobufjs/float@^1.0.2":
1776 + version "1.0.2"
1777 + resolved "https://registry.yarnpkg.com/@protobufjs/float/-/float-1.0.2.tgz#5e9e1abdcb73fc0a7cb8b291df78c8cbd97b87d1"
1778 + integrity sha1-Xp4avctz/Ap8uLKR33jIy9l7h9E=
1779 +
1780 +"@protobufjs/inquire@^1.1.0":
1781 + version "1.1.0"
1782 + resolved "https://registry.yarnpkg.com/@protobufjs/inquire/-/inquire-1.1.0.tgz#ff200e3e7cf2429e2dcafc1140828e8cc638f089"
1783 + integrity sha1-/yAOPnzyQp4tyvwRQIKOjMY48Ik=
1784 +
1785 +"@protobufjs/path@^1.1.2":
1786 + version "1.1.2"
1787 + resolved "https://registry.yarnpkg.com/@protobufjs/path/-/path-1.1.2.tgz#6cc2b20c5c9ad6ad0dccfd21ca7673d8d7fbf68d"
1788 + integrity sha1-bMKyDFya1q0NzP0hynZz2Nf79o0=
1789 +
1790 +"@protobufjs/pool@^1.1.0":
1791 + version "1.1.0"
1792 + resolved "https://registry.yarnpkg.com/@protobufjs/pool/-/pool-1.1.0.tgz#09fd15f2d6d3abfa9b65bc366506d6ad7846ff54"
1793 + integrity sha1-Cf0V8tbTq/qbZbw2ZQbWrXhG/1Q=
1794 +
1795 +"@protobufjs/utf8@^1.1.0":
1796 + version "1.1.0"
1797 + resolved "https://registry.yarnpkg.com/@protobufjs/utf8/-/utf8-1.1.0.tgz#a777360b5b39a1a2e5106f8e858f2fd2d060c570"
1798 + integrity sha1-p3c2C1s5oaLlEG+OhY8v0tBgxXA=
1799 +
1800 +"@rollup/plugin-node-resolve@^7.1.1":
1801 + version "7.1.3"
1802 + resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-7.1.3.tgz#80de384edfbd7bfc9101164910f86078151a3eca"
1803 + integrity sha512-RxtSL3XmdTAE2byxekYLnx+98kEUOrPHF/KRVjLH+DEIHy6kjIw7YINQzn+NXiH/NTrQLAwYs0GWB+csWygA9Q==
1804 + dependencies:
1805 + "@rollup/pluginutils" "^3.0.8"
1806 + "@types/resolve" "0.0.8"
1807 + builtin-modules "^3.1.0"
1808 + is-module "^1.0.0"
1809 + resolve "^1.14.2"
1810 +
1811 +"@rollup/plugin-replace@^2.3.1":
1812 + version "2.4.2"
1813 + resolved "https://registry.yarnpkg.com/@rollup/plugin-replace/-/plugin-replace-2.4.2.tgz#a2d539314fbc77c244858faa523012825068510a"
1814 + integrity sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg==
1815 + dependencies:
1816 + "@rollup/pluginutils" "^3.1.0"
1817 + magic-string "^0.25.7"
1818 +
1819 +"@rollup/pluginutils@^3.0.8", "@rollup/pluginutils@^3.1.0":
1820 + version "3.1.0"
1821 + resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-3.1.0.tgz#706b4524ee6dc8b103b3c995533e5ad680c02b9b"
1822 + integrity sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==
1823 + dependencies:
1824 + "@types/estree" "0.0.39"
1825 + estree-walker "^1.0.1"
1826 + picomatch "^2.2.2"
1827 +
1828 +"@sinonjs/commons@^1.7.0":
1829 + version "1.8.3"
1830 + resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.8.3.tgz#3802ddd21a50a949b6721ddd72da36e67e7f1b2d"
1831 + integrity sha512-xkNcLAn/wZaX14RPlwizcKicDk9G3F8m2nU3L7Ukm5zBgTwiT0wsoFAHx9Jq56fJA1z/7uKGtCRu16sOUCLIHQ==
1832 + dependencies:
1833 + type-detect "4.0.8"
1834 +
1835 +"@sinonjs/fake-timers@^6.0.1":
1836 + version "6.0.1"
1837 + resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-6.0.1.tgz#293674fccb3262ac782c7aadfdeca86b10c75c40"
1838 + integrity sha512-MZPUxrmFubI36XS1DI3qmI0YdN1gks62JtFZvxR67ljjSNCeK6U08Zx4msEWOXuofgqUt6zPHSi1H9fbjR/NRA==
1839 + dependencies:
1840 + "@sinonjs/commons" "^1.7.0"
1841 +
1842 +"@surma/rollup-plugin-off-main-thread@^1.1.1":
1843 + version "1.4.2"
1844 + resolved "https://registry.yarnpkg.com/@surma/rollup-plugin-off-main-thread/-/rollup-plugin-off-main-thread-1.4.2.tgz#e6786b6af5799f82f7ab3a82e53f6182d2b91a58"
1845 + integrity sha512-yBMPqmd1yEJo/280PAMkychuaALyQ9Lkb5q1ck3mjJrFuEobIfhnQ4J3mbvBoISmR3SWMWV+cGB/I0lCQee79A==
1846 + dependencies:
1847 + ejs "^2.6.1"
1848 + magic-string "^0.25.0"
1849 +
1850 +"@svgr/babel-plugin-add-jsx-attribute@^5.4.0":
1851 + version "5.4.0"
1852 + resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-5.4.0.tgz#81ef61947bb268eb9d50523446f9c638fb355906"
1853 + integrity sha512-ZFf2gs/8/6B8PnSofI0inYXr2SDNTDScPXhN7k5EqD4aZ3gi6u+rbmZHVB8IM3wDyx8ntKACZbtXSm7oZGRqVg==
1854 +
1855 +"@svgr/babel-plugin-remove-jsx-attribute@^5.4.0":
1856 + version "5.4.0"
1857 + resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-remove-jsx-attribute/-/babel-plugin-remove-jsx-attribute-5.4.0.tgz#6b2c770c95c874654fd5e1d5ef475b78a0a962ef"
1858 + integrity sha512-yaS4o2PgUtwLFGTKbsiAy6D0o3ugcUhWK0Z45umJ66EPWunAz9fuFw2gJuje6wqQvQWOTJvIahUwndOXb7QCPg==
1859 +
1860 +"@svgr/babel-plugin-remove-jsx-empty-expression@^5.0.1":
1861 + version "5.0.1"
1862 + resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-remove-jsx-empty-expression/-/babel-plugin-remove-jsx-empty-expression-5.0.1.tgz#25621a8915ed7ad70da6cea3d0a6dbc2ea933efd"
1863 + integrity sha512-LA72+88A11ND/yFIMzyuLRSMJ+tRKeYKeQ+mR3DcAZ5I4h5CPWN9AHyUzJbWSYp/u2u0xhmgOe0+E41+GjEueA==
1864 +
1865 +"@svgr/babel-plugin-replace-jsx-attribute-value@^5.0.1":
1866 + version "5.0.1"
1867 + resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-replace-jsx-attribute-value/-/babel-plugin-replace-jsx-attribute-value-5.0.1.tgz#0b221fc57f9fcd10e91fe219e2cd0dd03145a897"
1868 + integrity sha512-PoiE6ZD2Eiy5mK+fjHqwGOS+IXX0wq/YDtNyIgOrc6ejFnxN4b13pRpiIPbtPwHEc+NT2KCjteAcq33/F1Y9KQ==
1869 +
1870 +"@svgr/babel-plugin-svg-dynamic-title@^5.4.0":
1871 + version "5.4.0"
1872 + resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-svg-dynamic-title/-/babel-plugin-svg-dynamic-title-5.4.0.tgz#139b546dd0c3186b6e5db4fefc26cb0baea729d7"
1873 + integrity sha512-zSOZH8PdZOpuG1ZVx/cLVePB2ibo3WPpqo7gFIjLV9a0QsuQAzJiwwqmuEdTaW2pegyBE17Uu15mOgOcgabQZg==
1874 +
1875 +"@svgr/babel-plugin-svg-em-dimensions@^5.4.0":
1876 + version "5.4.0"
1877 + resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-svg-em-dimensions/-/babel-plugin-svg-em-dimensions-5.4.0.tgz#6543f69526632a133ce5cabab965deeaea2234a0"
1878 + integrity sha512-cPzDbDA5oT/sPXDCUYoVXEmm3VIoAWAPT6mSPTJNbQaBNUuEKVKyGH93oDY4e42PYHRW67N5alJx/eEol20abw==
1879 +
1880 +"@svgr/babel-plugin-transform-react-native-svg@^5.4.0":
1881 + version "5.4.0"
1882 + resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-transform-react-native-svg/-/babel-plugin-transform-react-native-svg-5.4.0.tgz#00bf9a7a73f1cad3948cdab1f8dfb774750f8c80"
1883 + integrity sha512-3eYP/SaopZ41GHwXma7Rmxcv9uRslRDTY1estspeB1w1ueZWd/tPlMfEOoccYpEMZU3jD4OU7YitnXcF5hLW2Q==
1884 +
1885 +"@svgr/babel-plugin-transform-svg-component@^5.5.0":
1886 + version "5.5.0"
1887 + resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-transform-svg-component/-/babel-plugin-transform-svg-component-5.5.0.tgz#583a5e2a193e214da2f3afeb0b9e8d3250126b4a"
1888 + integrity sha512-q4jSH1UUvbrsOtlo/tKcgSeiCHRSBdXoIoqX1pgcKK/aU3JD27wmMKwGtpB8qRYUYoyXvfGxUVKchLuR5pB3rQ==
1889 +
1890 +"@svgr/babel-preset@^5.5.0":
1891 + version "5.5.0"
1892 + resolved "https://registry.yarnpkg.com/@svgr/babel-preset/-/babel-preset-5.5.0.tgz#8af54f3e0a8add7b1e2b0fcd5a882c55393df327"
1893 + integrity sha512-4FiXBjvQ+z2j7yASeGPEi8VD/5rrGQk4Xrq3EdJmoZgz/tpqChpo5hgXDvmEauwtvOc52q8ghhZK4Oy7qph4ig==
1894 + dependencies:
1895 + "@svgr/babel-plugin-add-jsx-attribute" "^5.4.0"
1896 + "@svgr/babel-plugin-remove-jsx-attribute" "^5.4.0"
1897 + "@svgr/babel-plugin-remove-jsx-empty-expression" "^5.0.1"
1898 + "@svgr/babel-plugin-replace-jsx-attribute-value" "^5.0.1"
1899 + "@svgr/babel-plugin-svg-dynamic-title" "^5.4.0"
1900 + "@svgr/babel-plugin-svg-em-dimensions" "^5.4.0"
1901 + "@svgr/babel-plugin-transform-react-native-svg" "^5.4.0"
1902 + "@svgr/babel-plugin-transform-svg-component" "^5.5.0"
1903 +
1904 +"@svgr/core@^5.5.0":
1905 + version "5.5.0"
1906 + resolved "https://registry.yarnpkg.com/@svgr/core/-/core-5.5.0.tgz#82e826b8715d71083120fe8f2492ec7d7874a579"
1907 + integrity sha512-q52VOcsJPvV3jO1wkPtzTuKlvX7Y3xIcWRpCMtBF3MrteZJtBfQw/+u0B1BHy5ColpQc1/YVTrPEtSYIMNZlrQ==
1908 + dependencies:
1909 + "@svgr/plugin-jsx" "^5.5.0"
1910 + camelcase "^6.2.0"
1911 + cosmiconfig "^7.0.0"
1912 +
1913 +"@svgr/hast-util-to-babel-ast@^5.5.0":
1914 + version "5.5.0"
1915 + resolved "https://registry.yarnpkg.com/@svgr/hast-util-to-babel-ast/-/hast-util-to-babel-ast-5.5.0.tgz#5ee52a9c2533f73e63f8f22b779f93cd432a5461"
1916 + integrity sha512-cAaR/CAiZRB8GP32N+1jocovUtvlj0+e65TB50/6Lcime+EA49m/8l+P2ko+XPJ4dw3xaPS3jOL4F2X4KWxoeQ==
1917 + dependencies:
1918 + "@babel/types" "^7.12.6"
1919 +
1920 +"@svgr/plugin-jsx@^5.5.0":
1921 + version "5.5.0"
1922 + resolved "https://registry.yarnpkg.com/@svgr/plugin-jsx/-/plugin-jsx-5.5.0.tgz#1aa8cd798a1db7173ac043466d7b52236b369000"
1923 + integrity sha512-V/wVh33j12hGh05IDg8GpIUXbjAPnTdPTKuP4VNLggnwaHMPNQNae2pRnyTAILWCQdz5GyMqtO488g7CKM8CBA==
1924 + dependencies:
1925 + "@babel/core" "^7.12.3"
1926 + "@svgr/babel-preset" "^5.5.0"
1927 + "@svgr/hast-util-to-babel-ast" "^5.5.0"
1928 + svg-parser "^2.0.2"
1929 +
1930 +"@svgr/plugin-svgo@^5.5.0":
1931 + version "5.5.0"
1932 + resolved "https://registry.yarnpkg.com/@svgr/plugin-svgo/-/plugin-svgo-5.5.0.tgz#02da55d85320549324e201c7b2e53bf431fcc246"
1933 + integrity sha512-r5swKk46GuQl4RrVejVwpeeJaydoxkdwkM1mBKOgJLBUJPGaLci6ylg/IjhrRsREKDkr4kbMWdgOtbXEh0fyLQ==
1934 + dependencies:
1935 + cosmiconfig "^7.0.0"
1936 + deepmerge "^4.2.2"
1937 + svgo "^1.2.2"
1938 +
1939 +"@svgr/webpack@5.5.0":
1940 + version "5.5.0"
1941 + resolved "https://registry.yarnpkg.com/@svgr/webpack/-/webpack-5.5.0.tgz#aae858ee579f5fa8ce6c3166ef56c6a1b381b640"
1942 + integrity sha512-DOBOK255wfQxguUta2INKkzPj6AIS6iafZYiYmHn6W3pHlycSRRlvWKCfLDG10fXfLWqE3DJHgRUOyJYmARa7g==
1943 + dependencies:
1944 + "@babel/core" "^7.12.3"
1945 + "@babel/plugin-transform-react-constant-elements" "^7.12.1"
1946 + "@babel/preset-env" "^7.12.1"
1947 + "@babel/preset-react" "^7.12.5"
1948 + "@svgr/core" "^5.5.0"
1949 + "@svgr/plugin-jsx" "^5.5.0"
1950 + "@svgr/plugin-svgo" "^5.5.0"
1951 + loader-utils "^2.0.0"
1952 +
1953 +"@tootallnate/once@1":
1954 + version "1.1.2"
1955 + resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-1.1.2.tgz#ccb91445360179a04e7fe6aff78c00ffc1eeaf82"
1956 + integrity sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==
1957 +
1958 +"@types/babel__core@^7.0.0", "@types/babel__core@^7.1.7":
1959 + version "7.1.18"
1960 + resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.18.tgz#1a29abcc411a9c05e2094c98f9a1b7da6cdf49f8"
1961 + integrity sha512-S7unDjm/C7z2A2R9NzfKCK1I+BAALDtxEmsJBwlB3EzNfb929ykjL++1CK9LO++EIp2fQrC8O+BwjKvz6UeDyQ==
1962 + dependencies:
1963 + "@babel/parser" "^7.1.0"
1964 + "@babel/types" "^7.0.0"
1965 + "@types/babel__generator" "*"
1966 + "@types/babel__template" "*"
1967 + "@types/babel__traverse" "*"
1968 +
1969 +"@types/babel__generator@*":
1970 + version "7.6.4"
1971 + resolved "https://registry.yarnpkg.com/@types/babel__generator/-/babel__generator-7.6.4.tgz#1f20ce4c5b1990b37900b63f050182d28c2439b7"
1972 + integrity sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==
1973 + dependencies:
1974 + "@babel/types" "^7.0.0"
1975 +
1976 +"@types/babel__template@*":
1977 + version "7.4.1"
1978 + resolved "https://registry.yarnpkg.com/@types/babel__template/-/babel__template-7.4.1.tgz#3d1a48fd9d6c0edfd56f2ff578daed48f36c8969"
1979 + integrity sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==
1980 + dependencies:
1981 + "@babel/parser" "^7.1.0"
1982 + "@babel/types" "^7.0.0"
1983 +
1984 +"@types/babel__traverse@*", "@types/babel__traverse@^7.0.4", "@types/babel__traverse@^7.0.6":
1985 + version "7.14.2"
1986 + resolved "https://registry.yarnpkg.com/@types/babel__traverse/-/babel__traverse-7.14.2.tgz#ffcd470bbb3f8bf30481678fb5502278ca833a43"
1987 + integrity sha512-K2waXdXBi2302XUdcHcR1jCeU0LL4TD9HRs/gk0N2Xvrht+G/BfJa4QObBQZfhMdxiCpV3COl5Nfq4uKTeTnJA==
1988 + dependencies:
1989 + "@babel/types" "^7.3.0"
1990 +
1991 +"@types/eslint@^7.28.2":
1992 + version "7.29.0"
1993 + resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-7.29.0.tgz#e56ddc8e542815272720bb0b4ccc2aff9c3e1c78"
1994 + integrity sha512-VNcvioYDH8/FxaeTKkM4/TiTwt6pBV9E3OfGmvaw8tPl0rrHCJ4Ll15HRT+pMiFAf/MLQvAzC+6RzUMEL9Ceng==
1995 + dependencies:
1996 + "@types/estree" "*"
1997 + "@types/json-schema" "*"
1998 +
1999 +"@types/estree@*":
2000 + version "0.0.50"
2001 + resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.50.tgz#1e0caa9364d3fccd2931c3ed96fdbeaa5d4cca83"
2002 + integrity sha512-C6N5s2ZFtuZRj54k2/zyRhNDjJwwcViAM3Nbm8zjBpbqAdZ00mr0CFxvSKeO8Y/e03WVFLpQMdHYVfUd6SB+Hw==
2003 +
2004 +"@types/estree@0.0.39":
2005 + version "0.0.39"
2006 + resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f"
2007 + integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==
2008 +
2009 +"@types/glob@^7.1.1":
2010 + version "7.2.0"
2011 + resolved "https://registry.yarnpkg.com/@types/glob/-/glob-7.2.0.tgz#bc1b5bf3aa92f25bd5dd39f35c57361bdce5b2eb"
2012 + integrity sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==
2013 + dependencies:
2014 + "@types/minimatch" "*"
2015 + "@types/node" "*"
2016 +
2017 +"@types/graceful-fs@^4.1.2":
2018 + version "4.1.5"
2019 + resolved "https://registry.yarnpkg.com/@types/graceful-fs/-/graceful-fs-4.1.5.tgz#21ffba0d98da4350db64891f92a9e5db3cdb4e15"
2020 + integrity sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==
2021 + dependencies:
2022 + "@types/node" "*"
2023 +
2024 +"@types/history@*":
2025 + version "4.7.10"
2026 + resolved "https://registry.yarnpkg.com/@types/history/-/history-4.7.10.tgz#992865313bb97d80eefa6aab5f2e4f1e10e84e86"
2027 + integrity sha512-kq1vceWANyZLEt/+hbTWSAjLNhhXYgUw6Ywi0KQ9C7pZJP4Qrr0xjSKb3t59e5GwWtk1L6zt5KTxjH4oPk2l/w==
2028 +
2029 +"@types/hoist-non-react-statics@^3.3.1":
2030 + version "3.3.1"
2031 + resolved "https://registry.yarnpkg.com/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.1.tgz#1124aafe5118cb591977aeb1ceaaed1070eb039f"
2032 + integrity sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA==
2033 + dependencies:
2034 + "@types/react" "*"
2035 + hoist-non-react-statics "^3.3.0"
2036 +
2037 +"@types/html-minifier-terser@^5.0.0":
2038 + version "5.1.2"
2039 + resolved "https://registry.yarnpkg.com/@types/html-minifier-terser/-/html-minifier-terser-5.1.2.tgz#693b316ad323ea97eed6b38ed1a3cc02b1672b57"
2040 + integrity sha512-h4lTMgMJctJybDp8CQrxTUiiYmedihHWkjnF/8Pxseu2S6Nlfcy8kwboQ8yejh456rP2yWoEVm1sS/FVsfM48w==
2041 +
2042 +"@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0", "@types/istanbul-lib-coverage@^2.0.1":
2043 + version "2.0.4"
2044 + resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz#8467d4b3c087805d63580480890791277ce35c44"
2045 + integrity sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g==
2046 +
2047 +"@types/istanbul-lib-report@*":
2048 + version "3.0.0"
2049 + resolved "https://registry.yarnpkg.com/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz#c14c24f18ea8190c118ee7562b7ff99a36552686"
2050 + integrity sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==
2051 + dependencies:
2052 + "@types/istanbul-lib-coverage" "*"
2053 +
2054 +"@types/istanbul-reports@^1.1.1":
2055 + version "1.1.2"
2056 + resolved "https://registry.yarnpkg.com/@types/istanbul-reports/-/istanbul-reports-1.1.2.tgz#e875cc689e47bce549ec81f3df5e6f6f11cfaeb2"
2057 + integrity sha512-P/W9yOX/3oPZSpaYOCQzGqgCQRXn0FFO/V8bWrCQs+wLmvVVxk6CRBXALEvNs9OHIatlnlFokfhuDo2ug01ciw==
2058 + dependencies:
2059 + "@types/istanbul-lib-coverage" "*"
2060 + "@types/istanbul-lib-report" "*"
2061 +
2062 +"@types/istanbul-reports@^3.0.0":
2063 + version "3.0.1"
2064 + resolved "https://registry.yarnpkg.com/@types/istanbul-reports/-/istanbul-reports-3.0.1.tgz#9153fe98bba2bd565a63add9436d6f0d7f8468ff"
2065 + integrity sha512-c3mAZEuK0lvBp8tmuL74XRKn1+y2dcwOUpH7x4WrF6gk1GIgiluDRgMYQtw2OFcBvAJWlt6ASU3tSqxp0Uu0Aw==
2066 + dependencies:
2067 + "@types/istanbul-lib-report" "*"
2068 +
2069 +"@types/jest@^24.9.1":
2070 + version "24.9.1"
2071 + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-24.9.1.tgz#02baf9573c78f1b9974a5f36778b366aa77bd534"
2072 + integrity sha512-Fb38HkXSVA4L8fGKEZ6le5bB8r6MRWlOCZbVuWZcmOMSCd2wCYOwN1ibj8daIoV9naq7aaOZjrLCoCMptKU/4Q==
2073 + dependencies:
2074 + jest-diff "^24.3.0"
2075 +
2076 +"@types/json-schema@*", "@types/json-schema@^7.0.3", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.7", "@types/json-schema@^7.0.8":
2077 + version "7.0.9"
2078 + resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
2079 + integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==
2080 +
2081 +"@types/json5@^0.0.29":
2082 + version "0.0.29"
2083 + resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
2084 + integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4=
2085 +
2086 +"@types/long@^4.0.1":
2087 + version "4.0.1"
2088 + resolved "https://registry.yarnpkg.com/@types/long/-/long-4.0.1.tgz#459c65fa1867dafe6a8f322c4c51695663cc55e9"
2089 + integrity sha512-5tXH6Bx/kNGd3MgffdmP4dy2Z+G4eaXw0SE81Tq3BNadtnMR5/ySMzX4SLEzHJzSmPNn4HIdpQsBvXMUykr58w==
2090 +
2091 +"@types/minimatch@*":
2092 + version "3.0.5"
2093 + resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.5.tgz#1001cc5e6a3704b83c236027e77f2f58ea010f40"
2094 + integrity sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==
2095 +
2096 +"@types/node@*", "@types/node@>=12.12.47", "@types/node@>=13.7.0":
2097 + version "17.0.8"
2098 + resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.8.tgz#50d680c8a8a78fe30abe6906453b21ad8ab0ad7b"
2099 + integrity sha512-YofkM6fGv4gDJq78g4j0mMuGMkZVxZDgtU0JRdx6FgiJDG+0fY0GKVolOV8WqVmEhLCXkQRjwDdKyPxJp/uucg==
2100 +
2101 +"@types/node@^13.13.52":
2102 + version "13.13.52"
2103 + resolved "https://registry.yarnpkg.com/@types/node/-/node-13.13.52.tgz#03c13be70b9031baaed79481c0c0cfb0045e53f7"
2104 + integrity sha512-s3nugnZumCC//n4moGGe6tkNMyYEdaDBitVjwPxXmR5lnMG5dHePinH2EdxkG3Rh1ghFHHixAG4NJhpJW1rthQ==
2105 +
2106 +"@types/normalize-package-data@^2.4.0":
2107 + version "2.4.1"
2108 + resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301"
2109 + integrity sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==
2110 +
2111 +"@types/parse-json@^4.0.0":
2112 + version "4.0.0"
2113 + resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0"
2114 + integrity sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==
2115 +
2116 +"@types/prettier@^2.0.0":
2117 + version "2.4.3"
2118 + resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.4.3.tgz#a3c65525b91fca7da00ab1a3ac2b5a2a4afbffbf"
2119 + integrity sha512-QzSuZMBuG5u8HqYz01qtMdg/Jfctlnvj1z/lYnIDXs/golxw0fxtRAHd9KrzjR7Yxz1qVeI00o0kiO3PmVdJ9w==
2120 +
2121 +"@types/prop-types@*":
2122 + version "15.7.4"
2123 + resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.4.tgz#fcf7205c25dff795ee79af1e30da2c9790808f11"
2124 + integrity sha512-rZ5drC/jWjrArrS8BR6SIr4cWpW09RNTYt9AMZo3Jwwif+iacXAqgVjm0B0Bv/S1jhDXKHqRVNCbACkJ89RAnQ==
2125 +
2126 +"@types/q@^1.5.1":
2127 + version "1.5.5"
2128 + resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.5.tgz#75a2a8e7d8ab4b230414505d92335d1dcb53a6df"
2129 + integrity sha512-L28j2FcJfSZOnL1WBjDYp2vUHCeIFlyYI/53EwD/rKUBQ7MtUUfbQWiyKJGpcnv4/WgrhWsFKrcPstcAt/J0tQ==
2130 +
2131 +"@types/react-dom@^16.9.14":
2132 + version "16.9.14"
2133 + resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.9.14.tgz#674b8f116645fe5266b40b525777fc6bb8eb3bcd"
2134 + integrity sha512-FIX2AVmPTGP30OUJ+0vadeIFJJ07Mh1m+U0rxfgyW34p3rTlXI+nlenvAxNn4BP36YyI9IJ/+UJ7Wu22N1pI7A==
2135 + dependencies:
2136 + "@types/react" "^16"
2137 +
2138 +"@types/react-intl@^3.0.0":
2139 + version "3.0.0"
2140 + resolved "https://registry.yarnpkg.com/@types/react-intl/-/react-intl-3.0.0.tgz#a2cce0024b6cfe403be28ccf67f49d720fa810ec"
2141 + integrity sha512-k8F3d05XQGEqSWIfK97bBjZe4z9RruXU9Wa7OZ2iUC5pdeIpzuQDZe/9C2J3Xir5//ZtAkhcv08Wfx3n5TBTQg==
2142 + dependencies:
2143 + react-intl "*"
2144 +
2145 +"@types/react-router-dom@^5.3.2":
2146 + version "5.3.2"
2147 + resolved "https://registry.yarnpkg.com/@types/react-router-dom/-/react-router-dom-5.3.2.tgz#ebd8e145cf056db5c66eb1dac63c72f52e8542ee"
2148 + integrity sha512-ELEYRUie2czuJzaZ5+ziIp9Hhw+juEw8b7C11YNA4QdLCVbQ3qLi2l4aq8XnlqM7V31LZX8dxUuFUCrzHm6sqQ==
2149 + dependencies:
2150 + "@types/history" "*"
2151 + "@types/react" "*"
2152 + "@types/react-router" "*"
2153 +
2154 +"@types/react-router@*":
2155 + version "5.1.17"
2156 + resolved "https://registry.yarnpkg.com/@types/react-router/-/react-router-5.1.17.tgz#087091006213b11042f39570e5cd414863693968"
2157 + integrity sha512-RNSXOyb3VyRs/EOGmjBhhGKTbnN6fHWvy5FNLzWfOWOGjgVUKqJZXfpKzLmgoU8h6Hj8mpALj/mbXQASOb92wQ==
2158 + dependencies:
2159 + "@types/history" "*"
2160 + "@types/react" "*"
2161 +
2162 +"@types/react@*", "@types/react@16 || 17":
2163 + version "17.0.38"
2164 + resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.38.tgz#f24249fefd89357d5fa71f739a686b8d7c7202bd"
2165 + integrity sha512-SI92X1IA+FMnP3qM5m4QReluXzhcmovhZnLNm3pyeQlooi02qI7sLiepEYqT678uNiyc25XfCqxREFpy3W7YhQ==
2166 + dependencies:
2167 + "@types/prop-types" "*"
2168 + "@types/scheduler" "*"
2169 + csstype "^3.0.2"
2170 +
2171 +"@types/react@^16", "@types/react@^16.14.21":
2172 + version "16.14.21"
2173 + resolved "https://registry.yarnpkg.com/@types/react/-/react-16.14.21.tgz#35199b21a278355ec7a3c40003bd6a334bd4ae4a"
2174 + integrity sha512-rY4DzPKK/4aohyWiDRHS2fotN5rhBSK6/rz1X37KzNna9HJyqtaGAbq9fVttrEPWF5ywpfIP1ITL8Xi2QZn6Eg==
2175 + dependencies:
2176 + "@types/prop-types" "*"
2177 + "@types/scheduler" "*"
2178 + csstype "^3.0.2"
2179 +
2180 +"@types/resolve@0.0.8":
2181 + version "0.0.8"
2182 + resolved "https://registry.yarnpkg.com/@types/resolve/-/resolve-0.0.8.tgz#f26074d238e02659e323ce1a13d041eee280e194"
2183 + integrity sha512-auApPaJf3NPfe18hSoJkp8EbZzer2ISk7o8mCC3M9he/a04+gbMF97NkpD2S8riMGvm4BMRI59/SZQSaLTKpsQ==
2184 + dependencies:
2185 + "@types/node" "*"
2186 +
2187 +"@types/scheduler@*":
2188 + version "0.16.2"
2189 + resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.2.tgz#1a62f89525723dde24ba1b01b092bf5df8ad4d39"
2190 + integrity sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==
2191 +
2192 +"@types/source-list-map@*":
2193 + version "0.1.2"
2194 + resolved "https://registry.yarnpkg.com/@types/source-list-map/-/source-list-map-0.1.2.tgz#0078836063ffaf17412349bba364087e0ac02ec9"
2195 + integrity sha512-K5K+yml8LTo9bWJI/rECfIPrGgxdpeNbj+d53lwN4QjW1MCwlkhUms+gtdzigTeUyBr09+u8BwOIY3MXvHdcsA==
2196 +
2197 +"@types/stack-utils@^2.0.0":
2198 + version "2.0.1"
2199 + resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.1.tgz#20f18294f797f2209b5f65c8e3b5c8e8261d127c"
2200 + integrity sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==
2201 +
2202 +"@types/tapable@^1", "@types/tapable@^1.0.5":
2203 + version "1.0.8"
2204 + resolved "https://registry.yarnpkg.com/@types/tapable/-/tapable-1.0.8.tgz#b94a4391c85666c7b73299fd3ad79d4faa435310"
2205 + integrity sha512-ipixuVrh2OdNmauvtT51o3d8z12p6LtFW9in7U79der/kwejjdNchQC5UMn5u/KxNoM7VHHOs/l8KS8uHxhODQ==
2206 +
2207 +"@types/uglify-js@*":
2208 + version "3.13.1"
2209 + resolved "https://registry.yarnpkg.com/@types/uglify-js/-/uglify-js-3.13.1.tgz#5e889e9e81e94245c75b6450600e1c5ea2878aea"
2210 + integrity sha512-O3MmRAk6ZuAKa9CHgg0Pr0+lUOqoMLpc9AS4R8ano2auvsg7IE8syF3Xh/NPr26TWklxYcqoEEFdzLLs1fV9PQ==
2211 + dependencies:
2212 + source-map "^0.6.1"
2213 +
2214 +"@types/webpack-sources@*":
2215 + version "3.2.0"
2216 + resolved "https://registry.yarnpkg.com/@types/webpack-sources/-/webpack-sources-3.2.0.tgz#16d759ba096c289034b26553d2df1bf45248d38b"
2217 + integrity sha512-Ft7YH3lEVRQ6ls8k4Ff1oB4jN6oy/XmU6tQISKdhfh+1mR+viZFphS6WL0IrtDOzvefmJg5a0s7ZQoRXwqTEFg==
2218 + dependencies:
2219 + "@types/node" "*"
2220 + "@types/source-list-map" "*"
2221 + source-map "^0.7.3"
2222 +
2223 +"@types/webpack@^4.41.8":
2224 + version "4.41.32"
2225 + resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.32.tgz#a7bab03b72904070162b2f169415492209e94212"
2226 + integrity sha512-cb+0ioil/7oz5//7tZUSwbrSAN/NWHrQylz5cW8G0dWTcF/g+/dSdMlKVZspBYuMAN1+WnwHrkxiRrLcwd0Heg==
2227 + dependencies:
2228 + "@types/node" "*"
2229 + "@types/tapable" "^1"
2230 + "@types/uglify-js" "*"
2231 + "@types/webpack-sources" "*"
2232 + anymatch "^3.0.0"
2233 + source-map "^0.6.0"
2234 +
2235 +"@types/yargs-parser@*":
2236 + version "20.2.1"
2237 + resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-20.2.1.tgz#3b9ce2489919d9e4fea439b76916abc34b2df129"
2238 + integrity sha512-7tFImggNeNBVMsn0vLrpn1H1uPrUBdnARPTpZoitY37ZrdJREzf7I16tMrlK3hen349gr1NYh8CmZQa7CTG6Aw==
2239 +
2240 +"@types/yargs@^13.0.0":
2241 + version "13.0.12"
2242 + resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-13.0.12.tgz#d895a88c703b78af0465a9de88aa92c61430b092"
2243 + integrity sha512-qCxJE1qgz2y0hA4pIxjBR+PelCH0U5CK1XJXFwCNqfmliatKp47UCXXE9Dyk1OXBDLvsCF57TqQEJaeLfDYEOQ==
2244 + dependencies:
2245 + "@types/yargs-parser" "*"
2246 +
2247 +"@types/yargs@^15.0.0":
2248 + version "15.0.14"
2249 + resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-15.0.14.tgz#26d821ddb89e70492160b66d10a0eb6df8f6fb06"
2250 + integrity sha512-yEJzHoxf6SyQGhBhIYGXQDSCkJjB6HohDShto7m8vaKg9Yp0Yn8+71J9eakh2bnPg6BfsH9PRMhiRTZnd4eXGQ==
2251 + dependencies:
2252 + "@types/yargs-parser" "*"
2253 +
2254 +"@typescript-eslint/eslint-plugin@^4.5.0":
2255 + version "4.33.0"
2256 + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.33.0.tgz#c24dc7c8069c7706bc40d99f6fa87edcb2005276"
2257 + integrity sha512-aINiAxGVdOl1eJyVjaWn/YcVAq4Gi/Yo35qHGCnqbWVz61g39D0h23veY/MA0rFFGfxK7TySg2uwDeNv+JgVpg==
2258 + dependencies:
2259 + "@typescript-eslint/experimental-utils" "4.33.0"
2260 + "@typescript-eslint/scope-manager" "4.33.0"
2261 + debug "^4.3.1"
2262 + functional-red-black-tree "^1.0.1"
2263 + ignore "^5.1.8"
2264 + regexpp "^3.1.0"
2265 + semver "^7.3.5"
2266 + tsutils "^3.21.0"
2267 +
2268 +"@typescript-eslint/experimental-utils@4.33.0", "@typescript-eslint/experimental-utils@^4.0.1":
2269 + version "4.33.0"
2270 + resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.33.0.tgz#6f2a786a4209fa2222989e9380b5331b2810f7fd"
2271 + integrity sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==
2272 + dependencies:
2273 + "@types/json-schema" "^7.0.7"
2274 + "@typescript-eslint/scope-manager" "4.33.0"
2275 + "@typescript-eslint/types" "4.33.0"
2276 + "@typescript-eslint/typescript-estree" "4.33.0"
2277 + eslint-scope "^5.1.1"
2278 + eslint-utils "^3.0.0"
2279 +
2280 +"@typescript-eslint/experimental-utils@^3.10.1":
2281 + version "3.10.1"
2282 + resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.10.1.tgz#e179ffc81a80ebcae2ea04e0332f8b251345a686"
2283 + integrity sha512-DewqIgscDzmAfd5nOGe4zm6Bl7PKtMG2Ad0KG8CUZAHlXfAKTF9Ol5PXhiMh39yRL2ChRH1cuuUGOcVyyrhQIw==
2284 + dependencies:
2285 + "@types/json-schema" "^7.0.3"
2286 + "@typescript-eslint/types" "3.10.1"
2287 + "@typescript-eslint/typescript-estree" "3.10.1"
2288 + eslint-scope "^5.0.0"
2289 + eslint-utils "^2.0.0"
2290 +
2291 +"@typescript-eslint/parser@^4.5.0":
2292 + version "4.33.0"
2293 + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.33.0.tgz#dfe797570d9694e560528d18eecad86c8c744899"
2294 + integrity sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA==
2295 + dependencies:
2296 + "@typescript-eslint/scope-manager" "4.33.0"
2297 + "@typescript-eslint/types" "4.33.0"
2298 + "@typescript-eslint/typescript-estree" "4.33.0"
2299 + debug "^4.3.1"
2300 +
2301 +"@typescript-eslint/scope-manager@4.33.0":
2302 + version "4.33.0"
2303 + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.33.0.tgz#d38e49280d983e8772e29121cf8c6e9221f280a3"
2304 + integrity sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ==
2305 + dependencies:
2306 + "@typescript-eslint/types" "4.33.0"
2307 + "@typescript-eslint/visitor-keys" "4.33.0"
2308 +
2309 +"@typescript-eslint/types@3.10.1":
2310 + version "3.10.1"
2311 + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.10.1.tgz#1d7463fa7c32d8a23ab508a803ca2fe26e758727"
2312 + integrity sha512-+3+FCUJIahE9q0lDi1WleYzjCwJs5hIsbugIgnbB+dSCYUxl8L6PwmsyOPFZde2hc1DlTo/xnkOgiTLSyAbHiQ==
2313 +
2314 +"@typescript-eslint/types@4.33.0":
2315 + version "4.33.0"
2316 + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
2317 + integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==
2318 +
2319 +"@typescript-eslint/typescript-estree@3.10.1":
2320 + version "3.10.1"
2321 + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.10.1.tgz#fd0061cc38add4fad45136d654408569f365b853"
2322 + integrity sha512-QbcXOuq6WYvnB3XPsZpIwztBoquEYLXh2MtwVU+kO8jgYCiv4G5xrSP/1wg4tkvrEE+esZVquIPX/dxPlePk1w==
2323 + dependencies:
2324 + "@typescript-eslint/types" "3.10.1"
2325 + "@typescript-eslint/visitor-keys" "3.10.1"
2326 + debug "^4.1.1"
2327 + glob "^7.1.6"
2328 + is-glob "^4.0.1"
2329 + lodash "^4.17.15"
2330 + semver "^7.3.2"
2331 + tsutils "^3.17.1"
2332 +
2333 +"@typescript-eslint/typescript-estree@4.33.0":
2334 + version "4.33.0"
2335 + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609"
2336 + integrity sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==
2337 + dependencies:
2338 + "@typescript-eslint/types" "4.33.0"
2339 + "@typescript-eslint/visitor-keys" "4.33.0"
2340 + debug "^4.3.1"
2341 + globby "^11.0.3"
2342 + is-glob "^4.0.1"
2343 + semver "^7.3.5"
2344 + tsutils "^3.21.0"
2345 +
2346 +"@typescript-eslint/visitor-keys@3.10.1":
2347 + version "3.10.1"
2348 + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-3.10.1.tgz#cd4274773e3eb63b2e870ac602274487ecd1e931"
2349 + integrity sha512-9JgC82AaQeglebjZMgYR5wgmfUdUc+EitGUUMW8u2nDckaeimzW+VsoLV6FoimPv2id3VQzfjwBxEMVz08ameQ==
2350 + dependencies:
2351 + eslint-visitor-keys "^1.1.0"
2352 +
2353 +"@typescript-eslint/visitor-keys@4.33.0":
2354 + version "4.33.0"
2355 + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz#2a22f77a41604289b7a186586e9ec48ca92ef1dd"
2356 + integrity sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==
2357 + dependencies:
2358 + "@typescript-eslint/types" "4.33.0"
2359 + eslint-visitor-keys "^2.0.0"
2360 +
2361 +"@webassemblyjs/ast@1.9.0":
2362 + version "1.9.0"
2363 + resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.9.0.tgz#bd850604b4042459a5a41cd7d338cbed695ed964"
2364 + integrity sha512-C6wW5L+b7ogSDVqymbkkvuW9kruN//YisMED04xzeBBqjHa2FYnmvOlS6Xj68xWQRgWvI9cIglsjFowH/RJyEA==
2365 + dependencies:
2366 + "@webassemblyjs/helper-module-context" "1.9.0"
2367 + "@webassemblyjs/helper-wasm-bytecode" "1.9.0"
2368 + "@webassemblyjs/wast-parser" "1.9.0"
2369 +
2370 +"@webassemblyjs/floating-point-hex-parser@1.9.0":
2371 + version "1.9.0"
2372 + resolved "https://registry.yarnpkg.com/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.9.0.tgz#3c3d3b271bddfc84deb00f71344438311d52ffb4"
2373 + integrity sha512-TG5qcFsS8QB4g4MhrxK5TqfdNe7Ey/7YL/xN+36rRjl/BlGE/NcBvJcqsRgCP6Z92mRE+7N50pRIi8SmKUbcQA==
2374 +
2375 +"@webassemblyjs/helper-api-error@1.9.0":
2376 + version "1.9.0"
2377 + resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-api-error/-/helper-api-error-1.9.0.tgz#203f676e333b96c9da2eeab3ccef33c45928b6a2"
2378 + integrity sha512-NcMLjoFMXpsASZFxJ5h2HZRcEhDkvnNFOAKneP5RbKRzaWJN36NC4jqQHKwStIhGXu5mUWlUUk7ygdtrO8lbmw==
2379 +
2380 +"@webassemblyjs/helper-buffer@1.9.0":
2381 + version "1.9.0"
2382 + resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-buffer/-/helper-buffer-1.9.0.tgz#a1442d269c5feb23fcbc9ef759dac3547f29de00"
2383 + integrity sha512-qZol43oqhq6yBPx7YM3m9Bv7WMV9Eevj6kMi6InKOuZxhw+q9hOkvq5e/PpKSiLfyetpaBnogSbNCfBwyB00CA==
2384 +
2385 +"@webassemblyjs/helper-code-frame@1.9.0":
2386 + version "1.9.0"
2387 + resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-code-frame/-/helper-code-frame-1.9.0.tgz#647f8892cd2043a82ac0c8c5e75c36f1d9159f27"
2388 + integrity sha512-ERCYdJBkD9Vu4vtjUYe8LZruWuNIToYq/ME22igL+2vj2dQ2OOujIZr3MEFvfEaqKoVqpsFKAGsRdBSBjrIvZA==
2389 + dependencies:
2390 + "@webassemblyjs/wast-printer" "1.9.0"
2391 +
2392 +"@webassemblyjs/helper-fsm@1.9.0":
2393 + version "1.9.0"
2394 + resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-fsm/-/helper-fsm-1.9.0.tgz#c05256b71244214671f4b08ec108ad63b70eddb8"
2395 + integrity sha512-OPRowhGbshCb5PxJ8LocpdX9Kl0uB4XsAjl6jH/dWKlk/mzsANvhwbiULsaiqT5GZGT9qinTICdj6PLuM5gslw==
2396 +
2397 +"@webassemblyjs/helper-module-context@1.9.0":
2398 + version "1.9.0"
2399 + resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-module-context/-/helper-module-context-1.9.0.tgz#25d8884b76839871a08a6c6f806c3979ef712f07"
2400 + integrity sha512-MJCW8iGC08tMk2enck1aPW+BE5Cw8/7ph/VGZxwyvGbJwjktKkDK7vy7gAmMDx88D7mhDTCNKAW5tED+gZ0W8g==
2401 + dependencies:
2402 + "@webassemblyjs/ast" "1.9.0"
2403 +
2404 +"@webassemblyjs/helper-wasm-bytecode@1.9.0":
2405 + version "1.9.0"
2406 + resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.9.0.tgz#4fed8beac9b8c14f8c58b70d124d549dd1fe5790"
2407 + integrity sha512-R7FStIzyNcd7xKxCZH5lE0Bqy+hGTwS3LJjuv1ZVxd9O7eHCedSdrId/hMOd20I+v8wDXEn+bjfKDLzTepoaUw==
2408 +
2409 +"@webassemblyjs/helper-wasm-section@1.9.0":
2410 + version "1.9.0"
2411 + resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.9.0.tgz#5a4138d5a6292ba18b04c5ae49717e4167965346"
2412 + integrity sha512-XnMB8l3ek4tvrKUUku+IVaXNHz2YsJyOOmz+MMkZvh8h1uSJpSen6vYnw3IoQ7WwEuAhL8Efjms1ZWjqh2agvw==
2413 + dependencies:
2414 + "@webassemblyjs/ast" "1.9.0"
2415 + "@webassemblyjs/helper-buffer" "1.9.0"
2416 + "@webassemblyjs/helper-wasm-bytecode" "1.9.0"
2417 + "@webassemblyjs/wasm-gen" "1.9.0"
2418 +
2419 +"@webassemblyjs/ieee754@1.9.0":
2420 + version "1.9.0"
2421 + resolved "https://registry.yarnpkg.com/@webassemblyjs/ieee754/-/ieee754-1.9.0.tgz#15c7a0fbaae83fb26143bbacf6d6df1702ad39e4"
2422 + integrity sha512-dcX8JuYU/gvymzIHc9DgxTzUUTLexWwt8uCTWP3otys596io0L5aW02Gb1RjYpx2+0Jus1h4ZFqjla7umFniTg==
2423 + dependencies:
2424 + "@xtuc/ieee754" "^1.2.0"
2425 +
2426 +"@webassemblyjs/leb128@1.9.0":
2427 + version "1.9.0"
2428 + resolved "https://registry.yarnpkg.com/@webassemblyjs/leb128/-/leb128-1.9.0.tgz#f19ca0b76a6dc55623a09cffa769e838fa1e1c95"
2429 + integrity sha512-ENVzM5VwV1ojs9jam6vPys97B/S65YQtv/aanqnU7D8aSoHFX8GyhGg0CMfyKNIHBuAVjy3tlzd5QMMINa7wpw==
2430 + dependencies:
2431 + "@xtuc/long" "4.2.2"
2432 +
2433 +"@webassemblyjs/utf8@1.9.0":
2434 + version "1.9.0"
2435 + resolved "https://registry.yarnpkg.com/@webassemblyjs/utf8/-/utf8-1.9.0.tgz#04d33b636f78e6a6813227e82402f7637b6229ab"
2436 + integrity sha512-GZbQlWtopBTP0u7cHrEx+73yZKrQoBMpwkGEIqlacljhXCkVM1kMQge/Mf+csMJAjEdSwhOyLAS0AoR3AG5P8w==
2437 +
2438 +"@webassemblyjs/wasm-edit@1.9.0":
2439 + version "1.9.0"
2440 + resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-edit/-/wasm-edit-1.9.0.tgz#3fe6d79d3f0f922183aa86002c42dd256cfee9cf"
2441 + integrity sha512-FgHzBm80uwz5M8WKnMTn6j/sVbqilPdQXTWraSjBwFXSYGirpkSWE2R9Qvz9tNiTKQvoKILpCuTjBKzOIm0nxw==
2442 + dependencies:
2443 + "@webassemblyjs/ast" "1.9.0"
2444 + "@webassemblyjs/helper-buffer" "1.9.0"
2445 + "@webassemblyjs/helper-wasm-bytecode" "1.9.0"
2446 + "@webassemblyjs/helper-wasm-section" "1.9.0"
2447 + "@webassemblyjs/wasm-gen" "1.9.0"
2448 + "@webassemblyjs/wasm-opt" "1.9.0"
2449 + "@webassemblyjs/wasm-parser" "1.9.0"
2450 + "@webassemblyjs/wast-printer" "1.9.0"
2451 +
2452 +"@webassemblyjs/wasm-gen@1.9.0":
2453 + version "1.9.0"
2454 + resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-gen/-/wasm-gen-1.9.0.tgz#50bc70ec68ded8e2763b01a1418bf43491a7a49c"
2455 + integrity sha512-cPE3o44YzOOHvlsb4+E9qSqjc9Qf9Na1OO/BHFy4OI91XDE14MjFN4lTMezzaIWdPqHnsTodGGNP+iRSYfGkjA==
2456 + dependencies:
2457 + "@webassemblyjs/ast" "1.9.0"
2458 + "@webassemblyjs/helper-wasm-bytecode" "1.9.0"
2459 + "@webassemblyjs/ieee754" "1.9.0"
2460 + "@webassemblyjs/leb128" "1.9.0"
2461 + "@webassemblyjs/utf8" "1.9.0"
2462 +
2463 +"@webassemblyjs/wasm-opt@1.9.0":
2464 + version "1.9.0"
2465 + resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-opt/-/wasm-opt-1.9.0.tgz#2211181e5b31326443cc8112eb9f0b9028721a61"
2466 + integrity sha512-Qkjgm6Anhm+OMbIL0iokO7meajkzQD71ioelnfPEj6r4eOFuqm4YC3VBPqXjFyyNwowzbMD+hizmprP/Fwkl2A==
2467 + dependencies:
2468 + "@webassemblyjs/ast" "1.9.0"
2469 + "@webassemblyjs/helper-buffer" "1.9.0"
2470 + "@webassemblyjs/wasm-gen" "1.9.0"
2471 + "@webassemblyjs/wasm-parser" "1.9.0"
2472 +
2473 +"@webassemblyjs/wasm-parser@1.9.0":
2474 + version "1.9.0"
2475 + resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-parser/-/wasm-parser-1.9.0.tgz#9d48e44826df4a6598294aa6c87469d642fff65e"
2476 + integrity sha512-9+wkMowR2AmdSWQzsPEjFU7njh8HTO5MqO8vjwEHuM+AMHioNqSBONRdr0NQQ3dVQrzp0s8lTcYqzUdb7YgELA==
2477 + dependencies:
2478 + "@webassemblyjs/ast" "1.9.0"
2479 + "@webassemblyjs/helper-api-error" "1.9.0"
2480 + "@webassemblyjs/helper-wasm-bytecode" "1.9.0"
2481 + "@webassemblyjs/ieee754" "1.9.0"
2482 + "@webassemblyjs/leb128" "1.9.0"
2483 + "@webassemblyjs/utf8" "1.9.0"
2484 +
2485 +"@webassemblyjs/wast-parser@1.9.0":
2486 + version "1.9.0"
2487 + resolved "https://registry.yarnpkg.com/@webassemblyjs/wast-parser/-/wast-parser-1.9.0.tgz#3031115d79ac5bd261556cecc3fa90a3ef451914"
2488 + integrity sha512-qsqSAP3QQ3LyZjNC/0jBJ/ToSxfYJ8kYyuiGvtn/8MK89VrNEfwj7BPQzJVHi0jGTRK2dGdJ5PRqhtjzoww+bw==
2489 + dependencies:
2490 + "@webassemblyjs/ast" "1.9.0"
2491 + "@webassemblyjs/floating-point-hex-parser" "1.9.0"
2492 + "@webassemblyjs/helper-api-error" "1.9.0"
2493 + "@webassemblyjs/helper-code-frame" "1.9.0"
2494 + "@webassemblyjs/helper-fsm" "1.9.0"
2495 + "@xtuc/long" "4.2.2"
2496 +
2497 +"@webassemblyjs/wast-printer@1.9.0":
2498 + version "1.9.0"
2499 + resolved "https://registry.yarnpkg.com/@webassemblyjs/wast-printer/-/wast-printer-1.9.0.tgz#4935d54c85fef637b00ce9f52377451d00d47899"
2500 + integrity sha512-2J0nE95rHXHyQ24cWjMKJ1tqB/ds8z/cyeOZxJhcb+rW+SQASVjuznUSmdz5GpVJTzU8JkhYut0D3siFDD6wsA==
2501 + dependencies:
2502 + "@webassemblyjs/ast" "1.9.0"
2503 + "@webassemblyjs/wast-parser" "1.9.0"
2504 + "@xtuc/long" "4.2.2"
2505 +
2506 +"@xtuc/ieee754@^1.2.0":
2507 + version "1.2.0"
2508 + resolved "https://registry.yarnpkg.com/@xtuc/ieee754/-/ieee754-1.2.0.tgz#eef014a3145ae477a1cbc00cd1e552336dceb790"
2509 + integrity sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==
2510 +
2511 +"@xtuc/long@4.2.2":
2512 + version "4.2.2"
2513 + resolved "https://registry.yarnpkg.com/@xtuc/long/-/long-4.2.2.tgz#d291c6a4e97989b5c61d9acf396ae4fe133a718d"
2514 + integrity sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==
2515 +
2516 +abab@^2.0.3, abab@^2.0.5:
2517 + version "2.0.5"
2518 + resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.5.tgz#c0b678fb32d60fc1219c784d6a826fe385aeb79a"
2519 + integrity sha512-9IK9EadsbHo6jLWIpxpR6pL0sazTXV6+SQv25ZB+F7Bj9mJNaOc4nCRabwd5M/JwmUa8idz6Eci6eKfJryPs6Q==
2520 +
2521 +accepts@~1.3.4, accepts@~1.3.5, accepts@~1.3.7:
2522 + version "1.3.7"
2523 + resolved "https://registry.yarnpkg.com/accepts/-/accepts-1.3.7.tgz#531bc726517a3b2b41f850021c6cc15eaab507cd"
2524 + integrity sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==
2525 + dependencies:
2526 + mime-types "~2.1.24"
2527 + negotiator "0.6.2"
2528 +
2529 +acorn-globals@^6.0.0:
2530 + version "6.0.0"
2531 + resolved "https://registry.yarnpkg.com/acorn-globals/-/acorn-globals-6.0.0.tgz#46cdd39f0f8ff08a876619b55f5ac8a6dc770b45"
2532 + integrity sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg==
2533 + dependencies:
2534 + acorn "^7.1.1"
2535 + acorn-walk "^7.1.1"
2536 +
2537 +acorn-jsx@^5.3.1:
2538 + version "5.3.2"
2539 + resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
2540 + integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==
2541 +
2542 +acorn-walk@^7.1.1:
2543 + version "7.2.0"
2544 + resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-7.2.0.tgz#0de889a601203909b0fbe07b8938dc21d2e967bc"
2545 + integrity sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==
2546 +
2547 +acorn@^6.4.1:
2548 + version "6.4.2"
2549 + resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.4.2.tgz#35866fd710528e92de10cf06016498e47e39e1e6"
2550 + integrity sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ==
2551 +
2552 +acorn@^7.1.0, acorn@^7.1.1, acorn@^7.4.0:
2553 + version "7.4.1"
2554 + resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa"
2555 + integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==
2556 +
2557 +acorn@^8.2.4:
2558 + version "8.7.0"
2559 + resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.0.tgz#90951fde0f8f09df93549481e5fc141445b791cf"
2560 + integrity sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==
2561 +
2562 +address@1.1.2, address@^1.0.1:
2563 + version "1.1.2"
2564 + resolved "https://registry.yarnpkg.com/address/-/address-1.1.2.tgz#bf1116c9c758c51b7a933d296b72c221ed9428b6"
2565 + integrity sha512-aT6camzM4xEA54YVJYSqxz1kv4IHnQZRtThJJHhUMRExaU5spC7jX5ugSwTaTgJliIgs4VhZOk7htClvQ/LmRA==
2566 +
2567 +adjust-sourcemap-loader@3.0.0:
2568 + version "3.0.0"
2569 + resolved "https://registry.yarnpkg.com/adjust-sourcemap-loader/-/adjust-sourcemap-loader-3.0.0.tgz#5ae12fb5b7b1c585e80bbb5a63ec163a1a45e61e"
2570 + integrity sha512-YBrGyT2/uVQ/c6Rr+t6ZJXniY03YtHGMJQYal368burRGYKqhx9qGTWqcBU5s1CwYY9E/ri63RYyG1IacMZtqw==
2571 + dependencies:
2572 + loader-utils "^2.0.0"
2573 + regex-parser "^2.2.11"
2574 +
2575 +agent-base@6:
2576 + version "6.0.2"
2577 + resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.2.tgz#49fff58577cfee3f37176feab4c22e00f86d7f77"
2578 + integrity sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==
2579 + dependencies:
2580 + debug "4"
2581 +
2582 +aggregate-error@^3.0.0:
2583 + version "3.1.0"
2584 + resolved "https://registry.yarnpkg.com/aggregate-error/-/aggregate-error-3.1.0.tgz#92670ff50f5359bdb7a3e0d40d0ec30c5737687a"
2585 + integrity sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==
2586 + dependencies:
2587 + clean-stack "^2.0.0"
2588 + indent-string "^4.0.0"
2589 +
2590 +ajv-errors@^1.0.0:
2591 + version "1.0.1"
2592 + resolved "https://registry.yarnpkg.com/ajv-errors/-/ajv-errors-1.0.1.tgz#f35986aceb91afadec4102fbd85014950cefa64d"
2593 + integrity sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ==
2594 +
2595 +ajv-keywords@^3.1.0, ajv-keywords@^3.4.1, ajv-keywords@^3.5.2:
2596 + version "3.5.2"
2597 + resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.5.2.tgz#31f29da5ab6e00d1c2d329acf7b5929614d5014d"
2598 + integrity sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==
2599 +
2600 +ajv@^6.1.0, ajv@^6.10.0, ajv@^6.10.2, ajv@^6.12.4, ajv@^6.12.5:
2601 + version "6.12.6"
2602 + resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4"
2603 + integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==
2604 + dependencies:
2605 + fast-deep-equal "^3.1.1"
2606 + fast-json-stable-stringify "^2.0.0"
2607 + json-schema-traverse "^0.4.1"
2608 + uri-js "^4.2.2"
2609 +
2610 +ajv@^8.0.1:
2611 + version "8.9.0"
2612 + resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.9.0.tgz#738019146638824dea25edcf299dcba1b0e7eb18"
2613 + integrity sha512-qOKJyNj/h+OWx7s5DePL6Zu1KeM9jPZhwBqs+7DzP6bGOvqzVCSf0xueYmVuaC/oQ/VtS2zLMLHdQFbkka+XDQ==
2614 + dependencies:
2615 + fast-deep-equal "^3.1.1"
2616 + json-schema-traverse "^1.0.0"
2617 + require-from-string "^2.0.2"
2618 + uri-js "^4.2.2"
2619 +
2620 +alphanum-sort@^1.0.0:
2621 + version "1.0.2"
2622 + resolved "https://registry.yarnpkg.com/alphanum-sort/-/alphanum-sort-1.0.2.tgz#97a1119649b211ad33691d9f9f486a8ec9fbe0a3"
2623 + integrity sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM=
2624 +
2625 +ansi-colors@^3.0.0:
2626 + version "3.2.4"
2627 + resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-3.2.4.tgz#e3a3da4bfbae6c86a9c285625de124a234026fbf"
2628 + integrity sha512-hHUXGagefjN2iRrID63xckIvotOXOojhQKWIPUZ4mNUZ9nLZW+7FMNoE1lOkEhNWYsx/7ysGIuJYCiMAA9FnrA==
2629 +
2630 +ansi-colors@^4.1.1:
2631 + version "4.1.1"
2632 + resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.1.tgz#cbb9ae256bf750af1eab344f229aa27fe94ba348"
2633 + integrity sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==
2634 +
2635 +ansi-escapes@^4.2.1, ansi-escapes@^4.3.1:
2636 + version "4.3.2"
2637 + resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-4.3.2.tgz#6b2291d1db7d98b6521d5f1efa42d0f3a9feb65e"
2638 + integrity sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==
2639 + dependencies:
2640 + type-fest "^0.21.3"
2641 +
2642 +ansi-html@0.0.7, ansi-html@^0.0.7:
2643 + version "0.0.7"
2644 + resolved "https://registry.yarnpkg.com/ansi-html/-/ansi-html-0.0.7.tgz#813584021962a9e9e6fd039f940d12f56ca7859e"
2645 + integrity sha1-gTWEAhliqenm/QOflA0S9WynhZ4=
2646 +
2647 +ansi-regex@^2.0.0:
2648 + version "2.1.1"
2649 + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df"
2650 + integrity sha1-w7M6te42DYbg5ijwRorn7yfWVN8=
2651 +
2652 +ansi-regex@^4.0.0, ansi-regex@^4.1.0:
2653 + version "4.1.0"
2654 + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.0.tgz#8b9f8f08cf1acb843756a839ca8c7e3168c51997"
2655 + integrity sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==
2656 +
2657 +ansi-regex@^5.0.0, ansi-regex@^5.0.1:
2658 + version "5.0.1"
2659 + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
2660 + integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
2661 +
2662 +ansi-styles@^3.2.0, ansi-styles@^3.2.1:
2663 + version "3.2.1"
2664 + resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"
2665 + integrity sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==
2666 + dependencies:
2667 + color-convert "^1.9.0"
2668 +
2669 +ansi-styles@^4.0.0, ansi-styles@^4.1.0:
2670 + version "4.3.0"
2671 + resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937"
2672 + integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==
2673 + dependencies:
2674 + color-convert "^2.0.1"
2675 +
2676 +anymatch@^2.0.0:
2677 + version "2.0.0"
2678 + resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-2.0.0.tgz#bcb24b4f37934d9aa7ac17b4adaf89e7c76ef2eb"
2679 + integrity sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==
2680 + dependencies:
2681 + micromatch "^3.1.4"
2682 + normalize-path "^2.1.1"
2683 +
2684 +anymatch@^3.0.0, anymatch@^3.0.3, anymatch@~3.1.2:
2685 + version "3.1.2"
2686 + resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.2.tgz#c0557c096af32f106198f4f4e2a383537e378716"
2687 + integrity sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==
2688 + dependencies:
2689 + normalize-path "^3.0.0"
2690 + picomatch "^2.0.4"
2691 +
2692 +aproba@^1.1.1:
2693 + version "1.2.0"
2694 + resolved "https://registry.yarnpkg.com/aproba/-/aproba-1.2.0.tgz#6802e6264efd18c790a1b0d517f0f2627bf2c94a"
2695 + integrity sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==
2696 +
2697 +argparse@^1.0.7:
2698 + version "1.0.10"
2699 + resolved "https://registry.yarnpkg.com/argparse/-/argparse-1.0.10.tgz#bcd6791ea5ae09725e17e5ad988134cd40b3d911"
2700 + integrity sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==
2701 + dependencies:
2702 + sprintf-js "~1.0.2"
2703 +
2704 +aria-query@^4.2.2:
2705 + version "4.2.2"
2706 + resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-4.2.2.tgz#0d2ca6c9aceb56b8977e9fed6aed7e15bbd2f83b"
2707 + integrity sha512-o/HelwhuKpTj/frsOsbNLNgnNGVIFsVP/SW2BSF14gVl7kAfMOJ6/8wUAUvG1R1NHKrfG+2sHZTu0yauT1qBrA==
2708 + dependencies:
2709 + "@babel/runtime" "^7.10.2"
2710 + "@babel/runtime-corejs3" "^7.10.2"
2711 +
2712 +arity-n@^1.0.4:
2713 + version "1.0.4"
2714 + resolved "https://registry.yarnpkg.com/arity-n/-/arity-n-1.0.4.tgz#d9e76b11733e08569c0847ae7b39b2860b30b745"
2715 + integrity sha1-2edrEXM+CFacCEeuezmyhgswt0U=
2716 +
2717 +arr-diff@^4.0.0:
2718 + version "4.0.0"
2719 + resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-4.0.0.tgz#d6461074febfec71e7e15235761a329a5dc7c520"
2720 + integrity sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=
2721 +
2722 +arr-flatten@^1.1.0:
2723 + version "1.1.0"
2724 + resolved "https://registry.yarnpkg.com/arr-flatten/-/arr-flatten-1.1.0.tgz#36048bbff4e7b47e136644316c99669ea5ae91f1"
2725 + integrity sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==
2726 +
2727 +arr-union@^3.1.0:
2728 + version "3.1.0"
2729 + resolved "https://registry.yarnpkg.com/arr-union/-/arr-union-3.1.0.tgz#e39b09aea9def866a8f206e288af63919bae39c4"
2730 + integrity sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=
2731 +
2732 +array-flatten@1.1.1:
2733 + version "1.1.1"
2734 + resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-1.1.1.tgz#9a5f699051b1e7073328f2a008968b64ea2955d2"
2735 + integrity sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=
2736 +
2737 +array-flatten@^2.1.0:
2738 + version "2.1.2"
2739 + resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-2.1.2.tgz#24ef80a28c1a893617e2149b0c6d0d788293b099"
2740 + integrity sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ==
2741 +
2742 +array-includes@^3.1.3, array-includes@^3.1.4:
2743 + version "3.1.4"
2744 + resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.4.tgz#f5b493162c760f3539631f005ba2bb46acb45ba9"
2745 + integrity sha512-ZTNSQkmWumEbiHO2GF4GmWxYVTiQyJy2XOTa15sdQSrvKn7l+180egQMqlrMOUMCyLMD7pmyQe4mMDUT6Behrw==
2746 + dependencies:
2747 + call-bind "^1.0.2"
2748 + define-properties "^1.1.3"
2749 + es-abstract "^1.19.1"
2750 + get-intrinsic "^1.1.1"
2751 + is-string "^1.0.7"
2752 +
2753 +array-union@^1.0.1:
2754 + version "1.0.2"
2755 + resolved "https://registry.yarnpkg.com/array-union/-/array-union-1.0.2.tgz#9a34410e4f4e3da23dea375be5be70f24778ec39"
2756 + integrity sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=
2757 + dependencies:
2758 + array-uniq "^1.0.1"
2759 +
2760 +array-union@^2.1.0:
2761 + version "2.1.0"
2762 + resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
2763 + integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
2764 +
2765 +array-uniq@^1.0.1:
2766 + version "1.0.3"
2767 + resolved "https://registry.yarnpkg.com/array-uniq/-/array-uniq-1.0.3.tgz#af6ac877a25cc7f74e058894753858dfdb24fdb6"
2768 + integrity sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=
2769 +
2770 +array-unique@^0.3.2:
2771 + version "0.3.2"
2772 + resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
2773 + integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=
2774 +
2775 +array.prototype.flat@^1.2.5:
2776 + version "1.2.5"
2777 + resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.5.tgz#07e0975d84bbc7c48cd1879d609e682598d33e13"
2778 + integrity sha512-KaYU+S+ndVqyUnignHftkwc58o3uVU1jzczILJ1tN2YaIZpFIKBiP/x/j97E5MVPsaCloPbqWLB/8qCTVvT2qg==
2779 + dependencies:
2780 + call-bind "^1.0.2"
2781 + define-properties "^1.1.3"
2782 + es-abstract "^1.19.0"
2783 +
2784 +array.prototype.flatmap@^1.2.5:
2785 + version "1.2.5"
2786 + resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.2.5.tgz#908dc82d8a406930fdf38598d51e7411d18d4446"
2787 + integrity sha512-08u6rVyi1Lj7oqWbS9nUxliETrtIROT4XGTA4D/LWGten6E3ocm7cy9SIrmNHOL5XVbVuckUp3X6Xyg8/zpvHA==
2788 + dependencies:
2789 + call-bind "^1.0.0"
2790 + define-properties "^1.1.3"
2791 + es-abstract "^1.19.0"
2792 +
2793 +arrify@^2.0.1:
2794 + version "2.0.1"
2795 + resolved "https://registry.yarnpkg.com/arrify/-/arrify-2.0.1.tgz#c9655e9331e0abcd588d2a7cad7e9956f66701fa"
2796 + integrity sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==
2797 +
2798 +asap@~2.0.6:
2799 + version "2.0.6"
2800 + resolved "https://registry.yarnpkg.com/asap/-/asap-2.0.6.tgz#e50347611d7e690943208bbdafebcbc2fb866d46"
2801 + integrity sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=
2802 +
2803 +asn1.js@^5.2.0:
2804 + version "5.4.1"
2805 + resolved "https://registry.yarnpkg.com/asn1.js/-/asn1.js-5.4.1.tgz#11a980b84ebb91781ce35b0fdc2ee294e3783f07"
2806 + integrity sha512-+I//4cYPccV8LdmBLiX8CYvf9Sp3vQsrqu2QNXRcrbiWvcx/UdlFiqUJJzxRQxgsZmvhXhn4cSKeSmoFjVdupA==
2807 + dependencies:
2808 + bn.js "^4.0.0"
2809 + inherits "^2.0.1"
2810 + minimalistic-assert "^1.0.0"
2811 + safer-buffer "^2.1.0"
2812 +
2813 +assert@^1.1.1:
2814 + version "1.5.0"
2815 + resolved "https://registry.yarnpkg.com/assert/-/assert-1.5.0.tgz#55c109aaf6e0aefdb3dc4b71240c70bf574b18eb"
2816 + integrity sha512-EDsgawzwoun2CZkCgtxJbv392v4nbk9XDD06zI+kQYoBM/3RBWLlEyJARDOmhAAosBjWACEkKL6S+lIZtcAubA==
2817 + dependencies:
2818 + object-assign "^4.1.1"
2819 + util "0.10.3"
2820 +
2821 +assign-symbols@^1.0.0:
2822 + version "1.0.0"
2823 + resolved "https://registry.yarnpkg.com/assign-symbols/-/assign-symbols-1.0.0.tgz#59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367"
2824 + integrity sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=
2825 +
2826 +ast-types-flow@^0.0.7:
2827 + version "0.0.7"
2828 + resolved "https://registry.yarnpkg.com/ast-types-flow/-/ast-types-flow-0.0.7.tgz#f70b735c6bca1a5c9c22d982c3e39e7feba3bdad"
2829 + integrity sha1-9wtzXGvKGlycItmCw+Oef+ujva0=
2830 +
2831 +astral-regex@^2.0.0:
2832 + version "2.0.0"
2833 + resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-2.0.0.tgz#483143c567aeed4785759c0865786dc77d7d2e31"
2834 + integrity sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==
2835 +
2836 +async-each@^1.0.1:
2837 + version "1.0.3"
2838 + resolved "https://registry.yarnpkg.com/async-each/-/async-each-1.0.3.tgz#b727dbf87d7651602f06f4d4ac387f47d91b0cbf"
2839 + integrity sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ==
2840 +
2841 +async-limiter@~1.0.0:
2842 + version "1.0.1"
2843 + resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.1.tgz#dd379e94f0db8310b08291f9d64c3209766617fd"
2844 + integrity sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==
2845 +
2846 +async@^2.6.2:
2847 + version "2.6.3"
2848 + resolved "https://registry.yarnpkg.com/async/-/async-2.6.3.tgz#d72625e2344a3656e3a3ad4fa749fa83299d82ff"
2849 + integrity sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==
2850 + dependencies:
2851 + lodash "^4.17.14"
2852 +
2853 +asynckit@^0.4.0:
2854 + version "0.4.0"
2855 + resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
2856 + integrity sha1-x57Zf380y48robyXkLzDZkdLS3k=
2857 +
2858 +at-least-node@^1.0.0:
2859 + version "1.0.0"
2860 + resolved "https://registry.yarnpkg.com/at-least-node/-/at-least-node-1.0.0.tgz#602cd4b46e844ad4effc92a8011a3c46e0238dc2"
2861 + integrity sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==
2862 +
2863 +atob@^2.1.2:
2864 + version "2.1.2"
2865 + resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
2866 + integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==
2867 +
2868 +autoprefixer@^9.6.1:
2869 + version "9.8.8"
2870 + resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.8.8.tgz#fd4bd4595385fa6f06599de749a4d5f7a474957a"
2871 + integrity sha512-eM9d/swFopRt5gdJ7jrpCwgvEMIayITpojhkkSMRsFHYuH5bkSQ4p/9qTEHtmNudUZh22Tehu7I6CxAW0IXTKA==
2872 + dependencies:
2873 + browserslist "^4.12.0"
2874 + caniuse-lite "^1.0.30001109"
2875 + normalize-range "^0.1.2"
2876 + num2fraction "^1.2.2"
2877 + picocolors "^0.2.1"
2878 + postcss "^7.0.32"
2879 + postcss-value-parser "^4.1.0"
2880 +
2881 +axe-core@^4.3.5:
2882 + version "4.3.5"
2883 + resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.3.5.tgz#78d6911ba317a8262bfee292aeafcc1e04b49cc5"
2884 + integrity sha512-WKTW1+xAzhMS5dJsxWkliixlO/PqC4VhmO9T4juNYcaTg9jzWiJsou6m5pxWYGfigWbwzJWeFY6z47a+4neRXA==
2885 +
2886 +axobject-query@^2.2.0:
2887 + version "2.2.0"
2888 + resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-2.2.0.tgz#943d47e10c0b704aa42275e20edf3722648989be"
2889 + integrity sha512-Td525n+iPOOyUQIeBfcASuG6uJsDOITl7Mds5gFyerkWiX7qhUTdYUBlSgNMyVqtSJqwpt1kXGLdUt6SykLMRA==
2890 +
2891 +babel-eslint@^10.1.0:
2892 + version "10.1.0"
2893 + resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.1.0.tgz#6968e568a910b78fb3779cdd8b6ac2f479943232"
2894 + integrity sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg==
2895 + dependencies:
2896 + "@babel/code-frame" "^7.0.0"
2897 + "@babel/parser" "^7.7.0"
2898 + "@babel/traverse" "^7.7.0"
2899 + "@babel/types" "^7.7.0"
2900 + eslint-visitor-keys "^1.0.0"
2901 + resolve "^1.12.0"
2902 +
2903 +babel-extract-comments@^1.0.0:
2904 + version "1.0.0"
2905 + resolved "https://registry.yarnpkg.com/babel-extract-comments/-/babel-extract-comments-1.0.0.tgz#0a2aedf81417ed391b85e18b4614e693a0351a21"
2906 + integrity sha512-qWWzi4TlddohA91bFwgt6zO/J0X+io7Qp184Fw0m2JYRSTZnJbFR8+07KmzudHCZgOiKRCrjhylwv9Xd8gfhVQ==
2907 + dependencies:
2908 + babylon "^6.18.0"
2909 +
2910 +babel-jest@^26.6.0, babel-jest@^26.6.3:
2911 + version "26.6.3"
2912 + resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-26.6.3.tgz#d87d25cb0037577a0c89f82e5755c5d293c01056"
2913 + integrity sha512-pl4Q+GAVOHwvjrck6jKjvmGhnO3jHX/xuB9d27f+EJZ/6k+6nMuPjorrYp7s++bKKdANwzElBWnLWaObvTnaZA==
2914 + dependencies:
2915 + "@jest/transform" "^26.6.2"
2916 + "@jest/types" "^26.6.2"
2917 + "@types/babel__core" "^7.1.7"
2918 + babel-plugin-istanbul "^6.0.0"
2919 + babel-preset-jest "^26.6.2"
2920 + chalk "^4.0.0"
2921 + graceful-fs "^4.2.4"
2922 + slash "^3.0.0"
2923 +
2924 +babel-loader@8.1.0:
2925 + version "8.1.0"
2926 + resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.1.0.tgz#c611d5112bd5209abe8b9fa84c3e4da25275f1c3"
2927 + integrity sha512-7q7nC1tYOrqvUrN3LQK4GwSk/TQorZSOlO9C+RZDZpODgyN4ZlCqE5q9cDsyWOliN+aU9B4JX01xK9eJXowJLw==
2928 + dependencies:
2929 + find-cache-dir "^2.1.0"
2930 + loader-utils "^1.4.0"
2931 + mkdirp "^0.5.3"
2932 + pify "^4.0.1"
2933 + schema-utils "^2.6.5"
2934 +
2935 +babel-plugin-dynamic-import-node@^2.3.3:
2936 + version "2.3.3"
2937 + resolved "https://registry.yarnpkg.com/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz#84fda19c976ec5c6defef57f9427b3def66e17a3"
2938 + integrity sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==
2939 + dependencies:
2940 + object.assign "^4.1.0"
2941 +
2942 +babel-plugin-istanbul@^6.0.0:
2943 + version "6.1.1"
2944 + resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz#fa88ec59232fd9b4e36dbbc540a8ec9a9b47da73"
2945 + integrity sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==
2946 + dependencies:
2947 + "@babel/helper-plugin-utils" "^7.0.0"
2948 + "@istanbuljs/load-nyc-config" "^1.0.0"
2949 + "@istanbuljs/schema" "^0.1.2"
2950 + istanbul-lib-instrument "^5.0.4"
2951 + test-exclude "^6.0.0"
2952 +
2953 +babel-plugin-jest-hoist@^26.6.2:
2954 + version "26.6.2"
2955 + resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-26.6.2.tgz#8185bd030348d254c6d7dd974355e6a28b21e62d"
2956 + integrity sha512-PO9t0697lNTmcEHH69mdtYiOIkkOlj9fySqfO3K1eCcdISevLAE0xY59VLLUj0SoiPiTX/JU2CYFpILydUa5Lw==
2957 + dependencies:
2958 + "@babel/template" "^7.3.3"
2959 + "@babel/types" "^7.3.3"
2960 + "@types/babel__core" "^7.0.0"
2961 + "@types/babel__traverse" "^7.0.6"
2962 +
2963 +babel-plugin-macros@^3.1.0:
2964 + version "3.1.0"
2965 + resolved "https://registry.yarnpkg.com/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz#9ef6dc74deb934b4db344dc973ee851d148c50c1"
2966 + integrity sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==
2967 + dependencies:
2968 + "@babel/runtime" "^7.12.5"
2969 + cosmiconfig "^7.0.0"
2970 + resolve "^1.19.0"
2971 +
2972 +babel-plugin-named-asset-import@^0.3.7:
2973 + version "0.3.8"
2974 + resolved "https://registry.yarnpkg.com/babel-plugin-named-asset-import/-/babel-plugin-named-asset-import-0.3.8.tgz#6b7fa43c59229685368683c28bc9734f24524cc2"
2975 + integrity sha512-WXiAc++qo7XcJ1ZnTYGtLxmBCVbddAml3CEXgWaBzNzLNoxtQ8AiGEFDMOhot9XjTCQbvP5E77Fj9Gk924f00Q==
2976 +
2977 +babel-plugin-polyfill-corejs2@^0.3.0:
2978 + version "0.3.1"
2979 + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.1.tgz#440f1b70ccfaabc6b676d196239b138f8a2cfba5"
2980 + integrity sha512-v7/T6EQcNfVLfcN2X8Lulb7DjprieyLWJK/zOWH5DUYcAgex9sP3h25Q+DLsX9TloXe3y1O8l2q2Jv9q8UVB9w==
2981 + dependencies:
2982 + "@babel/compat-data" "^7.13.11"
2983 + "@babel/helper-define-polyfill-provider" "^0.3.1"
2984 + semver "^6.1.1"
2985 +
2986 +babel-plugin-polyfill-corejs3@^0.5.0:
2987 + version "0.5.1"
2988 + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.1.tgz#d66183bf10976ea677f4149a7fcc4d8df43d4060"
2989 + integrity sha512-TihqEe4sQcb/QcPJvxe94/9RZuLQuF1+To4WqQcRvc+3J3gLCPIPgDKzGLG6zmQLfH3nn25heRuDNkS2KR4I8A==
2990 + dependencies:
2991 + "@babel/helper-define-polyfill-provider" "^0.3.1"
2992 + core-js-compat "^3.20.0"
2993 +
2994 +babel-plugin-polyfill-regenerator@^0.3.0:
2995 + version "0.3.1"
2996 + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.3.1.tgz#2c0678ea47c75c8cc2fbb1852278d8fb68233990"
2997 + integrity sha512-Y2B06tvgHYt1x0yz17jGkGeeMr5FeKUu+ASJ+N6nB5lQ8Dapfg42i0OVrf8PNGJ3zKL4A23snMi1IRwrqqND7A==
2998 + dependencies:
2999 + "@babel/helper-define-polyfill-provider" "^0.3.1"
3000 +
3001 +babel-plugin-syntax-object-rest-spread@^6.8.0:
3002 + version "6.13.0"
3003 + resolved "https://registry.yarnpkg.com/babel-plugin-syntax-object-rest-spread/-/babel-plugin-syntax-object-rest-spread-6.13.0.tgz#fd6536f2bce13836ffa3a5458c4903a597bb3bf5"
3004 + integrity sha1-/WU28rzhODb/o6VFjEkDpZe7O/U=
3005 +
3006 +babel-plugin-transform-object-rest-spread@^6.26.0:
3007 + version "6.26.0"
3008 + resolved "https://registry.yarnpkg.com/babel-plugin-transform-object-rest-spread/-/babel-plugin-transform-object-rest-spread-6.26.0.tgz#0f36692d50fef6b7e2d4b3ac1478137a963b7b06"
3009 + integrity sha1-DzZpLVD+9rfi1LOsFHgTepY7ewY=
3010 + dependencies:
3011 + babel-plugin-syntax-object-rest-spread "^6.8.0"
3012 + babel-runtime "^6.26.0"
3013 +
3014 +babel-plugin-transform-react-remove-prop-types@^0.4.24:
3015 + version "0.4.24"
3016 + resolved "https://registry.yarnpkg.com/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.24.tgz#f2edaf9b4c6a5fbe5c1d678bfb531078c1555f3a"
3017 + integrity sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA==
3018 +
3019 +babel-preset-current-node-syntax@^1.0.0:
3020 + version "1.0.1"
3021 + resolved "https://registry.yarnpkg.com/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz#b4399239b89b2a011f9ddbe3e4f401fc40cff73b"
3022 + integrity sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==
3023 + dependencies:
3024 + "@babel/plugin-syntax-async-generators" "^7.8.4"
3025 + "@babel/plugin-syntax-bigint" "^7.8.3"
3026 + "@babel/plugin-syntax-class-properties" "^7.8.3"
3027 + "@babel/plugin-syntax-import-meta" "^7.8.3"
3028 + "@babel/plugin-syntax-json-strings" "^7.8.3"
3029 + "@babel/plugin-syntax-logical-assignment-operators" "^7.8.3"
3030 + "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
3031 + "@babel/plugin-syntax-numeric-separator" "^7.8.3"
3032 + "@babel/plugin-syntax-object-rest-spread" "^7.8.3"
3033 + "@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
3034 + "@babel/plugin-syntax-optional-chaining" "^7.8.3"
3035 + "@babel/plugin-syntax-top-level-await" "^7.8.3"
3036 +
3037 +babel-preset-jest@^26.6.2:
3038 + version "26.6.2"
3039 + resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-26.6.2.tgz#747872b1171df032252426586881d62d31798fee"
3040 + integrity sha512-YvdtlVm9t3k777c5NPQIv6cxFFFapys25HiUmuSgHwIZhfifweR5c5Sf5nwE3MAbfu327CYSvps8Yx6ANLyleQ==
3041 + dependencies:
3042 + babel-plugin-jest-hoist "^26.6.2"
3043 + babel-preset-current-node-syntax "^1.0.0"
3044 +
3045 +babel-preset-react-app@^10.0.0:
3046 + version "10.0.1"
3047 + resolved "https://registry.yarnpkg.com/babel-preset-react-app/-/babel-preset-react-app-10.0.1.tgz#ed6005a20a24f2c88521809fa9aea99903751584"
3048 + integrity sha512-b0D9IZ1WhhCWkrTXyFuIIgqGzSkRIH5D5AmB0bXbzYAB1OBAwHcUeyWW2LorutLWF5btNo/N7r/cIdmvvKJlYg==
3049 + dependencies:
3050 + "@babel/core" "^7.16.0"
3051 + "@babel/plugin-proposal-class-properties" "^7.16.0"
3052 + "@babel/plugin-proposal-decorators" "^7.16.4"
3053 + "@babel/plugin-proposal-nullish-coalescing-operator" "^7.16.0"
3054 + "@babel/plugin-proposal-numeric-separator" "^7.16.0"
3055 + "@babel/plugin-proposal-optional-chaining" "^7.16.0"
3056 + "@babel/plugin-proposal-private-methods" "^7.16.0"
3057 + "@babel/plugin-transform-flow-strip-types" "^7.16.0"
3058 + "@babel/plugin-transform-react-display-name" "^7.16.0"
3059 + "@babel/plugin-transform-runtime" "^7.16.4"
3060 + "@babel/preset-env" "^7.16.4"
3061 + "@babel/preset-react" "^7.16.0"
3062 + "@babel/preset-typescript" "^7.16.0"
3063 + "@babel/runtime" "^7.16.3"
3064 + babel-plugin-macros "^3.1.0"
3065 + babel-plugin-transform-react-remove-prop-types "^0.4.24"
3066 +
3067 +babel-runtime@^6.26.0:
3068 + version "6.26.0"
3069 + resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe"
3070 + integrity sha1-llxwWGaOgrVde/4E/yM3vItWR/4=
3071 + dependencies:
3072 + core-js "^2.4.0"
3073 + regenerator-runtime "^0.11.0"
3074 +
3075 +babylon@^6.18.0:
3076 + version "6.18.0"
3077 + resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.18.0.tgz#af2f3b88fa6f5c1e4c634d1a0f8eac4f55b395e3"
3078 + integrity sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==
3079 +
3080 +balanced-match@^1.0.0:
3081 + version "1.0.2"
3082 + resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
3083 + integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
3084 +
3085 +base64-js@^1.0.2:
3086 + version "1.5.1"
3087 + resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a"
3088 + integrity sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==
3089 +
3090 +base@^0.11.1:
3091 + version "0.11.2"
3092 + resolved "https://registry.yarnpkg.com/base/-/base-0.11.2.tgz#7bde5ced145b6d551a90db87f83c558b4eb48a8f"
3093 + integrity sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==
3094 + dependencies:
3095 + cache-base "^1.0.1"
3096 + class-utils "^0.3.5"
3097 + component-emitter "^1.2.1"
3098 + define-property "^1.0.0"
3099 + isobject "^3.0.1"
3100 + mixin-deep "^1.2.0"
3101 + pascalcase "^0.1.1"
3102 +
3103 +batch@0.6.1:
3104 + version "0.6.1"
3105 + resolved "https://registry.yarnpkg.com/batch/-/batch-0.6.1.tgz#dc34314f4e679318093fc760272525f94bf25c16"
3106 + integrity sha1-3DQxT05nkxgJP8dgJyUl+UvyXBY=
3107 +
3108 +bfj@^7.0.2:
3109 + version "7.0.2"
3110 + resolved "https://registry.yarnpkg.com/bfj/-/bfj-7.0.2.tgz#1988ce76f3add9ac2913fd8ba47aad9e651bfbb2"
3111 + integrity sha512-+e/UqUzwmzJamNF50tBV6tZPTORow7gQ96iFow+8b562OdMpEK0BcJEq2OSPEDmAbSMBQ7PKZ87ubFkgxpYWgw==
3112 + dependencies:
3113 + bluebird "^3.5.5"
3114 + check-types "^11.1.1"
3115 + hoopy "^0.1.4"
3116 + tryer "^1.0.1"
3117 +
3118 +big.js@^5.2.2:
3119 + version "5.2.2"
3120 + resolved "https://registry.yarnpkg.com/big.js/-/big.js-5.2.2.tgz#65f0af382f578bcdc742bd9c281e9cb2d7768328"
3121 + integrity sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==
3122 +
3123 +binary-extensions@^1.0.0:
3124 + version "1.13.1"
3125 + resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.13.1.tgz#598afe54755b2868a5330d2aff9d4ebb53209b65"
3126 + integrity sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==
3127 +
3128 +binary-extensions@^2.0.0:
3129 + version "2.2.0"
3130 + resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.2.0.tgz#75f502eeaf9ffde42fc98829645be4ea76bd9e2d"
3131 + integrity sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==
3132 +
3133 +bindings@^1.5.0:
3134 + version "1.5.0"
3135 + resolved "https://registry.yarnpkg.com/bindings/-/bindings-1.5.0.tgz#10353c9e945334bc0511a6d90b38fbc7c9c504df"
3136 + integrity sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==
3137 + dependencies:
3138 + file-uri-to-path "1.0.0"
3139 +
3140 +bluebird@^3.5.5:
3141 + version "3.7.2"
3142 + resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.2.tgz#9f229c15be272454ffa973ace0dbee79a1b0c36f"
3143 + integrity sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==
3144 +
3145 +bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.11.9:
3146 + version "4.12.0"
3147 + resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.12.0.tgz#775b3f278efbb9718eec7361f483fb36fbbfea88"
3148 + integrity sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==
3149 +
3150 +bn.js@^5.0.0, bn.js@^5.1.1:
3151 + version "5.2.0"
3152 + resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-5.2.0.tgz#358860674396c6997771a9d051fcc1b57d4ae002"
3153 + integrity sha512-D7iWRBvnZE8ecXiLj/9wbxH7Tk79fAh8IHaTNq1RWRixsS02W+5qS+iE9yq6RYl0asXx5tw0bLhmT5pIfbSquw==
3154 +
3155 +body-parser@1.19.1:
3156 + version "1.19.1"
3157 + resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.19.1.tgz#1499abbaa9274af3ecc9f6f10396c995943e31d4"
3158 + integrity sha512-8ljfQi5eBk8EJfECMrgqNGWPEY5jWP+1IzkzkGdFFEwFQZZyaZ21UqdaHktgiMlH0xLHqIFtE/u2OYE5dOtViA==
3159 + dependencies:
3160 + bytes "3.1.1"
3161 + content-type "~1.0.4"
3162 + debug "2.6.9"
3163 + depd "~1.1.2"
3164 + http-errors "1.8.1"
3165 + iconv-lite "0.4.24"
3166 + on-finished "~2.3.0"
3167 + qs "6.9.6"
3168 + raw-body "2.4.2"
3169 + type-is "~1.6.18"
3170 +
3171 +bonjour@^3.5.0:
3172 + version "3.5.0"
3173 + resolved "https://registry.yarnpkg.com/bonjour/-/bonjour-3.5.0.tgz#8e890a183d8ee9a2393b3844c691a42bcf7bc9f5"
3174 + integrity sha1-jokKGD2O6aI5OzhExpGkK897yfU=
3175 + dependencies:
3176 + array-flatten "^2.1.0"
3177 + deep-equal "^1.0.1"
3178 + dns-equal "^1.0.0"
3179 + dns-txt "^2.0.2"
3180 + multicast-dns "^6.0.1"
3181 + multicast-dns-service-types "^1.1.0"
3182 +
3183 +boolbase@^1.0.0, boolbase@~1.0.0:
3184 + version "1.0.0"
3185 + resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e"
3186 + integrity sha1-aN/1++YMUes3cl6p4+0xDcwed24=
3187 +
3188 +brace-expansion@^1.1.7:
3189 + version "1.1.11"
3190 + resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd"
3191 + integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==
3192 + dependencies:
3193 + balanced-match "^1.0.0"
3194 + concat-map "0.0.1"
3195 +
3196 +braces@^2.3.1, braces@^2.3.2:
3197 + version "2.3.2"
3198 + resolved "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729"
3199 + integrity sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==
3200 + dependencies:
3201 + arr-flatten "^1.1.0"
3202 + array-unique "^0.3.2"
3203 + extend-shallow "^2.0.1"
3204 + fill-range "^4.0.0"
3205 + isobject "^3.0.1"
3206 + repeat-element "^1.1.2"
3207 + snapdragon "^0.8.1"
3208 + snapdragon-node "^2.0.1"
3209 + split-string "^3.0.2"
3210 + to-regex "^3.0.1"
3211 +
3212 +braces@^3.0.1, braces@~3.0.2:
3213 + version "3.0.2"
3214 + resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
3215 + integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
3216 + dependencies:
3217 + fill-range "^7.0.1"
3218 +
3219 +brorand@^1.0.1, brorand@^1.1.0:
3220 + version "1.1.0"
3221 + resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f"
3222 + integrity sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=
3223 +
3224 +browser-process-hrtime@^1.0.0:
3225 + version "1.0.0"
3226 + resolved "https://registry.yarnpkg.com/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz#3c9b4b7d782c8121e56f10106d84c0d0ffc94626"
3227 + integrity sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==
3228 +
3229 +browserify-aes@^1.0.0, browserify-aes@^1.0.4:
3230 + version "1.2.0"
3231 + resolved "https://registry.yarnpkg.com/browserify-aes/-/browserify-aes-1.2.0.tgz#326734642f403dabc3003209853bb70ad428ef48"
3232 + integrity sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==
3233 + dependencies:
3234 + buffer-xor "^1.0.3"
3235 + cipher-base "^1.0.0"
3236 + create-hash "^1.1.0"
3237 + evp_bytestokey "^1.0.3"
3238 + inherits "^2.0.1"
3239 + safe-buffer "^5.0.1"
3240 +
3241 +browserify-cipher@^1.0.0:
3242 + version "1.0.1"
3243 + resolved "https://registry.yarnpkg.com/browserify-cipher/-/browserify-cipher-1.0.1.tgz#8d6474c1b870bfdabcd3bcfcc1934a10e94f15f0"
3244 + integrity sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w==
3245 + dependencies:
3246 + browserify-aes "^1.0.4"
3247 + browserify-des "^1.0.0"
3248 + evp_bytestokey "^1.0.0"
3249 +
3250 +browserify-des@^1.0.0:
3251 + version "1.0.2"
3252 + resolved "https://registry.yarnpkg.com/browserify-des/-/browserify-des-1.0.2.tgz#3af4f1f59839403572f1c66204375f7a7f703e9c"
3253 + integrity sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A==
3254 + dependencies:
3255 + cipher-base "^1.0.1"
3256 + des.js "^1.0.0"
3257 + inherits "^2.0.1"
3258 + safe-buffer "^5.1.2"
3259 +
3260 +browserify-rsa@^4.0.0, browserify-rsa@^4.0.1:
3261 + version "4.1.0"
3262 + resolved "https://registry.yarnpkg.com/browserify-rsa/-/browserify-rsa-4.1.0.tgz#b2fd06b5b75ae297f7ce2dc651f918f5be158c8d"
3263 + integrity sha512-AdEER0Hkspgno2aR97SAf6vi0y0k8NuOpGnVH3O99rcA5Q6sh8QxcngtHuJ6uXwnfAXNM4Gn1Gb7/MV1+Ymbog==
3264 + dependencies:
3265 + bn.js "^5.0.0"
3266 + randombytes "^2.0.1"
3267 +
3268 +browserify-sign@^4.0.0:
3269 + version "4.2.1"
3270 + resolved "https://registry.yarnpkg.com/browserify-sign/-/browserify-sign-4.2.1.tgz#eaf4add46dd54be3bb3b36c0cf15abbeba7956c3"
3271 + integrity sha512-/vrA5fguVAKKAVTNJjgSm1tRQDHUU6DbwO9IROu/0WAzC8PKhucDSh18J0RMvVeHAn5puMd+QHC2erPRNf8lmg==
3272 + dependencies:
3273 + bn.js "^5.1.1"
3274 + browserify-rsa "^4.0.1"
3275 + create-hash "^1.2.0"
3276 + create-hmac "^1.1.7"
3277 + elliptic "^6.5.3"
3278 + inherits "^2.0.4"
3279 + parse-asn1 "^5.1.5"
3280 + readable-stream "^3.6.0"
3281 + safe-buffer "^5.2.0"
3282 +
3283 +browserify-zlib@^0.2.0:
3284 + version "0.2.0"
3285 + resolved "https://registry.yarnpkg.com/browserify-zlib/-/browserify-zlib-0.2.0.tgz#2869459d9aa3be245fe8fe2ca1f46e2e7f54d73f"
3286 + integrity sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA==
3287 + dependencies:
3288 + pako "~1.0.5"
3289 +
3290 +browserslist@4.14.2:
3291 + version "4.14.2"
3292 + resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.14.2.tgz#1b3cec458a1ba87588cc5e9be62f19b6d48813ce"
3293 + integrity sha512-HI4lPveGKUR0x2StIz+2FXfDk9SfVMrxn6PLh1JeGUwcuoDkdKZebWiyLRJ68iIPDpMI4JLVDf7S7XzslgWOhw==
3294 + dependencies:
3295 + caniuse-lite "^1.0.30001125"
3296 + electron-to-chromium "^1.3.564"
3297 + escalade "^3.0.2"
3298 + node-releases "^1.1.61"
3299 +
3300 +browserslist@^4.0.0, browserslist@^4.12.0, browserslist@^4.17.5, browserslist@^4.19.1, browserslist@^4.6.2, browserslist@^4.6.4:
3301 + version "4.19.1"
3302 + resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.19.1.tgz#4ac0435b35ab655896c31d53018b6dd5e9e4c9a3"
3303 + integrity sha512-u2tbbG5PdKRTUoctO3NBD8FQ5HdPh1ZXPHzp1rwaa5jTc+RV9/+RlWiAIKmjRPQF+xbGM9Kklj5bZQFa2s/38A==
3304 + dependencies:
3305 + caniuse-lite "^1.0.30001286"
3306 + electron-to-chromium "^1.4.17"
3307 + escalade "^3.1.1"
3308 + node-releases "^2.0.1"
3309 + picocolors "^1.0.0"
3310 +
3311 +bser@2.1.1:
3312 + version "2.1.1"
3313 + resolved "https://registry.yarnpkg.com/bser/-/bser-2.1.1.tgz#e6787da20ece9d07998533cfd9de6f5c38f4bc05"
3314 + integrity sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==
3315 + dependencies:
3316 + node-int64 "^0.4.0"
3317 +
3318 +buffer-from@^1.0.0:
3319 + version "1.1.2"
3320 + resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.2.tgz#2b146a6fd72e80b4f55d255f35ed59a3a9a41bd5"
3321 + integrity sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==
3322 +
3323 +buffer-indexof@^1.0.0:
3324 + version "1.1.1"
3325 + resolved "https://registry.yarnpkg.com/buffer-indexof/-/buffer-indexof-1.1.1.tgz#52fabcc6a606d1a00302802648ef68f639da268c"
3326 + integrity sha512-4/rOEg86jivtPTeOUUT61jJO1Ya1TrR/OkqCSZDyq84WJh3LuuiphBYJN+fm5xufIk4XAFcEwte/8WzC8If/1g==
3327 +
3328 +buffer-xor@^1.0.3:
3329 + version "1.0.3"
3330 + resolved "https://registry.yarnpkg.com/buffer-xor/-/buffer-xor-1.0.3.tgz#26e61ed1422fb70dd42e6e36729ed51d855fe8d9"
3331 + integrity sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk=
3332 +
3333 +buffer@^4.3.0:
3334 + version "4.9.2"
3335 + resolved "https://registry.yarnpkg.com/buffer/-/buffer-4.9.2.tgz#230ead344002988644841ab0244af8c44bbe3ef8"
3336 + integrity sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg==
3337 + dependencies:
3338 + base64-js "^1.0.2"
3339 + ieee754 "^1.1.4"
3340 + isarray "^1.0.0"
3341 +
3342 +builtin-modules@^3.1.0:
3343 + version "3.2.0"
3344 + resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-3.2.0.tgz#45d5db99e7ee5e6bc4f362e008bf917ab5049887"
3345 + integrity sha512-lGzLKcioL90C7wMczpkY0n/oART3MbBa8R9OFGE1rJxoVI86u4WAGfEk8Wjv10eKSyTHVGkSo3bvBylCEtk7LA==
3346 +
3347 +builtin-status-codes@^3.0.0:
3348 + version "3.0.0"
3349 + resolved "https://registry.yarnpkg.com/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz#85982878e21b98e1c66425e03d0174788f569ee8"
3350 + integrity sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=
3351 +
3352 +bytes@3.0.0:
3353 + version "3.0.0"
3354 + resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.0.0.tgz#d32815404d689699f85a4ea4fa8755dd13a96048"
3355 + integrity sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=
3356 +
3357 +bytes@3.1.1:
3358 + version "3.1.1"
3359 + resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.1.tgz#3f018291cb4cbad9accb6e6970bca9c8889e879a"
3360 + integrity sha512-dWe4nWO/ruEOY7HkUJ5gFt1DCFV9zPRoJr8pV0/ASQermOZjtq8jMjOprC0Kd10GLN+l7xaUPvxzJFWtxGu8Fg==
3361 +
3362 +cacache@^12.0.2:
3363 + version "12.0.4"
3364 + resolved "https://registry.yarnpkg.com/cacache/-/cacache-12.0.4.tgz#668bcbd105aeb5f1d92fe25570ec9525c8faa40c"
3365 + integrity sha512-a0tMB40oefvuInr4Cwb3GerbL9xTj1D5yg0T5xrjGCGyfvbxseIXX7BAO/u/hIXdafzOI5JC3wDwHyf24buOAQ==
3366 + dependencies:
3367 + bluebird "^3.5.5"
3368 + chownr "^1.1.1"
3369 + figgy-pudding "^3.5.1"
3370 + glob "^7.1.4"
3371 + graceful-fs "^4.1.15"
3372 + infer-owner "^1.0.3"
3373 + lru-cache "^5.1.1"
3374 + mississippi "^3.0.0"
3375 + mkdirp "^0.5.1"
3376 + move-concurrently "^1.0.1"
3377 + promise-inflight "^1.0.1"
3378 + rimraf "^2.6.3"
3379 + ssri "^6.0.1"
3380 + unique-filename "^1.1.1"
3381 + y18n "^4.0.0"
3382 +
3383 +cacache@^15.0.5:
3384 + version "15.3.0"
3385 + resolved "https://registry.yarnpkg.com/cacache/-/cacache-15.3.0.tgz#dc85380fb2f556fe3dda4c719bfa0ec875a7f1eb"
3386 + integrity sha512-VVdYzXEn+cnbXpFgWs5hTT7OScegHVmLhJIR8Ufqk3iFD6A6j5iSX1KuBTfNEv4tdJWE2PzA6IVFtcLC7fN9wQ==
3387 + dependencies:
3388 + "@npmcli/fs" "^1.0.0"
3389 + "@npmcli/move-file" "^1.0.1"
3390 + chownr "^2.0.0"
3391 + fs-minipass "^2.0.0"
3392 + glob "^7.1.4"
3393 + infer-owner "^1.0.4"
3394 + lru-cache "^6.0.0"
3395 + minipass "^3.1.1"
3396 + minipass-collect "^1.0.2"
3397 + minipass-flush "^1.0.5"
3398 + minipass-pipeline "^1.2.2"
3399 + mkdirp "^1.0.3"
3400 + p-map "^4.0.0"
3401 + promise-inflight "^1.0.1"
3402 + rimraf "^3.0.2"
3403 + ssri "^8.0.1"
3404 + tar "^6.0.2"
3405 + unique-filename "^1.1.1"
3406 +
3407 +cache-base@^1.0.1:
3408 + version "1.0.1"
3409 + resolved "https://registry.yarnpkg.com/cache-base/-/cache-base-1.0.1.tgz#0a7f46416831c8b662ee36fe4e7c59d76f666ab2"
3410 + integrity sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==
3411 + dependencies:
3412 + collection-visit "^1.0.0"
3413 + component-emitter "^1.2.1"
3414 + get-value "^2.0.6"
3415 + has-value "^1.0.0"
3416 + isobject "^3.0.1"
3417 + set-value "^2.0.0"
3418 + to-object-path "^0.3.0"
3419 + union-value "^1.0.0"
3420 + unset-value "^1.0.0"
3421 +
3422 +call-bind@^1.0.0, call-bind@^1.0.2:
3423 + version "1.0.2"
3424 + resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c"
3425 + integrity sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==
3426 + dependencies:
3427 + function-bind "^1.1.1"
3428 + get-intrinsic "^1.0.2"
3429 +
3430 +caller-callsite@^2.0.0:
3431 + version "2.0.0"
3432 + resolved "https://registry.yarnpkg.com/caller-callsite/-/caller-callsite-2.0.0.tgz#847e0fce0a223750a9a027c54b33731ad3154134"
3433 + integrity sha1-hH4PzgoiN1CpoCfFSzNzGtMVQTQ=
3434 + dependencies:
3435 + callsites "^2.0.0"
3436 +
3437 +caller-path@^2.0.0:
3438 + version "2.0.0"
3439 + resolved "https://registry.yarnpkg.com/caller-path/-/caller-path-2.0.0.tgz#468f83044e369ab2010fac5f06ceee15bb2cb1f4"
3440 + integrity sha1-Ro+DBE42mrIBD6xfBs7uFbsssfQ=
3441 + dependencies:
3442 + caller-callsite "^2.0.0"
3443 +
3444 +callsites@^2.0.0:
3445 + version "2.0.0"
3446 + resolved "https://registry.yarnpkg.com/callsites/-/callsites-2.0.0.tgz#06eb84f00eea413da86affefacbffb36093b3c50"
3447 + integrity sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA=
3448 +
3449 +callsites@^3.0.0:
3450 + version "3.1.0"
3451 + resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73"
3452 + integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==
3453 +
3454 +camel-case@^4.1.1:
3455 + version "4.1.2"
3456 + resolved "https://registry.yarnpkg.com/camel-case/-/camel-case-4.1.2.tgz#9728072a954f805228225a6deea6b38461e1bd5a"
3457 + integrity sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==
3458 + dependencies:
3459 + pascal-case "^3.1.2"
3460 + tslib "^2.0.3"
3461 +
3462 +camelcase@5.3.1, camelcase@^5.0.0, camelcase@^5.3.1:
3463 + version "5.3.1"
3464 + resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320"
3465 + integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==
3466 +
3467 +camelcase@^6.0.0, camelcase@^6.1.0, camelcase@^6.2.0:
3468 + version "6.3.0"
3469 + resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.3.0.tgz#5685b95eb209ac9c0c177467778c9c84df58ba9a"
3470 + integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==
3471 +
3472 +caniuse-api@^3.0.0:
3473 + version "3.0.0"
3474 + resolved "https://registry.yarnpkg.com/caniuse-api/-/caniuse-api-3.0.0.tgz#5e4d90e2274961d46291997df599e3ed008ee4c0"
3475 + integrity sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==
3476 + dependencies:
3477 + browserslist "^4.0.0"
3478 + caniuse-lite "^1.0.0"
3479 + lodash.memoize "^4.1.2"
3480 + lodash.uniq "^4.5.0"
3481 +
3482 +caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000981, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001125, caniuse-lite@^1.0.30001286:
3483 + version "1.0.30001299"
3484 + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001299.tgz#d753bf6444ed401eb503cbbe17aa3e1451b5a68c"
3485 + integrity sha512-iujN4+x7QzqA2NCSrS5VUy+4gLmRd4xv6vbBBsmfVqTx8bLAD8097euLqQgKxSVLvxjSDcvF1T/i9ocgnUFexw==
3486 +
3487 +capture-exit@^2.0.0:
3488 + version "2.0.0"
3489 + resolved "https://registry.yarnpkg.com/capture-exit/-/capture-exit-2.0.0.tgz#fb953bfaebeb781f62898239dabb426d08a509a4"
3490 + integrity sha512-PiT/hQmTonHhl/HFGN+Lx3JJUznrVYJ3+AQsnthneZbvW7x+f08Tk7yLJTLEOUvBTbduLeeBkxEaYXUOUrRq6g==
3491 + dependencies:
3492 + rsvp "^4.8.4"
3493 +
3494 +case-sensitive-paths-webpack-plugin@2.3.0:
3495 + version "2.3.0"
3496 + resolved "https://registry.yarnpkg.com/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.3.0.tgz#23ac613cc9a856e4f88ff8bb73bbb5e989825cf7"
3497 + integrity sha512-/4YgnZS8y1UXXmC02xD5rRrBEu6T5ub+mQHLNRj0fzTRbgdBYhsNo2V5EqwgqrExjxsjtF/OpAKAMkKsxbD5XQ==
3498 +
3499 +chalk@2.4.2, chalk@^2.0.0, chalk@^2.0.1, chalk@^2.4.1, chalk@^2.4.2:
3500 + version "2.4.2"
3501 + resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
3502 + integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
3503 + dependencies:
3504 + ansi-styles "^3.2.1"
3505 + escape-string-regexp "^1.0.5"
3506 + supports-color "^5.3.0"
3507 +
3508 +chalk@^4.0.0:
3509 + version "4.1.2"
3510 + resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
3511 + integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
3512 + dependencies:
3513 + ansi-styles "^4.1.0"
3514 + supports-color "^7.1.0"
3515 +
3516 +char-regex@^1.0.2:
3517 + version "1.0.2"
3518 + resolved "https://registry.yarnpkg.com/char-regex/-/char-regex-1.0.2.tgz#d744358226217f981ed58f479b1d6bcc29545dcf"
3519 + integrity sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==
3520 +
3521 +check-types@^11.1.1:
3522 + version "11.1.2"
3523 + resolved "https://registry.yarnpkg.com/check-types/-/check-types-11.1.2.tgz#86a7c12bf5539f6324eb0e70ca8896c0e38f3e2f"
3524 + integrity sha512-tzWzvgePgLORb9/3a0YenggReLKAIb2owL03H2Xdoe5pKcUyWRSEQ8xfCar8t2SIAuEDwtmx2da1YB52YuHQMQ==
3525 +
3526 +chokidar@^2.1.8:
3527 + version "2.1.8"
3528 + resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.8.tgz#804b3a7b6a99358c3c5c61e71d8728f041cff917"
3529 + integrity sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==
3530 + dependencies:
3531 + anymatch "^2.0.0"
3532 + async-each "^1.0.1"
3533 + braces "^2.3.2"
3534 + glob-parent "^3.1.0"
3535 + inherits "^2.0.3"
3536 + is-binary-path "^1.0.0"
3537 + is-glob "^4.0.0"
3538 + normalize-path "^3.0.0"
3539 + path-is-absolute "^1.0.0"
3540 + readdirp "^2.2.1"
3541 + upath "^1.1.1"
3542 + optionalDependencies:
3543 + fsevents "^1.2.7"
3544 +
3545 +chokidar@^3.4.1:
3546 + version "3.5.2"
3547 + resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.2.tgz#dba3976fcadb016f66fd365021d91600d01c1e75"
3548 + integrity sha512-ekGhOnNVPgT77r4K/U3GDhu+FQ2S8TnK/s2KbIGXi0SZWuwkZ2QNyfWdZW+TVfn84DpEP7rLeCt2UI6bJ8GwbQ==
3549 + dependencies:
3550 + anymatch "~3.1.2"
3551 + braces "~3.0.2"
3552 + glob-parent "~5.1.2"
3553 + is-binary-path "~2.1.0"
3554 + is-glob "~4.0.1"
3555 + normalize-path "~3.0.0"
3556 + readdirp "~3.6.0"
3557 + optionalDependencies:
3558 + fsevents "~2.3.2"
3559 +
3560 +chownr@^1.1.1:
3561 + version "1.1.4"
3562 + resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.4.tgz#6fc9d7b42d32a583596337666e7d08084da2cc6b"
3563 + integrity sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==
3564 +
3565 +chownr@^2.0.0:
3566 + version "2.0.0"
3567 + resolved "https://registry.yarnpkg.com/chownr/-/chownr-2.0.0.tgz#15bfbe53d2eab4cf70f18a8cd68ebe5b3cb1dece"
3568 + integrity sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==
3569 +
3570 +chrome-trace-event@^1.0.2:
3571 + version "1.0.3"
3572 + resolved "https://registry.yarnpkg.com/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz#1015eced4741e15d06664a957dbbf50d041e26ac"
3573 + integrity sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==
3574 +
3575 +ci-info@^2.0.0:
3576 + version "2.0.0"
3577 + resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-2.0.0.tgz#67a9e964be31a51e15e5010d58e6f12834002f46"
3578 + integrity sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==
3579 +
3580 +cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3:
3581 + version "1.0.4"
3582 + resolved "https://registry.yarnpkg.com/cipher-base/-/cipher-base-1.0.4.tgz#8760e4ecc272f4c363532f926d874aae2c1397de"
3583 + integrity sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==
3584 + dependencies:
3585 + inherits "^2.0.1"
3586 + safe-buffer "^5.0.1"
3587 +
3588 +cjs-module-lexer@^0.6.0:
3589 + version "0.6.0"
3590 + resolved "https://registry.yarnpkg.com/cjs-module-lexer/-/cjs-module-lexer-0.6.0.tgz#4186fcca0eae175970aee870b9fe2d6cf8d5655f"
3591 + integrity sha512-uc2Vix1frTfnuzxxu1Hp4ktSvM3QaI4oXl4ZUqL1wjTu/BGki9TrCWoqLTg/drR1KwAEarXuRFCG2Svr1GxPFw==
3592 +
3593 +class-utils@^0.3.5:
3594 + version "0.3.6"
3595 + resolved "https://registry.yarnpkg.com/class-utils/-/class-utils-0.3.6.tgz#f93369ae8b9a7ce02fd41faad0ca83033190c463"
3596 + integrity sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==
3597 + dependencies:
3598 + arr-union "^3.1.0"
3599 + define-property "^0.2.5"
3600 + isobject "^3.0.0"
3601 + static-extend "^0.1.1"
3602 +
3603 +classnames@^2.1.2:
3604 + version "2.3.1"
3605 + resolved "https://registry.yarnpkg.com/classnames/-/classnames-2.3.1.tgz#dfcfa3891e306ec1dad105d0e88f4417b8535e8e"
3606 + integrity sha512-OlQdbZ7gLfGarSqxesMesDa5uz7KFbID8Kpq/SxIoNGDqY8lSYs0D+hhtBXhcdB3rcbXArFr7vlHheLk1voeNA==
3607 +
3608 +clean-css@^4.2.3:
3609 + version "4.2.4"
3610 + resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-4.2.4.tgz#733bf46eba4e607c6891ea57c24a989356831178"
3611 + integrity sha512-EJUDT7nDVFDvaQgAo2G/PJvxmp1o/c6iXLbswsBbUFXi1Nr+AjA2cKmfbKDMjMvzEe75g3P6JkaDDAKk96A85A==
3612 + dependencies:
3613 + source-map "~0.6.0"
3614 +
3615 +clean-stack@^2.0.0:
3616 + version "2.2.0"
3617 + resolved "https://registry.yarnpkg.com/clean-stack/-/clean-stack-2.2.0.tgz#ee8472dbb129e727b31e8a10a427dee9dfe4008b"
3618 + integrity sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==
3619 +
3620 +cliui@^5.0.0:
3621 + version "5.0.0"
3622 + resolved "https://registry.yarnpkg.com/cliui/-/cliui-5.0.0.tgz#deefcfdb2e800784aa34f46fa08e06851c7bbbc5"
3623 + integrity sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==
3624 + dependencies:
3625 + string-width "^3.1.0"
3626 + strip-ansi "^5.2.0"
3627 + wrap-ansi "^5.1.0"
3628 +
3629 +cliui@^6.0.0:
3630 + version "6.0.0"
3631 + resolved "https://registry.yarnpkg.com/cliui/-/cliui-6.0.0.tgz#511d702c0c4e41ca156d7d0e96021f23e13225b1"
3632 + integrity sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==
3633 + dependencies:
3634 + string-width "^4.2.0"
3635 + strip-ansi "^6.0.0"
3636 + wrap-ansi "^6.2.0"
3637 +
3638 +cliui@^7.0.2:
3639 + version "7.0.4"
3640 + resolved "https://registry.yarnpkg.com/cliui/-/cliui-7.0.4.tgz#a0265ee655476fc807aea9df3df8df7783808b4f"
3641 + integrity sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==
3642 + dependencies:
3643 + string-width "^4.2.0"
3644 + strip-ansi "^6.0.0"
3645 + wrap-ansi "^7.0.0"
3646 +
3647 +co@^4.6.0:
3648 + version "4.6.0"
3649 + resolved "https://registry.yarnpkg.com/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184"
3650 + integrity sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=
3651 +
3652 +coa@^2.0.2:
3653 + version "2.0.2"
3654 + resolved "https://registry.yarnpkg.com/coa/-/coa-2.0.2.tgz#43f6c21151b4ef2bf57187db0d73de229e3e7ec3"
3655 + integrity sha512-q5/jG+YQnSy4nRTV4F7lPepBJZ8qBNJJDBuJdoejDyLXgmL7IEo+Le2JDZudFTFt7mrCqIRaSjws4ygRCTCAXA==
3656 + dependencies:
3657 + "@types/q" "^1.5.1"
3658 + chalk "^2.4.1"
3659 + q "^1.1.2"
3660 +
3661 +collect-v8-coverage@^1.0.0:
3662 + version "1.0.1"
3663 + resolved "https://registry.yarnpkg.com/collect-v8-coverage/-/collect-v8-coverage-1.0.1.tgz#cc2c8e94fc18bbdffe64d6534570c8a673b27f59"
3664 + integrity sha512-iBPtljfCNcTKNAto0KEtDfZ3qzjJvqE3aTGZsbhjSBlorqpXJlaWWtPO35D+ZImoC3KWejX64o+yPGxhWSTzfg==
3665 +
3666 +collection-visit@^1.0.0:
3667 + version "1.0.0"
3668 + resolved "https://registry.yarnpkg.com/collection-visit/-/collection-visit-1.0.0.tgz#4bc0373c164bc3291b4d368c829cf1a80a59dca0"
3669 + integrity sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=
3670 + dependencies:
3671 + map-visit "^1.0.0"
3672 + object-visit "^1.0.0"
3673 +
3674 +color-convert@^1.9.0, color-convert@^1.9.3:
3675 + version "1.9.3"
3676 + resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8"
3677 + integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==
3678 + dependencies:
3679 + color-name "1.1.3"
3680 +
3681 +color-convert@^2.0.1:
3682 + version "2.0.1"
3683 + resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3"
3684 + integrity sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==
3685 + dependencies:
3686 + color-name "~1.1.4"
3687 +
3688 +color-name@1.1.3:
3689 + version "1.1.3"
3690 + resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
3691 + integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=
3692 +
3693 +color-name@^1.0.0, color-name@~1.1.4:
3694 + version "1.1.4"
3695 + resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
3696 + integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
3697 +
3698 +color-string@^1.6.0:
3699 + version "1.9.0"
3700 + resolved "https://registry.yarnpkg.com/color-string/-/color-string-1.9.0.tgz#63b6ebd1bec11999d1df3a79a7569451ac2be8aa"
3701 + integrity sha512-9Mrz2AQLefkH1UvASKj6v6hj/7eWgjnT/cVsR8CumieLoT+g900exWeNogqtweI8dxloXN9BDQTYro1oWu/5CQ==
3702 + dependencies:
3703 + color-name "^1.0.0"
3704 + simple-swizzle "^0.2.2"
3705 +
3706 +color@^3.0.0:
3707 + version "3.2.1"
3708 + resolved "https://registry.yarnpkg.com/color/-/color-3.2.1.tgz#3544dc198caf4490c3ecc9a790b54fe9ff45e164"
3709 + integrity sha512-aBl7dZI9ENN6fUGC7mWpMTPNHmWUSNan9tuWN6ahh5ZLNk9baLJOnSMlrQkHcrfFgz2/RigjUVAjdx36VcemKA==
3710 + dependencies:
3711 + color-convert "^1.9.3"
3712 + color-string "^1.6.0"
3713 +
3714 +combined-stream@^1.0.8:
3715 + version "1.0.8"
3716 + resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f"
3717 + integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==
3718 + dependencies:
3719 + delayed-stream "~1.0.0"
3720 +
3721 +commander@^2.20.0:
3722 + version "2.20.3"
3723 + resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33"
3724 + integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==
3725 +
3726 +commander@^4.1.1:
3727 + version "4.1.1"
3728 + resolved "https://registry.yarnpkg.com/commander/-/commander-4.1.1.tgz#9fd602bd936294e9e9ef46a3f4d6964044b18068"
3729 + integrity sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==
3730 +
3731 +common-tags@^1.8.0:
3732 + version "1.8.2"
3733 + resolved "https://registry.yarnpkg.com/common-tags/-/common-tags-1.8.2.tgz#94ebb3c076d26032745fd54face7f688ef5ac9c6"
3734 + integrity sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA==
3735 +
3736 +commondir@^1.0.1:
3737 + version "1.0.1"
3738 + resolved "https://registry.yarnpkg.com/commondir/-/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b"
3739 + integrity sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=
3740 +
3741 +component-emitter@^1.2.1:
3742 + version "1.3.0"
3743 + resolved "https://registry.yarnpkg.com/component-emitter/-/component-emitter-1.3.0.tgz#16e4070fba8ae29b679f2215853ee181ab2eabc0"
3744 + integrity sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==
3745 +
3746 +compose-function@3.0.3:
3747 + version "3.0.3"
3748 + resolved "https://registry.yarnpkg.com/compose-function/-/compose-function-3.0.3.tgz#9ed675f13cc54501d30950a486ff6a7ba3ab185f"
3749 + integrity sha1-ntZ18TzFRQHTCVCkhv9qe6OrGF8=
3750 + dependencies:
3751 + arity-n "^1.0.4"
3752 +
3753 +compressible@~2.0.16:
3754 + version "2.0.18"
3755 + resolved "https://registry.yarnpkg.com/compressible/-/compressible-2.0.18.tgz#af53cca6b070d4c3c0750fbd77286a6d7cc46fba"
3756 + integrity sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==
3757 + dependencies:
3758 + mime-db ">= 1.43.0 < 2"
3759 +
3760 +compression@^1.7.4:
3761 + version "1.7.4"
3762 + resolved "https://registry.yarnpkg.com/compression/-/compression-1.7.4.tgz#95523eff170ca57c29a0ca41e6fe131f41e5bb8f"
3763 + integrity sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==
3764 + dependencies:
3765 + accepts "~1.3.5"
3766 + bytes "3.0.0"
3767 + compressible "~2.0.16"
3768 + debug "2.6.9"
3769 + on-headers "~1.0.2"
3770 + safe-buffer "5.1.2"
3771 + vary "~1.1.2"
3772 +
3773 +concat-map@0.0.1:
3774 + version "0.0.1"
3775 + resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
3776 + integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=
3777 +
3778 +concat-stream@^1.5.0:
3779 + version "1.6.2"
3780 + resolved "https://registry.yarnpkg.com/concat-stream/-/concat-stream-1.6.2.tgz#904bdf194cd3122fc675c77fc4ac3d4ff0fd1a34"
3781 + integrity sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==
3782 + dependencies:
3783 + buffer-from "^1.0.0"
3784 + inherits "^2.0.3"
3785 + readable-stream "^2.2.2"
3786 + typedarray "^0.0.6"
3787 +
3788 +confusing-browser-globals@^1.0.10:
3789 + version "1.0.11"
3790 + resolved "https://registry.yarnpkg.com/confusing-browser-globals/-/confusing-browser-globals-1.0.11.tgz#ae40e9b57cdd3915408a2805ebd3a5585608dc81"
3791 + integrity sha512-JsPKdmh8ZkmnHxDk55FZ1TqVLvEQTvoByJZRN9jzI0UjxK/QgAmsphz7PGtqgPieQZ/CQcHWXCR7ATDNhGe+YA==
3792 +
3793 +connect-history-api-fallback@^1.6.0:
3794 + version "1.6.0"
3795 + resolved "https://registry.yarnpkg.com/connect-history-api-fallback/-/connect-history-api-fallback-1.6.0.tgz#8b32089359308d111115d81cad3fceab888f97bc"
3796 + integrity sha512-e54B99q/OUoH64zYYRf3HBP5z24G38h5D3qXu23JGRoigpX5Ss4r9ZnDk3g0Z8uQC2x2lPaJ+UlWBc1ZWBWdLg==
3797 +
3798 +console-browserify@^1.1.0:
3799 + version "1.2.0"
3800 + resolved "https://registry.yarnpkg.com/console-browserify/-/console-browserify-1.2.0.tgz#67063cef57ceb6cf4993a2ab3a55840ae8c49336"
3801 + integrity sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA==
3802 +
3803 +constants-browserify@^1.0.0:
3804 + version "1.0.0"
3805 + resolved "https://registry.yarnpkg.com/constants-browserify/-/constants-browserify-1.0.0.tgz#c20b96d8c617748aaf1c16021760cd27fcb8cb75"
3806 + integrity sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U=
3807 +
3808 +content-disposition@0.5.4:
3809 + version "0.5.4"
3810 + resolved "https://registry.yarnpkg.com/content-disposition/-/content-disposition-0.5.4.tgz#8b82b4efac82512a02bb0b1dcec9d2c5e8eb5bfe"
3811 + integrity sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==
3812 + dependencies:
3813 + safe-buffer "5.2.1"
3814 +
3815 +content-type@~1.0.4:
3816 + version "1.0.4"
3817 + resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b"
3818 + integrity sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==
3819 +
3820 +convert-source-map@1.7.0:
3821 + version "1.7.0"
3822 + resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.7.0.tgz#17a2cb882d7f77d3490585e2ce6c524424a3a442"
3823 + integrity sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==
3824 + dependencies:
3825 + safe-buffer "~5.1.1"
3826 +
3827 +convert-source-map@^0.3.3:
3828 + version "0.3.5"
3829 + resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-0.3.5.tgz#f1d802950af7dd2631a1febe0596550c86ab3190"
3830 + integrity sha1-8dgClQr33SYxof6+BZZVDIarMZA=
3831 +
3832 +convert-source-map@^1.4.0, convert-source-map@^1.6.0, convert-source-map@^1.7.0:
3833 + version "1.8.0"
3834 + resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.8.0.tgz#f3373c32d21b4d780dd8004514684fb791ca4369"
3835 + integrity sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==
3836 + dependencies:
3837 + safe-buffer "~5.1.1"
3838 +
3839 +cookie-signature@1.0.6:
3840 + version "1.0.6"
3841 + resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz#e303a882b342cc3ee8ca513a79999734dab3ae2c"
3842 + integrity sha1-4wOogrNCzD7oylE6eZmXNNqzriw=
3843 +
3844 +cookie@0.4.1:
3845 + version "0.4.1"
3846 + resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.1.tgz#afd713fe26ebd21ba95ceb61f9a8116e50a537d1"
3847 + integrity sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA==
3848 +
3849 +copy-concurrently@^1.0.0:
3850 + version "1.0.5"
3851 + resolved "https://registry.yarnpkg.com/copy-concurrently/-/copy-concurrently-1.0.5.tgz#92297398cae34937fcafd6ec8139c18051f0b5e0"
3852 + integrity sha512-f2domd9fsVDFtaFcbaRZuYXwtdmnzqbADSwhSWYxYB/Q8zsdUUFMXVRwXGDMWmbEzAn1kdRrtI1T/KTFOL4X2A==
3853 + dependencies:
3854 + aproba "^1.1.1"
3855 + fs-write-stream-atomic "^1.0.8"
3856 + iferr "^0.1.5"
3857 + mkdirp "^0.5.1"
3858 + rimraf "^2.5.4"
3859 + run-queue "^1.0.0"
3860 +
3861 +copy-descriptor@^0.1.0:
3862 + version "0.1.1"
3863 + resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
3864 + integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
3865 +
3866 +core-js-compat@^3.20.0, core-js-compat@^3.20.2:
3867 + version "3.20.3"
3868 + resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.20.3.tgz#d71f85f94eb5e4bea3407412e549daa083d23bd6"
3869 + integrity sha512-c8M5h0IkNZ+I92QhIpuSijOxGAcj3lgpsWdkCqmUTZNwidujF4r3pi6x1DCN+Vcs5qTS2XWWMfWSuCqyupX8gw==
3870 + dependencies:
3871 + browserslist "^4.19.1"
3872 + semver "7.0.0"
3873 +
3874 +core-js-pure@^3.20.2:
3875 + version "3.20.3"
3876 + resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.20.3.tgz#6cc4f36da06c61d95254efc54024fe4797fd5d02"
3877 + integrity sha512-Q2H6tQ5MtPtcC7f3HxJ48i4Q7T9ybPKgvWyuH7JXIoNa2pm0KuBnycsET/qw1SLLZYfbsbrZQNMeIOClb+6WIA==
3878 +
3879 +core-js@3.6.5:
3880 + version "3.6.5"
3881 + resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.6.5.tgz#7395dc273af37fb2e50e9bd3d9fe841285231d1a"
3882 + integrity sha512-vZVEEwZoIsI+vPEuoF9Iqf5H7/M3eeQqWlQnYa8FSKKePuYTf5MWnxb5SDAzCa60b3JBRS5g9b+Dq7b1y/RCrA==
3883 +
3884 +core-js@^2.4.0:
3885 + version "2.6.12"
3886 + resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.12.tgz#d9333dfa7b065e347cc5682219d6f690859cc2ec"
3887 + integrity sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==
3888 +
3889 +core-js@^3.6.5:
3890 + version "3.20.3"
3891 + resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.20.3.tgz#c710d0a676e684522f3db4ee84e5e18a9d11d69a"
3892 + integrity sha512-vVl8j8ph6tRS3B8qir40H7yw7voy17xL0piAjlbBUsH7WIfzoedL/ZOr1OV9FyZQLWXsayOJyV4tnRyXR85/ag==
3893 +
3894 +core-util-is@~1.0.0:
3895 + version "1.0.3"
3896 + resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.3.tgz#a6042d3634c2b27e9328f837b965fac83808db85"
3897 + integrity sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==
3898 +
3899 +cosmiconfig@^5.0.0:
3900 + version "5.2.1"
3901 + resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-5.2.1.tgz#040f726809c591e77a17c0a3626ca45b4f168b1a"
3902 + integrity sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==
3903 + dependencies:
3904 + import-fresh "^2.0.0"
3905 + is-directory "^0.3.1"
3906 + js-yaml "^3.13.1"
3907 + parse-json "^4.0.0"
3908 +
3909 +cosmiconfig@^7.0.0:
3910 + version "7.0.1"
3911 + resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-7.0.1.tgz#714d756522cace867867ccb4474c5d01bbae5d6d"
3912 + integrity sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==
3913 + dependencies:
3914 + "@types/parse-json" "^4.0.0"
3915 + import-fresh "^3.2.1"
3916 + parse-json "^5.0.0"
3917 + path-type "^4.0.0"
3918 + yaml "^1.10.0"
3919 +
3920 +create-ecdh@^4.0.0:
3921 + version "4.0.4"
3922 + resolved "https://registry.yarnpkg.com/create-ecdh/-/create-ecdh-4.0.4.tgz#d6e7f4bffa66736085a0762fd3a632684dabcc4e"
3923 + integrity sha512-mf+TCx8wWc9VpuxfP2ht0iSISLZnt0JgWlrOKZiNqyUZWnjIaCIVNQArMHnCZKfEYRg6IM7A+NeJoN8gf/Ws0A==
3924 + dependencies:
3925 + bn.js "^4.1.0"
3926 + elliptic "^6.5.3"
3927 +
3928 +create-hash@^1.1.0, create-hash@^1.1.2, create-hash@^1.2.0:
3929 + version "1.2.0"
3930 + resolved "https://registry.yarnpkg.com/create-hash/-/create-hash-1.2.0.tgz#889078af11a63756bcfb59bd221996be3a9ef196"
3931 + integrity sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==
3932 + dependencies:
3933 + cipher-base "^1.0.1"
3934 + inherits "^2.0.1"
3935 + md5.js "^1.3.4"
3936 + ripemd160 "^2.0.1"
3937 + sha.js "^2.4.0"
3938 +
3939 +create-hmac@^1.1.0, create-hmac@^1.1.4, create-hmac@^1.1.7:
3940 + version "1.1.7"
3941 + resolved "https://registry.yarnpkg.com/create-hmac/-/create-hmac-1.1.7.tgz#69170c78b3ab957147b2b8b04572e47ead2243ff"
3942 + integrity sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==
3943 + dependencies:
3944 + cipher-base "^1.0.3"
3945 + create-hash "^1.1.0"
3946 + inherits "^2.0.1"
3947 + ripemd160 "^2.0.0"
3948 + safe-buffer "^5.0.1"
3949 + sha.js "^2.4.8"
3950 +
3951 +cross-spawn@7.0.3, cross-spawn@^7.0.0, cross-spawn@^7.0.2:
3952 + version "7.0.3"
3953 + resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
3954 + integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
3955 + dependencies:
3956 + path-key "^3.1.0"
3957 + shebang-command "^2.0.0"
3958 + which "^2.0.1"
3959 +
3960 +cross-spawn@^6.0.0:
3961 + version "6.0.5"
3962 + resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"
3963 + integrity sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==
3964 + dependencies:
3965 + nice-try "^1.0.4"
3966 + path-key "^2.0.1"
3967 + semver "^5.5.0"
3968 + shebang-command "^1.2.0"
3969 + which "^1.2.9"
3970 +
3971 +crypto-browserify@^3.11.0:
3972 + version "3.12.0"
3973 + resolved "https://registry.yarnpkg.com/crypto-browserify/-/crypto-browserify-3.12.0.tgz#396cf9f3137f03e4b8e532c58f698254e00f80ec"
3974 + integrity sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg==
3975 + dependencies:
3976 + browserify-cipher "^1.0.0"
3977 + browserify-sign "^4.0.0"
3978 + create-ecdh "^4.0.0"
3979 + create-hash "^1.1.0"
3980 + create-hmac "^1.1.0"
3981 + diffie-hellman "^5.0.0"
3982 + inherits "^2.0.1"
3983 + pbkdf2 "^3.0.3"
3984 + public-encrypt "^4.0.0"
3985 + randombytes "^2.0.0"
3986 + randomfill "^1.0.3"
3987 +
3988 +crypto-random-string@^1.0.0:
3989 + version "1.0.0"
3990 + resolved "https://registry.yarnpkg.com/crypto-random-string/-/crypto-random-string-1.0.0.tgz#a230f64f568310e1498009940790ec99545bca7e"
3991 + integrity sha1-ojD2T1aDEOFJgAmUB5DsmVRbyn4=
3992 +
3993 +css-blank-pseudo@^0.1.4:
3994 + version "0.1.4"
3995 + resolved "https://registry.yarnpkg.com/css-blank-pseudo/-/css-blank-pseudo-0.1.4.tgz#dfdefd3254bf8a82027993674ccf35483bfcb3c5"
3996 + integrity sha512-LHz35Hr83dnFeipc7oqFDmsjHdljj3TQtxGGiNWSOsTLIAubSm4TEz8qCaKFpk7idaQ1GfWscF4E6mgpBysA1w==
3997 + dependencies:
3998 + postcss "^7.0.5"
3999 +
4000 +css-color-names@0.0.4, css-color-names@^0.0.4:
4001 + version "0.0.4"
4002 + resolved "https://registry.yarnpkg.com/css-color-names/-/css-color-names-0.0.4.tgz#808adc2e79cf84738069b646cb20ec27beb629e0"
4003 + integrity sha1-gIrcLnnPhHOAabZGyyDsJ762KeA=
4004 +
4005 +css-declaration-sorter@^4.0.1:
4006 + version "4.0.1"
4007 + resolved "https://registry.yarnpkg.com/css-declaration-sorter/-/css-declaration-sorter-4.0.1.tgz#c198940f63a76d7e36c1e71018b001721054cb22"
4008 + integrity sha512-BcxQSKTSEEQUftYpBVnsH4SF05NTuBokb19/sBt6asXGKZ/6VP7PLG1CBCkFDYOnhXhPh0jMhO6xZ71oYHXHBA==
4009 + dependencies:
4010 + postcss "^7.0.1"
4011 + timsort "^0.3.0"
4012 +
4013 +css-has-pseudo@^0.10.0:
4014 + version "0.10.0"
4015 + resolved "https://registry.yarnpkg.com/css-has-pseudo/-/css-has-pseudo-0.10.0.tgz#3c642ab34ca242c59c41a125df9105841f6966ee"
4016 + integrity sha512-Z8hnfsZu4o/kt+AuFzeGpLVhFOGO9mluyHBaA2bA8aCGTwah5sT3WV/fTHH8UNZUytOIImuGPrl/prlb4oX4qQ==
4017 + dependencies:
4018 + postcss "^7.0.6"
4019 + postcss-selector-parser "^5.0.0-rc.4"
4020 +
4021 +css-loader@4.3.0:
4022 + version "4.3.0"
4023 + resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-4.3.0.tgz#c888af64b2a5b2e85462c72c0f4a85c7e2e0821e"
4024 + integrity sha512-rdezjCjScIrsL8BSYszgT4s476IcNKt6yX69t0pHjJVnPUTDpn4WfIpDQTN3wCJvUvfsz/mFjuGOekf3PY3NUg==
4025 + dependencies:
4026 + camelcase "^6.0.0"
4027 + cssesc "^3.0.0"
4028 + icss-utils "^4.1.1"
4029 + loader-utils "^2.0.0"
4030 + postcss "^7.0.32"
4031 + postcss-modules-extract-imports "^2.0.0"
4032 + postcss-modules-local-by-default "^3.0.3"
4033 + postcss-modules-scope "^2.2.0"
4034 + postcss-modules-values "^3.0.0"
4035 + postcss-value-parser "^4.1.0"
4036 + schema-utils "^2.7.1"
4037 + semver "^7.3.2"
4038 +
4039 +css-prefers-color-scheme@^3.1.1:
4040 + version "3.1.1"
4041 + resolved "https://registry.yarnpkg.com/css-prefers-color-scheme/-/css-prefers-color-scheme-3.1.1.tgz#6f830a2714199d4f0d0d0bb8a27916ed65cff1f4"
4042 + integrity sha512-MTu6+tMs9S3EUqzmqLXEcgNRbNkkD/TGFvowpeoWJn5Vfq7FMgsmRQs9X5NXAURiOBmOxm/lLjsDNXDE6k9bhg==
4043 + dependencies:
4044 + postcss "^7.0.5"
4045 +
4046 +css-select-base-adapter@^0.1.1:
4047 + version "0.1.1"
4048 + resolved "https://registry.yarnpkg.com/css-select-base-adapter/-/css-select-base-adapter-0.1.1.tgz#3b2ff4972cc362ab88561507a95408a1432135d7"
4049 + integrity sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w==
4050 +
4051 +css-select@^2.0.0:
4052 + version "2.1.0"
4053 + resolved "https://registry.yarnpkg.com/css-select/-/css-select-2.1.0.tgz#6a34653356635934a81baca68d0255432105dbef"
4054 + integrity sha512-Dqk7LQKpwLoH3VovzZnkzegqNSuAziQyNZUcrdDM401iY+R5NkGBXGmtO05/yaXQziALuPogeG0b7UAgjnTJTQ==
4055 + dependencies:
4056 + boolbase "^1.0.0"
4057 + css-what "^3.2.1"
4058 + domutils "^1.7.0"
4059 + nth-check "^1.0.2"
4060 +
4061 +css-select@^4.1.3:
4062 + version "4.2.1"
4063 + resolved "https://registry.yarnpkg.com/css-select/-/css-select-4.2.1.tgz#9e665d6ae4c7f9d65dbe69d0316e3221fb274cdd"
4064 + integrity sha512-/aUslKhzkTNCQUB2qTX84lVmfia9NyjP3WpDGtj/WxhwBzWBYUV3DgUpurHTme8UTPcPlAD1DJ+b0nN/t50zDQ==
4065 + dependencies:
4066 + boolbase "^1.0.0"
4067 + css-what "^5.1.0"
4068 + domhandler "^4.3.0"
4069 + domutils "^2.8.0"
4070 + nth-check "^2.0.1"
4071 +
4072 +css-tree@1.0.0-alpha.37:
4073 + version "1.0.0-alpha.37"
4074 + resolved "https://registry.yarnpkg.com/css-tree/-/css-tree-1.0.0-alpha.37.tgz#98bebd62c4c1d9f960ec340cf9f7522e30709a22"
4075 + integrity sha512-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg==
4076 + dependencies:
4077 + mdn-data "2.0.4"
4078 + source-map "^0.6.1"
4079 +
4080 +css-tree@^1.1.2:
4081 + version "1.1.3"
4082 + resolved "https://registry.yarnpkg.com/css-tree/-/css-tree-1.1.3.tgz#eb4870fb6fd7707327ec95c2ff2ab09b5e8db91d"
4083 + integrity sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==
4084 + dependencies:
4085 + mdn-data "2.0.14"
4086 + source-map "^0.6.1"
4087 +
4088 +css-what@^3.2.1:
4089 + version "3.4.2"
4090 + resolved "https://registry.yarnpkg.com/css-what/-/css-what-3.4.2.tgz#ea7026fcb01777edbde52124e21f327e7ae950e4"
4091 + integrity sha512-ACUm3L0/jiZTqfzRM3Hi9Q8eZqd6IK37mMWPLz9PJxkLWllYeRf+EHUSHYEtFop2Eqytaq1FizFVh7XfBnXCDQ==
4092 +
4093 +css-what@^5.1.0:
4094 + version "5.1.0"
4095 + resolved "https://registry.yarnpkg.com/css-what/-/css-what-5.1.0.tgz#3f7b707aadf633baf62c2ceb8579b545bb40f7fe"
4096 + integrity sha512-arSMRWIIFY0hV8pIxZMEfmMI47Wj3R/aWpZDDxWYCPEiOMv6tfOrnpDtgxBYPEQD4V0Y/958+1TdC3iWTFcUPw==
4097 +
4098 +css@^2.0.0:
4099 + version "2.2.4"
4100 + resolved "https://registry.yarnpkg.com/css/-/css-2.2.4.tgz#c646755c73971f2bba6a601e2cf2fd71b1298929"
4101 + integrity sha512-oUnjmWpy0niI3x/mPL8dVEI1l7MnG3+HHyRPHf+YFSbK+svOhXpmSOcDURUh2aOCgl2grzrOPt1nHLuCVFULLw==
4102 + dependencies:
4103 + inherits "^2.0.3"
4104 + source-map "^0.6.1"
4105 + source-map-resolve "^0.5.2"
4106 + urix "^0.1.0"
4107 +
4108 +cssdb@^4.4.0:
4109 + version "4.4.0"
4110 + resolved "https://registry.yarnpkg.com/cssdb/-/cssdb-4.4.0.tgz#3bf2f2a68c10f5c6a08abd92378331ee803cddb0"
4111 + integrity sha512-LsTAR1JPEM9TpGhl/0p3nQecC2LJ0kD8X5YARu1hk/9I1gril5vDtMZyNxcEpxxDj34YNck/ucjuoUd66K03oQ==
4112 +
4113 +cssesc@^2.0.0:
4114 + version "2.0.0"
4115 + resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-2.0.0.tgz#3b13bd1bb1cb36e1bcb5a4dcd27f54c5dcb35703"
4116 + integrity sha512-MsCAG1z9lPdoO/IUMLSBWBSVxVtJ1395VGIQ+Fc2gNdkQ1hNDnQdw3YhA71WJCBW1vdwA0cAnk/DnW6bqoEUYg==
4117 +
4118 +cssesc@^3.0.0:
4119 + version "3.0.0"
4120 + resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-3.0.0.tgz#37741919903b868565e1c09ea747445cd18983ee"
4121 + integrity sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==
4122 +
4123 +cssnano-preset-default@^4.0.8:
4124 + version "4.0.8"
4125 + resolved "https://registry.yarnpkg.com/cssnano-preset-default/-/cssnano-preset-default-4.0.8.tgz#920622b1fc1e95a34e8838203f1397a504f2d3ff"
4126 + integrity sha512-LdAyHuq+VRyeVREFmuxUZR1TXjQm8QQU/ktoo/x7bz+SdOge1YKc5eMN6pRW7YWBmyq59CqYba1dJ5cUukEjLQ==
4127 + dependencies:
4128 + css-declaration-sorter "^4.0.1"
4129 + cssnano-util-raw-cache "^4.0.1"
4130 + postcss "^7.0.0"
4131 + postcss-calc "^7.0.1"
4132 + postcss-colormin "^4.0.3"
4133 + postcss-convert-values "^4.0.1"
4134 + postcss-discard-comments "^4.0.2"
4135 + postcss-discard-duplicates "^4.0.2"
4136 + postcss-discard-empty "^4.0.1"
4137 + postcss-discard-overridden "^4.0.1"
4138 + postcss-merge-longhand "^4.0.11"
4139 + postcss-merge-rules "^4.0.3"
4140 + postcss-minify-font-values "^4.0.2"
4141 + postcss-minify-gradients "^4.0.2"
4142 + postcss-minify-params "^4.0.2"
4143 + postcss-minify-selectors "^4.0.2"
4144 + postcss-normalize-charset "^4.0.1"
4145 + postcss-normalize-display-values "^4.0.2"
4146 + postcss-normalize-positions "^4.0.2"
4147 + postcss-normalize-repeat-style "^4.0.2"
4148 + postcss-normalize-string "^4.0.2"
4149 + postcss-normalize-timing-functions "^4.0.2"
4150 + postcss-normalize-unicode "^4.0.1"
4151 + postcss-normalize-url "^4.0.1"
4152 + postcss-normalize-whitespace "^4.0.2"
4153 + postcss-ordered-values "^4.1.2"
4154 + postcss-reduce-initial "^4.0.3"
4155 + postcss-reduce-transforms "^4.0.2"
4156 + postcss-svgo "^4.0.3"
4157 + postcss-unique-selectors "^4.0.1"
4158 +
4159 +cssnano-util-get-arguments@^4.0.0:
4160 + version "4.0.0"
4161 + resolved "https://registry.yarnpkg.com/cssnano-util-get-arguments/-/cssnano-util-get-arguments-4.0.0.tgz#ed3a08299f21d75741b20f3b81f194ed49cc150f"
4162 + integrity sha1-7ToIKZ8h11dBsg87gfGU7UnMFQ8=
4163 +
4164 +cssnano-util-get-match@^4.0.0:
4165 + version "4.0.0"
4166 + resolved "https://registry.yarnpkg.com/cssnano-util-get-match/-/cssnano-util-get-match-4.0.0.tgz#c0e4ca07f5386bb17ec5e52250b4f5961365156d"
4167 + integrity sha1-wOTKB/U4a7F+xeUiULT1lhNlFW0=
4168 +
4169 +cssnano-util-raw-cache@^4.0.1:
4170 + version "4.0.1"
4171 + resolved "https://registry.yarnpkg.com/cssnano-util-raw-cache/-/cssnano-util-raw-cache-4.0.1.tgz#b26d5fd5f72a11dfe7a7846fb4c67260f96bf282"
4172 + integrity sha512-qLuYtWK2b2Dy55I8ZX3ky1Z16WYsx544Q0UWViebptpwn/xDBmog2TLg4f+DBMg1rJ6JDWtn96WHbOKDWt1WQA==
4173 + dependencies:
4174 + postcss "^7.0.0"
4175 +
4176 +cssnano-util-same-parent@^4.0.0:
4177 + version "4.0.1"
4178 + resolved "https://registry.yarnpkg.com/cssnano-util-same-parent/-/cssnano-util-same-parent-4.0.1.tgz#574082fb2859d2db433855835d9a8456ea18bbf3"
4179 + integrity sha512-WcKx5OY+KoSIAxBW6UBBRay1U6vkYheCdjyVNDm85zt5K9mHoGOfsOsqIszfAqrQQFIIKgjh2+FDgIj/zsl21Q==
4180 +
4181 +cssnano@^4.1.10:
4182 + version "4.1.11"
4183 + resolved "https://registry.yarnpkg.com/cssnano/-/cssnano-4.1.11.tgz#c7b5f5b81da269cb1fd982cb960c1200910c9a99"
4184 + integrity sha512-6gZm2htn7xIPJOHY824ERgj8cNPgPxyCSnkXc4v7YvNW+TdVfzgngHcEhy/8D11kUWRUMbke+tC+AUcUsnMz2g==
4185 + dependencies:
4186 + cosmiconfig "^5.0.0"
4187 + cssnano-preset-default "^4.0.8"
4188 + is-resolvable "^1.0.0"
4189 + postcss "^7.0.0"
4190 +
4191 +csso@^4.0.2:
4192 + version "4.2.0"
4193 + resolved "https://registry.yarnpkg.com/csso/-/csso-4.2.0.tgz#ea3a561346e8dc9f546d6febedd50187cf389529"
4194 + integrity sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==
4195 + dependencies:
4196 + css-tree "^1.1.2"
4197 +
4198 +cssom@^0.4.4:
4199 + version "0.4.4"
4200 + resolved "https://registry.yarnpkg.com/cssom/-/cssom-0.4.4.tgz#5a66cf93d2d0b661d80bf6a44fb65f5c2e4e0a10"
4201 + integrity sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw==
4202 +
4203 +cssom@~0.3.6:
4204 + version "0.3.8"
4205 + resolved "https://registry.yarnpkg.com/cssom/-/cssom-0.3.8.tgz#9f1276f5b2b463f2114d3f2c75250af8c1a36f4a"
4206 + integrity sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==
4207 +
4208 +cssstyle@^2.3.0:
4209 + version "2.3.0"
4210 + resolved "https://registry.yarnpkg.com/cssstyle/-/cssstyle-2.3.0.tgz#ff665a0ddbdc31864b09647f34163443d90b0852"
4211 + integrity sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==
4212 + dependencies:
4213 + cssom "~0.3.6"
4214 +
4215 +csstype@^3.0.2:
4216 + version "3.0.10"
4217 + resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.0.10.tgz#2ad3a7bed70f35b965707c092e5f30b327c290e5"
4218 + integrity sha512-2u44ZG2OcNUO9HDp/Jl8C07x6pU/eTR3ncV91SiK3dhG9TWvRVsCoJw14Ckx5DgWkzGA3waZWO3d7pgqpUI/XA==
4219 +
4220 +cyclist@^1.0.1:
4221 + version "1.0.1"
4222 + resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-1.0.1.tgz#596e9698fd0c80e12038c2b82d6eb1b35b6224d9"
4223 + integrity sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk=
4224 +
4225 +d@1, d@^1.0.1:
4226 + version "1.0.1"
4227 + resolved "https://registry.yarnpkg.com/d/-/d-1.0.1.tgz#8698095372d58dbee346ffd0c7093f99f8f9eb5a"
4228 + integrity sha512-m62ShEObQ39CfralilEQRjH6oAMtNCV1xJyEx5LpRYUVN+EviphDgUc/F3hnYbADmkiNs67Y+3ylmlG7Lnu+FA==
4229 + dependencies:
4230 + es5-ext "^0.10.50"
4231 + type "^1.0.1"
4232 +
4233 +damerau-levenshtein@^1.0.7:
4234 + version "1.0.8"
4235 + resolved "https://registry.yarnpkg.com/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz#b43d286ccbd36bc5b2f7ed41caf2d0aba1f8a6e7"
4236 + integrity sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==
4237 +
4238 +data-urls@^2.0.0:
4239 + version "2.0.0"
4240 + resolved "https://registry.yarnpkg.com/data-urls/-/data-urls-2.0.0.tgz#156485a72963a970f5d5821aaf642bef2bf2db9b"
4241 + integrity sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==
4242 + dependencies:
4243 + abab "^2.0.3"
4244 + whatwg-mimetype "^2.3.0"
4245 + whatwg-url "^8.0.0"
4246 +
4247 +debug@2.6.9, debug@^2.2.0, debug@^2.3.3, debug@^2.6.0, debug@^2.6.9:
4248 + version "2.6.9"
4249 + resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
4250 + integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==
4251 + dependencies:
4252 + ms "2.0.0"
4253 +
4254 +debug@4, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1:
4255 + version "4.3.3"
4256 + resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.3.tgz#04266e0b70a98d4462e6e288e38259213332b664"
4257 + integrity sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==
4258 + dependencies:
4259 + ms "2.1.2"
4260 +
4261 +debug@^3.1.1, debug@^3.2.6, debug@^3.2.7:
4262 + version "3.2.7"
4263 + resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a"
4264 + integrity sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==
4265 + dependencies:
4266 + ms "^2.1.1"
4267 +
4268 +decamelize@^1.2.0:
4269 + version "1.2.0"
4270 + resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290"
4271 + integrity sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=
4272 +
4273 +decimal.js@^10.2.1:
4274 + version "10.3.1"
4275 + resolved "https://registry.yarnpkg.com/decimal.js/-/decimal.js-10.3.1.tgz#d8c3a444a9c6774ba60ca6ad7261c3a94fd5e783"
4276 + integrity sha512-V0pfhfr8suzyPGOx3nmq4aHqabehUZn6Ch9kyFpV79TGDTWFmHqUqXdabR7QHqxzrYolF4+tVmJhUG4OURg5dQ==
4277 +
4278 +decode-uri-component@^0.2.0:
4279 + version "0.2.0"
4280 + resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz#eb3913333458775cb84cd1a1fae062106bb87545"
4281 + integrity sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=
4282 +
4283 +dedent@^0.7.0:
4284 + version "0.7.0"
4285 + resolved "https://registry.yarnpkg.com/dedent/-/dedent-0.7.0.tgz#2495ddbaf6eb874abb0e1be9df22d2e5a544326c"
4286 + integrity sha1-JJXduvbrh0q7Dhvp3yLS5aVEMmw=
4287 +
4288 +deep-equal@^1.0.1:
4289 + version "1.1.1"
4290 + resolved "https://registry.yarnpkg.com/deep-equal/-/deep-equal-1.1.1.tgz#b5c98c942ceffaf7cb051e24e1434a25a2e6076a"
4291 + integrity sha512-yd9c5AdiqVcR+JjcwUQb9DkhJc8ngNr0MahEBGvDiJw8puWab2yZlh+nkasOnZP+EGTAP6rRp2JzJhJZzvNF8g==
4292 + dependencies:
4293 + is-arguments "^1.0.4"
4294 + is-date-object "^1.0.1"
4295 + is-regex "^1.0.4"
4296 + object-is "^1.0.1"
4297 + object-keys "^1.1.1"
4298 + regexp.prototype.flags "^1.2.0"
4299 +
4300 +deep-is@^0.1.3, deep-is@~0.1.3:
4301 + version "0.1.4"
4302 + resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.4.tgz#a6f2dce612fadd2ef1f519b73551f17e85199831"
4303 + integrity sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==
4304 +
4305 +deepmerge@^4.2.2:
4306 + version "4.2.2"
4307 + resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-4.2.2.tgz#44d2ea3679b8f4d4ffba33f03d865fc1e7bf4955"
4308 + integrity sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg==
4309 +
4310 +default-gateway@^4.2.0:
4311 + version "4.2.0"
4312 + resolved "https://registry.yarnpkg.com/default-gateway/-/default-gateway-4.2.0.tgz#167104c7500c2115f6dd69b0a536bb8ed720552b"
4313 + integrity sha512-h6sMrVB1VMWVrW13mSc6ia/DwYYw5MN6+exNu1OaJeFac5aSAvwM7lZ0NVfTABuSkQelr4h5oebg3KB1XPdjgA==
4314 + dependencies:
4315 + execa "^1.0.0"
4316 + ip-regex "^2.1.0"
4317 +
4318 +define-properties@^1.1.2, define-properties@^1.1.3:
4319 + version "1.1.3"
4320 + resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1"
4321 + integrity sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==
4322 + dependencies:
4323 + object-keys "^1.0.12"
4324 +
4325 +define-property@^0.2.5:
4326 + version "0.2.5"
4327 + resolved "https://registry.yarnpkg.com/define-property/-/define-property-0.2.5.tgz#c35b1ef918ec3c990f9a5bc57be04aacec5c8116"
4328 + integrity sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=
4329 + dependencies:
4330 + is-descriptor "^0.1.0"
4331 +
4332 +define-property@^1.0.0:
4333 + version "1.0.0"
4334 + resolved "https://registry.yarnpkg.com/define-property/-/define-property-1.0.0.tgz#769ebaaf3f4a63aad3af9e8d304c9bbe79bfb0e6"
4335 + integrity sha1-dp66rz9KY6rTr56NMEybvnm/sOY=
4336 + dependencies:
4337 + is-descriptor "^1.0.0"
4338 +
4339 +define-property@^2.0.2:
4340 + version "2.0.2"
4341 + resolved "https://registry.yarnpkg.com/define-property/-/define-property-2.0.2.tgz#d459689e8d654ba77e02a817f8710d702cb16e9d"
4342 + integrity sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==
4343 + dependencies:
4344 + is-descriptor "^1.0.2"
4345 + isobject "^3.0.1"
4346 +
4347 +del@^4.1.1:
4348 + version "4.1.1"
4349 + resolved "https://registry.yarnpkg.com/del/-/del-4.1.1.tgz#9e8f117222ea44a31ff3a156c049b99052a9f0b4"
4350 + integrity sha512-QwGuEUouP2kVwQenAsOof5Fv8K9t3D8Ca8NxcXKrIpEHjTXK5J2nXLdP+ALI1cgv8wj7KuwBhTwBkOZSJKM5XQ==
4351 + dependencies:
4352 + "@types/glob" "^7.1.1"
4353 + globby "^6.1.0"
4354 + is-path-cwd "^2.0.0"
4355 + is-path-in-cwd "^2.0.0"
4356 + p-map "^2.0.0"
4357 + pify "^4.0.1"
4358 + rimraf "^2.6.3"
4359 +
4360 +delayed-stream@~1.0.0:
4361 + version "1.0.0"
4362 + resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619"
4363 + integrity sha1-3zrhmayt+31ECqrgsp4icrJOxhk=
4364 +
4365 +depd@~1.1.2:
4366 + version "1.1.2"
4367 + resolved "https://registry.yarnpkg.com/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9"
4368 + integrity sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=
4369 +
4370 +des.js@^1.0.0:
4371 + version "1.0.1"
4372 + resolved "https://registry.yarnpkg.com/des.js/-/des.js-1.0.1.tgz#5382142e1bdc53f85d86d53e5f4aa7deb91e0843"
4373 + integrity sha512-Q0I4pfFrv2VPd34/vfLrFOoRmlYj3OV50i7fskps1jZWK1kApMWWT9G6RRUeYedLcBDIhnSDaUvJMb3AhUlaEA==
4374 + dependencies:
4375 + inherits "^2.0.1"
4376 + minimalistic-assert "^1.0.0"
4377 +
4378 +destroy@~1.0.4:
4379 + version "1.0.4"
4380 + resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.0.4.tgz#978857442c44749e4206613e37946205826abd80"
4381 + integrity sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=
4382 +
4383 +detect-newline@^3.0.0:
4384 + version "3.1.0"
4385 + resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-3.1.0.tgz#576f5dfc63ae1a192ff192d8ad3af6308991b651"
4386 + integrity sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==
4387 +
4388 +detect-node@^2.0.4:
4389 + version "2.1.0"
4390 + resolved "https://registry.yarnpkg.com/detect-node/-/detect-node-2.1.0.tgz#c9c70775a49c3d03bc2c06d9a73be550f978f8b1"
4391 + integrity sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==
4392 +
4393 +detect-port-alt@1.1.6:
4394 + version "1.1.6"
4395 + resolved "https://registry.yarnpkg.com/detect-port-alt/-/detect-port-alt-1.1.6.tgz#24707deabe932d4a3cf621302027c2b266568275"
4396 + integrity sha512-5tQykt+LqfJFBEYaDITx7S7cR7mJ/zQmLXZ2qt5w04ainYZw6tBf9dBunMjVeVOdYVRUzUOE4HkY5J7+uttb5Q==
4397 + dependencies:
4398 + address "^1.0.1"
4399 + debug "^2.6.0"
4400 +
4401 +diff-sequences@^24.9.0:
4402 + version "24.9.0"
4403 + resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-24.9.0.tgz#5715d6244e2aa65f48bba0bc972db0b0b11e95b5"
4404 + integrity sha512-Dj6Wk3tWyTE+Fo1rW8v0Xhwk80um6yFYKbuAxc9c3EZxIHFDYwbi34Uk42u1CdnIiVorvt4RmlSDjIPyzGC2ew==
4405 +
4406 +diff-sequences@^26.6.2:
4407 + version "26.6.2"
4408 + resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-26.6.2.tgz#48ba99157de1923412eed41db6b6d4aa9ca7c0b1"
4409 + integrity sha512-Mv/TDa3nZ9sbc5soK+OoA74BsS3mL37yixCvUAQkiuA4Wz6YtwP/K47n2rv2ovzHZvoiQeA5FTQOschKkEwB0Q==
4410 +
4411 +diffie-hellman@^5.0.0:
4412 + version "5.0.3"
4413 + resolved "https://registry.yarnpkg.com/diffie-hellman/-/diffie-hellman-5.0.3.tgz#40e8ee98f55a2149607146921c63e1ae5f3d2875"
4414 + integrity sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==
4415 + dependencies:
4416 + bn.js "^4.1.0"
4417 + miller-rabin "^4.0.0"
4418 + randombytes "^2.0.0"
4419 +
4420 +dir-glob@^3.0.1:
4421 + version "3.0.1"
4422 + resolved "https://registry.yarnpkg.com/dir-glob/-/dir-glob-3.0.1.tgz#56dbf73d992a4a93ba1584f4534063fd2e41717f"
4423 + integrity sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==
4424 + dependencies:
4425 + path-type "^4.0.0"
4426 +
4427 +dns-equal@^1.0.0:
4428 + version "1.0.0"
4429 + resolved "https://registry.yarnpkg.com/dns-equal/-/dns-equal-1.0.0.tgz#b39e7f1da6eb0a75ba9c17324b34753c47e0654d"
4430 + integrity sha1-s55/HabrCnW6nBcySzR1PEfgZU0=
4431 +
4432 +dns-packet@^1.3.1:
4433 + version "1.3.4"
4434 + resolved "https://registry.yarnpkg.com/dns-packet/-/dns-packet-1.3.4.tgz#e3455065824a2507ba886c55a89963bb107dec6f"
4435 + integrity sha512-BQ6F4vycLXBvdrJZ6S3gZewt6rcrks9KBgM9vrhW+knGRqc8uEdT7fuCwloc7nny5xNoMJ17HGH0R/6fpo8ECA==
4436 + dependencies:
4437 + ip "^1.1.0"
4438 + safe-buffer "^5.0.1"
4439 +
4440 +dns-txt@^2.0.2:
4441 + version "2.0.2"
4442 + resolved "https://registry.yarnpkg.com/dns-txt/-/dns-txt-2.0.2.tgz#b91d806f5d27188e4ab3e7d107d881a1cc4642b6"
4443 + integrity sha1-uR2Ab10nGI5Ks+fRB9iBocxGQrY=
4444 + dependencies:
4445 + buffer-indexof "^1.0.0"
4446 +
4447 +doctrine@^2.1.0:
4448 + version "2.1.0"
4449 + resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d"
4450 + integrity sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==
4451 + dependencies:
4452 + esutils "^2.0.2"
4453 +
4454 +doctrine@^3.0.0:
4455 + version "3.0.0"
4456 + resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-3.0.0.tgz#addebead72a6574db783639dc87a121773973961"
4457 + integrity sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==
4458 + dependencies:
4459 + esutils "^2.0.2"
4460 +
4461 +dom-converter@^0.2.0:
4462 + version "0.2.0"
4463 + resolved "https://registry.yarnpkg.com/dom-converter/-/dom-converter-0.2.0.tgz#6721a9daee2e293682955b6afe416771627bb768"
4464 + integrity sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA==
4465 + dependencies:
4466 + utila "~0.4"
4467 +
4468 +dom-serializer@0:
4469 + version "0.2.2"
4470 + resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-0.2.2.tgz#1afb81f533717175d478655debc5e332d9f9bb51"
4471 + integrity sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==
4472 + dependencies:
4473 + domelementtype "^2.0.1"
4474 + entities "^2.0.0"
4475 +
4476 +dom-serializer@^1.0.1:
4477 + version "1.3.2"
4478 + resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-1.3.2.tgz#6206437d32ceefaec7161803230c7a20bc1b4d91"
4479 + integrity sha512-5c54Bk5Dw4qAxNOI1pFEizPSjVsx5+bpJKmL2kPn8JhBUq2q09tTCa3mjijun2NfK78NMouDYNMBkOrPZiS+ig==
4480 + dependencies:
4481 + domelementtype "^2.0.1"
4482 + domhandler "^4.2.0"
4483 + entities "^2.0.0"
4484 +
4485 +dom-storage@2.1.0:
4486 + version "2.1.0"
4487 + resolved "https://registry.yarnpkg.com/dom-storage/-/dom-storage-2.1.0.tgz#00fb868bc9201357ea243c7bcfd3304c1e34ea39"
4488 + integrity sha512-g6RpyWXzl0RR6OTElHKBl7nwnK87GUyZMYC7JWsB/IA73vpqK2K6LT39x4VepLxlSsWBFrPVLnsSR5Jyty0+2Q==
4489 +
4490 +domain-browser@^1.1.1:
4491 + version "1.2.0"
4492 + resolved "https://registry.yarnpkg.com/domain-browser/-/domain-browser-1.2.0.tgz#3d31f50191a6749dd1375a7f522e823d42e54eda"
4493 + integrity sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA==
4494 +
4495 +domelementtype@1:
4496 + version "1.3.1"
4497 + resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-1.3.1.tgz#d048c44b37b0d10a7f2a3d5fee3f4333d790481f"
4498 + integrity sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==
4499 +
4500 +domelementtype@^2.0.1, domelementtype@^2.2.0:
4501 + version "2.2.0"
4502 + resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-2.2.0.tgz#9a0b6c2782ed6a1c7323d42267183df9bd8b1d57"
4503 + integrity sha512-DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A==
4504 +
4505 +domexception@^2.0.1:
4506 + version "2.0.1"
4507 + resolved "https://registry.yarnpkg.com/domexception/-/domexception-2.0.1.tgz#fb44aefba793e1574b0af6aed2801d057529f304"
4508 + integrity sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg==
4509 + dependencies:
4510 + webidl-conversions "^5.0.0"
4511 +
4512 +domhandler@^4.0.0, domhandler@^4.2.0, domhandler@^4.3.0:
4513 + version "4.3.0"
4514 + resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-4.3.0.tgz#16c658c626cf966967e306f966b431f77d4a5626"
4515 + integrity sha512-fC0aXNQXqKSFTr2wDNZDhsEYjCiYsDWl3D01kwt25hm1YIPyDGHvvi3rw+PLqHAl/m71MaiF7d5zvBr0p5UB2g==
4516 + dependencies:
4517 + domelementtype "^2.2.0"
4518 +
4519 +domutils@^1.7.0:
4520 + version "1.7.0"
4521 + resolved "https://registry.yarnpkg.com/domutils/-/domutils-1.7.0.tgz#56ea341e834e06e6748af7a1cb25da67ea9f8c2a"
4522 + integrity sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==
4523 + dependencies:
4524 + dom-serializer "0"
4525 + domelementtype "1"
4526 +
4527 +domutils@^2.5.2, domutils@^2.8.0:
4528 + version "2.8.0"
4529 + resolved "https://registry.yarnpkg.com/domutils/-/domutils-2.8.0.tgz#4437def5db6e2d1f5d6ee859bd95ca7d02048135"
4530 + integrity sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==
4531 + dependencies:
4532 + dom-serializer "^1.0.1"
4533 + domelementtype "^2.2.0"
4534 + domhandler "^4.2.0"
4535 +
4536 +dot-case@^3.0.4:
4537 + version "3.0.4"
4538 + resolved "https://registry.yarnpkg.com/dot-case/-/dot-case-3.0.4.tgz#9b2b670d00a431667a8a75ba29cd1b98809ce751"
4539 + integrity sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==
4540 + dependencies:
4541 + no-case "^3.0.4"
4542 + tslib "^2.0.3"
4543 +
4544 +dot-prop@^5.2.0:
4545 + version "5.3.0"
4546 + resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-5.3.0.tgz#90ccce708cd9cd82cc4dc8c3ddd9abdd55b20e88"
4547 + integrity sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==
4548 + dependencies:
4549 + is-obj "^2.0.0"
4550 +
4551 +dotenv-expand@5.1.0:
4552 + version "5.1.0"
4553 + resolved "https://registry.yarnpkg.com/dotenv-expand/-/dotenv-expand-5.1.0.tgz#3fbaf020bfd794884072ea26b1e9791d45a629f0"
4554 + integrity sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA==
4555 +
4556 +dotenv@8.2.0:
4557 + version "8.2.0"
4558 + resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.2.0.tgz#97e619259ada750eea3e4ea3e26bceea5424b16a"
4559 + integrity sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw==
4560 +
4561 +duplexer@^0.1.1:
4562 + version "0.1.2"
4563 + resolved "https://registry.yarnpkg.com/duplexer/-/duplexer-0.1.2.tgz#3abe43aef3835f8ae077d136ddce0f276b0400e6"
4564 + integrity sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==
4565 +
4566 +duplexify@^3.4.2, duplexify@^3.6.0:
4567 + version "3.7.1"
4568 + resolved "https://registry.yarnpkg.com/duplexify/-/duplexify-3.7.1.tgz#2a4df5317f6ccfd91f86d6fd25d8d8a103b88309"
4569 + integrity sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g==
4570 + dependencies:
4571 + end-of-stream "^1.0.0"
4572 + inherits "^2.0.1"
4573 + readable-stream "^2.0.0"
4574 + stream-shift "^1.0.0"
4575 +
4576 +ee-first@1.1.1:
4577 + version "1.1.1"
4578 + resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d"
4579 + integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=
4580 +
4581 +ejs@^2.6.1:
4582 + version "2.7.4"
4583 + resolved "https://registry.yarnpkg.com/ejs/-/ejs-2.7.4.tgz#48661287573dcc53e366c7a1ae52c3a120eec9ba"
4584 + integrity sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA==
4585 +
4586 +electron-to-chromium@^1.3.564, electron-to-chromium@^1.4.17:
4587 + version "1.4.46"
4588 + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.46.tgz#c88a6fedc766589826db0481602a888864ade1ca"
4589 + integrity sha512-UtV0xUA/dibCKKP2JMxOpDtXR74zABevuUEH4K0tvduFSIoxRVcYmQsbB51kXsFTX8MmOyWMt8tuZAlmDOqkrQ==
4590 +
4591 +elliptic@^6.5.3:
4592 + version "6.5.4"
4593 + resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.4.tgz#da37cebd31e79a1367e941b592ed1fbebd58abbb"
4594 + integrity sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==
4595 + dependencies:
4596 + bn.js "^4.11.9"
4597 + brorand "^1.1.0"
4598 + hash.js "^1.0.0"
4599 + hmac-drbg "^1.0.1"
4600 + inherits "^2.0.4"
4601 + minimalistic-assert "^1.0.1"
4602 + minimalistic-crypto-utils "^1.0.1"
4603 +
4604 +emittery@^0.7.1:
4605 + version "0.7.2"
4606 + resolved "https://registry.yarnpkg.com/emittery/-/emittery-0.7.2.tgz#25595908e13af0f5674ab419396e2fb394cdfa82"
4607 + integrity sha512-A8OG5SR/ij3SsJdWDJdkkSYUjQdCUx6APQXem0SaEePBSRg4eymGYwBkKo1Y6DU+af/Jn2dBQqDBvjnr9Vi8nQ==
4608 +
4609 +emoji-regex@^7.0.1:
4610 + version "7.0.3"
4611 + resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-7.0.3.tgz#933a04052860c85e83c122479c4748a8e4c72156"
4612 + integrity sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==
4613 +
4614 +emoji-regex@^8.0.0:
4615 + version "8.0.0"
4616 + resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37"
4617 + integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==
4618 +
4619 +emoji-regex@^9.2.2:
4620 + version "9.2.2"
4621 + resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-9.2.2.tgz#840c8803b0d8047f4ff0cf963176b32d4ef3ed72"
4622 + integrity sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==
4623 +
4624 +emojis-list@^2.0.0:
4625 + version "2.1.0"
4626 + resolved "https://registry.yarnpkg.com/emojis-list/-/emojis-list-2.1.0.tgz#4daa4d9db00f9819880c79fa457ae5b09a1fd389"
4627 + integrity sha1-TapNnbAPmBmIDHn6RXrlsJof04k=
4628 +
4629 +emojis-list@^3.0.0:
4630 + version "3.0.0"
4631 + resolved "https://registry.yarnpkg.com/emojis-list/-/emojis-list-3.0.0.tgz#5570662046ad29e2e916e71aae260abdff4f6a78"
4632 + integrity sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==
4633 +
4634 +encodeurl@~1.0.2:
4635 + version "1.0.2"
4636 + resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59"
4637 + integrity sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=
4638 +
4639 +end-of-stream@^1.0.0, end-of-stream@^1.1.0:
4640 + version "1.4.4"
4641 + resolved "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.4.tgz#5ae64a5f45057baf3626ec14da0ca5e4b2431eb0"
4642 + integrity sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==
4643 + dependencies:
4644 + once "^1.4.0"
4645 +
4646 +enhanced-resolve@^4.3.0:
4647 + version "4.5.0"
4648 + resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-4.5.0.tgz#2f3cfd84dbe3b487f18f2db2ef1e064a571ca5ec"
4649 + integrity sha512-Nv9m36S/vxpsI+Hc4/ZGRs0n9mXqSWGGq49zxb/cJfPAQMbUtttJAlNPS4AQzaBdw/pKskw5bMbekT/Y7W/Wlg==
4650 + dependencies:
4651 + graceful-fs "^4.1.2"
4652 + memory-fs "^0.5.0"
4653 + tapable "^1.0.0"
4654 +
4655 +enquirer@^2.3.5:
4656 + version "2.3.6"
4657 + resolved "https://registry.yarnpkg.com/enquirer/-/enquirer-2.3.6.tgz#2a7fe5dd634a1e4125a975ec994ff5456dc3734d"
4658 + integrity sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==
4659 + dependencies:
4660 + ansi-colors "^4.1.1"
4661 +
4662 +entities@^2.0.0:
4663 + version "2.2.0"
4664 + resolved "https://registry.yarnpkg.com/entities/-/entities-2.2.0.tgz#098dc90ebb83d8dffa089d55256b351d34c4da55"
4665 + integrity sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==
4666 +
4667 +errno@^0.1.3, errno@~0.1.7:
4668 + version "0.1.8"
4669 + resolved "https://registry.yarnpkg.com/errno/-/errno-0.1.8.tgz#8bb3e9c7d463be4976ff888f76b4809ebc2e811f"
4670 + integrity sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==
4671 + dependencies:
4672 + prr "~1.0.1"
4673 +
4674 +error-ex@^1.3.1:
4675 + version "1.3.2"
4676 + resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf"
4677 + integrity sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==
4678 + dependencies:
4679 + is-arrayish "^0.2.1"
4680 +
4681 +error-stack-parser@^2.0.6:
4682 + version "2.0.6"
4683 + resolved "https://registry.yarnpkg.com/error-stack-parser/-/error-stack-parser-2.0.6.tgz#5a99a707bd7a4c58a797902d48d82803ede6aad8"
4684 + integrity sha512-d51brTeqC+BHlwF0BhPtcYgF5nlzf9ZZ0ZIUQNZpc9ZB9qw5IJ2diTrBY9jlCJkTLITYPjmiX6OWCwH+fuyNgQ==
4685 + dependencies:
4686 + stackframe "^1.1.1"
4687 +
4688 +es-abstract@^1.17.2, es-abstract@^1.19.0, es-abstract@^1.19.1:
4689 + version "1.19.1"
4690 + resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.19.1.tgz#d4885796876916959de78edaa0df456627115ec3"
4691 + integrity sha512-2vJ6tjA/UfqLm2MPs7jxVybLoB8i1t1Jd9R3kISld20sIxPcTbLuggQOUxeWeAvIUkduv/CfMjuh4WmiXr2v9w==
4692 + dependencies:
4693 + call-bind "^1.0.2"
4694 + es-to-primitive "^1.2.1"
4695 + function-bind "^1.1.1"
4696 + get-intrinsic "^1.1.1"
4697 + get-symbol-description "^1.0.0"
4698 + has "^1.0.3"
4699 + has-symbols "^1.0.2"
4700 + internal-slot "^1.0.3"
4701 + is-callable "^1.2.4"
4702 + is-negative-zero "^2.0.1"
4703 + is-regex "^1.1.4"
4704 + is-shared-array-buffer "^1.0.1"
4705 + is-string "^1.0.7"
4706 + is-weakref "^1.0.1"
4707 + object-inspect "^1.11.0"
4708 + object-keys "^1.1.1"
4709 + object.assign "^4.1.2"
4710 + string.prototype.trimend "^1.0.4"
4711 + string.prototype.trimstart "^1.0.4"
4712 + unbox-primitive "^1.0.1"
4713 +
4714 +es-to-primitive@^1.2.1:
4715 + version "1.2.1"
4716 + resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
4717 + integrity sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==
4718 + dependencies:
4719 + is-callable "^1.1.4"
4720 + is-date-object "^1.0.1"
4721 + is-symbol "^1.0.2"
4722 +
4723 +es5-ext@^0.10.35, es5-ext@^0.10.50:
4724 + version "0.10.53"
4725 + resolved "https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.10.53.tgz#93c5a3acfdbef275220ad72644ad02ee18368de1"
4726 + integrity sha512-Xs2Stw6NiNHWypzRTY1MtaG/uJlwCk8kH81920ma8mvN8Xq1gsfhZvpkImLQArw8AHnv8MT2I45J3c0R8slE+Q==
4727 + dependencies:
4728 + es6-iterator "~2.0.3"
4729 + es6-symbol "~3.1.3"
4730 + next-tick "~1.0.0"
4731 +
4732 +es6-iterator@2.0.3, es6-iterator@~2.0.3:
4733 + version "2.0.3"
4734 + resolved "https://registry.yarnpkg.com/es6-iterator/-/es6-iterator-2.0.3.tgz#a7de889141a05a94b0854403b2d0a0fbfa98f3b7"
4735 + integrity sha1-p96IkUGgWpSwhUQDstCg+/qY87c=
4736 + dependencies:
4737 + d "1"
4738 + es5-ext "^0.10.35"
4739 + es6-symbol "^3.1.1"
4740 +
4741 +es6-symbol@^3.1.1, es6-symbol@~3.1.3:
4742 + version "3.1.3"
4743 + resolved "https://registry.yarnpkg.com/es6-symbol/-/es6-symbol-3.1.3.tgz#bad5d3c1bcdac28269f4cb331e431c78ac705d18"
4744 + integrity sha512-NJ6Yn3FuDinBaBRWl/q5X/s4koRHBrgKAu+yGI6JCBeiu3qrcbJhwT2GeR/EXVfylRk8dpQVJoLEFhK+Mu31NA==
4745 + dependencies:
4746 + d "^1.0.1"
4747 + ext "^1.1.2"
4748 +
4749 +escalade@^3.0.2, escalade@^3.1.1:
4750 + version "3.1.1"
4751 + resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40"
4752 + integrity sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==
4753 +
4754 +escape-html@~1.0.3:
4755 + version "1.0.3"
4756 + resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988"
4757 + integrity sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=
4758 +
4759 +escape-string-regexp@2.0.0, escape-string-regexp@^2.0.0:
4760 + version "2.0.0"
4761 + resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz#a30304e99daa32e23b2fd20f51babd07cffca344"
4762 + integrity sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==
4763 +
4764 +escape-string-regexp@^1.0.5:
4765 + version "1.0.5"
4766 + resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
4767 + integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=
4768 +
4769 +escape-string-regexp@^4.0.0:
4770 + version "4.0.0"
4771 + resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
4772 + integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
4773 +
4774 +escodegen@^2.0.0:
4775 + version "2.0.0"
4776 + resolved "https://registry.yarnpkg.com/escodegen/-/escodegen-2.0.0.tgz#5e32b12833e8aa8fa35e1bf0befa89380484c7dd"
4777 + integrity sha512-mmHKys/C8BFUGI+MAWNcSYoORYLMdPzjrknd2Vc+bUsjN5bXcr8EhrNB+UTqfL1y3I9c4fw2ihgtMPQLBRiQxw==
4778 + dependencies:
4779 + esprima "^4.0.1"
4780 + estraverse "^5.2.0"
4781 + esutils "^2.0.2"
4782 + optionator "^0.8.1"
4783 + optionalDependencies:
4784 + source-map "~0.6.1"
4785 +
4786 +eslint-config-react-app@^6.0.0:
4787 + version "6.0.0"
4788 + resolved "https://registry.yarnpkg.com/eslint-config-react-app/-/eslint-config-react-app-6.0.0.tgz#ccff9fc8e36b322902844cbd79197982be355a0e"
4789 + integrity sha512-bpoAAC+YRfzq0dsTk+6v9aHm/uqnDwayNAXleMypGl6CpxI9oXXscVHo4fk3eJPIn+rsbtNetB4r/ZIidFIE8A==
4790 + dependencies:
4791 + confusing-browser-globals "^1.0.10"
4792 +
4793 +eslint-import-resolver-node@^0.3.6:
4794 + version "0.3.6"
4795 + resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.6.tgz#4048b958395da89668252001dbd9eca6b83bacbd"
4796 + integrity sha512-0En0w03NRVMn9Uiyn8YRPDKvWjxCWkslUEhGNTdGx15RvPJYQ+lbOlqrlNI2vEAs4pDYK4f/HN2TbDmk5TP0iw==
4797 + dependencies:
4798 + debug "^3.2.7"
4799 + resolve "^1.20.0"
4800 +
4801 +eslint-module-utils@^2.7.2:
4802 + version "2.7.2"
4803 + resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.2.tgz#1d0aa455dcf41052339b63cada8ab5fd57577129"
4804 + integrity sha512-zquepFnWCY2ISMFwD/DqzaM++H+7PDzOpUvotJWm/y1BAFt5R4oeULgdrTejKqLkz7MA/tgstsUMNYc7wNdTrg==
4805 + dependencies:
4806 + debug "^3.2.7"
4807 + find-up "^2.1.0"
4808 +
4809 +eslint-plugin-flowtype@^5.2.0:
4810 + version "5.10.0"
4811 + resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-5.10.0.tgz#7764cc63940f215bf3f0bd2d9a1293b2b9b2b4bb"
4812 + integrity sha512-vcz32f+7TP+kvTUyMXZmCnNujBQZDNmcqPImw8b9PZ+16w1Qdm6ryRuYZYVaG9xRqqmAPr2Cs9FAX5gN+x/bjw==
4813 + dependencies:
4814 + lodash "^4.17.15"
4815 + string-natural-compare "^3.0.1"
4816 +
4817 +eslint-plugin-import@^2.22.1:
4818 + version "2.25.4"
4819 + resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.25.4.tgz#322f3f916a4e9e991ac7af32032c25ce313209f1"
4820 + integrity sha512-/KJBASVFxpu0xg1kIBn9AUa8hQVnszpwgE7Ld0lKAlx7Ie87yzEzCgSkekt+le/YVhiaosO4Y14GDAOc41nfxA==
4821 + dependencies:
4822 + array-includes "^3.1.4"
4823 + array.prototype.flat "^1.2.5"
4824 + debug "^2.6.9"
4825 + doctrine "^2.1.0"
4826 + eslint-import-resolver-node "^0.3.6"
4827 + eslint-module-utils "^2.7.2"
4828 + has "^1.0.3"
4829 + is-core-module "^2.8.0"
4830 + is-glob "^4.0.3"
4831 + minimatch "^3.0.4"
4832 + object.values "^1.1.5"
4833 + resolve "^1.20.0"
4834 + tsconfig-paths "^3.12.0"
4835 +
4836 +eslint-plugin-jest@^24.1.0:
4837 + version "24.7.0"
4838 + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-24.7.0.tgz#206ac0833841e59e375170b15f8d0955219c4889"
4839 + integrity sha512-wUxdF2bAZiYSKBclsUMrYHH6WxiBreNjyDxbRv345TIvPeoCEgPNEn3Sa+ZrSqsf1Dl9SqqSREXMHExlMMu1DA==
4840 + dependencies:
4841 + "@typescript-eslint/experimental-utils" "^4.0.1"
4842 +
4843 +eslint-plugin-jsx-a11y@^6.3.1:
4844 + version "6.5.1"
4845 + resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.5.1.tgz#cdbf2df901040ca140b6ec14715c988889c2a6d8"
4846 + integrity sha512-sVCFKX9fllURnXT2JwLN5Qgo24Ug5NF6dxhkmxsMEUZhXRcGg+X3e1JbJ84YePQKBl5E0ZjAH5Q4rkdcGY99+g==
4847 + dependencies:
4848 + "@babel/runtime" "^7.16.3"
4849 + aria-query "^4.2.2"
4850 + array-includes "^3.1.4"
4851 + ast-types-flow "^0.0.7"
4852 + axe-core "^4.3.5"
4853 + axobject-query "^2.2.0"
4854 + damerau-levenshtein "^1.0.7"
4855 + emoji-regex "^9.2.2"
4856 + has "^1.0.3"
4857 + jsx-ast-utils "^3.2.1"
4858 + language-tags "^1.0.5"
4859 + minimatch "^3.0.4"
4860 +
4861 +eslint-plugin-react-hooks@^4.2.0:
4862 + version "4.3.0"
4863 + resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.3.0.tgz#318dbf312e06fab1c835a4abef00121751ac1172"
4864 + integrity sha512-XslZy0LnMn+84NEG9jSGR6eGqaZB3133L8xewQo3fQagbQuGt7a63gf+P1NGKZavEYEC3UXaWEAA/AqDkuN6xA==
4865 +
4866 +eslint-plugin-react@^7.21.5:
4867 + version "7.28.0"
4868 + resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.28.0.tgz#8f3ff450677571a659ce76efc6d80b6a525adbdf"
4869 + integrity sha512-IOlFIRHzWfEQQKcAD4iyYDndHwTQiCMcJVJjxempf203jnNLUnW34AXLrV33+nEXoifJE2ZEGmcjKPL8957eSw==
4870 + dependencies:
4871 + array-includes "^3.1.4"
4872 + array.prototype.flatmap "^1.2.5"
4873 + doctrine "^2.1.0"
4874 + estraverse "^5.3.0"
4875 + jsx-ast-utils "^2.4.1 || ^3.0.0"
4876 + minimatch "^3.0.4"
4877 + object.entries "^1.1.5"
4878 + object.fromentries "^2.0.5"
4879 + object.hasown "^1.1.0"
4880 + object.values "^1.1.5"
4881 + prop-types "^15.7.2"
4882 + resolve "^2.0.0-next.3"
4883 + semver "^6.3.0"
4884 + string.prototype.matchall "^4.0.6"
4885 +
4886 +eslint-plugin-testing-library@^3.9.2:
4887 + version "3.10.2"
4888 + resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-3.10.2.tgz#609ec2b0369da7cf2e6d9edff5da153cc31d87bd"
4889 + integrity sha512-WAmOCt7EbF1XM8XfbCKAEzAPnShkNSwcIsAD2jHdsMUT9mZJPjLCG7pMzbcC8kK366NOuGip8HKLDC+Xk4yIdA==
4890 + dependencies:
4891 + "@typescript-eslint/experimental-utils" "^3.10.1"
4892 +
4893 +eslint-scope@^4.0.3:
4894 + version "4.0.3"
4895 + resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.3.tgz#ca03833310f6889a3264781aa82e63eb9cfe7848"
4896 + integrity sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg==
4897 + dependencies:
4898 + esrecurse "^4.1.0"
4899 + estraverse "^4.1.1"
4900 +
4901 +eslint-scope@^5.0.0, eslint-scope@^5.1.1:
4902 + version "5.1.1"
4903 + resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
4904 + integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==
4905 + dependencies:
4906 + esrecurse "^4.3.0"
4907 + estraverse "^4.1.1"
4908 +
4909 +eslint-utils@^2.0.0, eslint-utils@^2.1.0:
4910 + version "2.1.0"
4911 + resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27"
4912 + integrity sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==
4913 + dependencies:
4914 + eslint-visitor-keys "^1.1.0"
4915 +
4916 +eslint-utils@^3.0.0:
4917 + version "3.0.0"
4918 + resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
4919 + integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==
4920 + dependencies:
4921 + eslint-visitor-keys "^2.0.0"
4922 +
4923 +eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0:
4924 + version "1.3.0"
4925 + resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
4926 + integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
4927 +
4928 +eslint-visitor-keys@^2.0.0:
4929 + version "2.1.0"
4930 + resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
4931 + integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
4932 +
4933 +eslint-webpack-plugin@^2.5.2:
4934 + version "2.6.0"
4935 + resolved "https://registry.yarnpkg.com/eslint-webpack-plugin/-/eslint-webpack-plugin-2.6.0.tgz#3bd4ada4e539cb1f6687d2f619073dbb509361cd"
4936 + integrity sha512-V+LPY/T3kur5QO3u+1s34VDTcRxjXWPUGM4hlmTb5DwVD0OQz631yGTxJZf4SpAqAjdbBVe978S8BJeHpAdOhQ==
4937 + dependencies:
4938 + "@types/eslint" "^7.28.2"
4939 + arrify "^2.0.1"
4940 + jest-worker "^27.3.1"
4941 + micromatch "^4.0.4"
4942 + normalize-path "^3.0.0"
4943 + schema-utils "^3.1.1"
4944 +
4945 +eslint@^7.11.0:
4946 + version "7.32.0"
4947 + resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.32.0.tgz#c6d328a14be3fb08c8d1d21e12c02fdb7a2a812d"
4948 + integrity sha512-VHZ8gX+EDfz+97jGcgyGCyRia/dPOd6Xh9yPv8Bl1+SoaIwD+a/vlrOmGRUyOYu7MwUhc7CxqeaDZU13S4+EpA==
4949 + dependencies:
4950 + "@babel/code-frame" "7.12.11"
4951 + "@eslint/eslintrc" "^0.4.3"
4952 + "@humanwhocodes/config-array" "^0.5.0"
4953 + ajv "^6.10.0"
4954 + chalk "^4.0.0"
4955 + cross-spawn "^7.0.2"
4956 + debug "^4.0.1"
4957 + doctrine "^3.0.0"
4958 + enquirer "^2.3.5"
4959 + escape-string-regexp "^4.0.0"
4960 + eslint-scope "^5.1.1"
4961 + eslint-utils "^2.1.0"
4962 + eslint-visitor-keys "^2.0.0"
4963 + espree "^7.3.1"
4964 + esquery "^1.4.0"
4965 + esutils "^2.0.2"
4966 + fast-deep-equal "^3.1.3"
4967 + file-entry-cache "^6.0.1"
4968 + functional-red-black-tree "^1.0.1"
4969 + glob-parent "^5.1.2"
4970 + globals "^13.6.0"
4971 + ignore "^4.0.6"
4972 + import-fresh "^3.0.0"
4973 + imurmurhash "^0.1.4"
4974 + is-glob "^4.0.0"
4975 + js-yaml "^3.13.1"
4976 + json-stable-stringify-without-jsonify "^1.0.1"
4977 + levn "^0.4.1"
4978 + lodash.merge "^4.6.2"
4979 + minimatch "^3.0.4"
4980 + natural-compare "^1.4.0"
4981 + optionator "^0.9.1"
4982 + progress "^2.0.0"
4983 + regexpp "^3.1.0"
4984 + semver "^7.2.1"
4985 + strip-ansi "^6.0.0"
4986 + strip-json-comments "^3.1.0"
4987 + table "^6.0.9"
4988 + text-table "^0.2.0"
4989 + v8-compile-cache "^2.0.3"
4990 +
4991 +espree@^7.3.0, espree@^7.3.1:
4992 + version "7.3.1"
4993 + resolved "https://registry.yarnpkg.com/espree/-/espree-7.3.1.tgz#f2df330b752c6f55019f8bd89b7660039c1bbbb6"
4994 + integrity sha512-v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g==
4995 + dependencies:
4996 + acorn "^7.4.0"
4997 + acorn-jsx "^5.3.1"
4998 + eslint-visitor-keys "^1.3.0"
4999 +

This file is too large to show in full.