package-lock.json 385 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.4.4",
      "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.4.4.tgz",
      "integrity": "sha512-XGr5YjQSjgTa6OzQZY57FAJsdeVSAKR/u/KA5exWIz66IKtv/zXtHy+fIZcMry/EgYegwuHE7vzGnrFhjdIAsQ==",
Johann-S's avatar
Johann-S committed
11
12
      "dev": true,
      "requires": {
13
        "chokidar": "^2.0.4",
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",
18
        "lodash": "^4.17.11",
XhmikosR's avatar
XhmikosR committed
19
        "mkdirp": "^0.5.1",
20
        "output-file-sync": "^2.0.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": {
XhmikosR's avatar
XhmikosR committed
26
27
28
      "version": "7.0.0",
      "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.0.0.tgz",
      "integrity": "sha512-OfC2uemaknXr87bdLUkWog7nYuliM9Ij5HUcajsVcMCpQrcLmtxRbVFTIqmcSkSeYRBFBRxs2FiUqFJDLdiebA==",
Johann-S's avatar
Johann-S committed
29
30
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
31
        "@babel/highlight": "^7.0.0"
Johann-S's avatar
Johann-S committed
32
33
34
      }
    },
    "@babel/core": {
XhmikosR's avatar
XhmikosR committed
35
36
37
      "version": "7.4.5",
      "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.4.5.tgz",
      "integrity": "sha512-OvjIh6aqXtlsA8ujtGKfC7LYWksYSX8yQcM8Ay3LuvVeQ63lcOKgoZWVqcpFwkd29aYU9rVx7jxhfhiEDV9MZA==",
XhmikosR's avatar
XhmikosR committed
38
39
40
      "dev": true,
      "requires": {
        "@babel/code-frame": "^7.0.0",
41
42
        "@babel/generator": "^7.4.4",
        "@babel/helpers": "^7.4.4",
XhmikosR's avatar
XhmikosR committed
43
        "@babel/parser": "^7.4.5",
44
        "@babel/template": "^7.4.4",
XhmikosR's avatar
XhmikosR committed
45
        "@babel/traverse": "^7.4.5",
46
        "@babel/types": "^7.4.4",
47
        "convert-source-map": "^1.1.0",
XhmikosR's avatar
XhmikosR committed
48
49
        "debug": "^4.1.0",
        "json5": "^2.1.0",
XhmikosR's avatar
XhmikosR committed
50
        "lodash": "^4.17.11",
51
52
53
        "resolve": "^1.3.2",
        "semver": "^5.4.1",
        "source-map": "^0.5.0"
XhmikosR's avatar
XhmikosR committed
54
55
56
      },
      "dependencies": {
        "debug": {
XhmikosR's avatar
XhmikosR committed
57
58
59
          "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
60
61
          "dev": true,
          "requires": {
XhmikosR's avatar
XhmikosR committed
62
            "ms": "^2.1.1"
XhmikosR's avatar
XhmikosR committed
63
          }
XhmikosR's avatar
XhmikosR committed
64
65
66
67
68
69
        },
        "ms": {
          "version": "2.1.1",
          "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz",
          "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==",
          "dev": true
XhmikosR's avatar
XhmikosR committed
70
        }
Johann-S's avatar
Johann-S committed
71
72
73
      }
    },
    "@babel/generator": {
74
75
76
      "version": "7.4.4",
      "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.4.4.tgz",
      "integrity": "sha512-53UOLK6TVNqKxf7RUh8NE851EHRxOOeVXKbK2bivdb+iziMyk03Sr4eaE9OELCbyZAAafAKPDwF2TPUES5QbxQ==",
Johann-S's avatar
Johann-S committed
77
78
      "dev": true,
      "requires": {
79
        "@babel/types": "^7.4.4",
80
        "jsesc": "^2.5.1",
XhmikosR's avatar
XhmikosR committed
81
        "lodash": "^4.17.11",
82
83
        "source-map": "^0.5.0",
        "trim-right": "^1.0.1"
Johann-S's avatar
Johann-S committed
84
85
86
      }
    },
    "@babel/helper-annotate-as-pure": {
XhmikosR's avatar
XhmikosR committed
87
88
89
      "version": "7.0.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0.tgz",
      "integrity": "sha512-3UYcJUj9kvSLbLbUIfQTqzcy5VX7GRZ/CCDrnOaZorFFM01aXp1+GJwuFGV4NDDoAS+mOUyHcO6UD/RfqOks3Q==",
Johann-S's avatar
Johann-S committed
90
91
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
92
        "@babel/types": "^7.0.0"
Johann-S's avatar
Johann-S committed
93
94
95
      }
    },
    "@babel/helper-builder-binary-assignment-operator-visitor": {
XhmikosR's avatar
XhmikosR committed
96
97
98
      "version": "7.1.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.1.0.tgz",
      "integrity": "sha512-qNSR4jrmJ8M1VMM9tibvyRAHXQs2PmaksQF7c1CGJNipfe3D8p+wgNwgso/P2A2r2mdgBWAXljNWR0QRZAMW8w==",
Johann-S's avatar
Johann-S committed
99
100
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
101
        "@babel/helper-explode-assignable-expression": "^7.1.0",
XhmikosR's avatar
XhmikosR committed
102
        "@babel/types": "^7.0.0"
Johann-S's avatar
Johann-S committed
103
104
105
      }
    },
    "@babel/helper-call-delegate": {
106
107
108
      "version": "7.4.4",
      "resolved": "https://registry.npmjs.org/@babel/helper-call-delegate/-/helper-call-delegate-7.4.4.tgz",
      "integrity": "sha512-l79boDFJ8S1c5hvQvG+rc+wHw6IuH7YldmRKsYtpbawsxURu/paVy57FZMomGK22/JckepaikOkY0MoAmdyOlQ==",
Johann-S's avatar
Johann-S committed
109
110
      "dev": true,
      "requires": {
111
112
113
        "@babel/helper-hoist-variables": "^7.4.4",
        "@babel/traverse": "^7.4.4",
        "@babel/types": "^7.4.4"
Johann-S's avatar
Johann-S committed
114
115
116
      }
    },
    "@babel/helper-define-map": {
117
118
119
      "version": "7.4.4",
      "resolved": "https://registry.npmjs.org/@babel/helper-define-map/-/helper-define-map-7.4.4.tgz",
      "integrity": "sha512-IX3Ln8gLhZpSuqHJSnTNBWGDE9kdkTEWl21A/K7PQ00tseBwbqCHTvNLHSBd9M0R5rER4h5Rsvj9vw0R5SieBg==",
Johann-S's avatar
Johann-S committed
120
121
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
122
        "@babel/helper-function-name": "^7.1.0",
123
        "@babel/types": "^7.4.4",
XhmikosR's avatar
XhmikosR committed
124
        "lodash": "^4.17.11"
Johann-S's avatar
Johann-S committed
125
126
127
      }
    },
    "@babel/helper-explode-assignable-expression": {
XhmikosR's avatar
XhmikosR committed
128
129
130
      "version": "7.1.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.1.0.tgz",
      "integrity": "sha512-NRQpfHrJ1msCHtKjbzs9YcMmJZOg6mQMmGRB+hbamEdG5PNpaSm95275VD92DvJKuyl0s2sFiDmMZ+EnnvufqA==",
Johann-S's avatar
Johann-S committed
131
132
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
133
        "@babel/traverse": "^7.1.0",
XhmikosR's avatar
XhmikosR committed
134
        "@babel/types": "^7.0.0"
Johann-S's avatar
Johann-S committed
135
136
137
      }
    },
    "@babel/helper-function-name": {
XhmikosR's avatar
XhmikosR committed
138
139
140
      "version": "7.1.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.1.0.tgz",
      "integrity": "sha512-A95XEoCpb3TO+KZzJ4S/5uW5fNe26DjBGqf1o9ucyLyCmi1dXq/B3c8iaWTfBk3VvetUxl16e8tIrd5teOCfGw==",
Johann-S's avatar
Johann-S committed
141
142
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
143
        "@babel/helper-get-function-arity": "^7.0.0",
XhmikosR's avatar
XhmikosR committed
144
        "@babel/template": "^7.1.0",
XhmikosR's avatar
XhmikosR committed
145
        "@babel/types": "^7.0.0"
Johann-S's avatar
Johann-S committed
146
147
148
      }
    },
    "@babel/helper-get-function-arity": {
XhmikosR's avatar
XhmikosR committed
149
150
151
      "version": "7.0.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz",
      "integrity": "sha512-r2DbJeg4svYvt3HOS74U4eWKsUAMRH01Z1ds1zx8KNTPtpTL5JAsdFv8BNyOpVqdFhHkkRDIg5B4AsxmkjAlmQ==",
Johann-S's avatar
Johann-S committed
152
153
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
154
        "@babel/types": "^7.0.0"
Johann-S's avatar
Johann-S committed
155
156
157
      }
    },
    "@babel/helper-hoist-variables": {
158
159
160
      "version": "7.4.4",
      "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.4.4.tgz",
      "integrity": "sha512-VYk2/H/BnYbZDDg39hr3t2kKyifAm1W6zHRfhx8jGjIHpQEBv9dry7oQ2f3+J703TLu69nYdxsovl0XYfcnK4w==",
XhmikosR's avatar
XhmikosR committed
161
162
      "dev": true,
      "requires": {
163
        "@babel/types": "^7.4.4"
XhmikosR's avatar
XhmikosR committed
164
165
166
      }
    },
    "@babel/helper-member-expression-to-functions": {
XhmikosR's avatar
XhmikosR committed
167
168
169
      "version": "7.0.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.0.0.tgz",
      "integrity": "sha512-avo+lm/QmZlv27Zsi0xEor2fKcqWG56D5ae9dzklpIaY7cQMK5N8VSpaNVPPagiqmy7LrEjK1IWdGMOqPu5csg==",
Johann-S's avatar
Johann-S committed
170
171
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
172
        "@babel/types": "^7.0.0"
Johann-S's avatar
Johann-S committed
173
174
175
      }
    },
    "@babel/helper-module-imports": {
XhmikosR's avatar
XhmikosR committed
176
177
178
      "version": "7.0.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.0.0.tgz",
      "integrity": "sha512-aP/hlLq01DWNEiDg4Jn23i+CXxW/owM4WpDLFUbpjxe4NS3BhLVZQ5i7E0ZrxuQ/vwekIeciyamgB1UIYxxM6A==",
Johann-S's avatar
Johann-S committed
179
180
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
181
        "@babel/types": "^7.0.0"
Johann-S's avatar
Johann-S committed
182
183
184
      }
    },
    "@babel/helper-module-transforms": {
185
186
187
      "version": "7.4.4",
      "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.4.4.tgz",
      "integrity": "sha512-3Z1yp8TVQf+B4ynN7WoHPKS8EkdTbgAEy0nU0rs/1Kw4pDgmvYH3rz3aI11KgxKCba2cn7N+tqzV1mY2HMN96w==",
Johann-S's avatar
Johann-S committed
188
189
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
190
        "@babel/helper-module-imports": "^7.0.0",
XhmikosR's avatar
XhmikosR committed
191
        "@babel/helper-simple-access": "^7.1.0",
192
193
194
195
        "@babel/helper-split-export-declaration": "^7.4.4",
        "@babel/template": "^7.4.4",
        "@babel/types": "^7.4.4",
        "lodash": "^4.17.11"
Johann-S's avatar
Johann-S committed
196
197
198
      }
    },
    "@babel/helper-optimise-call-expression": {
XhmikosR's avatar
XhmikosR committed
199
200
201
      "version": "7.0.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.0.0.tgz",
      "integrity": "sha512-u8nd9NQePYNQV8iPWu/pLLYBqZBa4ZaY1YWRFMuxrid94wKI1QNt67NEZ7GAe5Kc/0LLScbim05xZFWkAdrj9g==",
Johann-S's avatar
Johann-S committed
202
203
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
204
        "@babel/types": "^7.0.0"
Johann-S's avatar
Johann-S committed
205
206
      }
    },
XhmikosR's avatar
XhmikosR committed
207
    "@babel/helper-plugin-utils": {
XhmikosR's avatar
XhmikosR committed
208
209
210
      "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==",
XhmikosR's avatar
XhmikosR committed
211
212
      "dev": true
    },
Johann-S's avatar
Johann-S committed
213
    "@babel/helper-regex": {
214
215
216
      "version": "7.4.4",
      "resolved": "https://registry.npmjs.org/@babel/helper-regex/-/helper-regex-7.4.4.tgz",
      "integrity": "sha512-Y5nuB/kESmR3tKjU8Nkn1wMGEx1tjJX076HBMeL3XLQCu6vA/YRzuTW0bbb+qRnXvQGn+d6Rx953yffl8vEy7Q==",
Johann-S's avatar
Johann-S committed
217
218
      "dev": true,
      "requires": {
219
        "lodash": "^4.17.11"
Johann-S's avatar
Johann-S committed
220
221
222
      }
    },
    "@babel/helper-remap-async-to-generator": {
XhmikosR's avatar
XhmikosR committed
223
224
225
      "version": "7.1.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.1.0.tgz",
      "integrity": "sha512-3fOK0L+Fdlg8S5al8u/hWE6vhufGSn0bN09xm2LXMy//REAF8kDCrYoOBKYmA8m5Nom+sV9LyLCwrFynA8/slg==",
Johann-S's avatar
Johann-S committed
226
227
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
228
        "@babel/helper-annotate-as-pure": "^7.0.0",
XhmikosR's avatar
XhmikosR committed
229
230
231
        "@babel/helper-wrap-function": "^7.1.0",
        "@babel/template": "^7.1.0",
        "@babel/traverse": "^7.1.0",
XhmikosR's avatar
XhmikosR committed
232
        "@babel/types": "^7.0.0"
Johann-S's avatar
Johann-S committed
233
234
235
      }
    },
    "@babel/helper-replace-supers": {
236
237
238
      "version": "7.4.4",
      "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.4.4.tgz",
      "integrity": "sha512-04xGEnd+s01nY1l15EuMS1rfKktNF+1CkKmHoErDppjAAZL+IUBZpzT748x262HF7fibaQPhbvWUl5HeSt1EXg==",
Johann-S's avatar
Johann-S committed
239
240
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
241
242
        "@babel/helper-member-expression-to-functions": "^7.0.0",
        "@babel/helper-optimise-call-expression": "^7.0.0",
243
244
        "@babel/traverse": "^7.4.4",
        "@babel/types": "^7.4.4"
Johann-S's avatar
Johann-S committed
245
246
247
      }
    },
    "@babel/helper-simple-access": {
XhmikosR's avatar
XhmikosR committed
248
249
250
      "version": "7.1.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.1.0.tgz",
      "integrity": "sha512-Vk+78hNjRbsiu49zAPALxTb+JUQCz1aolpd8osOF16BGnLtseD21nbHgLPGUwrXEurZgiCOUmvs3ExTu4F5x6w==",
Johann-S's avatar
Johann-S committed
251
252
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
253
        "@babel/template": "^7.1.0",
XhmikosR's avatar
XhmikosR committed
254
        "@babel/types": "^7.0.0"
Johann-S's avatar
Johann-S committed
255
256
      }
    },
XhmikosR's avatar
XhmikosR committed
257
    "@babel/helper-split-export-declaration": {
258
259
260
      "version": "7.4.4",
      "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.4.4.tgz",
      "integrity": "sha512-Ro/XkzLf3JFITkW6b+hNxzZ1n5OQ80NvIUdmHspih1XAhtN3vPTuUFT4eQnela+2MaZ5ulH+iyP513KJrxbN7Q==",
XhmikosR's avatar
XhmikosR committed
261
262
      "dev": true,
      "requires": {
263
        "@babel/types": "^7.4.4"
XhmikosR's avatar
XhmikosR committed
264
265
      }
    },
Johann-S's avatar
Johann-S committed
266
    "@babel/helper-wrap-function": {
XhmikosR's avatar
XhmikosR committed
267
268
269
      "version": "7.2.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.2.0.tgz",
      "integrity": "sha512-o9fP1BZLLSrYlxYEYyl2aS+Flun5gtjTIG8iln+XuEzQTs0PLagAGSXUcqruJwD5fM48jzIEggCKpIfWTcR7pQ==",
Johann-S's avatar
Johann-S committed
270
271
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
272
273
274
        "@babel/helper-function-name": "^7.1.0",
        "@babel/template": "^7.1.0",
        "@babel/traverse": "^7.1.0",
XhmikosR's avatar
XhmikosR committed
275
        "@babel/types": "^7.2.0"
Johann-S's avatar
Johann-S committed
276
277
278
      }
    },
    "@babel/helpers": {
279
280
281
      "version": "7.4.4",
      "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.4.4.tgz",
      "integrity": "sha512-igczbR/0SeuPR8RFfC7tGrbdTbFL3QTvH6D+Z6zNxnTe//GyqmtHmDkzrqDmyZ3eSwPqB/LhyKoU5DXsp+Vp2A==",
282
283
      "dev": true,
      "requires": {
284
285
286
        "@babel/template": "^7.4.4",
        "@babel/traverse": "^7.4.4",
        "@babel/types": "^7.4.4"
287
288
289
      }
    },
    "@babel/highlight": {
XhmikosR's avatar
XhmikosR committed
290
291
292
      "version": "7.0.0",
      "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.0.0.tgz",
      "integrity": "sha512-UFMC4ZeFC48Tpvj7C8UgLvtkaUuovQX+5xNWrsIoMG8o2z+XFKjKaN9iVmS84dPwVN00W4wPmqvYoZF3EGAsfw==",
Johann-S's avatar
Johann-S committed
293
294
      "dev": true,
      "requires": {
295
296
        "chalk": "^2.0.0",
        "esutils": "^2.0.2",
XhmikosR's avatar
XhmikosR committed
297
        "js-tokens": "^4.0.0"
Johann-S's avatar
Johann-S committed
298
299
      }
    },
XhmikosR's avatar
XhmikosR committed
300
    "@babel/parser": {
XhmikosR's avatar
XhmikosR committed
301
302
303
      "version": "7.4.5",
      "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.4.5.tgz",
      "integrity": "sha512-9mUqkL1FF5T7f0WDFfAoDdiMVPWsdD1gZYzSnaXsxUCUqzuch/8of9G3VUSNiZmMBoRxT3neyVsqeiL/ZPcjew==",
XhmikosR's avatar
XhmikosR committed
304
305
      "dev": true
    },
Johann-S's avatar
Johann-S committed
306
    "@babel/plugin-proposal-async-generator-functions": {
XhmikosR's avatar
XhmikosR committed
307
308
309
      "version": "7.2.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.2.0.tgz",
      "integrity": "sha512-+Dfo/SCQqrwx48ptLVGLdE39YtWRuKc/Y9I5Fy0P1DDBB9lsAHpjcEJQt+4IifuSOSTLBKJObJqMvaO1pIE8LQ==",
Johann-S's avatar
Johann-S committed
310
311
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
312
        "@babel/helper-plugin-utils": "^7.0.0",
XhmikosR's avatar
XhmikosR committed
313
        "@babel/helper-remap-async-to-generator": "^7.1.0",
XhmikosR's avatar
XhmikosR committed
314
        "@babel/plugin-syntax-async-generators": "^7.2.0"
XhmikosR's avatar
XhmikosR committed
315
316
317
      }
    },
    "@babel/plugin-proposal-json-strings": {
XhmikosR's avatar
XhmikosR committed
318
319
320
      "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
321
322
323
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.0.0",
XhmikosR's avatar
XhmikosR committed
324
        "@babel/plugin-syntax-json-strings": "^7.2.0"
Johann-S's avatar
Johann-S committed
325
326
327
      }
    },
    "@babel/plugin-proposal-object-rest-spread": {
328
329
330
      "version": "7.4.4",
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.4.4.tgz",
      "integrity": "sha512-dMBG6cSPBbHeEBdFXeQ2QLc5gUpg4Vkaz8octD4aoW/ISO+jBOcsuxYL7bsb5WSu8RLP6boxrBIALEHgoHtO9g==",
Johann-S's avatar
Johann-S committed
331
332
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
333
        "@babel/helper-plugin-utils": "^7.0.0",
XhmikosR's avatar
XhmikosR committed
334
        "@babel/plugin-syntax-object-rest-spread": "^7.2.0"
Johann-S's avatar
Johann-S committed
335
336
337
      }
    },
    "@babel/plugin-proposal-optional-catch-binding": {
XhmikosR's avatar
XhmikosR committed
338
339
340
      "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
341
342
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
343
        "@babel/helper-plugin-utils": "^7.0.0",
XhmikosR's avatar
XhmikosR committed
344
        "@babel/plugin-syntax-optional-catch-binding": "^7.2.0"
Johann-S's avatar
Johann-S committed
345
346
347
      }
    },
    "@babel/plugin-proposal-unicode-property-regex": {
348
349
350
      "version": "7.4.4",
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.4.4.tgz",
      "integrity": "sha512-j1NwnOqMG9mFUOH58JTFsA/+ZYzQLUZ/drqWUqxCYLGeu2JFZL8YrNC9hBxKmWtAuOCHPcRpgv7fhap09Fb4kA==",
Johann-S's avatar
Johann-S committed
351
352
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
353
        "@babel/helper-plugin-utils": "^7.0.0",
354
        "@babel/helper-regex": "^7.4.4",
XhmikosR's avatar
XhmikosR committed
355
        "regexpu-core": "^4.5.4"
Johann-S's avatar
Johann-S committed
356
357
358
      }
    },
    "@babel/plugin-syntax-async-generators": {
XhmikosR's avatar
XhmikosR committed
359
360
361
      "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
362
363
364
365
366
367
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.0.0"
      }
    },
    "@babel/plugin-syntax-json-strings": {
XhmikosR's avatar
XhmikosR committed
368
369
370
      "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
371
372
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
373
        "@babel/helper-plugin-utils": "^7.0.0"
XhmikosR's avatar
XhmikosR committed
374
      }
Johann-S's avatar
Johann-S committed
375
376
    },
    "@babel/plugin-syntax-object-rest-spread": {
XhmikosR's avatar
XhmikosR committed
377
378
379
      "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
380
381
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
382
        "@babel/helper-plugin-utils": "^7.0.0"
XhmikosR's avatar
XhmikosR committed
383
      }
Johann-S's avatar
Johann-S committed
384
385
    },
    "@babel/plugin-syntax-optional-catch-binding": {
XhmikosR's avatar
XhmikosR committed
386
387
388
      "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
389
390
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
391
        "@babel/helper-plugin-utils": "^7.0.0"
XhmikosR's avatar
XhmikosR committed
392
      }
Johann-S's avatar
Johann-S committed
393
394
    },
    "@babel/plugin-transform-arrow-functions": {
XhmikosR's avatar
XhmikosR committed
395
396
397
      "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
398
399
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
400
        "@babel/helper-plugin-utils": "^7.0.0"
XhmikosR's avatar
XhmikosR committed
401
      }
Johann-S's avatar
Johann-S committed
402
403
    },
    "@babel/plugin-transform-async-to-generator": {
404
405
406
      "version": "7.4.4",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.4.4.tgz",
      "integrity": "sha512-YiqW2Li8TXmzgbXw+STsSqPBPFnGviiaSp6CYOq55X8GQ2SGVLrXB6pNid8HkqkZAzOH6knbai3snhP7v0fNwA==",
Johann-S's avatar
Johann-S committed
407
408
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
409
410
        "@babel/helper-module-imports": "^7.0.0",
        "@babel/helper-plugin-utils": "^7.0.0",
XhmikosR's avatar
XhmikosR committed
411
        "@babel/helper-remap-async-to-generator": "^7.1.0"
Johann-S's avatar
Johann-S committed
412
413
414
      }
    },
    "@babel/plugin-transform-block-scoped-functions": {
XhmikosR's avatar
XhmikosR committed
415
416
417
      "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
418
419
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
420
        "@babel/helper-plugin-utils": "^7.0.0"
XhmikosR's avatar
XhmikosR committed
421
      }
Johann-S's avatar
Johann-S committed
422
423
    },
    "@babel/plugin-transform-block-scoping": {
424
425
426
      "version": "7.4.4",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.4.4.tgz",
      "integrity": "sha512-jkTUyWZcTrwxu5DD4rWz6rDB5Cjdmgz6z7M7RLXOJyCUkFBawssDGcGh8M/0FTSB87avyJI1HsTwUXp9nKA1PA==",
Johann-S's avatar
Johann-S committed
427
428
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
429
        "@babel/helper-plugin-utils": "^7.0.0",
430
        "lodash": "^4.17.11"
Johann-S's avatar
Johann-S committed
431
432
433
      }
    },
    "@babel/plugin-transform-classes": {
434
435
436
      "version": "7.4.4",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.4.4.tgz",
      "integrity": "sha512-/e44eFLImEGIpL9qPxSRat13I5QNRgBLu2hOQJCF7VLy/otSM/sypV1+XaIw5+502RX/+6YaSAPmldk+nhHDPw==",
XhmikosR's avatar
XhmikosR committed
437
438
439
      "dev": true,
      "requires": {
        "@babel/helper-annotate-as-pure": "^7.0.0",
440
        "@babel/helper-define-map": "^7.4.4",
XhmikosR's avatar
XhmikosR committed
441
        "@babel/helper-function-name": "^7.1.0",
XhmikosR's avatar
XhmikosR committed
442
443
        "@babel/helper-optimise-call-expression": "^7.0.0",
        "@babel/helper-plugin-utils": "^7.0.0",
444
445
        "@babel/helper-replace-supers": "^7.4.4",
        "@babel/helper-split-export-declaration": "^7.4.4",
446
        "globals": "^11.1.0"
Johann-S's avatar
Johann-S committed
447
448
449
      }
    },
    "@babel/plugin-transform-computed-properties": {
XhmikosR's avatar
XhmikosR committed
450
451
452
      "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
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-destructuring": {
459
460
461
      "version": "7.4.4",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.4.4.tgz",
      "integrity": "sha512-/aOx+nW0w8eHiEHm+BTERB2oJn5D127iye/SUQl7NjHy0lf+j7h4MKMMSOwdazGq9OxgiNADncE+SRJkCxjZpQ==",
XhmikosR's avatar
XhmikosR committed
462
463
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
464
        "@babel/helper-plugin-utils": "^7.0.0"
XhmikosR's avatar
XhmikosR committed
465
      }
Johann-S's avatar
Johann-S committed
466
    },
467
    "@babel/plugin-transform-dotall-regex": {
468
469
470
      "version": "7.4.4",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.4.4.tgz",
      "integrity": "sha512-P05YEhRc2h53lZDjRPk/OektxCVevFzZs2Gfjd545Wde3k+yFDbXORgl2e0xpbq8mLcKJ7Idss4fAg0zORN/zg==",
471
472
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
473
        "@babel/helper-plugin-utils": "^7.0.0",
474
475
        "@babel/helper-regex": "^7.4.4",
        "regexpu-core": "^4.5.4"
476
477
      }
    },
Johann-S's avatar
Johann-S committed
478
    "@babel/plugin-transform-duplicate-keys": {
XhmikosR's avatar
XhmikosR committed
479
480
481
      "version": "7.2.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.2.0.tgz",
      "integrity": "sha512-q+yuxW4DsTjNceUiTzK0L+AfQ0zD9rWaTLiUqHA8p0gxx7lu1EylenfzjeIWNkPy6e/0VG/Wjw9uf9LueQwLOw==",
XhmikosR's avatar
XhmikosR committed
482
483
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
484
        "@babel/helper-plugin-utils": "^7.0.0"
XhmikosR's avatar
XhmikosR committed
485
      }
Johann-S's avatar
Johann-S committed
486
487
    },
    "@babel/plugin-transform-exponentiation-operator": {
XhmikosR's avatar
XhmikosR committed
488
489
490
      "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
491
492
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
493
        "@babel/helper-builder-binary-assignment-operator-visitor": "^7.1.0",
XhmikosR's avatar
XhmikosR committed
494
        "@babel/helper-plugin-utils": "^7.0.0"
Johann-S's avatar
Johann-S committed
495
496
497
      }
    },
    "@babel/plugin-transform-for-of": {
498
499
500
      "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
501
502
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
503
        "@babel/helper-plugin-utils": "^7.0.0"
XhmikosR's avatar
XhmikosR committed
504
      }
Johann-S's avatar
Johann-S committed
505
506
    },
    "@babel/plugin-transform-function-name": {
507
508
509
      "version": "7.4.4",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.4.4.tgz",
      "integrity": "sha512-iU9pv7U+2jC9ANQkKeNF6DrPy4GBa4NWQtl6dHB4Pb3izX2JOEvDTFarlNsBj/63ZEzNNIAMs3Qw4fNCcSOXJA==",
Johann-S's avatar
Johann-S committed
510
511
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
512
        "@babel/helper-function-name": "^7.1.0",
XhmikosR's avatar
XhmikosR committed
513
        "@babel/helper-plugin-utils": "^7.0.0"
Johann-S's avatar
Johann-S committed
514
515
516
      }
    },
    "@babel/plugin-transform-literals": {
XhmikosR's avatar
XhmikosR committed
517
518
519
      "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
520
521
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
522
        "@babel/helper-plugin-utils": "^7.0.0"
XhmikosR's avatar
XhmikosR committed
523
      }
Johann-S's avatar
Johann-S committed
524
    },
525
526
527
528
529
530
531
532
533
    "@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
534
    "@babel/plugin-transform-modules-amd": {
XhmikosR's avatar
XhmikosR committed
535
536
537
      "version": "7.2.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.2.0.tgz",
      "integrity": "sha512-mK2A8ucqz1qhrdqjS9VMIDfIvvT2thrEsIQzbaTdc5QFzhDjQv2CkJJ5f6BXIkgbmaoax3zBr2RyvV/8zeoUZw==",
Johann-S's avatar
Johann-S committed
538
539
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
540
        "@babel/helper-module-transforms": "^7.1.0",
XhmikosR's avatar
XhmikosR committed
541
        "@babel/helper-plugin-utils": "^7.0.0"
Johann-S's avatar
Johann-S committed
542
543
544
      }
    },
    "@babel/plugin-transform-modules-commonjs": {
545
546
547
      "version": "7.4.4",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.4.4.tgz",
      "integrity": "sha512-4sfBOJt58sEo9a2BQXnZq+Q3ZTSAUXyK3E30o36BOGnJ+tvJ6YSxF0PG6kERvbeISgProodWuI9UVG3/FMY6iw==",
Johann-S's avatar
Johann-S committed
548
549
      "dev": true,
      "requires": {
550
        "@babel/helper-module-transforms": "^7.4.4",
XhmikosR's avatar
XhmikosR committed
551
        "@babel/helper-plugin-utils": "^7.0.0",
XhmikosR's avatar
XhmikosR committed
552
        "@babel/helper-simple-access": "^7.1.0"
Johann-S's avatar
Johann-S committed
553
554
555
      }
    },
    "@babel/plugin-transform-modules-systemjs": {
556
557
558
      "version": "7.4.4",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.4.4.tgz",
      "integrity": "sha512-MSiModfILQc3/oqnG7NrP1jHaSPryO6tA2kOMmAQApz5dayPxWiHqmq4sWH2xF5LcQK56LlbKByCd8Aah/OIkQ==",
Johann-S's avatar
Johann-S committed
559
560
      "dev": true,
      "requires": {
561
        "@babel/helper-hoist-variables": "^7.4.4",
XhmikosR's avatar
XhmikosR committed
562
        "@babel/helper-plugin-utils": "^7.0.0"
Johann-S's avatar
Johann-S committed
563
564
565
      }
    },
    "@babel/plugin-transform-modules-umd": {
XhmikosR's avatar
XhmikosR committed
566
567
568
      "version": "7.2.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.2.0.tgz",
      "integrity": "sha512-BV3bw6MyUH1iIsGhXlOK6sXhmSarZjtJ/vMiD9dNmpY8QXFFQTj+6v92pcfy1iqa8DeAfJFwoxcrS/TUZda6sw==",
Johann-S's avatar
Johann-S committed
569
570
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
571
        "@babel/helper-module-transforms": "^7.1.0",
XhmikosR's avatar
XhmikosR committed
572
        "@babel/helper-plugin-utils": "^7.0.0"
Johann-S's avatar
Johann-S committed
573
574
      }
    },
575
    "@babel/plugin-transform-named-capturing-groups-regex": {
XhmikosR's avatar
XhmikosR committed
576
577
578
      "version": "7.4.5",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.4.5.tgz",
      "integrity": "sha512-z7+2IsWafTBbjNsOxU/Iv5CvTJlr5w4+HGu1HovKYTtgJ362f7kBcQglkfmlspKKZ3bgrbSGvLfNx++ZJgCWsg==",
579
580
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
581
        "regexp-tree": "^0.1.6"
582
583
      }
    },
Johann-S's avatar
Johann-S committed
584
    "@babel/plugin-transform-new-target": {
585
586
587
      "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
588
589
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
590
        "@babel/helper-plugin-utils": "^7.0.0"
XhmikosR's avatar
XhmikosR committed
591
      }
Johann-S's avatar
Johann-S committed
592
593
    },
    "@babel/plugin-transform-object-super": {
XhmikosR's avatar
XhmikosR committed
594
595
596
      "version": "7.2.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.2.0.tgz",
      "integrity": "sha512-VMyhPYZISFZAqAPVkiYb7dUe2AsVi2/wCT5+wZdsNO31FojQJa9ns40hzZ6U9f50Jlq4w6qwzdBB2uwqZ00ebg==",
Johann-S's avatar
Johann-S committed
597
598
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
599
        "@babel/helper-plugin-utils": "^7.0.0",
XhmikosR's avatar
XhmikosR committed
600
        "@babel/helper-replace-supers": "^7.1.0"
Johann-S's avatar
Johann-S committed
601
602
603
      }
    },
    "@babel/plugin-transform-parameters": {
604
605
606
      "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
607
608
      "dev": true,
      "requires": {
609
        "@babel/helper-call-delegate": "^7.4.4",
XhmikosR's avatar
XhmikosR committed
610
611
        "@babel/helper-get-function-arity": "^7.0.0",
        "@babel/helper-plugin-utils": "^7.0.0"
Johann-S's avatar
Johann-S committed
612
613
      }
    },
614
615
616
617
618
619
620
621
622
    "@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
623
    "@babel/plugin-transform-regenerator": {
XhmikosR's avatar
XhmikosR committed
624
625
626
      "version": "7.4.5",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.4.5.tgz",
      "integrity": "sha512-gBKRh5qAaCWntnd09S8QC7r3auLCqq5DI6O0DlfoyDjslSBVqBibrMdsqO+Uhmx3+BlOmE/Kw1HFxmGbv0N9dA==",
Johann-S's avatar
Johann-S committed
627
628
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
629
        "regenerator-transform": "^0.14.0"
Johann-S's avatar
Johann-S committed
630
631
      }
    },
632
633
634
635
636
637
638
639
640
    "@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
641
    "@babel/plugin-transform-shorthand-properties": {
XhmikosR's avatar
XhmikosR committed
642
643
644
      "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
645
646
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
647
        "@babel/helper-plugin-utils": "^7.0.0"
XhmikosR's avatar
XhmikosR committed
648
      }
Johann-S's avatar
Johann-S committed
649
650
    },
    "@babel/plugin-transform-spread": {
XhmikosR's avatar
XhmikosR committed
651
652
653
      "version": "7.2.2",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.2.2.tgz",
      "integrity": "sha512-KWfky/58vubwtS0hLqEnrWJjsMGaOeSBn90Ezn5Jeg9Z8KKHmELbP1yGylMlm5N6TPKeY9A2+UaSYLdxahg01w==",
XhmikosR's avatar
XhmikosR committed
654
655
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
656
        "@babel/helper-plugin-utils": "^7.0.0"
XhmikosR's avatar
XhmikosR committed
657
      }
Johann-S's avatar
Johann-S committed
658
659
    },
    "@babel/plugin-transform-sticky-regex": {
XhmikosR's avatar
XhmikosR committed
660
661
662
      "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
663
664
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
665
666
        "@babel/helper-plugin-utils": "^7.0.0",
        "@babel/helper-regex": "^7.0.0"
Johann-S's avatar
Johann-S committed
667
668
669
      }
    },
    "@babel/plugin-transform-template-literals": {
670
671
672
      "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
673
674
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
675
676
        "@babel/helper-annotate-as-pure": "^7.0.0",
        "@babel/helper-plugin-utils": "^7.0.0"
Johann-S's avatar
Johann-S committed
677
678
679
      }
    },
    "@babel/plugin-transform-typeof-symbol": {
XhmikosR's avatar
XhmikosR committed
680
681
682
      "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
683
684
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
685
        "@babel/helper-plugin-utils": "^7.0.0"
XhmikosR's avatar
XhmikosR committed
686
      }
Johann-S's avatar
Johann-S committed
687
688
    },
    "@babel/plugin-transform-unicode-regex": {
689
690
691
      "version": "7.4.4",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.4.4.tgz",
      "integrity": "sha512-il+/XdNw01i93+M9J9u4T7/e/Ue/vWfNZE4IRUQjplu2Mqb/AFTDimkw2tdEdSH50wuQXZAbXSql0UphQke+vA==",
Johann-S's avatar
Johann-S committed
692
693
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
694
        "@babel/helper-plugin-utils": "^7.0.0",
695
696
        "@babel/helper-regex": "^7.4.4",
        "regexpu-core": "^4.5.4"
Johann-S's avatar
Johann-S committed
697
698
699
      }
    },
    "@babel/preset-env": {
XhmikosR's avatar
XhmikosR committed
700
701
702
      "version": "7.4.5",
      "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.4.5.tgz",
      "integrity": "sha512-f2yNVXM+FsR5V8UwcFeIHzHWgnhXg3NpRmy0ADvALpnhB0SLbCvrCRr4BLOUYbQNLS+Z0Yer46x9dJXpXewI7w==",
XhmikosR's avatar
XhmikosR committed
703
704
705
706
      "dev": true,
      "requires": {
        "@babel/helper-module-imports": "^7.0.0",
        "@babel/helper-plugin-utils": "^7.0.0",
XhmikosR's avatar
XhmikosR committed
707
708
        "@babel/plugin-proposal-async-generator-functions": "^7.2.0",
        "@babel/plugin-proposal-json-strings": "^7.2.0",
709
        "@babel/plugin-proposal-object-rest-spread": "^7.4.4",
XhmikosR's avatar
XhmikosR committed
710
        "@babel/plugin-proposal-optional-catch-binding": "^7.2.0",
711
        "@babel/plugin-proposal-unicode-property-regex": "^7.4.4",
XhmikosR's avatar
XhmikosR committed
712
        "@babel/plugin-syntax-async-generators": "^7.2.0",
713
        "@babel/plugin-syntax-json-strings": "^7.2.0",
XhmikosR's avatar
XhmikosR committed
714
715
716
        "@babel/plugin-syntax-object-rest-spread": "^7.2.0",
        "@babel/plugin-syntax-optional-catch-binding": "^7.2.0",
        "@babel/plugin-transform-arrow-functions": "^7.2.0",
717
        "@babel/plugin-transform-async-to-generator": "^7.4.4",
XhmikosR's avatar
XhmikosR committed
718
        "@babel/plugin-transform-block-scoped-functions": "^7.2.0",
719
720
        "@babel/plugin-transform-block-scoping": "^7.4.4",
        "@babel/plugin-transform-classes": "^7.4.4",
XhmikosR's avatar
XhmikosR committed
721
        "@babel/plugin-transform-computed-properties": "^7.2.0",
722
723
        "@babel/plugin-transform-destructuring": "^7.4.4",
        "@babel/plugin-transform-dotall-regex": "^7.4.4",
XhmikosR's avatar
XhmikosR committed
724
725
        "@babel/plugin-transform-duplicate-keys": "^7.2.0",
        "@babel/plugin-transform-exponentiation-operator": "^7.2.0",
726
727
        "@babel/plugin-transform-for-of": "^7.4.4",
        "@babel/plugin-transform-function-name": "^7.4.4",
XhmikosR's avatar
XhmikosR committed
728
        "@babel/plugin-transform-literals": "^7.2.0",
729
        "@babel/plugin-transform-member-expression-literals": "^7.2.0",
XhmikosR's avatar
XhmikosR committed
730
        "@babel/plugin-transform-modules-amd": "^7.2.0",
731
732
        "@babel/plugin-transform-modules-commonjs": "^7.4.4",
        "@babel/plugin-transform-modules-systemjs": "^7.4.4",
XhmikosR's avatar
XhmikosR committed
733
        "@babel/plugin-transform-modules-umd": "^7.2.0",
XhmikosR's avatar
XhmikosR committed
734
        "@babel/plugin-transform-named-capturing-groups-regex": "^7.4.5",
735
        "@babel/plugin-transform-new-target": "^7.4.4",
XhmikosR's avatar
XhmikosR committed
736
        "@babel/plugin-transform-object-super": "^7.2.0",
737
738
        "@babel/plugin-transform-parameters": "^7.4.4",
        "@babel/plugin-transform-property-literals": "^7.2.0",
XhmikosR's avatar
XhmikosR committed
739
        "@babel/plugin-transform-regenerator": "^7.4.5",
740
        "@babel/plugin-transform-reserved-words": "^7.2.0",
XhmikosR's avatar
XhmikosR committed
741
742
743
        "@babel/plugin-transform-shorthand-properties": "^7.2.0",
        "@babel/plugin-transform-spread": "^7.2.0",
        "@babel/plugin-transform-sticky-regex": "^7.2.0",
744
        "@babel/plugin-transform-template-literals": "^7.4.4",
XhmikosR's avatar
XhmikosR committed
745
        "@babel/plugin-transform-typeof-symbol": "^7.2.0",
746
747
        "@babel/plugin-transform-unicode-regex": "^7.4.4",
        "@babel/types": "^7.4.4",
XhmikosR's avatar
XhmikosR committed
748
749
        "browserslist": "^4.6.0",
        "core-js-compat": "^3.1.1",
750
        "invariant": "^2.2.2",
XhmikosR's avatar
XhmikosR committed
751
        "js-levenshtein": "^1.1.3",
752
        "semver": "^5.5.0"
Johann-S's avatar
Johann-S committed
753
754
755
      }
    },
    "@babel/template": {
756
757
758
      "version": "7.4.4",
      "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.4.4.tgz",
      "integrity": "sha512-CiGzLN9KgAvgZsnivND7rkA+AeJ9JB0ciPOD4U59GKbQP2iQl+olF1l76kJOupqidozfZ32ghwBEJDhnk9MEcw==",
Johann-S's avatar
Johann-S committed
759
760
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
761
        "@babel/code-frame": "^7.0.0",
762
763
        "@babel/parser": "^7.4.4",
        "@babel/types": "^7.4.4"
Johann-S's avatar
Johann-S committed
764
765
766
      }
    },
    "@babel/traverse": {
XhmikosR's avatar
XhmikosR committed
767
768
769
      "version": "7.4.5",
      "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.4.5.tgz",
      "integrity": "sha512-Vc+qjynwkjRmIFGxy0KYoPj4FdVDxLej89kMHFsWScq999uX+pwcX4v9mWRjW0KcAYTPAuVQl2LKP1wEVLsp+A==",
Johann-S's avatar
Johann-S committed
770
771
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
772
        "@babel/code-frame": "^7.0.0",
773
        "@babel/generator": "^7.4.4",
XhmikosR's avatar
XhmikosR committed
774
        "@babel/helper-function-name": "^7.1.0",
775
        "@babel/helper-split-export-declaration": "^7.4.4",
XhmikosR's avatar
XhmikosR committed
776
        "@babel/parser": "^7.4.5",
777
        "@babel/types": "^7.4.4",
XhmikosR's avatar
XhmikosR committed
778
        "debug": "^4.1.0",
779
        "globals": "^11.1.0",
XhmikosR's avatar
XhmikosR committed
780
        "lodash": "^4.17.11"
XhmikosR's avatar
XhmikosR committed
781
782
783
      },
      "dependencies": {
        "debug": {
XhmikosR's avatar
XhmikosR committed
784
785
786
          "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
787
788
          "dev": true,
          "requires": {
XhmikosR's avatar
XhmikosR committed
789
            "ms": "^2.1.1"
XhmikosR's avatar
XhmikosR committed
790
          }
XhmikosR's avatar
XhmikosR committed
791
792
793
794
795
796
        },
        "ms": {
          "version": "2.1.1",
          "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz",
          "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==",
          "dev": true
XhmikosR's avatar
XhmikosR committed
797
        }
Johann-S's avatar
Johann-S committed
798
799
800
      }
    },
    "@babel/types": {
801
802
803
      "version": "7.4.4",
      "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.4.4.tgz",
      "integrity": "sha512-dOllgYdnEFOebhkKCjzSVFqw/PmmB8pH6RGOWkY4GsboQNd47b1fBThBSwlHAq9alF9vc1M3+6oqR47R50L0tQ==",
Johann-S's avatar
Johann-S committed
804
805
      "dev": true,
      "requires": {
806
        "esutils": "^2.0.2",
XhmikosR's avatar
XhmikosR committed
807
        "lodash": "^4.17.11",
808
        "to-fast-properties": "^2.0.0"
Johann-S's avatar
Johann-S committed
809
810
      }
    },
811
812
813
814
815
816
    "@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": {
817
818
        "call-me-maybe": "^1.0.1",
        "glob-to-regexp": "^0.3.0"
819
820
      }
    },
XhmikosR's avatar
XhmikosR committed
821
    "@nodelib/fs.stat": {
XhmikosR's avatar
XhmikosR committed
822
823
824
      "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
825
826
      "dev": true
    },
XhmikosR's avatar
XhmikosR committed
827
    "@sinonjs/commons": {
828
829
830
      "version": "1.4.0",
      "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.4.0.tgz",
      "integrity": "sha512-9jHK3YF/8HtJ9wCAbG+j8cD0i0+ATS9A7gXFqS36TblLPNy6rEEc+SB0imo91eCboGaBYGV/MT1/br/J+EE7Tw==",
XhmikosR's avatar
XhmikosR committed
831
832
833
834
835
      "dev": true,
      "requires": {
        "type-detect": "4.0.8"
      }
    },
Johann-S's avatar
Johann-S committed
836
    "@sinonjs/formatio": {
837
838
839
      "version": "3.2.1",
      "resolved": "https://registry.npmjs.org/@sinonjs/formatio/-/formatio-3.2.1.tgz",
      "integrity": "sha512-tsHvOB24rvyvV2+zKMmPkZ7dXX6LSLKZ7aOtXY6Edklp0uRcgGpOsQTTGTcWViFyx4uhWc6GV8QdnALbIbIdeQ==",
Johann-S's avatar
Johann-S committed
840
841
      "dev": true,
      "requires": {
842
843
        "@sinonjs/commons": "^1",
        "@sinonjs/samsam": "^3.1.0"
Johann-S's avatar
Johann-S committed
844
845
      }
    },
XhmikosR's avatar
XhmikosR committed
846
    "@sinonjs/samsam": {
XhmikosR's avatar
XhmikosR committed
847
848
849
      "version": "3.3.1",
      "resolved": "https://registry.npmjs.org/@sinonjs/samsam/-/samsam-3.3.1.tgz",
      "integrity": "sha512-wRSfmyd81swH0hA1bxJZJ57xr22kC07a1N4zuIL47yTS04bDk6AoCkczcqHEjcRPmJ+FruGJ9WBQiJwMtIElFw==",
XhmikosR's avatar
XhmikosR committed
850
851
852
853
      "dev": true,
      "requires": {
        "@sinonjs/commons": "^1.0.2",
        "array-from": "^2.1.1",
XhmikosR's avatar
XhmikosR committed
854
        "lodash": "^4.17.11"
XhmikosR's avatar
XhmikosR committed
855
      }
XhmikosR's avatar
XhmikosR committed
856
    },
857
858
859
860
861
862
    "@sinonjs/text-encoding": {
      "version": "0.7.1",
      "resolved": "https://registry.npmjs.org/@sinonjs/text-encoding/-/text-encoding-0.7.1.tgz",
      "integrity": "sha512-+iTbntw2IZPb/anVDbypzfQa+ay64MW0Zo8aJ8gZPWMMK6/OubMVb6lUPMagqjOPnmtauXnFCACVl3O7ogjeqQ==",
      "dev": true
    },
XhmikosR's avatar
XhmikosR committed
863
    "@types/estree": {
XhmikosR's avatar
XhmikosR committed
864
865
866
      "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
867
868
      "dev": true
    },
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
    "@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
892
    "@types/node": {
XhmikosR's avatar
XhmikosR committed
893
894
895
      "version": "12.0.3",
      "resolved": "https://registry.npmjs.org/@types/node/-/node-12.0.3.tgz",
      "integrity": "sha512-zkOxCS/fA+3SsdA+9Yun0iANxzhQRiNwTvJSr6N95JhuJ/x27z9G2URx1Jpt3zYFfCGUXZGL5UDxt5eyLE7wgw==",
XhmikosR's avatar
XhmikosR committed
896
897
      "dev": true
    },
898
899
900
901
902
903
904
905
906
    "@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": "*"
      }
    },
907
    "@types/unist": {
XhmikosR's avatar
XhmikosR committed
908
909
910
      "version": "2.0.3",
      "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.3.tgz",
      "integrity": "sha512-FvUupuM3rlRsRtCN+fDudtmytGO6iHJuuRKS1Ss0pG5z8oX0diNEw94UEL7hgDbpN94rgaK5R7sWm6RrSkZuAQ==",
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
      "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": "*"
      }
    },
Bardi Harborow's avatar
Bardi Harborow committed
934
    "abbrev": {
935
936
937
      "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
938
939
      "dev": true
    },
940
    "accepts": {
941
942
943
      "version": "1.3.7",
      "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.7.tgz",
      "integrity": "sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==",
944
945
      "dev": true,
      "requires": {
946
        "mime-types": "~2.1.24",
947
        "negotiator": "0.6.2"
948
949
      }
    },
Bardi Harborow's avatar
Bardi Harborow committed
950
    "acorn": {
951
952
953
      "version": "6.1.1",
      "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.1.1.tgz",
      "integrity": "sha512-jPTiwtOxaHNaAPg/dmrJ/beuzLRnXtB0kQPQ8JpotKJgTB6rX6c8mlf315941pyjBSaPg8NHXS9fhP4u17DpGA==",
Bardi Harborow's avatar
Bardi Harborow committed
954
955
956
      "dev": true
    },
    "acorn-jsx": {
XhmikosR's avatar
XhmikosR committed
957
958
959
      "version": "5.0.1",
      "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.0.1.tgz",
      "integrity": "sha512-HJ7CfNHrfJLlNTzIEUTj43LNWGkqpRLxm3YjAlcD0ACydk9XynzYsCBHxut+iqt+1aBXkx9UP/w/ZqMr13XIzg==",
XhmikosR's avatar
XhmikosR committed
960
      "dev": true
Bardi Harborow's avatar
Bardi Harborow committed
961
    },
962
963
964
965
966
967
    "after": {
      "version": "0.8.2",
      "resolved": "https://registry.npmjs.org/after/-/after-0.8.2.tgz",
      "integrity": "sha1-/ts5T58OAqqXaOcCvaI7UF+ufh8=",
      "dev": true
    },
968
    "agent-base": {
969
970
971
      "version": "4.2.1",
      "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-4.2.1.tgz",
      "integrity": "sha512-JVwXMr9nHYTUXsBFKUqhJwvlcYU/blreOEUkhNR2eXZIvwd+c+o5V4MgDPKWnMS/56awN3TRzIP+KoPn+roQtg==",
972
973
      "dev": true,
      "requires": {
974
        "es6-promisify": "^5.0.0"
975
976
      }
    },
Bardi Harborow's avatar
Bardi Harborow committed
977
    "ajv": {
XhmikosR's avatar
XhmikosR committed
978
979
980
      "version": "6.10.0",
      "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.10.0.tgz",
      "integrity": "sha512-nffhOpkymDECQyR0mnsUtoCE8RlX38G0rYP+wgLWFyZuUyuuojSSvi/+euOiQBIn63whYwYVIIH1TvE3tu4OEg==",
981
982
      "dev": true,
      "requires": {
XhmikosR's avatar
XhmikosR committed
983
        "fast-deep-equal": "^2.0.1",
984
        "fast-json-stable-stringify": "^2.0.0",
XhmikosR's avatar
XhmikosR committed
985
986
        "json-schema-traverse": "^0.4.1",
        "uri-js": "^4.2.2"
987
      }
Bardi Harborow's avatar
Bardi Harborow committed
988
989
990
991
992
993
994
    },
    "amdefine": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz",
      "integrity": "sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU=",
      "dev": true
    },
995
996
997
998
    "ansi-align": {
      "version": "2.0.0",
      "resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-2.0.0.tgz",
      "integrity": "sha1-w2rsy6VjuJzrVW82kPCx2eNUf38=",
999
1000
      "dev": true,
      "requires": {
For faster browsing, not all history is shown. View entire blame