Projekt

Obecné

Profil

« Předchozí | Další » 

Revize c46ffe2f

Přidáno uživatelem plundrichov před více než 4 roky(ů)

re #58 first version of react app

Zobrazit rozdíly:

client/.gitignore
1
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2

  
3
# dependencies
4
/node_modules
5
/.pnp
6
.pnp.js
7

  
8
# testing
9
/coverage
10

  
11
# production
12
/build
13

  
14
# misc
15
.DS_Store
16
.env.local
17
.env.development.local
18
.env.test.local
19
.env.production.local
20

  
21
npm-debug.log*
22
yarn-debug.log*
23
yarn-error.log*
client/README.md
1
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
2

  
3
## Available Scripts
4

  
5
In the project directory, you can run:
6

  
7
### `yarn start`
8

  
9
Runs the app in the development mode.<br />
10
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
11

  
12
The page will reload if you make edits.<br />
13
You will also see any lint errors in the console.
14

  
15
### `yarn test`
16

  
17
Launches the test runner in the interactive watch mode.<br />
18
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
19

  
20
### `yarn build`
21

  
22
Builds the app for production to the `build` folder.<br />
23
It correctly bundles React in production mode and optimizes the build for the best performance.
24

  
25
The build is minified and the filenames include the hashes.<br />
26
Your app is ready to be deployed!
27

  
28
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
29

  
30
### `yarn eject`
31

  
32
**Note: this is a one-way operation. Once you `eject`, you can’t go back!**
33

  
34
If you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.
35

  
36
Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.
37

  
38
You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.
39

  
40
## Learn More
41

  
42
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
43

  
44
To learn React, check out the [React documentation](https://reactjs.org/).
45

  
46
### Code Splitting
47

  
48
This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting
49

  
50
### Analyzing the Bundle Size
51

  
52
This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size
53

  
54
### Making a Progressive Web App
55

  
56
This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app
57

  
58
### Advanced Configuration
59

  
60
This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration
61

  
62
### Deployment
63

  
64
This section has moved here: https://facebook.github.io/create-react-app/docs/deployment
65

  
66
### `yarn build` fails to minify
67

  
68
This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify
client/index.html
1
<!DOCTYPE html>
2
<html lang="en">
3
<head>
4
    <meta charset="UTF-8">
5
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
    <title>Document</title>
7
</head>
8
<body>
9
    <img src="http://placekitten.com/200/300" class="">
10
</body>
11
</html>
client/package-lock.json
1
{
2
  "name": "yoso-dashboard",
3
  "version": "0.1.0",
4
  "lockfileVersion": 1,
5
  "requires": true,
6
  "dependencies": {
7
    "@babel/code-frame": {
8
      "version": "7.8.3",
9
      "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.8.3.tgz",
10
      "integrity": "sha512-a9gxpmdXtZEInkCSHUJDLHZVBgb1QS0jhss4cPP93EW7s+uC5bikET2twEF3KV+7rDblJcmNvTR7VJejqd2C2g==",
11
      "requires": {
12
        "@babel/highlight": "^7.8.3"
13
      }
14
    },
15
    "@babel/compat-data": {
16
      "version": "7.10.1",
17
      "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.10.1.tgz",
18
      "integrity": "sha512-CHvCj7So7iCkGKPRFUfryXIkU2gSBw7VSZFYLsqVhrS47269VK2Hfi9S/YcublPMW8k1u2bQBlbDruoQEm4fgw==",
19
      "requires": {
20
        "browserslist": "^4.12.0",
21
        "invariant": "^2.2.4",
22
        "semver": "^5.5.0"
23
      }
24
    },
25
    "@babel/core": {
26
      "version": "7.9.0",
27
      "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.9.0.tgz",
28
      "integrity": "sha512-kWc7L0fw1xwvI0zi8OKVBuxRVefwGOrKSQMvrQ3dW+bIIavBY3/NpXmpjMy7bQnLgwgzWQZ8TlM57YHpHNHz4w==",
29
      "requires": {
30
        "@babel/code-frame": "^7.8.3",
31
        "@babel/generator": "^7.9.0",
32
        "@babel/helper-module-transforms": "^7.9.0",
33
        "@babel/helpers": "^7.9.0",
34
        "@babel/parser": "^7.9.0",
35
        "@babel/template": "^7.8.6",
36
        "@babel/traverse": "^7.9.0",
37
        "@babel/types": "^7.9.0",
38
        "convert-source-map": "^1.7.0",
39
        "debug": "^4.1.0",
40
        "gensync": "^1.0.0-beta.1",
41
        "json5": "^2.1.2",
42
        "lodash": "^4.17.13",
43
        "resolve": "^1.3.2",
44
        "semver": "^5.4.1",
45
        "source-map": "^0.5.0"
46
      },
47
      "dependencies": {
48
        "debug": {
49
          "version": "4.1.1",
50
          "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz",
51
          "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==",
52
          "requires": {
53
            "ms": "^2.1.1"
54
          }
55
        },
56
        "json5": {
57
          "version": "2.1.3",
58
          "resolved": "https://registry.npmjs.org/json5/-/json5-2.1.3.tgz",
59
          "integrity": "sha512-KXPvOm8K9IJKFM0bmdn8QXh7udDh1g/giieX0NLCaMnb4hEiVFqnop2ImTXCc5e0/oHz3LTqmHGtExn5hfMkOA==",
60
          "requires": {
61
            "minimist": "^1.2.5"
62
          }
63
        },
64
        "source-map": {
65
          "version": "0.5.7",
66
          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
67
          "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w="
68
        }
69
      }
70
    },
71
    "@babel/generator": {
72
      "version": "7.9.0",
73
      "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.9.0.tgz",
74
      "integrity": "sha512-onl4Oy46oGCzymOXtKMQpI7VXtCbTSHK1kqBydZ6AmzuNcacEVqGk9tZtAS+48IA9IstZcDCgIg8hQKnb7suRw==",
75
      "requires": {
76
        "@babel/types": "^7.9.0",
77
        "jsesc": "^2.5.1",
78
        "lodash": "^4.17.13",
79
        "source-map": "^0.5.0"
80
      },
81
      "dependencies": {
82
        "source-map": {
83
          "version": "0.5.7",
84
          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
85
          "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w="
86
        }
87
      }
88
    },
89
    "@babel/helper-annotate-as-pure": {
90
      "version": "7.10.1",
91
      "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.1.tgz",
92
      "integrity": "sha512-ewp3rvJEwLaHgyWGe4wQssC2vjks3E80WiUe2BpMb0KhreTjMROCbxXcEovTrbeGVdQct5VjQfrv9EgC+xMzCw==",
93
      "requires": {
94
        "@babel/types": "^7.10.1"
95
      },
96
      "dependencies": {
97
        "@babel/types": {
98
          "version": "7.10.2",
99
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.2.tgz",
100
          "integrity": "sha512-AD3AwWBSz0AWF0AkCN9VPiWrvldXq+/e3cHa4J89vo4ymjz1XwrBFFVZmkJTsQIPNk+ZVomPSXUJqq8yyjZsng==",
101
          "requires": {
102
            "@babel/helper-validator-identifier": "^7.10.1",
103
            "lodash": "^4.17.13",
104
            "to-fast-properties": "^2.0.0"
105
          }
106
        }
107
      }
108
    },
109
    "@babel/helper-builder-binary-assignment-operator-visitor": {
110
      "version": "7.10.1",
111
      "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.10.1.tgz",
112
      "integrity": "sha512-cQpVq48EkYxUU0xozpGCLla3wlkdRRqLWu1ksFMXA9CM5KQmyyRpSEsYXbao7JUkOw/tAaYKCaYyZq6HOFYtyw==",
113
      "requires": {
114
        "@babel/helper-explode-assignable-expression": "^7.10.1",
115
        "@babel/types": "^7.10.1"
116
      },
117
      "dependencies": {
118
        "@babel/types": {
119
          "version": "7.10.2",
120
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.2.tgz",
121
          "integrity": "sha512-AD3AwWBSz0AWF0AkCN9VPiWrvldXq+/e3cHa4J89vo4ymjz1XwrBFFVZmkJTsQIPNk+ZVomPSXUJqq8yyjZsng==",
122
          "requires": {
123
            "@babel/helper-validator-identifier": "^7.10.1",
124
            "lodash": "^4.17.13",
125
            "to-fast-properties": "^2.0.0"
126
          }
127
        }
128
      }
129
    },
130
    "@babel/helper-builder-react-jsx": {
131
      "version": "7.10.1",
132
      "resolved": "https://registry.npmjs.org/@babel/helper-builder-react-jsx/-/helper-builder-react-jsx-7.10.1.tgz",
133
      "integrity": "sha512-KXzzpyWhXgzjXIlJU1ZjIXzUPdej1suE6vzqgImZ/cpAsR/CC8gUcX4EWRmDfWz/cs6HOCPMBIJ3nKoXt3BFuw==",
134
      "requires": {
135
        "@babel/helper-annotate-as-pure": "^7.10.1",
136
        "@babel/types": "^7.10.1"
137
      },
138
      "dependencies": {
139
        "@babel/types": {
140
          "version": "7.10.2",
141
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.2.tgz",
142
          "integrity": "sha512-AD3AwWBSz0AWF0AkCN9VPiWrvldXq+/e3cHa4J89vo4ymjz1XwrBFFVZmkJTsQIPNk+ZVomPSXUJqq8yyjZsng==",
143
          "requires": {
144
            "@babel/helper-validator-identifier": "^7.10.1",
145
            "lodash": "^4.17.13",
146
            "to-fast-properties": "^2.0.0"
147
          }
148
        }
149
      }
150
    },
151
    "@babel/helper-builder-react-jsx-experimental": {
152
      "version": "7.10.1",
153
      "resolved": "https://registry.npmjs.org/@babel/helper-builder-react-jsx-experimental/-/helper-builder-react-jsx-experimental-7.10.1.tgz",
154
      "integrity": "sha512-irQJ8kpQUV3JasXPSFQ+LCCtJSc5ceZrPFVj6TElR6XCHssi3jV8ch3odIrNtjJFRZZVbrOEfJMI79TPU/h1pQ==",
155
      "requires": {
156
        "@babel/helper-annotate-as-pure": "^7.10.1",
157
        "@babel/helper-module-imports": "^7.10.1",
158
        "@babel/types": "^7.10.1"
159
      },
160
      "dependencies": {
161
        "@babel/helper-module-imports": {
162
          "version": "7.10.1",
163
          "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.10.1.tgz",
164
          "integrity": "sha512-SFxgwYmZ3HZPyZwJRiVNLRHWuW2OgE5k2nrVs6D9Iv4PPnXVffuEHy83Sfx/l4SqF+5kyJXjAyUmrG7tNm+qVg==",
165
          "requires": {
166
            "@babel/types": "^7.10.1"
167
          }
168
        },
169
        "@babel/types": {
170
          "version": "7.10.2",
171
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.2.tgz",
172
          "integrity": "sha512-AD3AwWBSz0AWF0AkCN9VPiWrvldXq+/e3cHa4J89vo4ymjz1XwrBFFVZmkJTsQIPNk+ZVomPSXUJqq8yyjZsng==",
173
          "requires": {
174
            "@babel/helper-validator-identifier": "^7.10.1",
175
            "lodash": "^4.17.13",
176
            "to-fast-properties": "^2.0.0"
177
          }
178
        }
179
      }
180
    },
181
    "@babel/helper-compilation-targets": {
182
      "version": "7.10.2",
183
      "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.10.2.tgz",
184
      "integrity": "sha512-hYgOhF4To2UTB4LTaZepN/4Pl9LD4gfbJx8A34mqoluT8TLbof1mhUlYuNWTEebONa8+UlCC4X0TEXu7AOUyGA==",
185
      "requires": {
186
        "@babel/compat-data": "^7.10.1",
187
        "browserslist": "^4.12.0",
188
        "invariant": "^2.2.4",
189
        "levenary": "^1.1.1",
190
        "semver": "^5.5.0"
191
      }
192
    },
193
    "@babel/helper-create-class-features-plugin": {
194
      "version": "7.10.2",
195
      "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.10.2.tgz",
196
      "integrity": "sha512-5C/QhkGFh1vqcziq1vAL6SI9ymzUp8BCYjFpvYVhWP4DlATIb3u5q3iUd35mvlyGs8fO7hckkW7i0tmH+5+bvQ==",
197
      "requires": {
198
        "@babel/helper-function-name": "^7.10.1",
199
        "@babel/helper-member-expression-to-functions": "^7.10.1",
200
        "@babel/helper-optimise-call-expression": "^7.10.1",
201
        "@babel/helper-plugin-utils": "^7.10.1",
202
        "@babel/helper-replace-supers": "^7.10.1",
203
        "@babel/helper-split-export-declaration": "^7.10.1"
204
      },
205
      "dependencies": {
206
        "@babel/code-frame": {
207
          "version": "7.10.1",
208
          "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.1.tgz",
209
          "integrity": "sha512-IGhtTmpjGbYzcEDOw7DcQtbQSXcG9ftmAXtWTu9V936vDye4xjjekktFAtgZsWpzTj/X01jocB46mTywm/4SZw==",
210
          "requires": {
211
            "@babel/highlight": "^7.10.1"
212
          }
213
        },
214
        "@babel/generator": {
215
          "version": "7.10.2",
216
          "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.10.2.tgz",
217
          "integrity": "sha512-AxfBNHNu99DTMvlUPlt1h2+Hn7knPpH5ayJ8OqDWSeLld+Fi2AYBTC/IejWDM9Edcii4UzZRCsbUt0WlSDsDsA==",
218
          "requires": {
219
            "@babel/types": "^7.10.2",
220
            "jsesc": "^2.5.1",
221
            "lodash": "^4.17.13",
222
            "source-map": "^0.5.0"
223
          }
224
        },
225
        "@babel/helper-function-name": {
226
          "version": "7.10.1",
227
          "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.10.1.tgz",
228
          "integrity": "sha512-fcpumwhs3YyZ/ttd5Rz0xn0TpIwVkN7X0V38B9TWNfVF42KEkhkAAuPCQ3oXmtTRtiPJrmZ0TrfS0GKF0eMaRQ==",
229
          "requires": {
230
            "@babel/helper-get-function-arity": "^7.10.1",
231
            "@babel/template": "^7.10.1",
232
            "@babel/types": "^7.10.1"
233
          }
234
        },
235
        "@babel/helper-get-function-arity": {
236
          "version": "7.10.1",
237
          "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.1.tgz",
238
          "integrity": "sha512-F5qdXkYGOQUb0hpRaPoetF9AnsXknKjWMZ+wmsIRsp5ge5sFh4c3h1eH2pRTTuy9KKAA2+TTYomGXAtEL2fQEw==",
239
          "requires": {
240
            "@babel/types": "^7.10.1"
241
          }
242
        },
243
        "@babel/helper-optimise-call-expression": {
244
          "version": "7.10.1",
245
          "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.1.tgz",
246
          "integrity": "sha512-a0DjNS1prnBsoKx83dP2falChcs7p3i8VMzdrSbfLhuQra/2ENC4sbri34dz/rWmDADsmF1q5GbfaXydh0Jbjg==",
247
          "requires": {
248
            "@babel/types": "^7.10.1"
249
          }
250
        },
251
        "@babel/helper-plugin-utils": {
252
          "version": "7.10.1",
253
          "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.1.tgz",
254
          "integrity": "sha512-fvoGeXt0bJc7VMWZGCAEBEMo/HAjW2mP8apF5eXK0wSqwLAVHAISCWRoLMBMUs2kqeaG77jltVqu4Hn8Egl3nA=="
255
        },
256
        "@babel/helper-replace-supers": {
257
          "version": "7.10.1",
258
          "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.10.1.tgz",
259
          "integrity": "sha512-SOwJzEfpuQwInzzQJGjGaiG578UYmyi2Xw668klPWV5n07B73S0a9btjLk/52Mlcxa+5AdIYqws1KyXRfMoB7A==",
260
          "requires": {
261
            "@babel/helper-member-expression-to-functions": "^7.10.1",
262
            "@babel/helper-optimise-call-expression": "^7.10.1",
263
            "@babel/traverse": "^7.10.1",
264
            "@babel/types": "^7.10.1"
265
          }
266
        },
267
        "@babel/helper-split-export-declaration": {
268
          "version": "7.10.1",
269
          "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.1.tgz",
270
          "integrity": "sha512-UQ1LVBPrYdbchNhLwj6fetj46BcFwfS4NllJo/1aJsT+1dLTEnXJL0qHqtY7gPzF8S2fXBJamf1biAXV3X077g==",
271
          "requires": {
272
            "@babel/types": "^7.10.1"
273
          }
274
        },
275
        "@babel/parser": {
276
          "version": "7.10.2",
277
          "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.10.2.tgz",
278
          "integrity": "sha512-PApSXlNMJyB4JiGVhCOlzKIif+TKFTvu0aQAhnTvfP/z3vVSN6ZypH5bfUNwFXXjRQtUEBNFd2PtmCmG2Py3qQ=="
279
        },
280
        "@babel/template": {
281
          "version": "7.10.1",
282
          "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.10.1.tgz",
283
          "integrity": "sha512-OQDg6SqvFSsc9A0ej6SKINWrpJiNonRIniYondK2ViKhB06i3c0s+76XUft71iqBEe9S1OKsHwPAjfHnuvnCig==",
284
          "requires": {
285
            "@babel/code-frame": "^7.10.1",
286
            "@babel/parser": "^7.10.1",
287
            "@babel/types": "^7.10.1"
288
          }
289
        },
290
        "@babel/traverse": {
291
          "version": "7.10.1",
292
          "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.10.1.tgz",
293
          "integrity": "sha512-C/cTuXeKt85K+p08jN6vMDz8vSV0vZcI0wmQ36o6mjbuo++kPMdpOYw23W2XH04dbRt9/nMEfA4W3eR21CD+TQ==",
294
          "requires": {
295
            "@babel/code-frame": "^7.10.1",
296
            "@babel/generator": "^7.10.1",
297
            "@babel/helper-function-name": "^7.10.1",
298
            "@babel/helper-split-export-declaration": "^7.10.1",
299
            "@babel/parser": "^7.10.1",
300
            "@babel/types": "^7.10.1",
301
            "debug": "^4.1.0",
302
            "globals": "^11.1.0",
303
            "lodash": "^4.17.13"
304
          }
305
        },
306
        "@babel/types": {
307
          "version": "7.10.2",
308
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.2.tgz",
309
          "integrity": "sha512-AD3AwWBSz0AWF0AkCN9VPiWrvldXq+/e3cHa4J89vo4ymjz1XwrBFFVZmkJTsQIPNk+ZVomPSXUJqq8yyjZsng==",
310
          "requires": {
311
            "@babel/helper-validator-identifier": "^7.10.1",
312
            "lodash": "^4.17.13",
313
            "to-fast-properties": "^2.0.0"
314
          }
315
        },
316
        "debug": {
317
          "version": "4.1.1",
318
          "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz",
319
          "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==",
320
          "requires": {
321
            "ms": "^2.1.1"
322
          }
323
        },
324
        "source-map": {
325
          "version": "0.5.7",
326
          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
327
          "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w="
328
        }
329
      }
330
    },
331
    "@babel/helper-create-regexp-features-plugin": {
332
      "version": "7.10.1",
333
      "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.10.1.tgz",
334
      "integrity": "sha512-Rx4rHS0pVuJn5pJOqaqcZR4XSgeF9G/pO/79t+4r7380tXFJdzImFnxMU19f83wjSrmKHq6myrM10pFHTGzkUA==",
335
      "requires": {
336
        "@babel/helper-annotate-as-pure": "^7.10.1",
337
        "@babel/helper-regex": "^7.10.1",
338
        "regexpu-core": "^4.7.0"
339
      }
340
    },
341
    "@babel/helper-define-map": {
342
      "version": "7.10.1",
343
      "resolved": "https://registry.npmjs.org/@babel/helper-define-map/-/helper-define-map-7.10.1.tgz",
344
      "integrity": "sha512-+5odWpX+OnvkD0Zmq7panrMuAGQBu6aPUgvMzuMGo4R+jUOvealEj2hiqI6WhxgKrTpFoFj0+VdsuA8KDxHBDg==",
345
      "requires": {
346
        "@babel/helper-function-name": "^7.10.1",
347
        "@babel/types": "^7.10.1",
348
        "lodash": "^4.17.13"
349
      },
350
      "dependencies": {
351
        "@babel/code-frame": {
352
          "version": "7.10.1",
353
          "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.1.tgz",
354
          "integrity": "sha512-IGhtTmpjGbYzcEDOw7DcQtbQSXcG9ftmAXtWTu9V936vDye4xjjekktFAtgZsWpzTj/X01jocB46mTywm/4SZw==",
355
          "requires": {
356
            "@babel/highlight": "^7.10.1"
357
          }
358
        },
359
        "@babel/helper-function-name": {
360
          "version": "7.10.1",
361
          "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.10.1.tgz",
362
          "integrity": "sha512-fcpumwhs3YyZ/ttd5Rz0xn0TpIwVkN7X0V38B9TWNfVF42KEkhkAAuPCQ3oXmtTRtiPJrmZ0TrfS0GKF0eMaRQ==",
363
          "requires": {
364
            "@babel/helper-get-function-arity": "^7.10.1",
365
            "@babel/template": "^7.10.1",
366
            "@babel/types": "^7.10.1"
367
          }
368
        },
369
        "@babel/helper-get-function-arity": {
370
          "version": "7.10.1",
371
          "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.1.tgz",
372
          "integrity": "sha512-F5qdXkYGOQUb0hpRaPoetF9AnsXknKjWMZ+wmsIRsp5ge5sFh4c3h1eH2pRTTuy9KKAA2+TTYomGXAtEL2fQEw==",
373
          "requires": {
374
            "@babel/types": "^7.10.1"
375
          }
376
        },
377
        "@babel/parser": {
378
          "version": "7.10.2",
379
          "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.10.2.tgz",
380
          "integrity": "sha512-PApSXlNMJyB4JiGVhCOlzKIif+TKFTvu0aQAhnTvfP/z3vVSN6ZypH5bfUNwFXXjRQtUEBNFd2PtmCmG2Py3qQ=="
381
        },
382
        "@babel/template": {
383
          "version": "7.10.1",
384
          "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.10.1.tgz",
385
          "integrity": "sha512-OQDg6SqvFSsc9A0ej6SKINWrpJiNonRIniYondK2ViKhB06i3c0s+76XUft71iqBEe9S1OKsHwPAjfHnuvnCig==",
386
          "requires": {
387
            "@babel/code-frame": "^7.10.1",
388
            "@babel/parser": "^7.10.1",
389
            "@babel/types": "^7.10.1"
390
          }
391
        },
392
        "@babel/types": {
393
          "version": "7.10.2",
394
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.2.tgz",
395
          "integrity": "sha512-AD3AwWBSz0AWF0AkCN9VPiWrvldXq+/e3cHa4J89vo4ymjz1XwrBFFVZmkJTsQIPNk+ZVomPSXUJqq8yyjZsng==",
396
          "requires": {
397
            "@babel/helper-validator-identifier": "^7.10.1",
398
            "lodash": "^4.17.13",
399
            "to-fast-properties": "^2.0.0"
400
          }
401
        }
402
      }
403
    },
404
    "@babel/helper-explode-assignable-expression": {
405
      "version": "7.10.1",
406
      "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.10.1.tgz",
407
      "integrity": "sha512-vcUJ3cDjLjvkKzt6rHrl767FeE7pMEYfPanq5L16GRtrXIoznc0HykNW2aEYkcnP76P0isoqJ34dDMFZwzEpJg==",
408
      "requires": {
409
        "@babel/traverse": "^7.10.1",
410
        "@babel/types": "^7.10.1"
411
      },
412
      "dependencies": {
413
        "@babel/code-frame": {
414
          "version": "7.10.1",
415
          "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.1.tgz",
416
          "integrity": "sha512-IGhtTmpjGbYzcEDOw7DcQtbQSXcG9ftmAXtWTu9V936vDye4xjjekktFAtgZsWpzTj/X01jocB46mTywm/4SZw==",
417
          "requires": {
418
            "@babel/highlight": "^7.10.1"
419
          }
420
        },
421
        "@babel/generator": {
422
          "version": "7.10.2",
423
          "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.10.2.tgz",
424
          "integrity": "sha512-AxfBNHNu99DTMvlUPlt1h2+Hn7knPpH5ayJ8OqDWSeLld+Fi2AYBTC/IejWDM9Edcii4UzZRCsbUt0WlSDsDsA==",
425
          "requires": {
426
            "@babel/types": "^7.10.2",
427
            "jsesc": "^2.5.1",
428
            "lodash": "^4.17.13",
429
            "source-map": "^0.5.0"
430
          }
431
        },
432
        "@babel/helper-function-name": {
433
          "version": "7.10.1",
434
          "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.10.1.tgz",
435
          "integrity": "sha512-fcpumwhs3YyZ/ttd5Rz0xn0TpIwVkN7X0V38B9TWNfVF42KEkhkAAuPCQ3oXmtTRtiPJrmZ0TrfS0GKF0eMaRQ==",
436
          "requires": {
437
            "@babel/helper-get-function-arity": "^7.10.1",
438
            "@babel/template": "^7.10.1",
439
            "@babel/types": "^7.10.1"
440
          }
441
        },
442
        "@babel/helper-get-function-arity": {
443
          "version": "7.10.1",
444
          "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.1.tgz",
445
          "integrity": "sha512-F5qdXkYGOQUb0hpRaPoetF9AnsXknKjWMZ+wmsIRsp5ge5sFh4c3h1eH2pRTTuy9KKAA2+TTYomGXAtEL2fQEw==",
446
          "requires": {
447
            "@babel/types": "^7.10.1"
448
          }
449
        },
450
        "@babel/helper-split-export-declaration": {
451
          "version": "7.10.1",
452
          "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.1.tgz",
453
          "integrity": "sha512-UQ1LVBPrYdbchNhLwj6fetj46BcFwfS4NllJo/1aJsT+1dLTEnXJL0qHqtY7gPzF8S2fXBJamf1biAXV3X077g==",
454
          "requires": {
455
            "@babel/types": "^7.10.1"
456
          }
457
        },
458
        "@babel/parser": {
459
          "version": "7.10.2",
460
          "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.10.2.tgz",
461
          "integrity": "sha512-PApSXlNMJyB4JiGVhCOlzKIif+TKFTvu0aQAhnTvfP/z3vVSN6ZypH5bfUNwFXXjRQtUEBNFd2PtmCmG2Py3qQ=="
462
        },
463
        "@babel/template": {
464
          "version": "7.10.1",
465
          "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.10.1.tgz",
466
          "integrity": "sha512-OQDg6SqvFSsc9A0ej6SKINWrpJiNonRIniYondK2ViKhB06i3c0s+76XUft71iqBEe9S1OKsHwPAjfHnuvnCig==",
467
          "requires": {
468
            "@babel/code-frame": "^7.10.1",
469
            "@babel/parser": "^7.10.1",
470
            "@babel/types": "^7.10.1"
471
          }
472
        },
473
        "@babel/traverse": {
474
          "version": "7.10.1",
475
          "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.10.1.tgz",
476
          "integrity": "sha512-C/cTuXeKt85K+p08jN6vMDz8vSV0vZcI0wmQ36o6mjbuo++kPMdpOYw23W2XH04dbRt9/nMEfA4W3eR21CD+TQ==",
477
          "requires": {
478
            "@babel/code-frame": "^7.10.1",
479
            "@babel/generator": "^7.10.1",
480
            "@babel/helper-function-name": "^7.10.1",
481
            "@babel/helper-split-export-declaration": "^7.10.1",
482
            "@babel/parser": "^7.10.1",
483
            "@babel/types": "^7.10.1",
484
            "debug": "^4.1.0",
485
            "globals": "^11.1.0",
486
            "lodash": "^4.17.13"
487
          }
488
        },
489
        "@babel/types": {
490
          "version": "7.10.2",
491
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.2.tgz",
492
          "integrity": "sha512-AD3AwWBSz0AWF0AkCN9VPiWrvldXq+/e3cHa4J89vo4ymjz1XwrBFFVZmkJTsQIPNk+ZVomPSXUJqq8yyjZsng==",
493
          "requires": {
494
            "@babel/helper-validator-identifier": "^7.10.1",
495
            "lodash": "^4.17.13",
496
            "to-fast-properties": "^2.0.0"
497
          }
498
        },
499
        "debug": {
500
          "version": "4.1.1",
501
          "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz",
502
          "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==",
503
          "requires": {
504
            "ms": "^2.1.1"
505
          }
506
        },
507
        "source-map": {
508
          "version": "0.5.7",
509
          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
510
          "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w="
511
        }
512
      }
513
    },
514
    "@babel/helper-function-name": {
515
      "version": "7.8.3",
516
      "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.8.3.tgz",
517
      "integrity": "sha512-BCxgX1BC2hD/oBlIFUgOCQDOPV8nSINxCwM3o93xP4P9Fq6aV5sgv2cOOITDMtCfQ+3PvHp3l689XZvAM9QyOA==",
518
      "requires": {
519
        "@babel/helper-get-function-arity": "^7.8.3",
520
        "@babel/template": "^7.8.3",
521
        "@babel/types": "^7.8.3"
522
      }
523
    },
524
    "@babel/helper-get-function-arity": {
525
      "version": "7.8.3",
526
      "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.8.3.tgz",
527
      "integrity": "sha512-FVDR+Gd9iLjUMY1fzE2SR0IuaJToR4RkCDARVfsBBPSP53GEqSFjD8gNyxg246VUyc/ALRxFaAK8rVG7UT7xRA==",
528
      "requires": {
529
        "@babel/types": "^7.8.3"
530
      }
531
    },
532
    "@babel/helper-hoist-variables": {
533
      "version": "7.10.1",
534
      "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.10.1.tgz",
535
      "integrity": "sha512-vLm5srkU8rI6X3+aQ1rQJyfjvCBLXP8cAGeuw04zeAM2ItKb1e7pmVmLyHb4sDaAYnLL13RHOZPLEtcGZ5xvjg==",
536
      "requires": {
537
        "@babel/types": "^7.10.1"
538
      },
539
      "dependencies": {
540
        "@babel/types": {
541
          "version": "7.10.2",
542
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.2.tgz",
543
          "integrity": "sha512-AD3AwWBSz0AWF0AkCN9VPiWrvldXq+/e3cHa4J89vo4ymjz1XwrBFFVZmkJTsQIPNk+ZVomPSXUJqq8yyjZsng==",
544
          "requires": {
545
            "@babel/helper-validator-identifier": "^7.10.1",
546
            "lodash": "^4.17.13",
547
            "to-fast-properties": "^2.0.0"
548
          }
549
        }
550
      }
551
    },
552
    "@babel/helper-member-expression-to-functions": {
553
      "version": "7.10.1",
554
      "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.10.1.tgz",
555
      "integrity": "sha512-u7XLXeM2n50gb6PWJ9hoO5oO7JFPaZtrh35t8RqKLT1jFKj9IWeD1zrcrYp1q1qiZTdEarfDWfTIP8nGsu0h5g==",
556
      "requires": {
557
        "@babel/types": "^7.10.1"
558
      },
559
      "dependencies": {
560
        "@babel/types": {
561
          "version": "7.10.2",
562
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.2.tgz",
563
          "integrity": "sha512-AD3AwWBSz0AWF0AkCN9VPiWrvldXq+/e3cHa4J89vo4ymjz1XwrBFFVZmkJTsQIPNk+ZVomPSXUJqq8yyjZsng==",
564
          "requires": {
565
            "@babel/helper-validator-identifier": "^7.10.1",
566
            "lodash": "^4.17.13",
567
            "to-fast-properties": "^2.0.0"
568
          }
569
        }
570
      }
571
    },
572
    "@babel/helper-module-imports": {
573
      "version": "7.8.3",
574
      "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.8.3.tgz",
575
      "integrity": "sha512-R0Bx3jippsbAEtzkpZ/6FIiuzOURPcMjHp+Z6xPe6DtApDJx+w7UYyOLanZqO8+wKR9G10s/FmHXvxaMd9s6Kg==",
576
      "requires": {
577
        "@babel/types": "^7.8.3"
578
      }
579
    },
580
    "@babel/helper-module-transforms": {
581
      "version": "7.9.0",
582
      "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.9.0.tgz",
583
      "integrity": "sha512-0FvKyu0gpPfIQ8EkxlrAydOWROdHpBmiCiRwLkUiBGhCUPRRbVD2/tm3sFr/c/GWFrQ/ffutGUAnx7V0FzT2wA==",
584
      "requires": {
585
        "@babel/helper-module-imports": "^7.8.3",
586
        "@babel/helper-replace-supers": "^7.8.6",
587
        "@babel/helper-simple-access": "^7.8.3",
588
        "@babel/helper-split-export-declaration": "^7.8.3",
589
        "@babel/template": "^7.8.6",
590
        "@babel/types": "^7.9.0",
591
        "lodash": "^4.17.13"
592
      }
593
    },
594
    "@babel/helper-optimise-call-expression": {
595
      "version": "7.8.3",
596
      "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.8.3.tgz",
597
      "integrity": "sha512-Kag20n86cbO2AvHca6EJsvqAd82gc6VMGule4HwebwMlwkpXuVqrNRj6CkCV2sKxgi9MyAUnZVnZ6lJ1/vKhHQ==",
598
      "requires": {
599
        "@babel/types": "^7.8.3"
600
      }
601
    },
602
    "@babel/helper-plugin-utils": {
603
      "version": "7.8.3",
604
      "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz",
605
      "integrity": "sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ=="
606
    },
607
    "@babel/helper-regex": {
608
      "version": "7.10.1",
609
      "resolved": "https://registry.npmjs.org/@babel/helper-regex/-/helper-regex-7.10.1.tgz",
610
      "integrity": "sha512-7isHr19RsIJWWLLFn21ubFt223PjQyg1HY7CZEMRr820HttHPpVvrsIN3bUOo44DEfFV4kBXO7Abbn9KTUZV7g==",
611
      "requires": {
612
        "lodash": "^4.17.13"
613
      }
614
    },
615
    "@babel/helper-remap-async-to-generator": {
616
      "version": "7.10.1",
617
      "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.10.1.tgz",
618
      "integrity": "sha512-RfX1P8HqsfgmJ6CwaXGKMAqbYdlleqglvVtht0HGPMSsy2V6MqLlOJVF/0Qyb/m2ZCi2z3q3+s6Pv7R/dQuZ6A==",
619
      "requires": {
620
        "@babel/helper-annotate-as-pure": "^7.10.1",
621
        "@babel/helper-wrap-function": "^7.10.1",
622
        "@babel/template": "^7.10.1",
623
        "@babel/traverse": "^7.10.1",
624
        "@babel/types": "^7.10.1"
625
      },
626
      "dependencies": {
627
        "@babel/code-frame": {
628
          "version": "7.10.1",
629
          "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.1.tgz",
630
          "integrity": "sha512-IGhtTmpjGbYzcEDOw7DcQtbQSXcG9ftmAXtWTu9V936vDye4xjjekktFAtgZsWpzTj/X01jocB46mTywm/4SZw==",
631
          "requires": {
632
            "@babel/highlight": "^7.10.1"
633
          }
634
        },
635
        "@babel/generator": {
636
          "version": "7.10.2",
637
          "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.10.2.tgz",
638
          "integrity": "sha512-AxfBNHNu99DTMvlUPlt1h2+Hn7knPpH5ayJ8OqDWSeLld+Fi2AYBTC/IejWDM9Edcii4UzZRCsbUt0WlSDsDsA==",
639
          "requires": {
640
            "@babel/types": "^7.10.2",
641
            "jsesc": "^2.5.1",
642
            "lodash": "^4.17.13",
643
            "source-map": "^0.5.0"
644
          }
645
        },
646
        "@babel/helper-function-name": {
647
          "version": "7.10.1",
648
          "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.10.1.tgz",
649
          "integrity": "sha512-fcpumwhs3YyZ/ttd5Rz0xn0TpIwVkN7X0V38B9TWNfVF42KEkhkAAuPCQ3oXmtTRtiPJrmZ0TrfS0GKF0eMaRQ==",
650
          "requires": {
651
            "@babel/helper-get-function-arity": "^7.10.1",
652
            "@babel/template": "^7.10.1",
653
            "@babel/types": "^7.10.1"
654
          }
655
        },
656
        "@babel/helper-get-function-arity": {
657
          "version": "7.10.1",
658
          "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.1.tgz",
659
          "integrity": "sha512-F5qdXkYGOQUb0hpRaPoetF9AnsXknKjWMZ+wmsIRsp5ge5sFh4c3h1eH2pRTTuy9KKAA2+TTYomGXAtEL2fQEw==",
660
          "requires": {
661
            "@babel/types": "^7.10.1"
662
          }
663
        },
664
        "@babel/helper-split-export-declaration": {
665
          "version": "7.10.1",
666
          "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.1.tgz",
667
          "integrity": "sha512-UQ1LVBPrYdbchNhLwj6fetj46BcFwfS4NllJo/1aJsT+1dLTEnXJL0qHqtY7gPzF8S2fXBJamf1biAXV3X077g==",
668
          "requires": {
669
            "@babel/types": "^7.10.1"
670
          }
671
        },
672
        "@babel/parser": {
673
          "version": "7.10.2",
674
          "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.10.2.tgz",
675
          "integrity": "sha512-PApSXlNMJyB4JiGVhCOlzKIif+TKFTvu0aQAhnTvfP/z3vVSN6ZypH5bfUNwFXXjRQtUEBNFd2PtmCmG2Py3qQ=="
676
        },
677
        "@babel/template": {
678
          "version": "7.10.1",
679
          "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.10.1.tgz",
680
          "integrity": "sha512-OQDg6SqvFSsc9A0ej6SKINWrpJiNonRIniYondK2ViKhB06i3c0s+76XUft71iqBEe9S1OKsHwPAjfHnuvnCig==",
681
          "requires": {
682
            "@babel/code-frame": "^7.10.1",
683
            "@babel/parser": "^7.10.1",
684
            "@babel/types": "^7.10.1"
685
          }
686
        },
687
        "@babel/traverse": {
688
          "version": "7.10.1",
689
          "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.10.1.tgz",
690
          "integrity": "sha512-C/cTuXeKt85K+p08jN6vMDz8vSV0vZcI0wmQ36o6mjbuo++kPMdpOYw23W2XH04dbRt9/nMEfA4W3eR21CD+TQ==",
691
          "requires": {
692
            "@babel/code-frame": "^7.10.1",
693
            "@babel/generator": "^7.10.1",
694
            "@babel/helper-function-name": "^7.10.1",
695
            "@babel/helper-split-export-declaration": "^7.10.1",
696
            "@babel/parser": "^7.10.1",
697
            "@babel/types": "^7.10.1",
698
            "debug": "^4.1.0",
699
            "globals": "^11.1.0",
700
            "lodash": "^4.17.13"
701
          }
702
        },
703
        "@babel/types": {
704
          "version": "7.10.2",
705
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.2.tgz",
706
          "integrity": "sha512-AD3AwWBSz0AWF0AkCN9VPiWrvldXq+/e3cHa4J89vo4ymjz1XwrBFFVZmkJTsQIPNk+ZVomPSXUJqq8yyjZsng==",
707
          "requires": {
708
            "@babel/helper-validator-identifier": "^7.10.1",
709
            "lodash": "^4.17.13",
710
            "to-fast-properties": "^2.0.0"
711
          }
712
        },
713
        "debug": {
714
          "version": "4.1.1",
715
          "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz",
716
          "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==",
717
          "requires": {
718
            "ms": "^2.1.1"
719
          }
720
        },
721
        "source-map": {
722
          "version": "0.5.7",
723
          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
724
          "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w="
725
        }
726
      }
727
    },
728
    "@babel/helper-replace-supers": {
729
      "version": "7.8.6",
730
      "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.8.6.tgz",
731
      "integrity": "sha512-PeMArdA4Sv/Wf4zXwBKPqVj7n9UF/xg6slNRtZW84FM7JpE1CbG8B612FyM4cxrf4fMAMGO0kR7voy1ForHHFA==",
732
      "requires": {
733
        "@babel/helper-member-expression-to-functions": "^7.8.3",
734
        "@babel/helper-optimise-call-expression": "^7.8.3",
735
        "@babel/traverse": "^7.8.6",
736
        "@babel/types": "^7.8.6"
737
      }
738
    },
739
    "@babel/helper-simple-access": {
740
      "version": "7.8.3",
741
      "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.8.3.tgz",
742
      "integrity": "sha512-VNGUDjx5cCWg4vvCTR8qQ7YJYZ+HBjxOgXEl7ounz+4Sn7+LMD3CFrCTEU6/qXKbA2nKg21CwhhBzO0RpRbdCw==",
743
      "requires": {
744
        "@babel/template": "^7.8.3",
745
        "@babel/types": "^7.8.3"
746
      }
747
    },
748
    "@babel/helper-split-export-declaration": {
749
      "version": "7.8.3",
750
      "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.8.3.tgz",
751
      "integrity": "sha512-3x3yOeyBhW851hroze7ElzdkeRXQYQbFIb7gLK1WQYsw2GWDay5gAJNw1sWJ0VFP6z5J1whqeXH/WCdCjZv6dA==",
752
      "requires": {
753
        "@babel/types": "^7.8.3"
754
      }
755
    },
756
    "@babel/helper-validator-identifier": {
757
      "version": "7.10.1",
758
      "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.1.tgz",
759
      "integrity": "sha512-5vW/JXLALhczRCWP0PnFDMCJAchlBvM7f4uk/jXritBnIa6E1KmqmtrS3yn1LAnxFBypQ3eneLuXjsnfQsgILw=="
760
    },
761
    "@babel/helper-wrap-function": {
762
      "version": "7.10.1",
763
      "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.10.1.tgz",
764
      "integrity": "sha512-C0MzRGteVDn+H32/ZgbAv5r56f2o1fZSA/rj/TYo8JEJNHg+9BdSmKBUND0shxWRztWhjlT2cvHYuynpPsVJwQ==",
765
      "requires": {
766
        "@babel/helper-function-name": "^7.10.1",
767
        "@babel/template": "^7.10.1",
768
        "@babel/traverse": "^7.10.1",
769
        "@babel/types": "^7.10.1"
770
      },
771
      "dependencies": {
772
        "@babel/code-frame": {
773
          "version": "7.10.1",
774
          "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.1.tgz",
775
          "integrity": "sha512-IGhtTmpjGbYzcEDOw7DcQtbQSXcG9ftmAXtWTu9V936vDye4xjjekktFAtgZsWpzTj/X01jocB46mTywm/4SZw==",
776
          "requires": {
777
            "@babel/highlight": "^7.10.1"
778
          }
779
        },
780
        "@babel/generator": {
781
          "version": "7.10.2",
782
          "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.10.2.tgz",
783
          "integrity": "sha512-AxfBNHNu99DTMvlUPlt1h2+Hn7knPpH5ayJ8OqDWSeLld+Fi2AYBTC/IejWDM9Edcii4UzZRCsbUt0WlSDsDsA==",
784
          "requires": {
785
            "@babel/types": "^7.10.2",
786
            "jsesc": "^2.5.1",
787
            "lodash": "^4.17.13",
788
            "source-map": "^0.5.0"
789
          }
790
        },
791
        "@babel/helper-function-name": {
792
          "version": "7.10.1",
793
          "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.10.1.tgz",
794
          "integrity": "sha512-fcpumwhs3YyZ/ttd5Rz0xn0TpIwVkN7X0V38B9TWNfVF42KEkhkAAuPCQ3oXmtTRtiPJrmZ0TrfS0GKF0eMaRQ==",
795
          "requires": {
796
            "@babel/helper-get-function-arity": "^7.10.1",
797
            "@babel/template": "^7.10.1",
798
            "@babel/types": "^7.10.1"
799
          }
800
        },
801
        "@babel/helper-get-function-arity": {
802
          "version": "7.10.1",
803
          "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.1.tgz",
804
          "integrity": "sha512-F5qdXkYGOQUb0hpRaPoetF9AnsXknKjWMZ+wmsIRsp5ge5sFh4c3h1eH2pRTTuy9KKAA2+TTYomGXAtEL2fQEw==",
805
          "requires": {
806
            "@babel/types": "^7.10.1"
807
          }
808
        },
809
        "@babel/helper-split-export-declaration": {
810
          "version": "7.10.1",
811
          "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.1.tgz",
812
          "integrity": "sha512-UQ1LVBPrYdbchNhLwj6fetj46BcFwfS4NllJo/1aJsT+1dLTEnXJL0qHqtY7gPzF8S2fXBJamf1biAXV3X077g==",
813
          "requires": {
814
            "@babel/types": "^7.10.1"
815
          }
816
        },
817
        "@babel/parser": {
818
          "version": "7.10.2",
819
          "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.10.2.tgz",
820
          "integrity": "sha512-PApSXlNMJyB4JiGVhCOlzKIif+TKFTvu0aQAhnTvfP/z3vVSN6ZypH5bfUNwFXXjRQtUEBNFd2PtmCmG2Py3qQ=="
821
        },
822
        "@babel/template": {
823
          "version": "7.10.1",
824
          "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.10.1.tgz",
825
          "integrity": "sha512-OQDg6SqvFSsc9A0ej6SKINWrpJiNonRIniYondK2ViKhB06i3c0s+76XUft71iqBEe9S1OKsHwPAjfHnuvnCig==",
826
          "requires": {
827
            "@babel/code-frame": "^7.10.1",
828
            "@babel/parser": "^7.10.1",
829
            "@babel/types": "^7.10.1"
830
          }
831
        },
832
        "@babel/traverse": {
833
          "version": "7.10.1",
834
          "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.10.1.tgz",
835
          "integrity": "sha512-C/cTuXeKt85K+p08jN6vMDz8vSV0vZcI0wmQ36o6mjbuo++kPMdpOYw23W2XH04dbRt9/nMEfA4W3eR21CD+TQ==",
836
          "requires": {
837
            "@babel/code-frame": "^7.10.1",
838
            "@babel/generator": "^7.10.1",
839
            "@babel/helper-function-name": "^7.10.1",
840
            "@babel/helper-split-export-declaration": "^7.10.1",
841
            "@babel/parser": "^7.10.1",
842
            "@babel/types": "^7.10.1",
843
            "debug": "^4.1.0",
844
            "globals": "^11.1.0",
845
            "lodash": "^4.17.13"
846
          }
847
        },
848
        "@babel/types": {
849
          "version": "7.10.2",
850
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.2.tgz",
851
          "integrity": "sha512-AD3AwWBSz0AWF0AkCN9VPiWrvldXq+/e3cHa4J89vo4ymjz1XwrBFFVZmkJTsQIPNk+ZVomPSXUJqq8yyjZsng==",
852
          "requires": {
853
            "@babel/helper-validator-identifier": "^7.10.1",
854
            "lodash": "^4.17.13",
855
            "to-fast-properties": "^2.0.0"
856
          }
857
        },
858
        "debug": {
859
          "version": "4.1.1",
860
          "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz",
861
          "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==",
862
          "requires": {
863
            "ms": "^2.1.1"
864
          }
865
        },
866
        "source-map": {
867
          "version": "0.5.7",
868
          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
869
          "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w="
870
        }
871
      }
872
    },
873
    "@babel/helpers": {
874
      "version": "7.10.1",
875
      "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.10.1.tgz",
876
      "integrity": "sha512-muQNHF+IdU6wGgkaJyhhEmI54MOZBKsFfsXFhboz1ybwJ1Kl7IHlbm2a++4jwrmY5UYsgitt5lfqo1wMFcHmyw==",
877
      "requires": {
878
        "@babel/template": "^7.10.1",
879
        "@babel/traverse": "^7.10.1",
880
        "@babel/types": "^7.10.1"
881
      },
882
      "dependencies": {
883
        "@babel/code-frame": {
884
          "version": "7.10.1",
885
          "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.1.tgz",
886
          "integrity": "sha512-IGhtTmpjGbYzcEDOw7DcQtbQSXcG9ftmAXtWTu9V936vDye4xjjekktFAtgZsWpzTj/X01jocB46mTywm/4SZw==",
887
          "requires": {
888
            "@babel/highlight": "^7.10.1"
889
          }
890
        },
891
        "@babel/generator": {
892
          "version": "7.10.2",
893
          "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.10.2.tgz",
894
          "integrity": "sha512-AxfBNHNu99DTMvlUPlt1h2+Hn7knPpH5ayJ8OqDWSeLld+Fi2AYBTC/IejWDM9Edcii4UzZRCsbUt0WlSDsDsA==",
895
          "requires": {
896
            "@babel/types": "^7.10.2",
897
            "jsesc": "^2.5.1",
898
            "lodash": "^4.17.13",
899
            "source-map": "^0.5.0"
900
          }
901
        },
902
        "@babel/helper-function-name": {
903
          "version": "7.10.1",
904
          "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.10.1.tgz",
905
          "integrity": "sha512-fcpumwhs3YyZ/ttd5Rz0xn0TpIwVkN7X0V38B9TWNfVF42KEkhkAAuPCQ3oXmtTRtiPJrmZ0TrfS0GKF0eMaRQ==",
906
          "requires": {
907
            "@babel/helper-get-function-arity": "^7.10.1",
908
            "@babel/template": "^7.10.1",
909
            "@babel/types": "^7.10.1"
910
          }
911
        },
912
        "@babel/helper-get-function-arity": {
913
          "version": "7.10.1",
914
          "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.1.tgz",
915
          "integrity": "sha512-F5qdXkYGOQUb0hpRaPoetF9AnsXknKjWMZ+wmsIRsp5ge5sFh4c3h1eH2pRTTuy9KKAA2+TTYomGXAtEL2fQEw==",
916
          "requires": {
917
            "@babel/types": "^7.10.1"
918
          }
919
        },
920
        "@babel/helper-split-export-declaration": {
921
          "version": "7.10.1",
922
          "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.1.tgz",
923
          "integrity": "sha512-UQ1LVBPrYdbchNhLwj6fetj46BcFwfS4NllJo/1aJsT+1dLTEnXJL0qHqtY7gPzF8S2fXBJamf1biAXV3X077g==",
924
          "requires": {
925
            "@babel/types": "^7.10.1"
926
          }
927
        },
928
        "@babel/parser": {
929
          "version": "7.10.2",
930
          "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.10.2.tgz",
931
          "integrity": "sha512-PApSXlNMJyB4JiGVhCOlzKIif+TKFTvu0aQAhnTvfP/z3vVSN6ZypH5bfUNwFXXjRQtUEBNFd2PtmCmG2Py3qQ=="
932
        },
933
        "@babel/template": {
934
          "version": "7.10.1",
935
          "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.10.1.tgz",
936
          "integrity": "sha512-OQDg6SqvFSsc9A0ej6SKINWrpJiNonRIniYondK2ViKhB06i3c0s+76XUft71iqBEe9S1OKsHwPAjfHnuvnCig==",
937
          "requires": {
938
            "@babel/code-frame": "^7.10.1",
939
            "@babel/parser": "^7.10.1",
940
            "@babel/types": "^7.10.1"
941
          }
942
        },
943
        "@babel/traverse": {
944
          "version": "7.10.1",
945
          "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.10.1.tgz",
946
          "integrity": "sha512-C/cTuXeKt85K+p08jN6vMDz8vSV0vZcI0wmQ36o6mjbuo++kPMdpOYw23W2XH04dbRt9/nMEfA4W3eR21CD+TQ==",
947
          "requires": {
948
            "@babel/code-frame": "^7.10.1",
949
            "@babel/generator": "^7.10.1",
950
            "@babel/helper-function-name": "^7.10.1",
951
            "@babel/helper-split-export-declaration": "^7.10.1",
952
            "@babel/parser": "^7.10.1",
953
            "@babel/types": "^7.10.1",
954
            "debug": "^4.1.0",
955
            "globals": "^11.1.0",
956
            "lodash": "^4.17.13"
957
          }
958
        },
959
        "@babel/types": {
960
          "version": "7.10.2",
961
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.2.tgz",
962
          "integrity": "sha512-AD3AwWBSz0AWF0AkCN9VPiWrvldXq+/e3cHa4J89vo4ymjz1XwrBFFVZmkJTsQIPNk+ZVomPSXUJqq8yyjZsng==",
963
          "requires": {
964
            "@babel/helper-validator-identifier": "^7.10.1",
965
            "lodash": "^4.17.13",
966
            "to-fast-properties": "^2.0.0"
967
          }
968
        },
969
        "debug": {
970
          "version": "4.1.1",
971
          "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz",
972
          "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==",
973
          "requires": {
974
            "ms": "^2.1.1"
975
          }
976
        },
977
        "source-map": {
978
          "version": "0.5.7",
979
          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
980
          "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w="
981
        }
982
      }
983
    },
984
    "@babel/highlight": {
985
      "version": "7.10.1",
986
      "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.10.1.tgz",
987
      "integrity": "sha512-8rMof+gVP8mxYZApLF/JgNDAkdKa+aJt3ZYxF8z6+j/hpeXL7iMsKCPHa2jNMHu/qqBwzQF4OHNoYi8dMA/rYg==",
988
      "requires": {
989
        "@babel/helper-validator-identifier": "^7.10.1",
990
        "chalk": "^2.0.0",
991
        "js-tokens": "^4.0.0"
992
      }
993
    },
994
    "@babel/parser": {
995
      "version": "7.9.0",
996
      "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.9.0.tgz",
997
      "integrity": "sha512-Iwyp00CZsypoNJcpXCbq3G4tcDgphtlMwMVrMhhZ//XBkqjXF7LW6V511yk0+pBX3ZwwGnPea+pTKNJiqA7pUg=="
998
    },
999
    "@babel/plugin-proposal-async-generator-functions": {
1000
      "version": "7.10.1",
1001
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.10.1.tgz",
1002
      "integrity": "sha512-vzZE12ZTdB336POZjmpblWfNNRpMSua45EYnRigE2XsZxcXcIyly2ixnTJasJE4Zq3U7t2d8rRF7XRUuzHxbOw==",
1003
      "requires": {
1004
        "@babel/helper-plugin-utils": "^7.10.1",
1005
        "@babel/helper-remap-async-to-generator": "^7.10.1",
1006
        "@babel/plugin-syntax-async-generators": "^7.8.0"
1007
      },
1008
      "dependencies": {
1009
        "@babel/helper-plugin-utils": {
1010
          "version": "7.10.1",
1011
          "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.1.tgz",
1012
          "integrity": "sha512-fvoGeXt0bJc7VMWZGCAEBEMo/HAjW2mP8apF5eXK0wSqwLAVHAISCWRoLMBMUs2kqeaG77jltVqu4Hn8Egl3nA=="
1013
        }
1014
      }
1015
    },
1016
    "@babel/plugin-proposal-class-properties": {
1017
      "version": "7.10.1",
1018
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.10.1.tgz",
1019
      "integrity": "sha512-sqdGWgoXlnOdgMXU+9MbhzwFRgxVLeiGBqTrnuS7LC2IBU31wSsESbTUreT2O418obpfPdGUR2GbEufZF1bpqw==",
1020
      "requires": {
1021
        "@babel/helper-create-class-features-plugin": "^7.10.1",
1022
        "@babel/helper-plugin-utils": "^7.10.1"
1023
      },
1024
      "dependencies": {
1025
        "@babel/helper-plugin-utils": {
1026
          "version": "7.10.1",
1027
          "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.1.tgz",
1028
          "integrity": "sha512-fvoGeXt0bJc7VMWZGCAEBEMo/HAjW2mP8apF5eXK0wSqwLAVHAISCWRoLMBMUs2kqeaG77jltVqu4Hn8Egl3nA=="
1029
        }
1030
      }
1031
    },
1032
    "@babel/plugin-proposal-decorators": {
1033
      "version": "7.8.3",
1034
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.8.3.tgz",
1035
      "integrity": "sha512-e3RvdvS4qPJVTe288DlXjwKflpfy1hr0j5dz5WpIYYeP7vQZg2WfAEIp8k5/Lwis/m5REXEteIz6rrcDtXXG7w==",
1036
      "requires": {
1037
        "@babel/helper-create-class-features-plugin": "^7.8.3",
1038
        "@babel/helper-plugin-utils": "^7.8.3",
1039
        "@babel/plugin-syntax-decorators": "^7.8.3"
1040
      }
1041
    },
1042
    "@babel/plugin-proposal-dynamic-import": {
1043
      "version": "7.10.1",
1044
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.10.1.tgz",
1045
      "integrity": "sha512-Cpc2yUVHTEGPlmiQzXj026kqwjEQAD9I4ZC16uzdbgWgitg/UHKHLffKNCQZ5+y8jpIZPJcKcwsr2HwPh+w3XA==",
1046
      "requires": {
1047
        "@babel/helper-plugin-utils": "^7.10.1",
1048
        "@babel/plugin-syntax-dynamic-import": "^7.8.0"
1049
      },
1050
      "dependencies": {
1051
        "@babel/helper-plugin-utils": {
1052
          "version": "7.10.1",
1053
          "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.1.tgz",
1054
          "integrity": "sha512-fvoGeXt0bJc7VMWZGCAEBEMo/HAjW2mP8apF5eXK0wSqwLAVHAISCWRoLMBMUs2kqeaG77jltVqu4Hn8Egl3nA=="
1055
        }
1056
      }
1057
    },
1058
    "@babel/plugin-proposal-json-strings": {
1059
      "version": "7.10.1",
1060
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.10.1.tgz",
1061
      "integrity": "sha512-m8r5BmV+ZLpWPtMY2mOKN7wre6HIO4gfIiV+eOmsnZABNenrt/kzYBwrh+KOfgumSWpnlGs5F70J8afYMSJMBg==",
1062
      "requires": {
1063
        "@babel/helper-plugin-utils": "^7.10.1",
1064
        "@babel/plugin-syntax-json-strings": "^7.8.0"
1065
      },
1066
      "dependencies": {
1067
        "@babel/helper-plugin-utils": {
1068
          "version": "7.10.1",
1069
          "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.1.tgz",
1070
          "integrity": "sha512-fvoGeXt0bJc7VMWZGCAEBEMo/HAjW2mP8apF5eXK0wSqwLAVHAISCWRoLMBMUs2kqeaG77jltVqu4Hn8Egl3nA=="
1071
        }
1072
      }
1073
    },
1074
    "@babel/plugin-proposal-nullish-coalescing-operator": {
1075
      "version": "7.10.1",
1076
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.10.1.tgz",
1077
      "integrity": "sha512-56cI/uHYgL2C8HVuHOuvVowihhX0sxb3nnfVRzUeVHTWmRHTZrKuAh/OBIMggGU/S1g/1D2CRCXqP+3u7vX7iA==",
1078
      "requires": {
1079
        "@babel/helper-plugin-utils": "^7.10.1",
1080
        "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0"
1081
      },
1082
      "dependencies": {
1083
        "@babel/helper-plugin-utils": {
1084
          "version": "7.10.1",
1085
          "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.1.tgz",
1086
          "integrity": "sha512-fvoGeXt0bJc7VMWZGCAEBEMo/HAjW2mP8apF5eXK0wSqwLAVHAISCWRoLMBMUs2kqeaG77jltVqu4Hn8Egl3nA=="
1087
        }
1088
      }
1089
    },
1090
    "@babel/plugin-proposal-numeric-separator": {
1091
      "version": "7.10.1",
1092
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.10.1.tgz",
1093
      "integrity": "sha512-jjfym4N9HtCiNfyyLAVD8WqPYeHUrw4ihxuAynWj6zzp2gf9Ey2f7ImhFm6ikB3CLf5Z/zmcJDri6B4+9j9RsA==",
1094
      "requires": {
1095
        "@babel/helper-plugin-utils": "^7.10.1",
1096
        "@babel/plugin-syntax-numeric-separator": "^7.10.1"
1097
      },
1098
      "dependencies": {
1099
        "@babel/helper-plugin-utils": {
1100
          "version": "7.10.1",
1101
          "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.1.tgz",
1102
          "integrity": "sha512-fvoGeXt0bJc7VMWZGCAEBEMo/HAjW2mP8apF5eXK0wSqwLAVHAISCWRoLMBMUs2kqeaG77jltVqu4Hn8Egl3nA=="
1103
        }
1104
      }
1105
    },
1106
    "@babel/plugin-proposal-object-rest-spread": {
1107
      "version": "7.10.1",
1108
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.10.1.tgz",
1109
      "integrity": "sha512-Z+Qri55KiQkHh7Fc4BW6o+QBuTagbOp9txE+4U1i79u9oWlf2npkiDx+Rf3iK3lbcHBuNy9UOkwuR5wOMH3LIQ==",
1110
      "requires": {
1111
        "@babel/helper-plugin-utils": "^7.10.1",
1112
        "@babel/plugin-syntax-object-rest-spread": "^7.8.0",
1113
        "@babel/plugin-transform-parameters": "^7.10.1"
1114
      },
1115
      "dependencies": {
1116
        "@babel/helper-plugin-utils": {
1117
          "version": "7.10.1",
1118
          "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.1.tgz",
1119
          "integrity": "sha512-fvoGeXt0bJc7VMWZGCAEBEMo/HAjW2mP8apF5eXK0wSqwLAVHAISCWRoLMBMUs2kqeaG77jltVqu4Hn8Egl3nA=="
1120
        }
1121
      }
1122
    },
1123
    "@babel/plugin-proposal-optional-catch-binding": {
1124
      "version": "7.10.1",
1125
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.10.1.tgz",
1126
      "integrity": "sha512-VqExgeE62YBqI3ogkGoOJp1R6u12DFZjqwJhqtKc2o5m1YTUuUWnos7bZQFBhwkxIFpWYJ7uB75U7VAPPiKETA==",
1127
      "requires": {
1128
        "@babel/helper-plugin-utils": "^7.10.1",
1129
        "@babel/plugin-syntax-optional-catch-binding": "^7.8.0"
1130
      },
1131
      "dependencies": {
1132
        "@babel/helper-plugin-utils": {
1133
          "version": "7.10.1",
1134
          "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.1.tgz",
1135
          "integrity": "sha512-fvoGeXt0bJc7VMWZGCAEBEMo/HAjW2mP8apF5eXK0wSqwLAVHAISCWRoLMBMUs2kqeaG77jltVqu4Hn8Egl3nA=="
1136
        }
1137
      }
1138
    },
1139
    "@babel/plugin-proposal-optional-chaining": {
1140
      "version": "7.10.1",
1141
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.10.1.tgz",
1142
      "integrity": "sha512-dqQj475q8+/avvok72CF3AOSV/SGEcH29zT5hhohqqvvZ2+boQoOr7iGldBG5YXTO2qgCgc2B3WvVLUdbeMlGA==",
1143
      "requires": {
1144
        "@babel/helper-plugin-utils": "^7.10.1",
1145
        "@babel/plugin-syntax-optional-chaining": "^7.8.0"
1146
      },
1147
      "dependencies": {
1148
        "@babel/helper-plugin-utils": {
1149
          "version": "7.10.1",
1150
          "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.1.tgz",
1151
          "integrity": "sha512-fvoGeXt0bJc7VMWZGCAEBEMo/HAjW2mP8apF5eXK0wSqwLAVHAISCWRoLMBMUs2kqeaG77jltVqu4Hn8Egl3nA=="
1152
        }
1153
      }
1154
    },
1155
    "@babel/plugin-proposal-private-methods": {
1156
      "version": "7.10.1",
1157
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.10.1.tgz",
1158
      "integrity": "sha512-RZecFFJjDiQ2z6maFprLgrdnm0OzoC23Mx89xf1CcEsxmHuzuXOdniEuI+S3v7vjQG4F5sa6YtUp+19sZuSxHg==",
1159
      "requires": {
1160
        "@babel/helper-create-class-features-plugin": "^7.10.1",
1161
        "@babel/helper-plugin-utils": "^7.10.1"
1162
      },
1163
      "dependencies": {
1164
        "@babel/helper-plugin-utils": {
1165
          "version": "7.10.1",
1166
          "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.1.tgz",
1167
          "integrity": "sha512-fvoGeXt0bJc7VMWZGCAEBEMo/HAjW2mP8apF5eXK0wSqwLAVHAISCWRoLMBMUs2kqeaG77jltVqu4Hn8Egl3nA=="
1168
        }
1169
      }
1170
    },
1171
    "@babel/plugin-proposal-unicode-property-regex": {
1172
      "version": "7.10.1",
1173
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.10.1.tgz",
1174
      "integrity": "sha512-JjfngYRvwmPwmnbRZyNiPFI8zxCZb8euzbCG/LxyKdeTb59tVciKo9GK9bi6JYKInk1H11Dq9j/zRqIH4KigfQ==",
1175
      "requires": {
1176
        "@babel/helper-create-regexp-features-plugin": "^7.10.1",
1177
        "@babel/helper-plugin-utils": "^7.10.1"
1178
      },
1179
      "dependencies": {
1180
        "@babel/helper-plugin-utils": {
1181
          "version": "7.10.1",
1182
          "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.1.tgz",
1183
          "integrity": "sha512-fvoGeXt0bJc7VMWZGCAEBEMo/HAjW2mP8apF5eXK0wSqwLAVHAISCWRoLMBMUs2kqeaG77jltVqu4Hn8Egl3nA=="
1184
        }
1185
      }
1186
    },
1187
    "@babel/plugin-syntax-async-generators": {
1188
      "version": "7.8.4",
1189
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",
1190
      "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==",
1191
      "requires": {
1192
        "@babel/helper-plugin-utils": "^7.8.0"
1193
      }
1194
    },
1195
    "@babel/plugin-syntax-class-properties": {
1196
      "version": "7.10.1",
1197
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.10.1.tgz",
1198
      "integrity": "sha512-Gf2Yx/iRs1JREDtVZ56OrjjgFHCaldpTnuy9BHla10qyVT3YkIIGEtoDWhyop0ksu1GvNjHIoYRBqm3zoR1jyQ==",
1199
      "requires": {
1200
        "@babel/helper-plugin-utils": "^7.10.1"
1201
      },
1202
      "dependencies": {
1203
        "@babel/helper-plugin-utils": {
1204
          "version": "7.10.1",
1205
          "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.1.tgz",
1206
          "integrity": "sha512-fvoGeXt0bJc7VMWZGCAEBEMo/HAjW2mP8apF5eXK0wSqwLAVHAISCWRoLMBMUs2kqeaG77jltVqu4Hn8Egl3nA=="
1207
        }
1208
      }
1209
    },
1210
    "@babel/plugin-syntax-decorators": {
1211
      "version": "7.10.1",
1212
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.10.1.tgz",
1213
      "integrity": "sha512-a9OAbQhKOwSle1Vr0NJu/ISg1sPfdEkfRKWpgPuzhnWWzForou2gIeUIIwjAMHRekhhpJ7eulZlYs0H14Cbi+g==",
1214
      "requires": {
1215
        "@babel/helper-plugin-utils": "^7.10.1"
1216
      },
1217
      "dependencies": {
1218
        "@babel/helper-plugin-utils": {
1219
          "version": "7.10.1",
1220
          "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.1.tgz",
1221
          "integrity": "sha512-fvoGeXt0bJc7VMWZGCAEBEMo/HAjW2mP8apF5eXK0wSqwLAVHAISCWRoLMBMUs2kqeaG77jltVqu4Hn8Egl3nA=="
1222
        }
1223
      }
1224
    },
1225
    "@babel/plugin-syntax-dynamic-import": {
1226
      "version": "7.8.3",
1227
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz",
1228
      "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==",
1229
      "requires": {
1230
        "@babel/helper-plugin-utils": "^7.8.0"
1231
      }
1232
    },
1233
    "@babel/plugin-syntax-flow": {
1234
      "version": "7.10.1",
1235
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.10.1.tgz",
1236
      "integrity": "sha512-b3pWVncLBYoPP60UOTc7NMlbtsHQ6ITim78KQejNHK6WJ2mzV5kCcg4mIWpasAfJEgwVTibwo2e+FU7UEIKQUg==",
1237
      "requires": {
1238
        "@babel/helper-plugin-utils": "^7.10.1"
1239
      },
1240
      "dependencies": {
1241
        "@babel/helper-plugin-utils": {
1242
          "version": "7.10.1",
1243
          "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.1.tgz",
1244
          "integrity": "sha512-fvoGeXt0bJc7VMWZGCAEBEMo/HAjW2mP8apF5eXK0wSqwLAVHAISCWRoLMBMUs2kqeaG77jltVqu4Hn8Egl3nA=="
1245
        }
1246
      }
1247
    },
1248
    "@babel/plugin-syntax-json-strings": {
1249
      "version": "7.8.3",
1250
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",
1251
      "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==",
1252
      "requires": {
1253
        "@babel/helper-plugin-utils": "^7.8.0"
1254
      }
1255
    },
1256
    "@babel/plugin-syntax-jsx": {
1257
      "version": "7.10.1",
1258
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.10.1.tgz",
1259
      "integrity": "sha512-+OxyOArpVFXQeXKLO9o+r2I4dIoVoy6+Uu0vKELrlweDM3QJADZj+Z+5ERansZqIZBcLj42vHnDI8Rz9BnRIuQ==",
1260
      "requires": {
1261
        "@babel/helper-plugin-utils": "^7.10.1"
1262
      },
1263
      "dependencies": {
1264
        "@babel/helper-plugin-utils": {
1265
          "version": "7.10.1",
1266
          "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.1.tgz",
1267
          "integrity": "sha512-fvoGeXt0bJc7VMWZGCAEBEMo/HAjW2mP8apF5eXK0wSqwLAVHAISCWRoLMBMUs2kqeaG77jltVqu4Hn8Egl3nA=="
1268
        }
1269
      }
1270
    },
1271
    "@babel/plugin-syntax-nullish-coalescing-operator": {
1272
      "version": "7.8.3",
1273
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",
1274
      "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==",
1275
      "requires": {
1276
        "@babel/helper-plugin-utils": "^7.8.0"
1277
      }
1278
    },
1279
    "@babel/plugin-syntax-numeric-separator": {
1280
      "version": "7.10.1",
1281
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.1.tgz",
1282
      "integrity": "sha512-uTd0OsHrpe3tH5gRPTxG8Voh99/WCU78vIm5NMRYPAqC8lR4vajt6KkCAknCHrx24vkPdd/05yfdGSB4EIY2mg==",
1283
      "requires": {
1284
        "@babel/helper-plugin-utils": "^7.10.1"
1285
      },
1286
      "dependencies": {
1287
        "@babel/helper-plugin-utils": {
1288
          "version": "7.10.1",
1289
          "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.1.tgz",
1290
          "integrity": "sha512-fvoGeXt0bJc7VMWZGCAEBEMo/HAjW2mP8apF5eXK0wSqwLAVHAISCWRoLMBMUs2kqeaG77jltVqu4Hn8Egl3nA=="
1291
        }
1292
      }
1293
    },
1294
    "@babel/plugin-syntax-object-rest-spread": {
1295
      "version": "7.8.3",
1296
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",
1297
      "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==",
1298
      "requires": {
1299
        "@babel/helper-plugin-utils": "^7.8.0"
1300
      }
1301
    },
1302
    "@babel/plugin-syntax-optional-catch-binding": {
1303
      "version": "7.8.3",
1304
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",
1305
      "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==",
1306
      "requires": {
1307
        "@babel/helper-plugin-utils": "^7.8.0"
1308
      }
1309
    },
1310
    "@babel/plugin-syntax-optional-chaining": {
1311
      "version": "7.8.3",
1312
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz",
1313
      "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==",
1314
      "requires": {
1315
        "@babel/helper-plugin-utils": "^7.8.0"
1316
      }
1317
    },
1318
    "@babel/plugin-syntax-top-level-await": {
1319
      "version": "7.10.1",
1320
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.10.1.tgz",
1321
      "integrity": "sha512-hgA5RYkmZm8FTFT3yu2N9Bx7yVVOKYT6yEdXXo6j2JTm0wNxgqaGeQVaSHRjhfnQbX91DtjFB6McRFSlcJH3xQ==",
1322
      "requires": {
1323
        "@babel/helper-plugin-utils": "^7.10.1"
1324
      },
1325
      "dependencies": {
1326
        "@babel/helper-plugin-utils": {
1327
          "version": "7.10.1",
1328
          "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.1.tgz",
1329
          "integrity": "sha512-fvoGeXt0bJc7VMWZGCAEBEMo/HAjW2mP8apF5eXK0wSqwLAVHAISCWRoLMBMUs2kqeaG77jltVqu4Hn8Egl3nA=="
1330
        }
1331
      }
1332
    },
1333
    "@babel/plugin-syntax-typescript": {
1334
      "version": "7.10.1",
1335
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.10.1.tgz",
1336
      "integrity": "sha512-X/d8glkrAtra7CaQGMiGs/OGa6XgUzqPcBXCIGFCpCqnfGlT0Wfbzo/B89xHhnInTaItPK8LALblVXcUOEh95Q==",
1337
      "requires": {
1338
        "@babel/helper-plugin-utils": "^7.10.1"
1339
      },
1340
      "dependencies": {
1341
        "@babel/helper-plugin-utils": {
1342
          "version": "7.10.1",
1343
          "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.1.tgz",
1344
          "integrity": "sha512-fvoGeXt0bJc7VMWZGCAEBEMo/HAjW2mP8apF5eXK0wSqwLAVHAISCWRoLMBMUs2kqeaG77jltVqu4Hn8Egl3nA=="
1345
        }
1346
      }
1347
    },
1348
    "@babel/plugin-transform-arrow-functions": {
1349
      "version": "7.10.1",
1350
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.10.1.tgz",
1351
      "integrity": "sha512-6AZHgFJKP3DJX0eCNJj01RpytUa3SOGawIxweHkNX2L6PYikOZmoh5B0d7hIHaIgveMjX990IAa/xK7jRTN8OA==",
1352
      "requires": {
1353
        "@babel/helper-plugin-utils": "^7.10.1"
1354
      },
1355
      "dependencies": {
1356
        "@babel/helper-plugin-utils": {
1357
          "version": "7.10.1",
1358
          "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.1.tgz",
1359
          "integrity": "sha512-fvoGeXt0bJc7VMWZGCAEBEMo/HAjW2mP8apF5eXK0wSqwLAVHAISCWRoLMBMUs2kqeaG77jltVqu4Hn8Egl3nA=="
1360
        }
1361
      }
1362
    },
1363
    "@babel/plugin-transform-async-to-generator": {
1364
      "version": "7.10.1",
1365
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.10.1.tgz",
1366
      "integrity": "sha512-XCgYjJ8TY2slj6SReBUyamJn3k2JLUIiiR5b6t1mNCMSvv7yx+jJpaewakikp0uWFQSF7ChPPoe3dHmXLpISkg==",
1367
      "requires": {
1368
        "@babel/helper-module-imports": "^7.10.1",
... Rozdílový soubor je zkrácen, protože jeho délka přesahuje max. limit.

Také k dispozici: Unified diff