package-lock.json 473 KB
Newer Older
Bardi Harborow's avatar
Bardi Harborow committed
1
2
{
  "name": "bootstrap",
XhmikosR's avatar
XhmikosR committed
3
  "version": "4.3.1",
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.7.0",
      "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.7.0.tgz",
      "integrity": "sha512-jECEqAq6Ngf3pOhLSg7od9WKyrIacyh1oNNYtRXNn+ummSHCTXBamGywOAtiae34Vk7zKuQNnLvo2BKTMCoV4A==",
Johann-S's avatar
Johann-S committed
11
12
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
13
        "chokidar": "^2.1.8",
14
15
        "commander": "^2.8.1",
        "convert-source-map": "^1.1.0",
XhmikosR's avatar
XhmikosR committed
16
        "fs-readdir-recursive": "^1.1.0",
17
        "glob": "^7.0.0",
XhmikosR's avatar
XhmikosR committed
18
        "lodash": "^4.17.13",
19
        "make-dir": "^2.1.0",
XhmikosR's avatar
XhmikosR committed
20
        "slash": "^2.0.0",
21
        "source-map": "^0.5.0"
Johann-S's avatar
Johann-S committed
22
23
24
      }
    },
    "@babel/code-frame": {
XhmikosR's avatar
XhmikosR committed
25
26
27
      "version": "7.5.5",
      "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.5.5.tgz",
      "integrity": "sha512-27d4lZoomVyo51VegxI20xZPuSHusqbQag/ztrBC7wegWoQ1nLREPVSKSW8byhTlzTKyNE4ifaTA6lCp7JjpFw==",
Johann-S's avatar
Johann-S committed
28
29
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
30
        "@babel/highlight": "^7.0.0"
Johann-S's avatar
Johann-S committed
31
32
33
      }
    },
    "@babel/core": {
34
35
36
      "version": "7.7.2",
      "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.7.2.tgz",
      "integrity": "sha512-eeD7VEZKfhK1KUXGiyPFettgF3m513f8FoBSWiQ1xTvl1RAopLs42Wp9+Ze911I6H0N9lNqJMDgoZT7gHsipeQ==",
XhmikosR's avatar
XhmikosR committed
37
38
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
39
        "@babel/code-frame": "^7.5.5",
40
41
42
43
44
45
46
        "@babel/generator": "^7.7.2",
        "@babel/helpers": "^7.7.0",
        "@babel/parser": "^7.7.2",
        "@babel/template": "^7.7.0",
        "@babel/traverse": "^7.7.2",
        "@babel/types": "^7.7.2",
        "convert-source-map": "^1.7.0",
XhmikosR's avatar
XhmikosR committed
47
48
        "debug": "^4.1.0",
        "json5": "^2.1.0",
XhmikosR's avatar
XhmikosR committed
49
        "lodash": "^4.17.13",
50
51
52
        "resolve": "^1.3.2",
        "semver": "^5.4.1",
        "source-map": "^0.5.0"
XhmikosR's avatar
XhmikosR committed
53
54
55
      },
      "dependencies": {
        "debug": {
XhmikosR's avatar
XhmikosR committed
56
57
58
          "version": "4.1.1",
          "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz",
          "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==",
XhmikosR's avatar
XhmikosR committed
59
60
          "dev": true,
          "requires": {
XhmikosR's avatar
XhmikosR committed
61
            "ms": "^2.1.1"
XhmikosR's avatar
XhmikosR committed
62
          }
XhmikosR's avatar
XhmikosR committed
63
64
        },
        "ms": {
XhmikosR's avatar
XhmikosR committed
65
66
67
          "version": "2.1.2",
          "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
          "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
XhmikosR's avatar
XhmikosR committed
68
          "dev": true
XhmikosR's avatar
XhmikosR committed
69
        }
Johann-S's avatar
Johann-S committed
70
71
72
      }
    },
    "@babel/generator": {
XhmikosR's avatar
XhmikosR committed
73
74
75
      "version": "7.7.2",
      "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.7.2.tgz",
      "integrity": "sha512-WthSArvAjYLz4TcbKOi88me+KmDJdKSlfwwN8CnUYn9jBkzhq0ZEPuBfkAWIvjJ3AdEV1Cf/+eSQTnp3IDJKlQ==",
Johann-S's avatar
Johann-S committed
76
77
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
78
        "@babel/types": "^7.7.2",
79
        "jsesc": "^2.5.1",
XhmikosR's avatar
XhmikosR committed
80
        "lodash": "^4.17.13",
XhmikosR's avatar
XhmikosR committed
81
        "source-map": "^0.5.0"
Johann-S's avatar
Johann-S committed
82
83
84
      }
    },
    "@babel/helper-annotate-as-pure": {
85
86
87
      "version": "7.7.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.7.0.tgz",
      "integrity": "sha512-k50CQxMlYTYo+GGyUGFwpxKVtxVJi9yh61sXZji3zYHccK9RYliZGSTOgci85T+r+0VFN2nWbGM04PIqwfrpMg==",
Johann-S's avatar
Johann-S committed
88
89
      "dev": true,
      "requires": {
90
        "@babel/types": "^7.7.0"
Johann-S's avatar
Johann-S committed
91
92
93
      }
    },
    "@babel/helper-builder-binary-assignment-operator-visitor": {
94
95
96
      "version": "7.7.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.7.0.tgz",
      "integrity": "sha512-Cd8r8zs4RKDwMG/92lpZcnn5WPQ3LAMQbCw42oqUh4s7vsSN5ANUZjMel0OOnxDLq57hoDDbai+ryygYfCTOsw==",
Johann-S's avatar
Johann-S committed
97
98
      "dev": true,
      "requires": {
99
100
        "@babel/helper-explode-assignable-expression": "^7.7.0",
        "@babel/types": "^7.7.0"
Johann-S's avatar
Johann-S committed
101
102
103
      }
    },
    "@babel/helper-call-delegate": {
104
105
106
      "version": "7.7.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-call-delegate/-/helper-call-delegate-7.7.0.tgz",
      "integrity": "sha512-Su0Mdq7uSSWGZayGMMQ+z6lnL00mMCnGAbO/R0ZO9odIdB/WNU/VfQKqMQU0fdIsxQYbRjDM4BixIa93SQIpvw==",
Johann-S's avatar
Johann-S committed
107
108
      "dev": true,
      "requires": {
109
110
111
112
113
114
115
116
117
118
119
120
121
        "@babel/helper-hoist-variables": "^7.7.0",
        "@babel/traverse": "^7.7.0",
        "@babel/types": "^7.7.0"
      }
    },
    "@babel/helper-create-regexp-features-plugin": {
      "version": "7.7.2",
      "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.7.2.tgz",
      "integrity": "sha512-pAil/ZixjTlrzNpjx+l/C/wJk002Wo7XbbZ8oujH/AoJ3Juv0iN/UTcPUHXKMFLqsfS0Hy6Aow8M31brUYBlQQ==",
      "dev": true,
      "requires": {
        "@babel/helper-regex": "^7.4.4",
        "regexpu-core": "^4.6.0"
Johann-S's avatar
Johann-S committed
122
123
124
      }
    },
    "@babel/helper-define-map": {
125
126
127
      "version": "7.7.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-define-map/-/helper-define-map-7.7.0.tgz",
      "integrity": "sha512-kPKWPb0dMpZi+ov1hJiwse9dWweZsz3V9rP4KdytnX1E7z3cTNmFGglwklzFPuqIcHLIY3bgKSs4vkwXXdflQA==",
Johann-S's avatar
Johann-S committed
128
129
      "dev": true,
      "requires": {
130
131
        "@babel/helper-function-name": "^7.7.0",
        "@babel/types": "^7.7.0",
XhmikosR's avatar
XhmikosR committed
132
        "lodash": "^4.17.13"
Johann-S's avatar
Johann-S committed
133
134
135
      }
    },
    "@babel/helper-explode-assignable-expression": {
136
137
138
      "version": "7.7.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.7.0.tgz",
      "integrity": "sha512-CDs26w2shdD1urNUAji2RJXyBFCaR+iBEGnFz3l7maizMkQe3saVw9WtjG1tz8CwbjvlFnaSLVhgnu1SWaherg==",
Johann-S's avatar
Johann-S committed
139
140
      "dev": true,
      "requires": {
141
142
        "@babel/traverse": "^7.7.0",
        "@babel/types": "^7.7.0"
Johann-S's avatar
Johann-S committed
143
144
145
      }
    },
    "@babel/helper-function-name": {
XhmikosR's avatar
XhmikosR committed
146
147
148
      "version": "7.7.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.7.0.tgz",
      "integrity": "sha512-tDsJgMUAP00Ugv8O2aGEua5I2apkaQO7lBGUq1ocwN3G23JE5Dcq0uh3GvFTChPa4b40AWiAsLvCZOA2rdnQ7Q==",
Johann-S's avatar
Johann-S committed
149
150
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
151
152
153
        "@babel/helper-get-function-arity": "^7.7.0",
        "@babel/template": "^7.7.0",
        "@babel/types": "^7.7.0"
Johann-S's avatar
Johann-S committed
154
155
156
      }
    },
    "@babel/helper-get-function-arity": {
XhmikosR's avatar
XhmikosR committed
157
158
159
      "version": "7.7.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.7.0.tgz",
      "integrity": "sha512-tLdojOTz4vWcEnHWHCuPN5P85JLZWbm5Fx5ZsMEMPhF3Uoe3O7awrbM2nQ04bDOUToH/2tH/ezKEOR8zEYzqyw==",
Johann-S's avatar
Johann-S committed
160
161
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
162
        "@babel/types": "^7.7.0"
Johann-S's avatar
Johann-S committed
163
164
165
      }
    },
    "@babel/helper-hoist-variables": {
166
167
168
      "version": "7.7.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.7.0.tgz",
      "integrity": "sha512-LUe/92NqsDAkJjjCEWkNe+/PcpnisvnqdlRe19FahVapa4jndeuJ+FBiTX1rcAKWKcJGE+C3Q3tuEuxkSmCEiQ==",
XhmikosR's avatar
XhmikosR committed
169
170
      "dev": true,
      "requires": {
171
        "@babel/types": "^7.7.0"
XhmikosR's avatar
XhmikosR committed
172
173
174
      }
    },
    "@babel/helper-member-expression-to-functions": {
175
176
177
      "version": "7.7.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.7.0.tgz",
      "integrity": "sha512-QaCZLO2RtBcmvO/ekOLp8p7R5X2JriKRizeDpm5ChATAFWrrYDcDxPuCIBXKyBjY+i1vYSdcUTMIb8psfxHDPA==",
Johann-S's avatar
Johann-S committed
178
179
      "dev": true,
      "requires": {
180
        "@babel/types": "^7.7.0"
Johann-S's avatar
Johann-S committed
181
182
183
      }
    },
    "@babel/helper-module-imports": {
XhmikosR's avatar
XhmikosR committed
184
185
186
      "version": "7.7.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.7.0.tgz",
      "integrity": "sha512-Dv3hLKIC1jyfTkClvyEkYP2OlkzNvWs5+Q8WgPbxM5LMeorons7iPP91JM+DU7tRbhqA1ZeooPaMFvQrn23RHw==",
Johann-S's avatar
Johann-S committed
187
188
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
189
        "@babel/types": "^7.7.0"
Johann-S's avatar
Johann-S committed
190
191
192
      }
    },
    "@babel/helper-module-transforms": {
193
194
195
      "version": "7.7.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.7.0.tgz",
      "integrity": "sha512-rXEefBuheUYQyX4WjV19tuknrJFwyKw0HgzRwbkyTbB+Dshlq7eqkWbyjzToLrMZk/5wKVKdWFluiAsVkHXvuQ==",
Johann-S's avatar
Johann-S committed
196
197
      "dev": true,
      "requires": {
198
199
200
201
202
        "@babel/helper-module-imports": "^7.7.0",
        "@babel/helper-simple-access": "^7.7.0",
        "@babel/helper-split-export-declaration": "^7.7.0",
        "@babel/template": "^7.7.0",
        "@babel/types": "^7.7.0",
XhmikosR's avatar
XhmikosR committed
203
        "lodash": "^4.17.13"
Johann-S's avatar
Johann-S committed
204
205
206
      }
    },
    "@babel/helper-optimise-call-expression": {
207
208
209
      "version": "7.7.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.7.0.tgz",
      "integrity": "sha512-48TeqmbazjNU/65niiiJIJRc5JozB8acui1OS7bSd6PgxfuovWsvjfWSzlgx+gPFdVveNzUdpdIg5l56Pl5jqg==",
Johann-S's avatar
Johann-S committed
210
      "dev": true,
XhmikosR's avatar
XhmikosR committed
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
      "requires": {
        "@babel/types": "^7.7.0"
      }
    },
    "@babel/helper-plugin-utils": {
      "version": "7.0.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.0.0.tgz",
      "integrity": "sha512-CYAOUCARwExnEixLdB6sDm2dIJ/YgEAKDM1MOeMeZu9Ld/bDgVo8aiWrXwcY7OBh+1Ea2uUcVRcxKk0GJvW7QA==",
      "dev": true
    },
    "@babel/helper-regex": {
      "version": "7.5.5",
      "resolved": "https://registry.npmjs.org/@babel/helper-regex/-/helper-regex-7.5.5.tgz",
      "integrity": "sha512-CkCYQLkfkiugbRDO8eZn6lRuR8kzZoGXCg3149iTk5se7g6qykSpy3+hELSwquhu+TgHn8nkLiBwHvNX8Hofcw==",
      "dev": true,
      "requires": {
        "lodash": "^4.17.13"
      }
    },
    "@babel/helper-remap-async-to-generator": {
      "version": "7.7.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.7.0.tgz",
      "integrity": "sha512-pHx7RN8X0UNHPB/fnuDnRXVZ316ZigkO8y8D835JlZ2SSdFKb6yH9MIYRU4fy/KPe5sPHDFOPvf8QLdbAGGiyw==",
      "dev": true,
      "requires": {
        "@babel/helper-annotate-as-pure": "^7.7.0",
        "@babel/helper-wrap-function": "^7.7.0",
        "@babel/template": "^7.7.0",
        "@babel/traverse": "^7.7.0",
        "@babel/types": "^7.7.0"
Johann-S's avatar
Johann-S committed
241
242
243
      }
    },
    "@babel/helper-replace-supers": {
244
245
246
      "version": "7.7.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.7.0.tgz",
      "integrity": "sha512-5ALYEul5V8xNdxEeWvRsBzLMxQksT7MaStpxjJf9KsnLxpAKBtfw5NeMKZJSYDa0lKdOcy0g+JT/f5mPSulUgg==",
Johann-S's avatar
Johann-S committed
247
248
      "dev": true,
      "requires": {
249
250
251
252
        "@babel/helper-member-expression-to-functions": "^7.7.0",
        "@babel/helper-optimise-call-expression": "^7.7.0",
        "@babel/traverse": "^7.7.0",
        "@babel/types": "^7.7.0"
Johann-S's avatar
Johann-S committed
253
254
255
      }
    },
    "@babel/helper-simple-access": {
256
257
258
      "version": "7.7.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.7.0.tgz",
      "integrity": "sha512-AJ7IZD7Eem3zZRuj5JtzFAptBw7pMlS3y8Qv09vaBWoFsle0d1kAn5Wq6Q9MyBXITPOKnxwkZKoAm4bopmv26g==",
Johann-S's avatar
Johann-S committed
259
260
      "dev": true,
      "requires": {
261
262
        "@babel/template": "^7.7.0",
        "@babel/types": "^7.7.0"
Johann-S's avatar
Johann-S committed
263
264
      }
    },
XhmikosR's avatar
XhmikosR committed
265
    "@babel/helper-split-export-declaration": {
XhmikosR's avatar
XhmikosR committed
266
267
268
      "version": "7.7.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.7.0.tgz",
      "integrity": "sha512-HgYSI8rH08neWlAH3CcdkFg9qX9YsZysZI5GD8LjhQib/mM0jGOZOVkoUiiV2Hu978fRtjtsGsW6w0pKHUWtqA==",
XhmikosR's avatar
XhmikosR committed
269
270
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
271
        "@babel/types": "^7.7.0"
XhmikosR's avatar
XhmikosR committed
272
273
      }
    },
Johann-S's avatar
Johann-S committed
274
    "@babel/helper-wrap-function": {
275
276
277
      "version": "7.7.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.7.0.tgz",
      "integrity": "sha512-sd4QjeMgQqzshSjecZjOp8uKfUtnpmCyQhKQrVJBBgeHAB/0FPi33h3AbVlVp07qQtMD4QgYSzaMI7VwncNK/w==",
Johann-S's avatar
Johann-S committed
278
279
      "dev": true,
      "requires": {
280
281
282
283
        "@babel/helper-function-name": "^7.7.0",
        "@babel/template": "^7.7.0",
        "@babel/traverse": "^7.7.0",
        "@babel/types": "^7.7.0"
Johann-S's avatar
Johann-S committed
284
285
286
      }
    },
    "@babel/helpers": {
287
288
289
      "version": "7.7.0",
      "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.7.0.tgz",
      "integrity": "sha512-VnNwL4YOhbejHb7x/b5F39Zdg5vIQpUUNzJwx0ww1EcVRt41bbGRZWhAURrfY32T5zTT3qwNOQFWpn+P0i0a2g==",
290
291
      "dev": true,
      "requires": {
292
293
294
        "@babel/template": "^7.7.0",
        "@babel/traverse": "^7.7.0",
        "@babel/types": "^7.7.0"
295
296
297
      }
    },
    "@babel/highlight": {
XhmikosR's avatar
XhmikosR committed
298
299
300
      "version": "7.5.0",
      "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.5.0.tgz",
      "integrity": "sha512-7dV4eu9gBxoM0dAnj/BCFDW9LFU0zvTrkq0ugM7pnHEgguOEeOz1so2ZghEdzviYzQEED0r4EAgpsBChKy1TRQ==",
Johann-S's avatar
Johann-S committed
301
302
      "dev": true,
      "requires": {
303
304
        "chalk": "^2.0.0",
        "esutils": "^2.0.2",
XhmikosR's avatar
XhmikosR committed
305
        "js-tokens": "^4.0.0"
Johann-S's avatar
Johann-S committed
306
307
      }
    },
XhmikosR's avatar
XhmikosR committed
308
    "@babel/parser": {
XhmikosR's avatar
XhmikosR committed
309
310
311
      "version": "7.7.2",
      "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.7.2.tgz",
      "integrity": "sha512-DDaR5e0g4ZTb9aP7cpSZLkACEBdoLGwJDWgHtBhrGX7Q1RjhdoMOfexICj5cqTAtpowjGQWfcvfnQG7G2kAB5w==",
XhmikosR's avatar
XhmikosR committed
312
313
      "dev": true
    },
Johann-S's avatar
Johann-S committed
314
    "@babel/plugin-proposal-async-generator-functions": {
315
316
317
      "version": "7.7.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.7.0.tgz",
      "integrity": "sha512-ot/EZVvf3mXtZq0Pd0+tSOfGWMizqmOohXmNZg6LNFjHOV+wOPv7BvVYh8oPR8LhpIP3ye8nNooKL50YRWxpYA==",
Johann-S's avatar
Johann-S committed
318
319
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
320
        "@babel/helper-plugin-utils": "^7.0.0",
321
        "@babel/helper-remap-async-to-generator": "^7.7.0",
XhmikosR's avatar
XhmikosR committed
322
        "@babel/plugin-syntax-async-generators": "^7.2.0"
XhmikosR's avatar
XhmikosR committed
323
324
      }
    },
Johann-S's avatar
Johann-S committed
325
    "@babel/plugin-proposal-dynamic-import": {
326
327
328
      "version": "7.7.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.7.0.tgz",
      "integrity": "sha512-7poL3Xi+QFPC7sGAzEIbXUyYzGJwbc2+gSD0AkiC5k52kH2cqHdqxm5hNFfLW3cRSTcx9bN0Fl7/6zWcLLnKAQ==",
Johann-S's avatar
Johann-S committed
329
330
331
332
333
334
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.0.0",
        "@babel/plugin-syntax-dynamic-import": "^7.2.0"
      }
    },
XhmikosR's avatar
XhmikosR committed
335
    "@babel/plugin-proposal-json-strings": {
XhmikosR's avatar
XhmikosR committed
336
337
338
      "version": "7.2.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.2.0.tgz",
      "integrity": "sha512-MAFV1CA/YVmYwZG0fBQyXhmj0BHCB5egZHCKWIFVv/XCxAeVGIHfos3SwDck4LvCllENIAg7xMKOG5kH0dzyUg==",
XhmikosR's avatar
XhmikosR committed
339
340
341
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.0.0",
XhmikosR's avatar
XhmikosR committed
342
        "@babel/plugin-syntax-json-strings": "^7.2.0"
Johann-S's avatar
Johann-S committed
343
344
345
      }
    },
    "@babel/plugin-proposal-object-rest-spread": {
XhmikosR's avatar
XhmikosR committed
346
347
348
      "version": "7.6.2",
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.6.2.tgz",
      "integrity": "sha512-LDBXlmADCsMZV1Y9OQwMc0MyGZ8Ta/zlD9N67BfQT8uYwkRswiu2hU6nJKrjrt/58aH/vqfQlR/9yId/7A2gWw==",
Johann-S's avatar
Johann-S committed
349
350
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
351
        "@babel/helper-plugin-utils": "^7.0.0",
XhmikosR's avatar
XhmikosR committed
352
        "@babel/plugin-syntax-object-rest-spread": "^7.2.0"
Johann-S's avatar
Johann-S committed
353
354
355
      }
    },
    "@babel/plugin-proposal-optional-catch-binding": {
XhmikosR's avatar
XhmikosR committed
356
357
358
      "version": "7.2.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.2.0.tgz",
      "integrity": "sha512-mgYj3jCcxug6KUcX4OBoOJz3CMrwRfQELPQ5560F70YQUBZB7uac9fqaWamKR1iWUzGiK2t0ygzjTScZnVz75g==",
Johann-S's avatar
Johann-S committed
359
360
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
361
        "@babel/helper-plugin-utils": "^7.0.0",
XhmikosR's avatar
XhmikosR committed
362
        "@babel/plugin-syntax-optional-catch-binding": "^7.2.0"
Johann-S's avatar
Johann-S committed
363
364
365
      }
    },
    "@babel/plugin-proposal-unicode-property-regex": {
366
367
368
      "version": "7.7.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.7.0.tgz",
      "integrity": "sha512-mk34H+hp7kRBWJOOAR0ZMGCydgKMD4iN9TpDRp3IIcbunltxEY89XSimc6WbtSLCDrwcdy/EEw7h5CFCzxTchw==",
Johann-S's avatar
Johann-S committed
369
370
      "dev": true,
      "requires": {
371
372
        "@babel/helper-create-regexp-features-plugin": "^7.7.0",
        "@babel/helper-plugin-utils": "^7.0.0"
Johann-S's avatar
Johann-S committed
373
374
375
      }
    },
    "@babel/plugin-syntax-async-generators": {
XhmikosR's avatar
XhmikosR committed
376
377
378
      "version": "7.2.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.2.0.tgz",
      "integrity": "sha512-1ZrIRBv2t0GSlcwVoQ6VgSLpLgiN/FVQUzt9znxo7v2Ov4jJrs8RY8tv0wvDmFN3qIdMKWrmMMW6yZ0G19MfGg==",
XhmikosR's avatar
XhmikosR committed
379
380
381
382
383
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.0.0"
      }
    },
Johann-S's avatar
Johann-S committed
384
385
386
387
388
389
390
391
392
    "@babel/plugin-syntax-dynamic-import": {
      "version": "7.2.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.2.0.tgz",
      "integrity": "sha512-mVxuJ0YroI/h/tbFTPGZR8cv6ai+STMKNBq0f8hFxsxWjl94qqhsb+wXbpNMDPU3cfR1TIsVFzU3nXyZMqyK4w==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.0.0"
      }
    },
XhmikosR's avatar
XhmikosR committed
393
    "@babel/plugin-syntax-json-strings": {
XhmikosR's avatar
XhmikosR committed
394
395
396
      "version": "7.2.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.2.0.tgz",
      "integrity": "sha512-5UGYnMSLRE1dqqZwug+1LISpA403HzlSfsg6P9VXU6TBjcSHeNlw4DxDx7LgpF+iKZoOG/+uzqoRHTdcUpiZNg==",
XhmikosR's avatar
XhmikosR committed
397
398
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
399
        "@babel/helper-plugin-utils": "^7.0.0"
XhmikosR's avatar
XhmikosR committed
400
      }
Johann-S's avatar
Johann-S committed
401
402
    },
    "@babel/plugin-syntax-object-rest-spread": {
XhmikosR's avatar
XhmikosR committed
403
404
405
      "version": "7.2.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.2.0.tgz",
      "integrity": "sha512-t0JKGgqk2We+9may3t0xDdmneaXmyxq0xieYcKHxIsrJO64n1OiMWNUtc5gQK1PA0NpdCRrtZp4z+IUaKugrSA==",
XhmikosR's avatar
XhmikosR committed
406
407
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
408
        "@babel/helper-plugin-utils": "^7.0.0"
XhmikosR's avatar
XhmikosR committed
409
      }
Johann-S's avatar
Johann-S committed
410
411
    },
    "@babel/plugin-syntax-optional-catch-binding": {
XhmikosR's avatar
XhmikosR committed
412
413
414
      "version": "7.2.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.2.0.tgz",
      "integrity": "sha512-bDe4xKNhb0LI7IvZHiA13kff0KEfaGX/Hv4lMA9+7TEc63hMNvfKo6ZFpXhKuEp+II/q35Gc4NoMeDZyaUbj9w==",
XhmikosR's avatar
XhmikosR committed
415
416
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
417
        "@babel/helper-plugin-utils": "^7.0.0"
XhmikosR's avatar
XhmikosR committed
418
      }
Johann-S's avatar
Johann-S committed
419
    },
420
421
422
423
424
425
426
427
428
    "@babel/plugin-syntax-top-level-await": {
      "version": "7.7.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.7.0.tgz",
      "integrity": "sha512-hi8FUNiFIY1fnUI2n1ViB1DR0R4QeK4iHcTlW6aJkrPoTdb8Rf1EMQ6GT3f67DDkYyWgew9DFoOZ6gOoEsdzTA==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.0.0"
      }
    },
Johann-S's avatar
Johann-S committed
429
    "@babel/plugin-transform-arrow-functions": {
XhmikosR's avatar
XhmikosR committed
430
431
432
      "version": "7.2.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.2.0.tgz",
      "integrity": "sha512-ER77Cax1+8/8jCB9fo4Ud161OZzWN5qawi4GusDuRLcDbDG+bIGYY20zb2dfAFdTRGzrfq2xZPvF0R64EHnimg==",
XhmikosR's avatar
XhmikosR committed
433
434
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
435
        "@babel/helper-plugin-utils": "^7.0.0"
XhmikosR's avatar
XhmikosR committed
436
      }
Johann-S's avatar
Johann-S committed
437
438
    },
    "@babel/plugin-transform-async-to-generator": {
439
440
441
      "version": "7.7.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.7.0.tgz",
      "integrity": "sha512-vLI2EFLVvRBL3d8roAMqtVY0Bm9C1QzLkdS57hiKrjUBSqsQYrBsMCeOg/0KK7B0eK9V71J5mWcha9yyoI2tZw==",
Johann-S's avatar
Johann-S committed
442
443
      "dev": true,
      "requires": {
444
        "@babel/helper-module-imports": "^7.7.0",
XhmikosR's avatar
XhmikosR committed
445
        "@babel/helper-plugin-utils": "^7.0.0",
446
        "@babel/helper-remap-async-to-generator": "^7.7.0"
Johann-S's avatar
Johann-S committed
447
448
449
      }
    },
    "@babel/plugin-transform-block-scoped-functions": {
XhmikosR's avatar
XhmikosR committed
450
451
452
      "version": "7.2.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.2.0.tgz",
      "integrity": "sha512-ntQPR6q1/NKuphly49+QiQiTN0O63uOwjdD6dhIjSWBI5xlrbUFh720TIpzBhpnrLfv2tNH/BXvLIab1+BAI0w==",
XhmikosR's avatar
XhmikosR committed
453
454
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
455
        "@babel/helper-plugin-utils": "^7.0.0"
XhmikosR's avatar
XhmikosR committed
456
      }
Johann-S's avatar
Johann-S committed
457
458
    },
    "@babel/plugin-transform-block-scoping": {
XhmikosR's avatar
XhmikosR committed
459
460
      "version": "7.6.3",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.6.3.tgz",
XhmikosR's avatar
XhmikosR committed
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
      "integrity": "sha512-7hvrg75dubcO3ZI2rjYTzUrEuh1E9IyDEhhB6qfcooxhDA33xx2MasuLVgdxzcP6R/lipAC6n9ub9maNW6RKdw==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.0.0",
        "lodash": "^4.17.13"
      }
    },
    "@babel/plugin-transform-classes": {
      "version": "7.7.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.7.0.tgz",
      "integrity": "sha512-/b3cKIZwGeUesZheU9jNYcwrEA7f/Bo4IdPmvp7oHgvks2majB5BoT5byAql44fiNQYOPzhk2w8DbgfuafkMoA==",
      "dev": true,
      "requires": {
        "@babel/helper-annotate-as-pure": "^7.7.0",
        "@babel/helper-define-map": "^7.7.0",
        "@babel/helper-function-name": "^7.7.0",
        "@babel/helper-optimise-call-expression": "^7.7.0",
        "@babel/helper-plugin-utils": "^7.0.0",
        "@babel/helper-replace-supers": "^7.7.0",
        "@babel/helper-split-export-declaration": "^7.7.0",
        "globals": "^11.1.0"
Johann-S's avatar
Johann-S committed
482
483
484
      }
    },
    "@babel/plugin-transform-computed-properties": {
XhmikosR's avatar
XhmikosR committed
485
486
487
      "version": "7.2.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.2.0.tgz",
      "integrity": "sha512-kP/drqTxY6Xt3NNpKiMomfgkNn4o7+vKxK2DDKcBG9sHj51vHqMBGy8wbDS/J4lMxnqs153/T3+DmCEAkC5cpA==",
XhmikosR's avatar
XhmikosR committed
488
489
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
490
        "@babel/helper-plugin-utils": "^7.0.0"
XhmikosR's avatar
XhmikosR committed
491
      }
Johann-S's avatar
Johann-S committed
492
493
    },
    "@babel/plugin-transform-destructuring": {
XhmikosR's avatar
XhmikosR committed
494
495
496
      "version": "7.6.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.6.0.tgz",
      "integrity": "sha512-2bGIS5P1v4+sWTCnKNDZDxbGvEqi0ijeqM/YqHtVGrvG2y0ySgnEEhXErvE9dA0bnIzY9bIzdFK0jFA46ASIIQ==",
XhmikosR's avatar
XhmikosR committed
497
498
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
499
        "@babel/helper-plugin-utils": "^7.0.0"
XhmikosR's avatar
XhmikosR committed
500
      }
Johann-S's avatar
Johann-S committed
501
    },
502
    "@babel/plugin-transform-dotall-regex": {
503
504
505
      "version": "7.7.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.7.0.tgz",
      "integrity": "sha512-3QQlF7hSBnSuM1hQ0pS3pmAbWLax/uGNCbPBND9y+oJ4Y776jsyujG2k0Sn2Aj2a0QwVOiOFL5QVPA7spjvzSA==",
506
507
      "dev": true,
      "requires": {
508
509
        "@babel/helper-create-regexp-features-plugin": "^7.7.0",
        "@babel/helper-plugin-utils": "^7.0.0"
510
511
      }
    },
Johann-S's avatar
Johann-S committed
512
    "@babel/plugin-transform-duplicate-keys": {
XhmikosR's avatar
XhmikosR committed
513
514
515
      "version": "7.5.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.5.0.tgz",
      "integrity": "sha512-igcziksHizyQPlX9gfSjHkE2wmoCH3evvD2qR5w29/Dk0SMKE/eOI7f1HhBdNhR/zxJDqrgpoDTq5YSLH/XMsQ==",
XhmikosR's avatar
XhmikosR committed
516
517
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
518
        "@babel/helper-plugin-utils": "^7.0.0"
XhmikosR's avatar
XhmikosR committed
519
      }
Johann-S's avatar
Johann-S committed
520
521
    },
    "@babel/plugin-transform-exponentiation-operator": {
XhmikosR's avatar
XhmikosR committed
522
523
524
      "version": "7.2.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.2.0.tgz",
      "integrity": "sha512-umh4hR6N7mu4Elq9GG8TOu9M0bakvlsREEC+ialrQN6ABS4oDQ69qJv1VtR3uxlKMCQMCvzk7vr17RHKcjx68A==",
Johann-S's avatar
Johann-S committed
525
526
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
527
        "@babel/helper-builder-binary-assignment-operator-visitor": "^7.1.0",
XhmikosR's avatar
XhmikosR committed
528
        "@babel/helper-plugin-utils": "^7.0.0"
Johann-S's avatar
Johann-S committed
529
530
531
      }
    },
    "@babel/plugin-transform-for-of": {
XhmikosR's avatar
XhmikosR committed
532
533
534
      "version": "7.4.4",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.4.4.tgz",
      "integrity": "sha512-9T/5Dlr14Z9TIEXLXkt8T1DU7F24cbhwhMNUziN3hB1AXoZcdzPcTiKGRn/6iOymDqtTKWnr/BtRKN9JwbKtdQ==",
XhmikosR's avatar
XhmikosR committed
535
536
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
537
        "@babel/helper-plugin-utils": "^7.0.0"
XhmikosR's avatar
XhmikosR committed
538
      }
Johann-S's avatar
Johann-S committed
539
540
    },
    "@babel/plugin-transform-function-name": {
541
542
543
      "version": "7.7.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.7.0.tgz",
      "integrity": "sha512-P5HKu0d9+CzZxP5jcrWdpe7ZlFDe24bmqP6a6X8BHEBl/eizAsY8K6LX8LASZL0Jxdjm5eEfzp+FIrxCm/p8bA==",
Johann-S's avatar
Johann-S committed
544
545
      "dev": true,
      "requires": {
546
        "@babel/helper-function-name": "^7.7.0",
XhmikosR's avatar
XhmikosR committed
547
        "@babel/helper-plugin-utils": "^7.0.0"
Johann-S's avatar
Johann-S committed
548
549
550
      }
    },
    "@babel/plugin-transform-literals": {
XhmikosR's avatar
XhmikosR committed
551
552
553
      "version": "7.2.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.2.0.tgz",
      "integrity": "sha512-2ThDhm4lI4oV7fVQ6pNNK+sx+c/GM5/SaML0w/r4ZB7sAneD/piDJtwdKlNckXeyGK7wlwg2E2w33C/Hh+VFCg==",
XhmikosR's avatar
XhmikosR committed
554
555
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
556
        "@babel/helper-plugin-utils": "^7.0.0"
XhmikosR's avatar
XhmikosR committed
557
      }
Johann-S's avatar
Johann-S committed
558
    },
XhmikosR's avatar
XhmikosR committed
559
560
561
562
563
564
565
566
567
    "@babel/plugin-transform-member-expression-literals": {
      "version": "7.2.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.2.0.tgz",
      "integrity": "sha512-HiU3zKkSU6scTidmnFJ0bMX8hz5ixC93b4MHMiYebmk2lUVNGOboPsqQvx5LzooihijUoLR/v7Nc1rbBtnc7FA==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.0.0"
      }
    },
Johann-S's avatar
Johann-S committed
568
    "@babel/plugin-transform-modules-amd": {
XhmikosR's avatar
XhmikosR committed
569
570
571
      "version": "7.5.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.5.0.tgz",
      "integrity": "sha512-n20UsQMKnWrltocZZm24cRURxQnWIvsABPJlw/fvoy9c6AgHZzoelAIzajDHAQrDpuKFFPPcFGd7ChsYuIUMpg==",
Johann-S's avatar
Johann-S committed
572
573
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
574
        "@babel/helper-module-transforms": "^7.1.0",
XhmikosR's avatar
XhmikosR committed
575
576
        "@babel/helper-plugin-utils": "^7.0.0",
        "babel-plugin-dynamic-import-node": "^2.3.0"
Johann-S's avatar
Johann-S committed
577
578
579
      }
    },
    "@babel/plugin-transform-modules-commonjs": {
580
581
582
      "version": "7.7.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.7.0.tgz",
      "integrity": "sha512-KEMyWNNWnjOom8vR/1+d+Ocz/mILZG/eyHHO06OuBQ2aNhxT62fr4y6fGOplRx+CxCSp3IFwesL8WdINfY/3kg==",
Johann-S's avatar
Johann-S committed
583
584
      "dev": true,
      "requires": {
585
        "@babel/helper-module-transforms": "^7.7.0",
XhmikosR's avatar
XhmikosR committed
586
        "@babel/helper-plugin-utils": "^7.0.0",
587
        "@babel/helper-simple-access": "^7.7.0",
XhmikosR's avatar
XhmikosR committed
588
        "babel-plugin-dynamic-import-node": "^2.3.0"
Johann-S's avatar
Johann-S committed
589
590
591
      }
    },
    "@babel/plugin-transform-modules-systemjs": {
592
593
594
      "version": "7.7.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.7.0.tgz",
      "integrity": "sha512-ZAuFgYjJzDNv77AjXRqzQGlQl4HdUM6j296ee4fwKVZfhDR9LAGxfvXjBkb06gNETPnN0sLqRm9Gxg4wZH6dXg==",
Johann-S's avatar
Johann-S committed
595
596
      "dev": true,
      "requires": {
597
        "@babel/helper-hoist-variables": "^7.7.0",
XhmikosR's avatar
XhmikosR committed
598
599
        "@babel/helper-plugin-utils": "^7.0.0",
        "babel-plugin-dynamic-import-node": "^2.3.0"
Johann-S's avatar
Johann-S committed
600
601
602
      }
    },
    "@babel/plugin-transform-modules-umd": {
603
604
605
      "version": "7.7.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.7.0.tgz",
      "integrity": "sha512-u7eBA03zmUswQ9LQ7Qw0/ieC1pcAkbp5OQatbWUzY1PaBccvuJXUkYzoN1g7cqp7dbTu6Dp9bXyalBvD04AANA==",
Johann-S's avatar
Johann-S committed
606
607
      "dev": true,
      "requires": {
608
        "@babel/helper-module-transforms": "^7.7.0",
XhmikosR's avatar
XhmikosR committed
609
        "@babel/helper-plugin-utils": "^7.0.0"
Johann-S's avatar
Johann-S committed
610
611
      }
    },
612
    "@babel/plugin-transform-named-capturing-groups-regex": {
613
614
615
      "version": "7.7.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.7.0.tgz",
      "integrity": "sha512-+SicSJoKouPctL+j1pqktRVCgy+xAch1hWWTMy13j0IflnyNjaoskj+DwRQFimHbLqO3sq2oN2CXMvXq3Bgapg==",
616
617
      "dev": true,
      "requires": {
618
        "@babel/helper-create-regexp-features-plugin": "^7.7.0"
619
620
      }
    },
Johann-S's avatar
Johann-S committed
621
    "@babel/plugin-transform-new-target": {
XhmikosR's avatar
XhmikosR committed
622
623
624
      "version": "7.4.4",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.4.4.tgz",
      "integrity": "sha512-r1z3T2DNGQwwe2vPGZMBNjioT2scgWzK9BCnDEh+46z8EEwXBq24uRzd65I7pjtugzPSj921aM15RpESgzsSuA==",
XhmikosR's avatar
XhmikosR committed
625
626
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
627
        "@babel/helper-plugin-utils": "^7.0.0"
XhmikosR's avatar
XhmikosR committed
628
      }
Johann-S's avatar
Johann-S committed
629
630
    },
    "@babel/plugin-transform-object-super": {
XhmikosR's avatar
XhmikosR committed
631
632
633
      "version": "7.5.5",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.5.5.tgz",
      "integrity": "sha512-un1zJQAhSosGFBduPgN/YFNvWVpRuHKU7IHBglLoLZsGmruJPOo6pbInneflUdmq7YvSVqhpPs5zdBvLnteltQ==",
Johann-S's avatar
Johann-S committed
634
635
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
636
        "@babel/helper-plugin-utils": "^7.0.0",
XhmikosR's avatar
XhmikosR committed
637
        "@babel/helper-replace-supers": "^7.5.5"
Johann-S's avatar
Johann-S committed
638
639
640
      }
    },
    "@babel/plugin-transform-parameters": {
XhmikosR's avatar
XhmikosR committed
641
642
643
      "version": "7.4.4",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.4.4.tgz",
      "integrity": "sha512-oMh5DUO1V63nZcu/ZVLQFqiihBGo4OpxJxR1otF50GMeCLiRx5nUdtokd+u9SuVJrvvuIh9OosRFPP4pIPnwmw==",
Johann-S's avatar
Johann-S committed
644
645
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
646
        "@babel/helper-call-delegate": "^7.4.4",
XhmikosR's avatar
XhmikosR committed
647
648
        "@babel/helper-get-function-arity": "^7.0.0",
        "@babel/helper-plugin-utils": "^7.0.0"
Johann-S's avatar
Johann-S committed
649
650
      }
    },
XhmikosR's avatar
XhmikosR committed
651
652
653
654
655
656
657
658
659
    "@babel/plugin-transform-property-literals": {
      "version": "7.2.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.2.0.tgz",
      "integrity": "sha512-9q7Dbk4RhgcLp8ebduOpCbtjh7C0itoLYHXd9ueASKAG/is5PQtMR5VJGka9NKqGhYEGn5ITahd4h9QeBMylWQ==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.0.0"
      }
    },
Johann-S's avatar
Johann-S committed
660
    "@babel/plugin-transform-regenerator": {
661
662
663
      "version": "7.7.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.7.0.tgz",
      "integrity": "sha512-AXmvnC+0wuj/cFkkS/HFHIojxH3ffSXE+ttulrqWjZZRaUOonfJc60e1wSNT4rV8tIunvu/R3wCp71/tLAa9xg==",
Johann-S's avatar
Johann-S committed
664
665
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
666
        "regenerator-transform": "^0.14.0"
Johann-S's avatar
Johann-S committed
667
668
      }
    },
XhmikosR's avatar
XhmikosR committed
669
670
671
672
673
674
675
676
677
    "@babel/plugin-transform-reserved-words": {
      "version": "7.2.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.2.0.tgz",
      "integrity": "sha512-fz43fqW8E1tAB3DKF19/vxbpib1fuyCwSPE418ge5ZxILnBhWyhtPgz8eh1RCGGJlwvksHkyxMxh0eenFi+kFw==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.0.0"
      }
    },
Johann-S's avatar
Johann-S committed
678
    "@babel/plugin-transform-shorthand-properties": {
XhmikosR's avatar
XhmikosR committed
679
680
681
      "version": "7.2.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.2.0.tgz",
      "integrity": "sha512-QP4eUM83ha9zmYtpbnyjTLAGKQritA5XW/iG9cjtuOI8s1RuL/3V6a3DeSHfKutJQ+ayUfeZJPcnCYEQzaPQqg==",
XhmikosR's avatar
XhmikosR committed
682
683
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
684
        "@babel/helper-plugin-utils": "^7.0.0"
XhmikosR's avatar
XhmikosR committed
685
      }
Johann-S's avatar
Johann-S committed
686
687
    },
    "@babel/plugin-transform-spread": {
XhmikosR's avatar
XhmikosR committed
688
689
690
      "version": "7.6.2",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.6.2.tgz",
      "integrity": "sha512-DpSvPFryKdK1x+EDJYCy28nmAaIMdxmhot62jAXF/o99iA33Zj2Lmcp3vDmz+MUh0LNYVPvfj5iC3feb3/+PFg==",
XhmikosR's avatar
XhmikosR committed
691
692
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
693
        "@babel/helper-plugin-utils": "^7.0.0"
XhmikosR's avatar
XhmikosR committed
694
      }
Johann-S's avatar
Johann-S committed
695
696
    },
    "@babel/plugin-transform-sticky-regex": {
XhmikosR's avatar
XhmikosR committed
697
698
699
      "version": "7.2.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.2.0.tgz",
      "integrity": "sha512-KKYCoGaRAf+ckH8gEL3JHUaFVyNHKe3ASNsZ+AlktgHevvxGigoIttrEJb8iKN03Q7Eazlv1s6cx2B2cQ3Jabw==",
Johann-S's avatar
Johann-S committed
700
701
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
702
703
        "@babel/helper-plugin-utils": "^7.0.0",
        "@babel/helper-regex": "^7.0.0"
Johann-S's avatar
Johann-S committed
704
705
706
      }
    },
    "@babel/plugin-transform-template-literals": {
XhmikosR's avatar
XhmikosR committed
707
708
709
      "version": "7.4.4",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.4.4.tgz",
      "integrity": "sha512-mQrEC4TWkhLN0z8ygIvEL9ZEToPhG5K7KDW3pzGqOfIGZ28Jb0POUkeWcoz8HnHvhFy6dwAT1j8OzqN8s804+g==",
Johann-S's avatar
Johann-S committed
710
711
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
712
713
        "@babel/helper-annotate-as-pure": "^7.0.0",
        "@babel/helper-plugin-utils": "^7.0.0"
Johann-S's avatar
Johann-S committed
714
715
716
      }
    },
    "@babel/plugin-transform-typeof-symbol": {
XhmikosR's avatar
XhmikosR committed
717
718
719
      "version": "7.2.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.2.0.tgz",
      "integrity": "sha512-2LNhETWYxiYysBtrBTqL8+La0jIoQQnIScUJc74OYvUGRmkskNY4EzLCnjHBzdmb38wqtTaixpo1NctEcvMDZw==",
XhmikosR's avatar
XhmikosR committed
720
721
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
722
        "@babel/helper-plugin-utils": "^7.0.0"
XhmikosR's avatar
XhmikosR committed
723
      }
Johann-S's avatar
Johann-S committed
724
725
    },
    "@babel/plugin-transform-unicode-regex": {
726
727
728
      "version": "7.7.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.7.0.tgz",
      "integrity": "sha512-RrThb0gdrNwFAqEAAx9OWgtx6ICK69x7i9tCnMdVrxQwSDp/Abu9DXFU5Hh16VP33Rmxh04+NGW28NsIkFvFKA==",
Johann-S's avatar
Johann-S committed
729
730
      "dev": true,
      "requires": {
731
732
        "@babel/helper-create-regexp-features-plugin": "^7.7.0",
        "@babel/helper-plugin-utils": "^7.0.0"
Johann-S's avatar
Johann-S committed
733
734
735
      }
    },
    "@babel/preset-env": {
736
737
738
      "version": "7.7.1",
      "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.7.1.tgz",
      "integrity": "sha512-/93SWhi3PxcVTDpSqC+Dp4YxUu3qZ4m7I76k0w73wYfn7bGVuRIO4QUz95aJksbS+AD1/mT1Ie7rbkT0wSplaA==",
XhmikosR's avatar
XhmikosR committed
739
740
      "dev": true,
      "requires": {
741
        "@babel/helper-module-imports": "^7.7.0",
XhmikosR's avatar
XhmikosR committed
742
        "@babel/helper-plugin-utils": "^7.0.0",
743
744
        "@babel/plugin-proposal-async-generator-functions": "^7.7.0",
        "@babel/plugin-proposal-dynamic-import": "^7.7.0",
XhmikosR's avatar
XhmikosR committed
745
        "@babel/plugin-proposal-json-strings": "^7.2.0",
XhmikosR's avatar
XhmikosR committed
746
        "@babel/plugin-proposal-object-rest-spread": "^7.6.2",
XhmikosR's avatar
XhmikosR committed
747
        "@babel/plugin-proposal-optional-catch-binding": "^7.2.0",
748
        "@babel/plugin-proposal-unicode-property-regex": "^7.7.0",
XhmikosR's avatar
XhmikosR committed
749
        "@babel/plugin-syntax-async-generators": "^7.2.0",
Johann-S's avatar
Johann-S committed
750
        "@babel/plugin-syntax-dynamic-import": "^7.2.0",
751
        "@babel/plugin-syntax-json-strings": "^7.2.0",
XhmikosR's avatar
XhmikosR committed
752
753
        "@babel/plugin-syntax-object-rest-spread": "^7.2.0",
        "@babel/plugin-syntax-optional-catch-binding": "^7.2.0",
754
        "@babel/plugin-syntax-top-level-await": "^7.7.0",
XhmikosR's avatar
XhmikosR committed
755
        "@babel/plugin-transform-arrow-functions": "^7.2.0",
756
        "@babel/plugin-transform-async-to-generator": "^7.7.0",
XhmikosR's avatar
XhmikosR committed
757
        "@babel/plugin-transform-block-scoped-functions": "^7.2.0",
XhmikosR's avatar
XhmikosR committed
758
        "@babel/plugin-transform-block-scoping": "^7.6.3",
759
        "@babel/plugin-transform-classes": "^7.7.0",
XhmikosR's avatar
XhmikosR committed
760
        "@babel/plugin-transform-computed-properties": "^7.2.0",
XhmikosR's avatar
XhmikosR committed
761
        "@babel/plugin-transform-destructuring": "^7.6.0",
762
        "@babel/plugin-transform-dotall-regex": "^7.7.0",
Johann-S's avatar
Johann-S committed
763
        "@babel/plugin-transform-duplicate-keys": "^7.5.0",
XhmikosR's avatar
XhmikosR committed
764
        "@babel/plugin-transform-exponentiation-operator": "^7.2.0",
XhmikosR's avatar
XhmikosR committed
765
        "@babel/plugin-transform-for-of": "^7.4.4",
766
        "@babel/plugin-transform-function-name": "^7.7.0",
XhmikosR's avatar
XhmikosR committed
767
        "@babel/plugin-transform-literals": "^7.2.0",
XhmikosR's avatar
XhmikosR committed
768
        "@babel/plugin-transform-member-expression-literals": "^7.2.0",
Johann-S's avatar
Johann-S committed
769
        "@babel/plugin-transform-modules-amd": "^7.5.0",
770
771
772
773
        "@babel/plugin-transform-modules-commonjs": "^7.7.0",
        "@babel/plugin-transform-modules-systemjs": "^7.7.0",
        "@babel/plugin-transform-modules-umd": "^7.7.0",
        "@babel/plugin-transform-named-capturing-groups-regex": "^7.7.0",
XhmikosR's avatar
XhmikosR committed
774
        "@babel/plugin-transform-new-target": "^7.4.4",
XhmikosR's avatar
XhmikosR committed
775
        "@babel/plugin-transform-object-super": "^7.5.5",
XhmikosR's avatar
XhmikosR committed
776
        "@babel/plugin-transform-parameters": "^7.4.4",
XhmikosR's avatar
XhmikosR committed
777
        "@babel/plugin-transform-property-literals": "^7.2.0",
778
        "@babel/plugin-transform-regenerator": "^7.7.0",
XhmikosR's avatar
XhmikosR committed
779
        "@babel/plugin-transform-reserved-words": "^7.2.0",
XhmikosR's avatar
XhmikosR committed
780
        "@babel/plugin-transform-shorthand-properties": "^7.2.0",
XhmikosR's avatar
XhmikosR committed
781
        "@babel/plugin-transform-spread": "^7.6.2",
XhmikosR's avatar
XhmikosR committed
782
        "@babel/plugin-transform-sticky-regex": "^7.2.0",
XhmikosR's avatar
XhmikosR committed
783
        "@babel/plugin-transform-template-literals": "^7.4.4",
XhmikosR's avatar
XhmikosR committed
784
        "@babel/plugin-transform-typeof-symbol": "^7.2.0",
785
786
        "@babel/plugin-transform-unicode-regex": "^7.7.0",
        "@babel/types": "^7.7.1",
XhmikosR's avatar
XhmikosR committed
787
788
        "browserslist": "^4.6.0",
        "core-js-compat": "^3.1.1",
789
        "invariant": "^2.2.2",
XhmikosR's avatar
XhmikosR committed
790
        "js-levenshtein": "^1.1.3",
XhmikosR's avatar
XhmikosR committed
791
        "semver": "^5.5.0"
Johann-S's avatar
Johann-S committed
792
793
794
      }
    },
    "@babel/template": {
XhmikosR's avatar
XhmikosR committed
795
796
797
      "version": "7.7.0",
      "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.7.0.tgz",
      "integrity": "sha512-OKcwSYOW1mhWbnTBgQY5lvg1Fxg+VyfQGjcBduZFljfc044J5iDlnDSfhQ867O17XHiSCxYHUxHg2b7ryitbUQ==",
Johann-S's avatar
Johann-S committed
798
799
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
800
        "@babel/code-frame": "^7.0.0",
XhmikosR's avatar
XhmikosR committed
801
802
        "@babel/parser": "^7.7.0",
        "@babel/types": "^7.7.0"
Johann-S's avatar
Johann-S committed
803
804
805
      }
    },
    "@babel/traverse": {
XhmikosR's avatar
XhmikosR committed
806
807
808
      "version": "7.7.2",
      "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.7.2.tgz",
      "integrity": "sha512-TM01cXib2+rgIZrGJOLaHV/iZUAxf4A0dt5auY6KNZ+cm6aschuJGqKJM3ROTt3raPUdIDk9siAufIFEleRwtw==",
Johann-S's avatar
Johann-S committed
809
810
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
811
        "@babel/code-frame": "^7.5.5",
XhmikosR's avatar
XhmikosR committed
812
813
814
815
816
        "@babel/generator": "^7.7.2",
        "@babel/helper-function-name": "^7.7.0",
        "@babel/helper-split-export-declaration": "^7.7.0",
        "@babel/parser": "^7.7.2",
        "@babel/types": "^7.7.2",
XhmikosR's avatar
XhmikosR committed
817
        "debug": "^4.1.0",
818
        "globals": "^11.1.0",
XhmikosR's avatar
XhmikosR committed
819
        "lodash": "^4.17.13"
XhmikosR's avatar
XhmikosR committed
820
821
822
      },
      "dependencies": {
        "debug": {
XhmikosR's avatar
XhmikosR committed
823
824
825
          "version": "4.1.1",
          "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz",
          "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==",
XhmikosR's avatar
XhmikosR committed
826
827
          "dev": true,
          "requires": {
XhmikosR's avatar
XhmikosR committed
828
            "ms": "^2.1.1"
XhmikosR's avatar
XhmikosR committed
829
          }
XhmikosR's avatar
XhmikosR committed
830
831
        },
        "ms": {
XhmikosR's avatar
XhmikosR committed
832
833
834
          "version": "2.1.2",
          "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
          "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
XhmikosR's avatar
XhmikosR committed
835
          "dev": true
XhmikosR's avatar
XhmikosR committed
836
        }
Johann-S's avatar
Johann-S committed
837
838
839
      }
    },
    "@babel/types": {
XhmikosR's avatar
XhmikosR committed
840
841
842
      "version": "7.7.2",
      "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.7.2.tgz",
      "integrity": "sha512-YTf6PXoh3+eZgRCBzzP25Bugd2ngmpQVrk7kXX0i5N9BO7TFBtIgZYs7WtxtOGs8e6A4ZI7ECkbBCEHeXocvOA==",
Johann-S's avatar
Johann-S committed
843
844
      "dev": true,
      "requires": {
845
        "esutils": "^2.0.2",
XhmikosR's avatar
XhmikosR committed
846
        "lodash": "^4.17.13",
847
        "to-fast-properties": "^2.0.0"
Johann-S's avatar
Johann-S committed
848
849
      }
    },
850
851
852
853
854
855
    "@mrmlnc/readdir-enhanced": {
      "version": "2.2.1",
      "resolved": "https://registry.npmjs.org/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz",
      "integrity": "sha512-bPHp6Ji8b41szTOcaP63VlnbbO5Ny6dwAATtY6JTjh5N2OLrb5Qk/Th5cRkRQhkWCt+EJsYrNB0MiL+Gpn6e3g==",
      "dev": true,
      "requires": {
856
857
        "call-me-maybe": "^1.0.1",
        "glob-to-regexp": "^0.3.0"
858
859
      }
    },
XhmikosR's avatar
XhmikosR committed
860
    "@nodelib/fs.stat": {
XhmikosR's avatar
XhmikosR committed
861
862
863
      "version": "1.1.3",
      "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz",
      "integrity": "sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw==",
XhmikosR's avatar
XhmikosR committed
864
865
      "dev": true
    },
XhmikosR's avatar
XhmikosR committed
866
867
868
869
870
871
    "@sindresorhus/is": {
      "version": "0.7.0",
      "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-0.7.0.tgz",
      "integrity": "sha512-ONhaKPIufzzrlNbqtWFFd+jlnemX6lJAgq9ZeiZtS7I1PIf/la7CW4m83rTXRnVnsMbW2k56pGYu7AUFJD9Pow==",
      "dev": true
    },
XhmikosR's avatar
XhmikosR committed
872
873
874
875
876
877
878
879
880
    "@szmarczak/http-timer": {
      "version": "1.1.2",
      "resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-1.1.2.tgz",
      "integrity": "sha512-XIB2XbzHTN6ieIjfIMV9hlVcfPU26s2vafYWQcZHWXHOxiaRZYEDKEwdl129Zyg50+foYV2jCgtrqSA6qNuNSA==",
      "dev": true,
      "requires": {
        "defer-to-connect": "^1.0.1"
      }
    },
881
882
883
884
885
886
    "@types/color-name": {
      "version": "1.1.1",
      "resolved": "https://registry.npmjs.org/@types/color-name/-/color-name-1.1.1.tgz",
      "integrity": "sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==",
      "dev": true
    },
XhmikosR's avatar
XhmikosR committed
887
    "@types/estree": {
XhmikosR's avatar
XhmikosR committed
888
889
890
      "version": "0.0.39",
      "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz",
      "integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==",
XhmikosR's avatar
XhmikosR committed
891
892
      "dev": true
    },
XhmikosR's avatar
XhmikosR committed
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
    "@types/events": {
      "version": "3.0.0",
      "resolved": "https://registry.npmjs.org/@types/events/-/events-3.0.0.tgz",
      "integrity": "sha512-EaObqwIvayI5a8dCzhFrjKzVwKLxjoG9T6Ppd5CEo07LRKfQ8Yokw54r5+Wq7FaBQ+yXRvQAYPrHwya1/UFt9g==",
      "dev": true
    },
    "@types/glob": {
      "version": "7.1.1",
      "resolved": "https://registry.npmjs.org/@types/glob/-/glob-7.1.1.tgz",
      "integrity": "sha512-1Bh06cbWJUHMC97acuD6UMG29nMt0Aqz1vF3guLfG+kHHJhy3AyohZFFxYk2f7Q1SQIrNwvncxAE0N/9s70F2w==",
      "dev": true,
      "requires": {
        "@types/events": "*",
        "@types/minimatch": "*",
        "@types/node": "*"
      }
    },
    "@types/minimatch": {
      "version": "3.0.3",
      "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.3.tgz",
      "integrity": "sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==",
      "dev": true
    },
XhmikosR's avatar
XhmikosR committed
916
    "@types/node": {
XhmikosR's avatar
XhmikosR committed
917
918
919
      "version": "12.12.6",
      "resolved": "https://registry.npmjs.org/@types/node/-/node-12.12.6.tgz",
      "integrity": "sha512-FjsYUPzEJdGXjwKqSpE0/9QEh6kzhTAeObA54rn6j3rR4C/mzpI9L0KNfoeASSPMMdxIsoJuCLDWcM/rVjIsSA==",
XhmikosR's avatar
XhmikosR committed
920
921
      "dev": true
    },
XhmikosR's avatar
XhmikosR committed
922
923
924
925
926
927
    "@types/normalize-package-data": {
      "version": "2.4.0",
      "resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz",
      "integrity": "sha512-f5j5b/Gf71L+dbqxIpQ4Z2WlmI/mPJ0fOkGGmFgtb6sAu97EPczzbS3/tJKxmcYDj55OX6ssqwDAWOHIYDRDGA==",
      "dev": true
    },
XhmikosR's avatar
XhmikosR committed
928
929
930
931
932
933
934
935
936
    "@types/resolve": {
      "version": "0.0.8",
      "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-0.0.8.tgz",
      "integrity": "sha512-auApPaJf3NPfe18hSoJkp8EbZzer2ISk7o8mCC3M9he/a04+gbMF97NkpD2S8riMGvm4BMRI59/SZQSaLTKpsQ==",
      "dev": true,
      "requires": {
        "@types/node": "*"
      }
    },
937
    "@types/unist": {
XhmikosR's avatar
XhmikosR committed
938
939
940
      "version": "2.0.3",
      "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.3.tgz",
      "integrity": "sha512-FvUupuM3rlRsRtCN+fDudtmytGO6iHJuuRKS1Ss0pG5z8oX0diNEw94UEL7hgDbpN94rgaK5R7sWm6RrSkZuAQ==",
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
      "dev": true
    },
    "@types/vfile": {
      "version": "3.0.2",
      "resolved": "https://registry.npmjs.org/@types/vfile/-/vfile-3.0.2.tgz",
      "integrity": "sha512-b3nLFGaGkJ9rzOcuXRfHkZMdjsawuDD0ENL9fzTophtBg8FJHSGbH7daXkEpcwy3v7Xol3pAvsmlYyFhR4pqJw==",
      "dev": true,
      "requires": {
        "@types/node": "*",
        "@types/unist": "*",
        "@types/vfile-message": "*"
      }
    },
    "@types/vfile-message": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/@types/vfile-message/-/vfile-message-1.0.1.tgz",
      "integrity": "sha512-mlGER3Aqmq7bqR1tTTIVHq8KSAFFRyGbrxuM8C/H82g6k7r2fS+IMEkIu3D7JHzG10NvPdR8DNx0jr0pwpp4dA==",
      "dev": true,
      "requires": {
        "@types/node": "*",
        "@types/unist": "*"
      }
    },
964
965
966
967
968
969
    "@zeit/schemas": {
      "version": "2.6.0",
      "resolved": "https://registry.npmjs.org/@zeit/schemas/-/schemas-2.6.0.tgz",
      "integrity": "sha512-uUrgZ8AxS+Lio0fZKAipJjAh415JyrOZowliZAzmnJSsf7piVL5w+G0+gFJ0KSu3QRhvui/7zuvpLz03YjXAhg==",
      "dev": true
    },
Bardi Harborow's avatar
Bardi Harborow committed
970
    "abbrev": {
971
972
973
      "version": "1.1.1",
      "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
      "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==",
Bardi Harborow's avatar
Bardi Harborow committed
974
975
      "dev": true
    },
976
    "abort-controller": {
XhmikosR's avatar
XhmikosR committed
977
978
979
      "version": "3.0.0",
      "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz",
      "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==",
980
      "dev": true,
981
982
983
984
      "requires": {
        "event-target-shim": "^5.0.0"
      }
    },
985
    "accepts": {
XhmikosR's avatar
XhmikosR committed
986
987
988
      "version": "1.3.7",
      "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.7.tgz",
      "integrity": "sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==",
989
990
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
991
        "mime-types": "~2.1.24",
XhmikosR's avatar
XhmikosR committed
992
        "negotiator": "0.6.2"
993
994
      }
    },
Bardi Harborow's avatar
Bardi Harborow committed
995
    "acorn": {
XhmikosR's avatar
XhmikosR committed
996
997
998
      "version": "7.1.0",
      "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.1.0.tgz",
      "integrity": "sha512-kL5CuoXA/dgxlBbVrflsflzQ3PAas7RYZB52NOm/6839iVYJgKMJ3cQJD+t2i5+qFa8h3MDpEOJiS64E8JLnSQ==",
Bardi Harborow's avatar
Bardi Harborow committed
999
1000
      "dev": true
    },
For faster browsing, not all history is shown. View entire blame