package-lock.json 459 KB
Newer Older
Bardi Harborow's avatar
Bardi Harborow committed
1
2
{
  "name": "bootstrap",
XhmikosR's avatar
XhmikosR committed
3
  "version": "5.0.0-alpha2",
Bardi Harborow's avatar
Bardi Harborow committed
4
  "lockfileVersion": 1,
5
  "requires": true,
Bardi Harborow's avatar
Bardi Harborow committed
6
  "dependencies": {
Johann-S's avatar
Johann-S committed
7
    "@babel/cli": {
8
9
10
      "version": "7.12.1",
      "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.12.1.tgz",
      "integrity": "sha512-eRJREyrfAJ2r42Iaxe8h3v6yyj1wu9OyosaUHW6UImjGf9ahGL9nsFNh7OCopvtcPL8WnEo7tp78wrZaZ6vG9g==",
Johann-S's avatar
Johann-S committed
11
12
      "dev": true,
      "requires": {
13
14
        "@nicolo-ribaudo/chokidar-2": "^2.1.8",
        "chokidar": "^3.4.0",
15
        "commander": "^4.0.1",
16
        "convert-source-map": "^1.1.0",
XhmikosR's avatar
XhmikosR committed
17
        "fs-readdir-recursive": "^1.1.0",
18
        "glob": "^7.0.0",
19
        "lodash": "^4.17.19",
20
        "make-dir": "^2.1.0",
XhmikosR's avatar
XhmikosR committed
21
        "slash": "^2.0.0",
22
        "source-map": "^0.5.0"
Johann-S's avatar
Johann-S committed
23
24
25
      }
    },
    "@babel/code-frame": {
26
27
28
      "version": "7.10.4",
      "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.4.tgz",
      "integrity": "sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==",
Johann-S's avatar
Johann-S committed
29
30
      "dev": true,
      "requires": {
31
        "@babel/highlight": "^7.10.4"
Johann-S's avatar
Johann-S committed
32
33
      }
    },
34
    "@babel/compat-data": {
35
36
37
38
      "version": "7.12.1",
      "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.12.1.tgz",
      "integrity": "sha512-725AQupWJZ8ba0jbKceeFblZTY90McUBWMwHhkFQ9q1zKPJ95GUktljFcgcsIVwRnTnRKlcYzfiNImg5G9m6ZQ==",
      "dev": true
39
    },
Johann-S's avatar
Johann-S committed
40
    "@babel/core": {
41
42
43
      "version": "7.12.3",
      "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.12.3.tgz",
      "integrity": "sha512-0qXcZYKZp3/6N2jKYVxZv0aNCsxTSVCiK72DTiTYZAu7sjg73W0/aynWjMbiGd87EQL4WyA8reiJVh92AVla9g==",
44
45
46
      "dev": true,
      "requires": {
        "@babel/code-frame": "^7.10.4",
47
48
49
50
        "@babel/generator": "^7.12.1",
        "@babel/helper-module-transforms": "^7.12.1",
        "@babel/helpers": "^7.12.1",
        "@babel/parser": "^7.12.3",
51
        "@babel/template": "^7.10.4",
52
53
        "@babel/traverse": "^7.12.1",
        "@babel/types": "^7.12.1",
54
        "convert-source-map": "^1.7.0",
XhmikosR's avatar
XhmikosR committed
55
        "debug": "^4.1.0",
56
        "gensync": "^1.0.0-beta.1",
57
        "json5": "^2.1.2",
58
        "lodash": "^4.17.19",
59
60
        "resolve": "^1.3.2",
        "semver": "^5.4.1",
61
        "source-map": "^0.5.0"
XhmikosR's avatar
XhmikosR committed
62
63
64
      },
      "dependencies": {
        "debug": {
65
66
67
          "version": "4.2.0",
          "resolved": "https://registry.npmjs.org/debug/-/debug-4.2.0.tgz",
          "integrity": "sha512-IX2ncY78vDTjZMFUdmsvIRFY2Cf4FnD0wRs+nQwJU8Lu99/tPFdb0VybiiMTPe3I6rQmwsqQqRBvxU+bZ/I8sg==",
XhmikosR's avatar
XhmikosR committed
68
69
          "dev": true,
          "requires": {
70
            "ms": "2.1.2"
XhmikosR's avatar
XhmikosR committed
71
          }
XhmikosR's avatar
XhmikosR committed
72
73
        },
        "ms": {
XhmikosR's avatar
XhmikosR committed
74
75
76
          "version": "2.1.2",
          "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
          "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
77
          "dev": true
XhmikosR's avatar
XhmikosR committed
78
        }
Johann-S's avatar
Johann-S committed
79
80
81
      }
    },
    "@babel/generator": {
82
83
84
      "version": "7.12.1",
      "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.12.1.tgz",
      "integrity": "sha512-DB+6rafIdc9o72Yc3/Ph5h+6hUjeOp66pF0naQBgUFFuPqzQwIlPTm3xZR7YNvduIMtkDIj2t21LSQwnbCrXvg==",
Johann-S's avatar
Johann-S committed
85
86
      "dev": true,
      "requires": {
87
        "@babel/types": "^7.12.1",
88
        "jsesc": "^2.5.1",
89
        "source-map": "^0.5.0"
Johann-S's avatar
Johann-S committed
90
91
92
      }
    },
    "@babel/helper-annotate-as-pure": {
93
94
95
      "version": "7.10.4",
      "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.4.tgz",
      "integrity": "sha512-XQlqKQP4vXFB7BN8fEEerrmYvHp3fK/rBkRFz9jaJbzK0B1DSfej9Kc7ZzE8Z/OnId1jpJdNAZ3BFQjWG68rcA==",
Johann-S's avatar
Johann-S committed
96
97
      "dev": true,
      "requires": {
98
        "@babel/types": "^7.10.4"
Johann-S's avatar
Johann-S committed
99
100
101
      }
    },
    "@babel/helper-builder-binary-assignment-operator-visitor": {
102
103
104
      "version": "7.10.4",
      "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.10.4.tgz",
      "integrity": "sha512-L0zGlFrGWZK4PbT8AszSfLTM5sDU1+Az/En9VrdT8/LmEiJt4zXt+Jve9DCAnQcbqDhCI+29y/L93mrDzddCcg==",
Johann-S's avatar
Johann-S committed
105
106
      "dev": true,
      "requires": {
107
108
        "@babel/helper-explode-assignable-expression": "^7.10.4",
        "@babel/types": "^7.10.4"
Johann-S's avatar
Johann-S committed
109
110
      }
    },
111
    "@babel/helper-compilation-targets": {
112
113
114
      "version": "7.12.1",
      "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.12.1.tgz",
      "integrity": "sha512-jtBEif7jsPwP27GPHs06v4WBV0KrE8a/P7n0N0sSvHn2hwUCYnolP/CLmz51IzAW4NlN+HuoBtb9QcwnRo9F/g==",
115
116
      "dev": true,
      "requires": {
117
118
        "@babel/compat-data": "^7.12.1",
        "@babel/helper-validator-option": "^7.12.1",
119
        "browserslist": "^4.12.0",
120
        "semver": "^5.5.0"
121
122
      }
    },
123
    "@babel/helper-create-class-features-plugin": {
124
125
126
      "version": "7.12.1",
      "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.12.1.tgz",
      "integrity": "sha512-hkL++rWeta/OVOBTRJc9a5Azh5mt5WgZUGAKMD8JM141YsE08K//bp1unBBieO6rUKkIPyUE0USQ30jAy3Sk1w==",
127
128
      "dev": true,
      "requires": {
129
        "@babel/helper-function-name": "^7.10.4",
130
        "@babel/helper-member-expression-to-functions": "^7.12.1",
131
        "@babel/helper-optimise-call-expression": "^7.10.4",
132
        "@babel/helper-replace-supers": "^7.12.1",
133
        "@babel/helper-split-export-declaration": "^7.10.4"
134
135
      }
    },
136
    "@babel/helper-create-regexp-features-plugin": {
137
138
139
      "version": "7.12.1",
      "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.12.1.tgz",
      "integrity": "sha512-rsZ4LGvFTZnzdNZR5HZdmJVuXK8834R5QkF3WvcnBhrlVtF0HSIUC6zbreL9MgjTywhKokn8RIYRiq99+DLAxA==",
140
141
      "dev": true,
      "requires": {
142
143
        "@babel/helper-annotate-as-pure": "^7.10.4",
        "@babel/helper-regex": "^7.10.4",
144
        "regexpu-core": "^4.7.1"
Johann-S's avatar
Johann-S committed
145
146
147
      }
    },
    "@babel/helper-define-map": {
148
149
150
      "version": "7.10.5",
      "resolved": "https://registry.npmjs.org/@babel/helper-define-map/-/helper-define-map-7.10.5.tgz",
      "integrity": "sha512-fMw4kgFB720aQFXSVaXr79pjjcW5puTCM16+rECJ/plGS+zByelE8l9nCpV1GibxTnFVmUuYG9U8wYfQHdzOEQ==",
Johann-S's avatar
Johann-S committed
151
152
      "dev": true,
      "requires": {
153
        "@babel/helper-function-name": "^7.10.4",
154
155
        "@babel/types": "^7.10.5",
        "lodash": "^4.17.19"
Johann-S's avatar
Johann-S committed
156
157
158
      }
    },
    "@babel/helper-explode-assignable-expression": {
159
160
161
      "version": "7.12.1",
      "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.12.1.tgz",
      "integrity": "sha512-dmUwH8XmlrUpVqgtZ737tK88v07l840z9j3OEhCLwKTkjlvKpfqXVIZ0wpK3aeOxspwGrf/5AP5qLx4rO3w5rA==",
Johann-S's avatar
Johann-S committed
162
163
      "dev": true,
      "requires": {
164
        "@babel/types": "^7.12.1"
165
166
167
      }
    },
    "@babel/helper-function-name": {
168
169
170
      "version": "7.10.4",
      "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.10.4.tgz",
      "integrity": "sha512-YdaSyz1n8gY44EmN7x44zBn9zQ1Ry2Y+3GTA+3vH6Mizke1Vw0aWDM66FOYEPw8//qKkmqOckrGgTYa+6sceqQ==",
Johann-S's avatar
Johann-S committed
171
      "dev": true,
XhmikosR's avatar
XhmikosR committed
172
      "requires": {
173
174
175
        "@babel/helper-get-function-arity": "^7.10.4",
        "@babel/template": "^7.10.4",
        "@babel/types": "^7.10.4"
XhmikosR's avatar
XhmikosR committed
176
177
      }
    },
178
    "@babel/helper-get-function-arity": {
179
180
181
      "version": "7.10.4",
      "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz",
      "integrity": "sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A==",
XhmikosR's avatar
XhmikosR committed
182
183
      "dev": true,
      "requires": {
184
        "@babel/types": "^7.10.4"
XhmikosR's avatar
XhmikosR committed
185
186
      }
    },
187
    "@babel/helper-hoist-variables": {
188
189
190
      "version": "7.10.4",
      "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.10.4.tgz",
      "integrity": "sha512-wljroF5PgCk2juF69kanHVs6vrLwIPNp6DLD+Lrl3hoQ3PpPPikaDRNFA+0t81NOoMt2DL6WW/mdU8k4k6ZzuA==",
XhmikosR's avatar
XhmikosR committed
191
192
      "dev": true,
      "requires": {
193
        "@babel/types": "^7.10.4"
Johann-S's avatar
Johann-S committed
194
195
      }
    },
196
    "@babel/helper-member-expression-to-functions": {
197
198
199
      "version": "7.12.1",
      "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.1.tgz",
      "integrity": "sha512-k0CIe3tXUKTRSoEx1LQEPFU9vRQfqHtl+kf8eNnDqb4AUJEy5pz6aIiog+YWtVm2jpggjS1laH68bPsR+KWWPQ==",
Johann-S's avatar
Johann-S committed
200
201
      "dev": true,
      "requires": {
202
        "@babel/types": "^7.12.1"
Johann-S's avatar
Johann-S committed
203
204
      }
    },
205
    "@babel/helper-module-imports": {
206
207
208
      "version": "7.12.1",
      "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.12.1.tgz",
      "integrity": "sha512-ZeC1TlMSvikvJNy1v/wPIazCu3NdOwgYZLIkmIyAsGhqkNpiDoQQRmaCK8YP4Pq3GPTLPV9WXaPCJKvx06JxKA==",
Johann-S's avatar
Johann-S committed
209
210
      "dev": true,
      "requires": {
211
        "@babel/types": "^7.12.1"
Johann-S's avatar
Johann-S committed
212
213
      }
    },
214
    "@babel/helper-module-transforms": {
215
216
217
      "version": "7.12.1",
      "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.12.1.tgz",
      "integrity": "sha512-QQzehgFAZ2bbISiCpmVGfiGux8YVFXQ0abBic2Envhej22DVXV9nCFaS5hIQbkyo1AdGb+gNME2TSh3hYJVV/w==",
218
      "dev": true,
219
      "requires": {
220
221
222
        "@babel/helper-module-imports": "^7.12.1",
        "@babel/helper-replace-supers": "^7.12.1",
        "@babel/helper-simple-access": "^7.12.1",
223
        "@babel/helper-split-export-declaration": "^7.11.0",
224
        "@babel/helper-validator-identifier": "^7.10.4",
225
        "@babel/template": "^7.10.4",
226
227
        "@babel/traverse": "^7.12.1",
        "@babel/types": "^7.12.1",
228
        "lodash": "^4.17.19"
229
230
231
      }
    },
    "@babel/helper-optimise-call-expression": {
232
233
234
      "version": "7.10.4",
      "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.4.tgz",
      "integrity": "sha512-n3UGKY4VXwXThEiKrgRAoVPBMqeoPgHVqiHZOanAJCG9nQUL2pLRQirUzl0ioKclHGpGqRgIOkgcIJaIWLpygg==",
235
236
      "dev": true,
      "requires": {
237
        "@babel/types": "^7.10.4"
238
239
240
      }
    },
    "@babel/helper-plugin-utils": {
241
242
243
      "version": "7.10.4",
      "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz",
      "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==",
244
245
246
      "dev": true
    },
    "@babel/helper-regex": {
247
248
249
      "version": "7.10.5",
      "resolved": "https://registry.npmjs.org/@babel/helper-regex/-/helper-regex-7.10.5.tgz",
      "integrity": "sha512-68kdUAzDrljqBrio7DYAEgCoJHxppJOERHOgOrDN7WjOzP0ZQ1LsSDRXcemzVZaLvjaJsJEESb6qt+znNuENDg==",
250
251
      "dev": true,
      "requires": {
252
        "lodash": "^4.17.19"
253
254
255
      }
    },
    "@babel/helper-remap-async-to-generator": {
256
257
258
      "version": "7.12.1",
      "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.12.1.tgz",
      "integrity": "sha512-9d0KQCRM8clMPcDwo8SevNs+/9a8yWVVmaE80FGJcEP8N1qToREmWEGnBn8BUlJhYRFz6fqxeRL1sl5Ogsed7A==",
259
260
      "dev": true,
      "requires": {
261
262
        "@babel/helper-annotate-as-pure": "^7.10.4",
        "@babel/helper-wrap-function": "^7.10.4",
263
        "@babel/types": "^7.12.1"
264
265
266
      }
    },
    "@babel/helper-replace-supers": {
267
268
269
      "version": "7.12.1",
      "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.12.1.tgz",
      "integrity": "sha512-zJjTvtNJnCFsCXVi5rUInstLd/EIVNmIKA1Q9ynESmMBWPWd+7sdR+G4/wdu+Mppfep0XLyG2m7EBPvjCeFyrw==",
270
271
      "dev": true,
      "requires": {
272
        "@babel/helper-member-expression-to-functions": "^7.12.1",
273
        "@babel/helper-optimise-call-expression": "^7.10.4",
274
275
        "@babel/traverse": "^7.12.1",
        "@babel/types": "^7.12.1"
276
277
278
      }
    },
    "@babel/helper-simple-access": {
279
280
281
      "version": "7.12.1",
      "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.12.1.tgz",
      "integrity": "sha512-OxBp7pMrjVewSSC8fXDFrHrBcJATOOFssZwv16F3/6Xtc138GHybBfPbm9kfiqQHKhYQrlamWILwlDCeyMFEaA==",
282
283
      "dev": true,
      "requires": {
284
        "@babel/types": "^7.12.1"
285
286
      }
    },
287
    "@babel/helper-skip-transparent-expression-wrappers": {
288
289
290
      "version": "7.12.1",
      "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.12.1.tgz",
      "integrity": "sha512-Mf5AUuhG1/OCChOJ/HcADmvcHM42WJockombn8ATJG3OnyiSxBK/Mm5x78BQWvmtXZKHgbjdGL2kin/HOLlZGA==",
291
292
      "dev": true,
      "requires": {
293
        "@babel/types": "^7.12.1"
294
295
      }
    },
296
    "@babel/helper-split-export-declaration": {
297
298
299
      "version": "7.11.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.11.0.tgz",
      "integrity": "sha512-74Vejvp6mHkGE+m+k5vHY93FX2cAtrw1zXrZXRlG4l410Nm9PxfEiVTn1PjDPV5SnmieiueY4AFg2xqhNFuuZg==",
300
301
      "dev": true,
      "requires": {
302
        "@babel/types": "^7.11.0"
303
304
      }
    },
305
    "@babel/helper-validator-identifier": {
306
307
308
      "version": "7.10.4",
      "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz",
      "integrity": "sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==",
309
310
      "dev": true
    },
311
312
313
314
315
316
    "@babel/helper-validator-option": {
      "version": "7.12.1",
      "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.12.1.tgz",
      "integrity": "sha512-YpJabsXlJVWP0USHjnC/AQDTLlZERbON577YUVO/wLpqyj6HAtVYnWaQaN0iUN+1/tWn3c+uKKXjRut5115Y2A==",
      "dev": true
    },
317
    "@babel/helper-wrap-function": {
318
319
320
      "version": "7.12.3",
      "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.12.3.tgz",
      "integrity": "sha512-Cvb8IuJDln3rs6tzjW3Y8UeelAOdnpB8xtQ4sme2MSZ9wOxrbThporC0y/EtE16VAtoyEfLM404Xr1e0OOp+ow==",
321
322
      "dev": true,
      "requires": {
323
324
325
326
        "@babel/helper-function-name": "^7.10.4",
        "@babel/template": "^7.10.4",
        "@babel/traverse": "^7.10.4",
        "@babel/types": "^7.10.4"
Johann-S's avatar
Johann-S committed
327
328
329
      }
    },
    "@babel/helpers": {
330
331
332
      "version": "7.12.1",
      "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.12.1.tgz",
      "integrity": "sha512-9JoDSBGoWtmbay98efmT2+mySkwjzeFeAL9BuWNoVQpkPFQF8SIIFUfY5os9u8wVzglzoiPRSW7cuJmBDUt43g==",
333
334
      "dev": true,
      "requires": {
335
        "@babel/template": "^7.10.4",
336
337
        "@babel/traverse": "^7.12.1",
        "@babel/types": "^7.12.1"
338
339
340
      }
    },
    "@babel/highlight": {
341
342
343
      "version": "7.10.4",
      "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.10.4.tgz",
      "integrity": "sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA==",
Johann-S's avatar
Johann-S committed
344
345
      "dev": true,
      "requires": {
346
        "@babel/helper-validator-identifier": "^7.10.4",
347
        "chalk": "^2.0.0",
XhmikosR's avatar
XhmikosR committed
348
        "js-tokens": "^4.0.0"
Johann-S's avatar
Johann-S committed
349
350
      }
    },
XhmikosR's avatar
XhmikosR committed
351
    "@babel/parser": {
352
353
354
      "version": "7.12.3",
      "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.12.3.tgz",
      "integrity": "sha512-kFsOS0IbsuhO5ojF8Hc8z/8vEIOkylVBrjiZUbLTE3XFe0Qi+uu6HjzQixkFaqr0ZPAMZcBVxEwmsnsLPZ2Xsw==",
XhmikosR's avatar
XhmikosR committed
355
356
      "dev": true
    },
Johann-S's avatar
Johann-S committed
357
    "@babel/plugin-proposal-async-generator-functions": {
358
359
360
      "version": "7.12.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.12.1.tgz",
      "integrity": "sha512-d+/o30tJxFxrA1lhzJqiUcEJdI6jKlNregCv5bASeGf2Q4MXmnwH7viDo7nhx1/ohf09oaH8j1GVYG/e3Yqk6A==",
Johann-S's avatar
Johann-S committed
361
362
      "dev": true,
      "requires": {
363
        "@babel/helper-plugin-utils": "^7.10.4",
364
        "@babel/helper-remap-async-to-generator": "^7.12.1",
365
        "@babel/plugin-syntax-async-generators": "^7.8.0"
366
367
368
      }
    },
    "@babel/plugin-proposal-class-properties": {
369
370
371
      "version": "7.12.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.12.1.tgz",
      "integrity": "sha512-cKp3dlQsFsEs5CWKnN7BnSHOd0EOW8EKpEjkoz1pO2E5KzIDNV9Ros1b0CnmbVgAGXJubOYVBOGCT1OmJwOI7w==",
372
373
      "dev": true,
      "requires": {
374
        "@babel/helper-create-class-features-plugin": "^7.12.1",
375
        "@babel/helper-plugin-utils": "^7.10.4"
XhmikosR's avatar
XhmikosR committed
376
377
      }
    },
Johann-S's avatar
Johann-S committed
378
    "@babel/plugin-proposal-dynamic-import": {
379
380
381
      "version": "7.12.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.12.1.tgz",
      "integrity": "sha512-a4rhUSZFuq5W8/OO8H7BL5zspjnc1FLd9hlOxIK/f7qG4a0qsqk8uvF/ywgBA8/OmjsapjpvaEOYItfGG1qIvQ==",
Johann-S's avatar
Johann-S committed
382
383
      "dev": true,
      "requires": {
384
        "@babel/helper-plugin-utils": "^7.10.4",
385
        "@babel/plugin-syntax-dynamic-import": "^7.8.0"
Johann-S's avatar
Johann-S committed
386
387
      }
    },
388
    "@babel/plugin-proposal-export-namespace-from": {
389
390
391
      "version": "7.12.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.12.1.tgz",
      "integrity": "sha512-6CThGf0irEkzujYS5LQcjBx8j/4aQGiVv7J9+2f7pGfxqyKh3WnmVJYW3hdrQjyksErMGBPQrCnHfOtna+WLbw==",
392
393
394
395
396
397
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.10.4",
        "@babel/plugin-syntax-export-namespace-from": "^7.8.3"
      }
    },
XhmikosR's avatar
XhmikosR committed
398
    "@babel/plugin-proposal-json-strings": {
399
400
401
      "version": "7.12.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.12.1.tgz",
      "integrity": "sha512-GoLDUi6U9ZLzlSda2Df++VSqDJg3CG+dR0+iWsv6XRw1rEq+zwt4DirM9yrxW6XWaTpmai1cWJLMfM8qQJf+yw==",
XhmikosR's avatar
XhmikosR committed
402
403
      "dev": true,
      "requires": {
404
        "@babel/helper-plugin-utils": "^7.10.4",
405
406
407
        "@babel/plugin-syntax-json-strings": "^7.8.0"
      }
    },
408
    "@babel/plugin-proposal-logical-assignment-operators": {
409
410
411
      "version": "7.12.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.12.1.tgz",
      "integrity": "sha512-k8ZmVv0JU+4gcUGeCDZOGd0lCIamU/sMtIiX3UWnUc5yzgq6YUGyEolNYD+MLYKfSzgECPcqetVcJP9Afe/aCA==",
412
413
414
415
416
417
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.10.4",
        "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4"
      }
    },
418
    "@babel/plugin-proposal-nullish-coalescing-operator": {
419
420
421
      "version": "7.12.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.12.1.tgz",
      "integrity": "sha512-nZY0ESiaQDI1y96+jk6VxMOaL4LPo/QDHBqL+SF3/vl6dHkTwHlOI8L4ZwuRBHgakRBw5zsVylel7QPbbGuYgg==",
422
423
      "dev": true,
      "requires": {
424
        "@babel/helper-plugin-utils": "^7.10.4",
425
        "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0"
Johann-S's avatar
Johann-S committed
426
427
      }
    },
428
    "@babel/plugin-proposal-numeric-separator": {
429
430
431
      "version": "7.12.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.12.1.tgz",
      "integrity": "sha512-MR7Ok+Af3OhNTCxYVjJZHS0t97ydnJZt/DbR4WISO39iDnhiD8XHrY12xuSJ90FFEGjir0Fzyyn7g/zY6hxbxA==",
432
433
      "dev": true,
      "requires": {
434
435
        "@babel/helper-plugin-utils": "^7.10.4",
        "@babel/plugin-syntax-numeric-separator": "^7.10.4"
436
437
438
      }
    },
    "@babel/plugin-proposal-object-rest-spread": {
439
440
441
      "version": "7.12.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.12.1.tgz",
      "integrity": "sha512-s6SowJIjzlhx8o7lsFx5zmY4At6CTtDvgNQDdPzkBQucle58A6b/TTeEBYtyDgmcXjUTM+vE8YOGHZzzbc/ioA==",
Johann-S's avatar
Johann-S committed
442
443
      "dev": true,
      "requires": {
444
        "@babel/helper-plugin-utils": "^7.10.4",
XhmikosR's avatar
XhmikosR committed
445
        "@babel/plugin-syntax-object-rest-spread": "^7.8.0",
446
        "@babel/plugin-transform-parameters": "^7.12.1"
Johann-S's avatar
Johann-S committed
447
448
449
      }
    },
    "@babel/plugin-proposal-optional-catch-binding": {
450
451
452
      "version": "7.12.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.12.1.tgz",
      "integrity": "sha512-hFvIjgprh9mMw5v42sJWLI1lzU5L2sznP805zeT6rySVRA0Y18StRhDqhSxlap0oVgItRsB6WSROp4YnJTJz0g==",
Johann-S's avatar
Johann-S committed
453
454
      "dev": true,
      "requires": {
455
        "@babel/helper-plugin-utils": "^7.10.4",
456
457
458
459
        "@babel/plugin-syntax-optional-catch-binding": "^7.8.0"
      }
    },
    "@babel/plugin-proposal-optional-chaining": {
460
461
462
      "version": "7.12.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.1.tgz",
      "integrity": "sha512-c2uRpY6WzaVDzynVY9liyykS+kVU+WRZPMPYpkelXH8KBt1oXoI89kPbZKKG/jDT5UK92FTW2fZkZaJhdiBabw==",
463
464
      "dev": true,
      "requires": {
465
        "@babel/helper-plugin-utils": "^7.10.4",
466
        "@babel/helper-skip-transparent-expression-wrappers": "^7.12.1",
467
        "@babel/plugin-syntax-optional-chaining": "^7.8.0"
468
469
470
      }
    },
    "@babel/plugin-proposal-private-methods": {
471
472
473
      "version": "7.12.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.12.1.tgz",
      "integrity": "sha512-mwZ1phvH7/NHK6Kf8LP7MYDogGV+DKB1mryFOEwx5EBNQrosvIczzZFTUmWaeujd5xT6G1ELYWUz3CutMhjE1w==",
474
475
      "dev": true,
      "requires": {
476
        "@babel/helper-create-class-features-plugin": "^7.12.1",
477
        "@babel/helper-plugin-utils": "^7.10.4"
Johann-S's avatar
Johann-S committed
478
479
480
      }
    },
    "@babel/plugin-proposal-unicode-property-regex": {
481
482
483
      "version": "7.12.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.12.1.tgz",
      "integrity": "sha512-MYq+l+PvHuw/rKUz1at/vb6nCnQ2gmJBNaM62z0OgH7B2W1D9pvkpYtlti9bGtizNIU1K3zm4bZF9F91efVY0w==",
Johann-S's avatar
Johann-S committed
484
485
      "dev": true,
      "requires": {
486
        "@babel/helper-create-regexp-features-plugin": "^7.12.1",
487
        "@babel/helper-plugin-utils": "^7.10.4"
488
489
490
491
492
493
494
495
496
497
498
      }
    },
    "@babel/plugin-syntax-async-generators": {
      "version": "7.8.4",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",
      "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.8.0"
      }
    },
499
    "@babel/plugin-syntax-class-properties": {
500
501
502
      "version": "7.12.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.1.tgz",
      "integrity": "sha512-U40A76x5gTwmESz+qiqssqmeEsKvcSyvtgktrm0uzcARAmM9I1jR221f6Oq+GmHrcD+LvZDag1UTOTe2fL3TeA==",
503
504
      "dev": true,
      "requires": {
505
        "@babel/helper-plugin-utils": "^7.10.4"
506
507
      }
    },
508
509
510
511
512
513
514
    "@babel/plugin-syntax-dynamic-import": {
      "version": "7.8.3",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz",
      "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.8.0"
Johann-S's avatar
Johann-S committed
515
516
      }
    },
517
518
519
520
521
522
523
524
525
    "@babel/plugin-syntax-export-namespace-from": {
      "version": "7.8.3",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz",
      "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.8.3"
      }
    },
526
527
528
529
    "@babel/plugin-syntax-json-strings": {
      "version": "7.8.3",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",
      "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==",
XhmikosR's avatar
XhmikosR committed
530
531
      "dev": true,
      "requires": {
532
        "@babel/helper-plugin-utils": "^7.8.0"
XhmikosR's avatar
XhmikosR committed
533
534
      }
    },
535
536
537
538
539
540
541
542
543
    "@babel/plugin-syntax-logical-assignment-operators": {
      "version": "7.10.4",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",
      "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.10.4"
      }
    },
544
545
546
547
    "@babel/plugin-syntax-nullish-coalescing-operator": {
      "version": "7.8.3",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",
      "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==",
Johann-S's avatar
Johann-S committed
548
549
      "dev": true,
      "requires": {
550
        "@babel/helper-plugin-utils": "^7.8.0"
Johann-S's avatar
Johann-S committed
551
552
      }
    },
553
    "@babel/plugin-syntax-numeric-separator": {
554
555
556
      "version": "7.10.4",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz",
      "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==",
557
558
      "dev": true,
      "requires": {
559
        "@babel/helper-plugin-utils": "^7.10.4"
560
561
      }
    },
562
563
564
565
    "@babel/plugin-syntax-object-rest-spread": {
      "version": "7.8.3",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",
      "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==",
XhmikosR's avatar
XhmikosR committed
566
567
      "dev": true,
      "requires": {
568
        "@babel/helper-plugin-utils": "^7.8.0"
XhmikosR's avatar
XhmikosR committed
569
      }
Johann-S's avatar
Johann-S committed
570
    },
571
572
573
574
    "@babel/plugin-syntax-optional-catch-binding": {
      "version": "7.8.3",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",
      "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==",
XhmikosR's avatar
XhmikosR committed
575
576
      "dev": true,
      "requires": {
577
        "@babel/helper-plugin-utils": "^7.8.0"
XhmikosR's avatar
XhmikosR committed
578
      }
Johann-S's avatar
Johann-S committed
579
    },
580
581
582
583
    "@babel/plugin-syntax-optional-chaining": {
      "version": "7.8.3",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz",
      "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==",
XhmikosR's avatar
XhmikosR committed
584
585
      "dev": true,
      "requires": {
586
        "@babel/helper-plugin-utils": "^7.8.0"
XhmikosR's avatar
XhmikosR committed
587
      }
Johann-S's avatar
Johann-S committed
588
    },
589
    "@babel/plugin-syntax-top-level-await": {
590
591
592
      "version": "7.12.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.12.1.tgz",
      "integrity": "sha512-i7ooMZFS+a/Om0crxZodrTzNEPJHZrlMVGMTEpFAj6rYY/bKCddB0Dk/YxfPuYXOopuhKk/e1jV6h+WUU9XN3A==",
593
594
      "dev": true,
      "requires": {
595
        "@babel/helper-plugin-utils": "^7.10.4"
596
597
      }
    },
Johann-S's avatar
Johann-S committed
598
    "@babel/plugin-transform-arrow-functions": {
599
600
601
      "version": "7.12.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.12.1.tgz",
      "integrity": "sha512-5QB50qyN44fzzz4/qxDPQMBCTHgxg3n0xRBLJUmBlLoU/sFvxVWGZF/ZUfMVDQuJUKXaBhbupxIzIfZ6Fwk/0A==",
XhmikosR's avatar
XhmikosR committed
602
603
      "dev": true,
      "requires": {
604
        "@babel/helper-plugin-utils": "^7.10.4"
XhmikosR's avatar
XhmikosR committed
605
      }
Johann-S's avatar
Johann-S committed
606
607
    },
    "@babel/plugin-transform-async-to-generator": {
608
609
610
      "version": "7.12.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.12.1.tgz",
      "integrity": "sha512-SDtqoEcarK1DFlRJ1hHRY5HvJUj5kX4qmtpMAm2QnhOlyuMC4TMdCRgW6WXpv93rZeYNeLP22y8Aq2dbcDRM1A==",
Johann-S's avatar
Johann-S committed
611
612
      "dev": true,
      "requires": {
613
        "@babel/helper-module-imports": "^7.12.1",
614
        "@babel/helper-plugin-utils": "^7.10.4",
615
        "@babel/helper-remap-async-to-generator": "^7.12.1"
Johann-S's avatar
Johann-S committed
616
617
618
      }
    },
    "@babel/plugin-transform-block-scoped-functions": {
619
620
621
      "version": "7.12.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.12.1.tgz",
      "integrity": "sha512-5OpxfuYnSgPalRpo8EWGPzIYf0lHBWORCkj5M0oLBwHdlux9Ri36QqGW3/LR13RSVOAoUUMzoPI/jpE4ABcHoA==",
XhmikosR's avatar
XhmikosR committed
622
623
      "dev": true,
      "requires": {
624
        "@babel/helper-plugin-utils": "^7.10.4"
XhmikosR's avatar
XhmikosR committed
625
      }
Johann-S's avatar
Johann-S committed
626
627
    },
    "@babel/plugin-transform-block-scoping": {
628
629
630
      "version": "7.12.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.12.1.tgz",
      "integrity": "sha512-zJyAC9sZdE60r1nVQHblcfCj29Dh2Y0DOvlMkcqSo0ckqjiCwNiUezUKw+RjOCwGfpLRwnAeQ2XlLpsnGkvv9w==",
XhmikosR's avatar
XhmikosR committed
631
632
      "dev": true,
      "requires": {
633
        "@babel/helper-plugin-utils": "^7.10.4"
XhmikosR's avatar
XhmikosR committed
634
635
636
      }
    },
    "@babel/plugin-transform-classes": {
637
638
639
      "version": "7.12.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.12.1.tgz",
      "integrity": "sha512-/74xkA7bVdzQTBeSUhLLJgYIcxw/dpEpCdRDiHgPJ3Mv6uC11UhjpOhl72CgqbBCmt1qtssCyB2xnJm1+PFjog==",
640
641
642
643
644
645
646
      "dev": true,
      "requires": {
        "@babel/helper-annotate-as-pure": "^7.10.4",
        "@babel/helper-define-map": "^7.10.4",
        "@babel/helper-function-name": "^7.10.4",
        "@babel/helper-optimise-call-expression": "^7.10.4",
        "@babel/helper-plugin-utils": "^7.10.4",
647
        "@babel/helper-replace-supers": "^7.12.1",
648
        "@babel/helper-split-export-declaration": "^7.10.4",
XhmikosR's avatar
XhmikosR committed
649
        "globals": "^11.1.0"
Johann-S's avatar
Johann-S committed
650
651
652
      }
    },
    "@babel/plugin-transform-computed-properties": {
653
654
655
      "version": "7.12.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.12.1.tgz",
      "integrity": "sha512-vVUOYpPWB7BkgUWPo4C44mUQHpTZXakEqFjbv8rQMg7TC6S6ZhGZ3otQcRH6u7+adSlE5i0sp63eMC/XGffrzg==",
XhmikosR's avatar
XhmikosR committed
656
657
      "dev": true,
      "requires": {
658
        "@babel/helper-plugin-utils": "^7.10.4"
XhmikosR's avatar
XhmikosR committed
659
      }
Johann-S's avatar
Johann-S committed
660
661
    },
    "@babel/plugin-transform-destructuring": {
662
663
664
      "version": "7.12.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.12.1.tgz",
      "integrity": "sha512-fRMYFKuzi/rSiYb2uRLiUENJOKq4Gnl+6qOv5f8z0TZXg3llUwUhsNNwrwaT/6dUhJTzNpBr+CUvEWBtfNY1cw==",
XhmikosR's avatar
XhmikosR committed
665
666
      "dev": true,
      "requires": {
667
        "@babel/helper-plugin-utils": "^7.10.4"
XhmikosR's avatar
XhmikosR committed
668
      }
Johann-S's avatar
Johann-S committed
669
    },
670
    "@babel/plugin-transform-dotall-regex": {
671
672
673
      "version": "7.12.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.12.1.tgz",
      "integrity": "sha512-B2pXeRKoLszfEW7J4Hg9LoFaWEbr/kzo3teWHmtFCszjRNa/b40f9mfeqZsIDLLt/FjwQ6pz/Gdlwy85xNckBA==",
674
675
      "dev": true,
      "requires": {
676
        "@babel/helper-create-regexp-features-plugin": "^7.12.1",
677
        "@babel/helper-plugin-utils": "^7.10.4"
678
679
      }
    },
Johann-S's avatar
Johann-S committed
680
    "@babel/plugin-transform-duplicate-keys": {
681
682
683
      "version": "7.12.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.12.1.tgz",
      "integrity": "sha512-iRght0T0HztAb/CazveUpUQrZY+aGKKaWXMJ4uf9YJtqxSUe09j3wteztCUDRHs+SRAL7yMuFqUsLoAKKzgXjw==",
XhmikosR's avatar
XhmikosR committed
684
685
      "dev": true,
      "requires": {
686
        "@babel/helper-plugin-utils": "^7.10.4"
XhmikosR's avatar
XhmikosR committed
687
      }
Johann-S's avatar
Johann-S committed
688
689
    },
    "@babel/plugin-transform-exponentiation-operator": {
690
691
692
      "version": "7.12.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.12.1.tgz",
      "integrity": "sha512-7tqwy2bv48q+c1EHbXK0Zx3KXd2RVQp6OC7PbwFNt/dPTAV3Lu5sWtWuAj8owr5wqtWnqHfl2/mJlUmqkChKug==",
Johann-S's avatar
Johann-S committed
693
694
      "dev": true,
      "requires": {
695
696
        "@babel/helper-builder-binary-assignment-operator-visitor": "^7.10.4",
        "@babel/helper-plugin-utils": "^7.10.4"
Johann-S's avatar
Johann-S committed
697
698
699
      }
    },
    "@babel/plugin-transform-for-of": {
700
701
702
      "version": "7.12.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.12.1.tgz",
      "integrity": "sha512-Zaeq10naAsuHo7heQvyV0ptj4dlZJwZgNAtBYBnu5nNKJoW62m0zKcIEyVECrUKErkUkg6ajMy4ZfnVZciSBhg==",
XhmikosR's avatar
XhmikosR committed
703
704
      "dev": true,
      "requires": {
705
        "@babel/helper-plugin-utils": "^7.10.4"
XhmikosR's avatar
XhmikosR committed
706
      }
Johann-S's avatar
Johann-S committed
707
708
    },
    "@babel/plugin-transform-function-name": {
709
710
711
      "version": "7.12.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.12.1.tgz",
      "integrity": "sha512-JF3UgJUILoFrFMEnOJLJkRHSk6LUSXLmEFsA23aR2O5CSLUxbeUX1IZ1YQ7Sn0aXb601Ncwjx73a+FVqgcljVw==",
Johann-S's avatar
Johann-S committed
712
713
      "dev": true,
      "requires": {
714
715
        "@babel/helper-function-name": "^7.10.4",
        "@babel/helper-plugin-utils": "^7.10.4"
Johann-S's avatar
Johann-S committed
716
717
718
      }
    },
    "@babel/plugin-transform-literals": {
719
720
721
      "version": "7.12.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.12.1.tgz",
      "integrity": "sha512-+PxVGA+2Ag6uGgL0A5f+9rklOnnMccwEBzwYFL3EUaKuiyVnUipyXncFcfjSkbimLrODoqki1U9XxZzTvfN7IQ==",
XhmikosR's avatar
XhmikosR committed
722
723
      "dev": true,
      "requires": {
724
        "@babel/helper-plugin-utils": "^7.10.4"
XhmikosR's avatar
XhmikosR committed
725
      }
Johann-S's avatar
Johann-S committed
726
    },
XhmikosR's avatar
XhmikosR committed
727
    "@babel/plugin-transform-member-expression-literals": {
728
729
      "version": "7.12.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.12.1.tgz",
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
      "integrity": "sha512-1sxePl6z9ad0gFMB9KqmYofk34flq62aqMt9NqliS/7hPEpURUCMbyHXrMPlo282iY7nAvUB1aQd5mg79UD9Jg==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.10.4"
      }
    },
    "@babel/plugin-transform-modules-amd": {
      "version": "7.12.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.12.1.tgz",
      "integrity": "sha512-tDW8hMkzad5oDtzsB70HIQQRBiTKrhfgwC/KkJeGsaNFTdWhKNt/BiE8c5yj19XiGyrxpbkOfH87qkNg1YGlOQ==",
      "dev": true,
      "requires": {
        "@babel/helper-module-transforms": "^7.12.1",
        "@babel/helper-plugin-utils": "^7.10.4",
        "babel-plugin-dynamic-import-node": "^2.3.3"
      }
    },
    "@babel/plugin-transform-modules-commonjs": {
      "version": "7.12.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.12.1.tgz",
      "integrity": "sha512-dY789wq6l0uLY8py9c1B48V8mVL5gZh/+PQ5ZPrylPYsnAvnEMjqsUXkuoDVPeVK+0VyGar+D08107LzDQ6pag==",
      "dev": true,
      "requires": {
        "@babel/helper-module-transforms": "^7.12.1",
        "@babel/helper-plugin-utils": "^7.10.4",
        "@babel/helper-simple-access": "^7.12.1",
        "babel-plugin-dynamic-import-node": "^2.3.3"
Johann-S's avatar
Johann-S committed
757
758
759
      }
    },
    "@babel/plugin-transform-modules-systemjs": {
760
761
762
      "version": "7.12.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.12.1.tgz",
      "integrity": "sha512-Hn7cVvOavVh8yvW6fLwveFqSnd7rbQN3zJvoPNyNaQSvgfKmDBO9U1YL9+PCXGRlZD9tNdWTy5ACKqMuzyn32Q==",
Johann-S's avatar
Johann-S committed
763
764
      "dev": true,
      "requires": {
765
        "@babel/helper-hoist-variables": "^7.10.4",
766
        "@babel/helper-module-transforms": "^7.12.1",
767
        "@babel/helper-plugin-utils": "^7.10.4",
768
        "@babel/helper-validator-identifier": "^7.10.4",
769
        "babel-plugin-dynamic-import-node": "^2.3.3"
Johann-S's avatar
Johann-S committed
770
771
772
      }
    },
    "@babel/plugin-transform-modules-umd": {
773
774
775
      "version": "7.12.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.12.1.tgz",
      "integrity": "sha512-aEIubCS0KHKM0zUos5fIoQm+AZUMt1ZvMpqz0/H5qAQ7vWylr9+PLYurT+Ic7ID/bKLd4q8hDovaG3Zch2uz5Q==",
Johann-S's avatar
Johann-S committed
776
777
      "dev": true,
      "requires": {
778
        "@babel/helper-module-transforms": "^7.12.1",
779
        "@babel/helper-plugin-utils": "^7.10.4"
Johann-S's avatar
Johann-S committed
780
781
      }
    },
782
    "@babel/plugin-transform-named-capturing-groups-regex": {
783
784
785
      "version": "7.12.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.12.1.tgz",
      "integrity": "sha512-tB43uQ62RHcoDp9v2Nsf+dSM8sbNodbEicbQNA53zHz8pWUhsgHSJCGpt7daXxRydjb0KnfmB+ChXOv3oADp1Q==",
786
787
      "dev": true,
      "requires": {
788
        "@babel/helper-create-regexp-features-plugin": "^7.12.1"
789
790
      }
    },
Johann-S's avatar
Johann-S committed
791
    "@babel/plugin-transform-new-target": {
792
793
794
      "version": "7.12.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.12.1.tgz",
      "integrity": "sha512-+eW/VLcUL5L9IvJH7rT1sT0CzkdUTvPrXC2PXTn/7z7tXLBuKvezYbGdxD5WMRoyvyaujOq2fWoKl869heKjhw==",
XhmikosR's avatar
XhmikosR committed
795
796
      "dev": true,
      "requires": {
797
        "@babel/helper-plugin-utils": "^7.10.4"
XhmikosR's avatar
XhmikosR committed
798
      }
Johann-S's avatar
Johann-S committed
799
800
    },
    "@babel/plugin-transform-object-super": {
801
802
803
      "version": "7.12.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.12.1.tgz",
      "integrity": "sha512-AvypiGJH9hsquNUn+RXVcBdeE3KHPZexWRdimhuV59cSoOt5kFBmqlByorAeUlGG2CJWd0U+4ZtNKga/TB0cAw==",
Johann-S's avatar
Johann-S committed
804
805
      "dev": true,
      "requires": {
806
        "@babel/helper-plugin-utils": "^7.10.4",
807
        "@babel/helper-replace-supers": "^7.12.1"
Johann-S's avatar
Johann-S committed
808
809
810
      }
    },
    "@babel/plugin-transform-parameters": {
811
812
813
      "version": "7.12.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.12.1.tgz",
      "integrity": "sha512-xq9C5EQhdPK23ZeCdMxl8bbRnAgHFrw5EOC3KJUsSylZqdkCaFEXxGSBuTSObOpiiHHNyb82es8M1QYgfQGfNg==",
Johann-S's avatar
Johann-S committed
814
815
      "dev": true,
      "requires": {
816
        "@babel/helper-plugin-utils": "^7.10.4"
Johann-S's avatar
Johann-S committed
817
818
      }
    },
XhmikosR's avatar
XhmikosR committed
819
    "@babel/plugin-transform-property-literals": {
820
821
822
      "version": "7.12.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.12.1.tgz",
      "integrity": "sha512-6MTCR/mZ1MQS+AwZLplX4cEySjCpnIF26ToWo942nqn8hXSm7McaHQNeGx/pt7suI1TWOWMfa/NgBhiqSnX0cQ==",
XhmikosR's avatar
XhmikosR committed
823
824
      "dev": true,
      "requires": {
825
        "@babel/helper-plugin-utils": "^7.10.4"
XhmikosR's avatar
XhmikosR committed
826
827
      }
    },
Johann-S's avatar
Johann-S committed
828
    "@babel/plugin-transform-regenerator": {
829
830
831
      "version": "7.12.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.12.1.tgz",
      "integrity": "sha512-gYrHqs5itw6i4PflFX3OdBPMQdPbF4bj2REIUxlMRUFk0/ZOAIpDFuViuxPjUL7YC8UPnf+XG7/utJvqXdPKng==",
Johann-S's avatar
Johann-S committed
832
833
      "dev": true,
      "requires": {
834
        "regenerator-transform": "^0.14.2"
Johann-S's avatar
Johann-S committed
835
836
      }
    },
XhmikosR's avatar
XhmikosR committed
837
    "@babel/plugin-transform-reserved-words": {
838
839
840
      "version": "7.12.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.12.1.tgz",
      "integrity": "sha512-pOnUfhyPKvZpVyBHhSBoX8vfA09b7r00Pmm1sH+29ae2hMTKVmSp4Ztsr8KBKjLjx17H0eJqaRC3bR2iThM54A==",
XhmikosR's avatar
XhmikosR committed
841
842
      "dev": true,
      "requires": {
843
        "@babel/helper-plugin-utils": "^7.10.4"
XhmikosR's avatar
XhmikosR committed
844
845
      }
    },
Johann-S's avatar
Johann-S committed
846
    "@babel/plugin-transform-shorthand-properties": {
847
848
849
      "version": "7.12.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.12.1.tgz",
      "integrity": "sha512-GFZS3c/MhX1OusqB1MZ1ct2xRzX5ppQh2JU1h2Pnfk88HtFTM+TWQqJNfwkmxtPQtb/s1tk87oENfXJlx7rSDw==",
XhmikosR's avatar
XhmikosR committed
850
851
      "dev": true,
      "requires": {
852
        "@babel/helper-plugin-utils": "^7.10.4"
XhmikosR's avatar
XhmikosR committed
853
      }
Johann-S's avatar
Johann-S committed
854
855
    },
    "@babel/plugin-transform-spread": {
856
857
858
      "version": "7.12.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.12.1.tgz",
      "integrity": "sha512-vuLp8CP0BE18zVYjsEBZ5xoCecMK6LBMMxYzJnh01rxQRvhNhH1csMMmBfNo5tGpGO+NhdSNW2mzIvBu3K1fng==",
XhmikosR's avatar
XhmikosR committed
859
860
      "dev": true,
      "requires": {
861
        "@babel/helper-plugin-utils": "^7.10.4",
862
        "@babel/helper-skip-transparent-expression-wrappers": "^7.12.1"
XhmikosR's avatar
XhmikosR committed
863
      }
Johann-S's avatar
Johann-S committed
864
865
    },
    "@babel/plugin-transform-sticky-regex": {
866
867
868
      "version": "7.12.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.12.1.tgz",
      "integrity": "sha512-CiUgKQ3AGVk7kveIaPEET1jNDhZZEl1RPMWdTBE1799bdz++SwqDHStmxfCtDfBhQgCl38YRiSnrMuUMZIWSUQ==",
Johann-S's avatar
Johann-S committed
869
870
      "dev": true,
      "requires": {
871
872
        "@babel/helper-plugin-utils": "^7.10.4",
        "@babel/helper-regex": "^7.10.4"
Johann-S's avatar
Johann-S committed
873
874
875
      }
    },
    "@babel/plugin-transform-template-literals": {
876
877
878
      "version": "7.12.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.12.1.tgz",
      "integrity": "sha512-b4Zx3KHi+taXB1dVRBhVJtEPi9h1THCeKmae2qP0YdUHIFhVjtpqqNfxeVAa1xeHVhAy4SbHxEwx5cltAu5apw==",
Johann-S's avatar
Johann-S committed
879
880
      "dev": true,
      "requires": {
881
        "@babel/helper-plugin-utils": "^7.10.4"
Johann-S's avatar
Johann-S committed
882
883
884
      }
    },
    "@babel/plugin-transform-typeof-symbol": {
885
886
887
      "version": "7.12.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.12.1.tgz",
      "integrity": "sha512-EPGgpGy+O5Kg5pJFNDKuxt9RdmTgj5sgrus2XVeMp/ZIbOESadgILUbm50SNpghOh3/6yrbsH+NB5+WJTmsA7Q==",
888
889
      "dev": true,
      "requires": {
890
        "@babel/helper-plugin-utils": "^7.10.4"
891
892
893
      }
    },
    "@babel/plugin-transform-unicode-escapes": {
894
895
896
      "version": "7.12.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.12.1.tgz",
      "integrity": "sha512-I8gNHJLIc7GdApm7wkVnStWssPNbSRMPtgHdmH3sRM1zopz09UWPS4x5V4n1yz/MIWTVnJ9sp6IkuXdWM4w+2Q==",
XhmikosR's avatar
XhmikosR committed
897
898
      "dev": true,
      "requires": {
899
        "@babel/helper-plugin-utils": "^7.10.4"
XhmikosR's avatar
XhmikosR committed
900
      }
Johann-S's avatar
Johann-S committed
901
902
    },
    "@babel/plugin-transform-unicode-regex": {
903
904
905
      "version": "7.12.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.12.1.tgz",
      "integrity": "sha512-SqH4ClNngh/zGwHZOOQMTD+e8FGWexILV+ePMyiDJttAWRh5dhDL8rcl5lSgU3Huiq6Zn6pWTMvdPAb21Dwdyg==",
Johann-S's avatar
Johann-S committed
906
907
      "dev": true,
      "requires": {
908
        "@babel/helper-create-regexp-features-plugin": "^7.12.1",
909
        "@babel/helper-plugin-utils": "^7.10.4"
Johann-S's avatar
Johann-S committed
910
911
912
      }
    },
    "@babel/preset-env": {
913
914
915
      "version": "7.12.1",
      "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.12.1.tgz",
      "integrity": "sha512-H8kxXmtPaAGT7TyBvSSkoSTUK6RHh61So05SyEbpmr0MCZrsNYn7mGMzzeYoOUCdHzww61k8XBft2TaES+xPLg==",
916
917
      "dev": true,
      "requires": {
918
919
920
        "@babel/compat-data": "^7.12.1",
        "@babel/helper-compilation-targets": "^7.12.1",
        "@babel/helper-module-imports": "^7.12.1",
921
        "@babel/helper-plugin-utils": "^7.10.4",
922
923
924
925
926
927
928
929
930
931
932
933
934
935
        "@babel/helper-validator-option": "^7.12.1",
        "@babel/plugin-proposal-async-generator-functions": "^7.12.1",
        "@babel/plugin-proposal-class-properties": "^7.12.1",
        "@babel/plugin-proposal-dynamic-import": "^7.12.1",
        "@babel/plugin-proposal-export-namespace-from": "^7.12.1",
        "@babel/plugin-proposal-json-strings": "^7.12.1",
        "@babel/plugin-proposal-logical-assignment-operators": "^7.12.1",
        "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",
        "@babel/plugin-proposal-numeric-separator": "^7.12.1",
        "@babel/plugin-proposal-object-rest-spread": "^7.12.1",
        "@babel/plugin-proposal-optional-catch-binding": "^7.12.1",
        "@babel/plugin-proposal-optional-chaining": "^7.12.1",
        "@babel/plugin-proposal-private-methods": "^7.12.1",
        "@babel/plugin-proposal-unicode-property-regex": "^7.12.1",
936
        "@babel/plugin-syntax-async-generators": "^7.8.0",
937
        "@babel/plugin-syntax-class-properties": "^7.12.1",
938
        "@babel/plugin-syntax-dynamic-import": "^7.8.0",
939
        "@babel/plugin-syntax-export-namespace-from": "^7.8.3",
940
        "@babel/plugin-syntax-json-strings": "^7.8.0",
941
        "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
942
        "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0",
943
        "@babel/plugin-syntax-numeric-separator": "^7.10.4",
944
945
946
        "@babel/plugin-syntax-object-rest-spread": "^7.8.0",
        "@babel/plugin-syntax-optional-catch-binding": "^7.8.0",
        "@babel/plugin-syntax-optional-chaining": "^7.8.0",
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
        "@babel/plugin-syntax-top-level-await": "^7.12.1",
        "@babel/plugin-transform-arrow-functions": "^7.12.1",
        "@babel/plugin-transform-async-to-generator": "^7.12.1",
        "@babel/plugin-transform-block-scoped-functions": "^7.12.1",
        "@babel/plugin-transform-block-scoping": "^7.12.1",
        "@babel/plugin-transform-classes": "^7.12.1",
        "@babel/plugin-transform-computed-properties": "^7.12.1",
        "@babel/plugin-transform-destructuring": "^7.12.1",
        "@babel/plugin-transform-dotall-regex": "^7.12.1",
        "@babel/plugin-transform-duplicate-keys": "^7.12.1",
        "@babel/plugin-transform-exponentiation-operator": "^7.12.1",
        "@babel/plugin-transform-for-of": "^7.12.1",
        "@babel/plugin-transform-function-name": "^7.12.1",
        "@babel/plugin-transform-literals": "^7.12.1",
        "@babel/plugin-transform-member-expression-literals": "^7.12.1",
        "@babel/plugin-transform-modules-amd": "^7.12.1",
        "@babel/plugin-transform-modules-commonjs": "^7.12.1",
        "@babel/plugin-transform-modules-systemjs": "^7.12.1",
        "@babel/plugin-transform-modules-umd": "^7.12.1",
        "@babel/plugin-transform-named-capturing-groups-regex": "^7.12.1",
        "@babel/plugin-transform-new-target": "^7.12.1",
        "@babel/plugin-transform-object-super": "^7.12.1",
        "@babel/plugin-transform-parameters": "^7.12.1",
        "@babel/plugin-transform-property-literals": "^7.12.1",
        "@babel/plugin-transform-regenerator": "^7.12.1",
        "@babel/plugin-transform-reserved-words": "^7.12.1",
        "@babel/plugin-transform-shorthand-properties": "^7.12.1",
        "@babel/plugin-transform-spread": "^7.12.1",
        "@babel/plugin-transform-sticky-regex": "^7.12.1",
        "@babel/plugin-transform-template-literals": "^7.12.1",
        "@babel/plugin-transform-typeof-symbol": "^7.12.1",
        "@babel/plugin-transform-unicode-escapes": "^7.12.1",
        "@babel/plugin-transform-unicode-regex": "^7.12.1",
980
        "@babel/preset-modules": "^0.1.3",
981
        "@babel/types": "^7.12.1",
982
        "core-js-compat": "^3.6.2",
XhmikosR's avatar
XhmikosR committed
983
        "semver": "^5.5.0"
984
985
986
      }
    },
    "@babel/preset-modules": {
987
988
989
      "version": "0.1.4",
      "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.4.tgz",
      "integrity": "sha512-J36NhwnfdzpmH41M1DrnkkgAqhZaqr/NBdPfQ677mLzlaXo+oDiv1deyCDtgAhz8p328otdob0Du7+xgHGZbKg==",
990
991
992
993
994
995
996
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.0.0",
        "@babel/plugin-proposal-unicode-property-regex": "^7.4.4",
        "@babel/plugin-transform-dotall-regex": "^7.4.4",
        "@babel/types": "^7.4.4",
        "esutils": "^2.0.2"
Johann-S's avatar
Johann-S committed
997
998
      }
    },
999
    "@babel/runtime": {
1000
      "version": "7.12.1",
For faster browsing, not all history is shown. View entire blame