|
@@ -0,0 +1,497 @@
|
|
1
|
+# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
|
2
|
+# yarn lockfile v1
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+"@babel/code-frame@^7.12.13":
|
|
6
|
+ version "7.12.13"
|
|
7
|
+ resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.13.tgz#dcfc826beef65e75c50e21d3837d7d95798dd658"
|
|
8
|
+ integrity sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g==
|
|
9
|
+ dependencies:
|
|
10
|
+ "@babel/highlight" "^7.12.13"
|
|
11
|
+
|
|
12
|
+"@babel/compat-data@^7.14.4":
|
|
13
|
+ version "7.14.4"
|
|
14
|
+ resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.4.tgz#45720fe0cecf3fd42019e1d12cc3d27fadc98d58"
|
|
15
|
+ integrity sha512-i2wXrWQNkH6JplJQGn3Rd2I4Pij8GdHkXwHMxm+zV5YG/Jci+bCNrWZEWC4o+umiDkRrRs4dVzH3X4GP7vyjQQ==
|
|
16
|
+
|
|
17
|
+"@babel/core@^7.12.13":
|
|
18
|
+ version "7.14.3"
|
|
19
|
+ resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.3.tgz#5395e30405f0776067fbd9cf0884f15bfb770a38"
|
|
20
|
+ integrity sha512-jB5AmTKOCSJIZ72sd78ECEhuPiDMKlQdDI/4QRI6lzYATx5SSogS1oQA2AoPecRCknm30gHi2l+QVvNUu3wZAg==
|
|
21
|
+ dependencies:
|
|
22
|
+ "@babel/code-frame" "^7.12.13"
|
|
23
|
+ "@babel/generator" "^7.14.3"
|
|
24
|
+ "@babel/helper-compilation-targets" "^7.13.16"
|
|
25
|
+ "@babel/helper-module-transforms" "^7.14.2"
|
|
26
|
+ "@babel/helpers" "^7.14.0"
|
|
27
|
+ "@babel/parser" "^7.14.3"
|
|
28
|
+ "@babel/template" "^7.12.13"
|
|
29
|
+ "@babel/traverse" "^7.14.2"
|
|
30
|
+ "@babel/types" "^7.14.2"
|
|
31
|
+ convert-source-map "^1.7.0"
|
|
32
|
+ debug "^4.1.0"
|
|
33
|
+ gensync "^1.0.0-beta.2"
|
|
34
|
+ json5 "^2.1.2"
|
|
35
|
+ semver "^6.3.0"
|
|
36
|
+ source-map "^0.5.0"
|
|
37
|
+
|
|
38
|
+"@babel/generator@^7.14.2", "@babel/generator@^7.14.3":
|
|
39
|
+ version "7.14.3"
|
|
40
|
+ resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.3.tgz#0c2652d91f7bddab7cccc6ba8157e4f40dcedb91"
|
|
41
|
+ integrity sha512-bn0S6flG/j0xtQdz3hsjJ624h3W0r3llttBMfyHX3YrZ/KtLYr15bjA0FXkgW7FpvrDuTuElXeVjiKlYRpnOFA==
|
|
42
|
+ dependencies:
|
|
43
|
+ "@babel/types" "^7.14.2"
|
|
44
|
+ jsesc "^2.5.1"
|
|
45
|
+ source-map "^0.5.0"
|
|
46
|
+
|
|
47
|
+"@babel/helper-compilation-targets@^7.13.16":
|
|
48
|
+ version "7.14.4"
|
|
49
|
+ resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.14.4.tgz#33ebd0ffc34248051ee2089350a929ab02f2a516"
|
|
50
|
+ integrity sha512-JgdzOYZ/qGaKTVkn5qEDV/SXAh8KcyUVkCoSWGN8T3bwrgd6m+/dJa2kVGi6RJYJgEYPBdZ84BZp9dUjNWkBaA==
|
|
51
|
+ dependencies:
|
|
52
|
+ "@babel/compat-data" "^7.14.4"
|
|
53
|
+ "@babel/helper-validator-option" "^7.12.17"
|
|
54
|
+ browserslist "^4.16.6"
|
|
55
|
+ semver "^6.3.0"
|
|
56
|
+
|
|
57
|
+"@babel/helper-function-name@^7.14.2":
|
|
58
|
+ version "7.14.2"
|
|
59
|
+ resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.14.2.tgz#397688b590760b6ef7725b5f0860c82427ebaac2"
|
|
60
|
+ integrity sha512-NYZlkZRydxw+YT56IlhIcS8PAhb+FEUiOzuhFTfqDyPmzAhRge6ua0dQYT/Uh0t/EDHq05/i+e5M2d4XvjgarQ==
|
|
61
|
+ dependencies:
|
|
62
|
+ "@babel/helper-get-function-arity" "^7.12.13"
|
|
63
|
+ "@babel/template" "^7.12.13"
|
|
64
|
+ "@babel/types" "^7.14.2"
|
|
65
|
+
|
|
66
|
+"@babel/helper-get-function-arity@^7.12.13":
|
|
67
|
+ version "7.12.13"
|
|
68
|
+ resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz#bc63451d403a3b3082b97e1d8b3fe5bd4091e583"
|
|
69
|
+ integrity sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg==
|
|
70
|
+ dependencies:
|
|
71
|
+ "@babel/types" "^7.12.13"
|
|
72
|
+
|
|
73
|
+"@babel/helper-member-expression-to-functions@^7.13.12":
|
|
74
|
+ version "7.13.12"
|
|
75
|
+ resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.13.12.tgz#dfe368f26d426a07299d8d6513821768216e6d72"
|
|
76
|
+ integrity sha512-48ql1CLL59aKbU94Y88Xgb2VFy7a95ykGRbJJaaVv+LX5U8wFpLfiGXJJGUozsmA1oEh/o5Bp60Voq7ACyA/Sw==
|
|
77
|
+ dependencies:
|
|
78
|
+ "@babel/types" "^7.13.12"
|
|
79
|
+
|
|
80
|
+"@babel/helper-module-imports@^7.13.12":
|
|
81
|
+ version "7.13.12"
|
|
82
|
+ resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.13.12.tgz#c6a369a6f3621cb25da014078684da9196b61977"
|
|
83
|
+ integrity sha512-4cVvR2/1B693IuOvSI20xqqa/+bl7lqAMR59R4iu39R9aOX8/JoYY1sFaNvUMyMBGnHdwvJgUrzNLoUZxXypxA==
|
|
84
|
+ dependencies:
|
|
85
|
+ "@babel/types" "^7.13.12"
|
|
86
|
+
|
|
87
|
+"@babel/helper-module-transforms@^7.14.2":
|
|
88
|
+ version "7.14.2"
|
|
89
|
+ resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.2.tgz#ac1cc30ee47b945e3e0c4db12fa0c5389509dfe5"
|
|
90
|
+ integrity sha512-OznJUda/soKXv0XhpvzGWDnml4Qnwp16GN+D/kZIdLsWoHj05kyu8Rm5kXmMef+rVJZ0+4pSGLkeixdqNUATDA==
|
|
91
|
+ dependencies:
|
|
92
|
+ "@babel/helper-module-imports" "^7.13.12"
|
|
93
|
+ "@babel/helper-replace-supers" "^7.13.12"
|
|
94
|
+ "@babel/helper-simple-access" "^7.13.12"
|
|
95
|
+ "@babel/helper-split-export-declaration" "^7.12.13"
|
|
96
|
+ "@babel/helper-validator-identifier" "^7.14.0"
|
|
97
|
+ "@babel/template" "^7.12.13"
|
|
98
|
+ "@babel/traverse" "^7.14.2"
|
|
99
|
+ "@babel/types" "^7.14.2"
|
|
100
|
+
|
|
101
|
+"@babel/helper-optimise-call-expression@^7.12.13":
|
|
102
|
+ version "7.12.13"
|
|
103
|
+ resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.13.tgz#5c02d171b4c8615b1e7163f888c1c81c30a2aaea"
|
|
104
|
+ integrity sha512-BdWQhoVJkp6nVjB7nkFWcn43dkprYauqtk++Py2eaf/GRDFm5BxRqEIZCiHlZUGAVmtwKcsVL1dC68WmzeFmiA==
|
|
105
|
+ dependencies:
|
|
106
|
+ "@babel/types" "^7.12.13"
|
|
107
|
+
|
|
108
|
+"@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.13.0":
|
|
109
|
+ version "7.13.0"
|
|
110
|
+ resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.13.0.tgz#806526ce125aed03373bc416a828321e3a6a33af"
|
|
111
|
+ integrity sha512-ZPafIPSwzUlAoWT8DKs1W2VyF2gOWthGd5NGFMsBcMMol+ZhK+EQY/e6V96poa6PA/Bh+C9plWN0hXO1uB8AfQ==
|
|
112
|
+
|
|
113
|
+"@babel/helper-replace-supers@^7.13.12":
|
|
114
|
+ version "7.14.4"
|
|
115
|
+ resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.14.4.tgz#b2ab16875deecfff3ddfcd539bc315f72998d836"
|
|
116
|
+ integrity sha512-zZ7uHCWlxfEAAOVDYQpEf/uyi1dmeC7fX4nCf2iz9drnCwi1zvwXL3HwWWNXUQEJ1k23yVn3VbddiI9iJEXaTQ==
|
|
117
|
+ dependencies:
|
|
118
|
+ "@babel/helper-member-expression-to-functions" "^7.13.12"
|
|
119
|
+ "@babel/helper-optimise-call-expression" "^7.12.13"
|
|
120
|
+ "@babel/traverse" "^7.14.2"
|
|
121
|
+ "@babel/types" "^7.14.4"
|
|
122
|
+
|
|
123
|
+"@babel/helper-simple-access@^7.13.12":
|
|
124
|
+ version "7.13.12"
|
|
125
|
+ resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.13.12.tgz#dd6c538afb61819d205a012c31792a39c7a5eaf6"
|
|
126
|
+ integrity sha512-7FEjbrx5SL9cWvXioDbnlYTppcZGuCY6ow3/D5vMggb2Ywgu4dMrpTJX0JdQAIcRRUElOIxF3yEooa9gUb9ZbA==
|
|
127
|
+ dependencies:
|
|
128
|
+ "@babel/types" "^7.13.12"
|
|
129
|
+
|
|
130
|
+"@babel/helper-split-export-declaration@^7.12.13":
|
|
131
|
+ version "7.12.13"
|
|
132
|
+ resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.13.tgz#e9430be00baf3e88b0e13e6f9d4eaf2136372b05"
|
|
133
|
+ integrity sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg==
|
|
134
|
+ dependencies:
|
|
135
|
+ "@babel/types" "^7.12.13"
|
|
136
|
+
|
|
137
|
+"@babel/helper-validator-identifier@^7.14.0":
|
|
138
|
+ version "7.14.0"
|
|
139
|
+ resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz#d26cad8a47c65286b15df1547319a5d0bcf27288"
|
|
140
|
+ integrity sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A==
|
|
141
|
+
|
|
142
|
+"@babel/helper-validator-option@^7.12.17":
|
|
143
|
+ version "7.12.17"
|
|
144
|
+ resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz#d1fbf012e1a79b7eebbfdc6d270baaf8d9eb9831"
|
|
145
|
+ integrity sha512-TopkMDmLzq8ngChwRlyjR6raKD6gMSae4JdYDB8bByKreQgG0RBTuKe9LRxW3wFtUnjxOPRKBDwEH6Mg5KeDfw==
|
|
146
|
+
|
|
147
|
+"@babel/helpers@^7.14.0":
|
|
148
|
+ version "7.14.0"
|
|
149
|
+ resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.0.tgz#ea9b6be9478a13d6f961dbb5f36bf75e2f3b8f62"
|
|
150
|
+ integrity sha512-+ufuXprtQ1D1iZTO/K9+EBRn+qPWMJjZSw/S0KlFrxCw4tkrzv9grgpDHkY9MeQTjTY8i2sp7Jep8DfU6tN9Mg==
|
|
151
|
+ dependencies:
|
|
152
|
+ "@babel/template" "^7.12.13"
|
|
153
|
+ "@babel/traverse" "^7.14.0"
|
|
154
|
+ "@babel/types" "^7.14.0"
|
|
155
|
+
|
|
156
|
+"@babel/highlight@^7.12.13":
|
|
157
|
+ version "7.14.0"
|
|
158
|
+ resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.14.0.tgz#3197e375711ef6bf834e67d0daec88e4f46113cf"
|
|
159
|
+ integrity sha512-YSCOwxvTYEIMSGaBQb5kDDsCopDdiUGsqpatp3fOlI4+2HQSkTmEVWnVuySdAC5EWCqSWWTv0ib63RjR7dTBdg==
|
|
160
|
+ dependencies:
|
|
161
|
+ "@babel/helper-validator-identifier" "^7.14.0"
|
|
162
|
+ chalk "^2.0.0"
|
|
163
|
+ js-tokens "^4.0.0"
|
|
164
|
+
|
|
165
|
+"@babel/parser@^7.12.13", "@babel/parser@^7.14.2", "@babel/parser@^7.14.3":
|
|
166
|
+ version "7.14.4"
|
|
167
|
+ resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.4.tgz#a5c560d6db6cd8e6ed342368dea8039232cbab18"
|
|
168
|
+ integrity sha512-ArliyUsWDUqEGfWcmzpGUzNfLxTdTp6WU4IuP6QFSp9gGfWS6boxFCkJSJ/L4+RG8z/FnIU3WxCk6hPL9SSWeA==
|
|
169
|
+
|
|
170
|
+"@babel/plugin-transform-react-jsx-self@^7.12.13":
|
|
171
|
+ version "7.12.13"
|
|
172
|
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.12.13.tgz#422d99d122d592acab9c35ea22a6cfd9bf189f60"
|
|
173
|
+ integrity sha512-FXYw98TTJ125GVCCkFLZXlZ1qGcsYqNQhVBQcZjyrwf8FEUtVfKIoidnO8S0q+KBQpDYNTmiGo1gn67Vti04lQ==
|
|
174
|
+ dependencies:
|
|
175
|
+ "@babel/helper-plugin-utils" "^7.12.13"
|
|
176
|
+
|
|
177
|
+"@babel/plugin-transform-react-jsx-source@^7.12.13":
|
|
178
|
+ version "7.14.2"
|
|
179
|
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.14.2.tgz#2620b57e7de775c0687f65d464026d15812941da"
|
|
180
|
+ integrity sha512-OMorspVyjxghAjzgeAWc6O7W7vHbJhV69NeTGdl9Mxgz6PaweAuo7ffB9T5A1OQ9dGcw0As4SYMUhyNC4u7mVg==
|
|
181
|
+ dependencies:
|
|
182
|
+ "@babel/helper-plugin-utils" "^7.13.0"
|
|
183
|
+
|
|
184
|
+"@babel/template@^7.12.13":
|
|
185
|
+ version "7.12.13"
|
|
186
|
+ resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.12.13.tgz#530265be8a2589dbb37523844c5bcb55947fb327"
|
|
187
|
+ integrity sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA==
|
|
188
|
+ dependencies:
|
|
189
|
+ "@babel/code-frame" "^7.12.13"
|
|
190
|
+ "@babel/parser" "^7.12.13"
|
|
191
|
+ "@babel/types" "^7.12.13"
|
|
192
|
+
|
|
193
|
+"@babel/traverse@^7.14.0", "@babel/traverse@^7.14.2":
|
|
194
|
+ version "7.14.2"
|
|
195
|
+ resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.2.tgz#9201a8d912723a831c2679c7ebbf2fe1416d765b"
|
|
196
|
+ integrity sha512-TsdRgvBFHMyHOOzcP9S6QU0QQtjxlRpEYOy3mcCO5RgmC305ki42aSAmfZEMSSYBla2oZ9BMqYlncBaKmD/7iA==
|
|
197
|
+ dependencies:
|
|
198
|
+ "@babel/code-frame" "^7.12.13"
|
|
199
|
+ "@babel/generator" "^7.14.2"
|
|
200
|
+ "@babel/helper-function-name" "^7.14.2"
|
|
201
|
+ "@babel/helper-split-export-declaration" "^7.12.13"
|
|
202
|
+ "@babel/parser" "^7.14.2"
|
|
203
|
+ "@babel/types" "^7.14.2"
|
|
204
|
+ debug "^4.1.0"
|
|
205
|
+ globals "^11.1.0"
|
|
206
|
+
|
|
207
|
+"@babel/types@^7.12.13", "@babel/types@^7.13.12", "@babel/types@^7.14.0", "@babel/types@^7.14.2", "@babel/types@^7.14.4":
|
|
208
|
+ version "7.14.4"
|
|
209
|
+ resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.4.tgz#bfd6980108168593b38b3eb48a24aa026b919bc0"
|
|
210
|
+ integrity sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw==
|
|
211
|
+ dependencies:
|
|
212
|
+ "@babel/helper-validator-identifier" "^7.14.0"
|
|
213
|
+ to-fast-properties "^2.0.0"
|
|
214
|
+
|
|
215
|
+"@vitejs/plugin-react-refresh@^1.3.1":
|
|
216
|
+ version "1.3.3"
|
|
217
|
+ resolved "https://registry.yarnpkg.com/@vitejs/plugin-react-refresh/-/plugin-react-refresh-1.3.3.tgz#d5afb3e0463f368a8afadfdd7305fe5c5fe78a6a"
|
|
218
|
+ integrity sha512-J3KFwSQKrEK7fgOwTx0PMTlsolZORUch6BswjsM50q+Y7zSvX1ROIRn+tK2VE8SCvbYRHtzEKFlYW3vsWyTosQ==
|
|
219
|
+ dependencies:
|
|
220
|
+ "@babel/core" "^7.12.13"
|
|
221
|
+ "@babel/plugin-transform-react-jsx-self" "^7.12.13"
|
|
222
|
+ "@babel/plugin-transform-react-jsx-source" "^7.12.13"
|
|
223
|
+ react-refresh "^0.9.0"
|
|
224
|
+
|
|
225
|
+ansi-styles@^3.2.1:
|
|
226
|
+ version "3.2.1"
|
|
227
|
+ resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"
|
|
228
|
+ integrity sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==
|
|
229
|
+ dependencies:
|
|
230
|
+ color-convert "^1.9.0"
|
|
231
|
+
|
|
232
|
+browserslist@^4.16.6:
|
|
233
|
+ version "4.16.6"
|
|
234
|
+ resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.16.6.tgz#d7901277a5a88e554ed305b183ec9b0c08f66fa2"
|
|
235
|
+ integrity sha512-Wspk/PqO+4W9qp5iUTJsa1B/QrYn1keNCcEP5OvP7WBwT4KaDly0uONYmC6Xa3Z5IqnUgS0KcgLYu1l74x0ZXQ==
|
|
236
|
+ dependencies:
|
|
237
|
+ caniuse-lite "^1.0.30001219"
|
|
238
|
+ colorette "^1.2.2"
|
|
239
|
+ electron-to-chromium "^1.3.723"
|
|
240
|
+ escalade "^3.1.1"
|
|
241
|
+ node-releases "^1.1.71"
|
|
242
|
+
|
|
243
|
+caniuse-lite@^1.0.30001219:
|
|
244
|
+ version "1.0.30001235"
|
|
245
|
+ resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001235.tgz#ad5ca75bc5a1f7b12df79ad806d715a43a5ac4ed"
|
|
246
|
+ integrity sha512-zWEwIVqnzPkSAXOUlQnPW2oKoYb2aLQ4Q5ejdjBcnH63rfypaW34CxaeBn1VMya2XaEU3P/R2qHpWyj+l0BT1A==
|
|
247
|
+
|
|
248
|
+chalk@^2.0.0:
|
|
249
|
+ version "2.4.2"
|
|
250
|
+ resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
|
|
251
|
+ integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
|
|
252
|
+ dependencies:
|
|
253
|
+ ansi-styles "^3.2.1"
|
|
254
|
+ escape-string-regexp "^1.0.5"
|
|
255
|
+ supports-color "^5.3.0"
|
|
256
|
+
|
|
257
|
+color-convert@^1.9.0:
|
|
258
|
+ version "1.9.3"
|
|
259
|
+ resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8"
|
|
260
|
+ integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==
|
|
261
|
+ dependencies:
|
|
262
|
+ color-name "1.1.3"
|
|
263
|
+
|
|
264
|
+color-name@1.1.3:
|
|
265
|
+ version "1.1.3"
|
|
266
|
+ resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
|
|
267
|
+ integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=
|
|
268
|
+
|
|
269
|
+colorette@^1.2.2:
|
|
270
|
+ version "1.2.2"
|
|
271
|
+ resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.2.tgz#cbcc79d5e99caea2dbf10eb3a26fd8b3e6acfa94"
|
|
272
|
+ integrity sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w==
|
|
273
|
+
|
|
274
|
+convert-source-map@^1.7.0:
|
|
275
|
+ version "1.7.0"
|
|
276
|
+ resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.7.0.tgz#17a2cb882d7f77d3490585e2ce6c524424a3a442"
|
|
277
|
+ integrity sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==
|
|
278
|
+ dependencies:
|
|
279
|
+ safe-buffer "~5.1.1"
|
|
280
|
+
|
|
281
|
+debug@^4.1.0:
|
|
282
|
+ version "4.3.1"
|
|
283
|
+ resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.1.tgz#f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee"
|
|
284
|
+ integrity sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==
|
|
285
|
+ dependencies:
|
|
286
|
+ ms "2.1.2"
|
|
287
|
+
|
|
288
|
+electron-to-chromium@^1.3.723:
|
|
289
|
+ version "1.3.749"
|
|
290
|
+ resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.749.tgz#0ecebc529ceb49dd2a7c838ae425236644c3439a"
|
|
291
|
+ integrity sha512-F+v2zxZgw/fMwPz/VUGIggG4ZndDsYy0vlpthi3tjmDZlcfbhN5mYW0evXUsBr2sUtuDANFtle410A9u/sd/4A==
|
|
292
|
+
|
|
293
|
+esbuild@^0.12.5:
|
|
294
|
+ version "0.12.6"
|
|
295
|
+ resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.12.6.tgz#85bc755c7cf3005d4f34b4f10f98049ce0ee67ce"
|
|
296
|
+ integrity sha512-RDvVLvAjsq/kIZJoneMiUOH7EE7t2QaW7T3Q7EdQij14+bZbDq5sndb0tTanmHIFSqZVMBMMyqzVHkS3dJobeA==
|
|
297
|
+
|
|
298
|
+escalade@^3.1.1:
|
|
299
|
+ version "3.1.1"
|
|
300
|
+ resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40"
|
|
301
|
+ integrity sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==
|
|
302
|
+
|
|
303
|
+escape-string-regexp@^1.0.5:
|
|
304
|
+ version "1.0.5"
|
|
305
|
+ resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
|
|
306
|
+ integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=
|
|
307
|
+
|
|
308
|
+fsevents@~2.3.1:
|
|
309
|
+ version "2.3.2"
|
|
310
|
+ resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a"
|
|
311
|
+ integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==
|
|
312
|
+
|
|
313
|
+function-bind@^1.1.1:
|
|
314
|
+ version "1.1.1"
|
|
315
|
+ resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
|
|
316
|
+ integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
|
|
317
|
+
|
|
318
|
+gensync@^1.0.0-beta.2:
|
|
319
|
+ version "1.0.0-beta.2"
|
|
320
|
+ resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0"
|
|
321
|
+ integrity sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==
|
|
322
|
+
|
|
323
|
+globals@^11.1.0:
|
|
324
|
+ version "11.12.0"
|
|
325
|
+ resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
|
|
326
|
+ integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
|
|
327
|
+
|
|
328
|
+has-flag@^3.0.0:
|
|
329
|
+ version "3.0.0"
|
|
330
|
+ resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
|
|
331
|
+ integrity sha1-tdRU3CGZriJWmfNGfloH87lVuv0=
|
|
332
|
+
|
|
333
|
+has@^1.0.3:
|
|
334
|
+ version "1.0.3"
|
|
335
|
+ resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
|
|
336
|
+ integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==
|
|
337
|
+ dependencies:
|
|
338
|
+ function-bind "^1.1.1"
|
|
339
|
+
|
|
340
|
+is-core-module@^2.2.0:
|
|
341
|
+ version "2.4.0"
|
|
342
|
+ resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.4.0.tgz#8e9fc8e15027b011418026e98f0e6f4d86305cc1"
|
|
343
|
+ integrity sha512-6A2fkfq1rfeQZjxrZJGerpLCTHRNEBiSgnu0+obeJpEPZRUooHgsizvzv0ZjJwOz3iWIHdJtVWJ/tmPr3D21/A==
|
|
344
|
+ dependencies:
|
|
345
|
+ has "^1.0.3"
|
|
346
|
+
|
|
347
|
+"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
|
|
348
|
+ version "4.0.0"
|
|
349
|
+ resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
|
|
350
|
+ integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
|
|
351
|
+
|
|
352
|
+jsesc@^2.5.1:
|
|
353
|
+ version "2.5.2"
|
|
354
|
+ resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4"
|
|
355
|
+ integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==
|
|
356
|
+
|
|
357
|
+json5@^2.1.2:
|
|
358
|
+ version "2.2.0"
|
|
359
|
+ resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.0.tgz#2dfefe720c6ba525d9ebd909950f0515316c89a3"
|
|
360
|
+ integrity sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==
|
|
361
|
+ dependencies:
|
|
362
|
+ minimist "^1.2.5"
|
|
363
|
+
|
|
364
|
+loose-envify@^1.1.0:
|
|
365
|
+ version "1.4.0"
|
|
366
|
+ resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
|
|
367
|
+ integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==
|
|
368
|
+ dependencies:
|
|
369
|
+ js-tokens "^3.0.0 || ^4.0.0"
|
|
370
|
+
|
|
371
|
+minimist@^1.2.5:
|
|
372
|
+ version "1.2.5"
|
|
373
|
+ resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
|
|
374
|
+ integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
|
|
375
|
+
|
|
376
|
+ms@2.1.2:
|
|
377
|
+ version "2.1.2"
|
|
378
|
+ resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
|
|
379
|
+ integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
|
|
380
|
+
|
|
381
|
+nanoid@^3.1.23:
|
|
382
|
+ version "3.1.23"
|
|
383
|
+ resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.23.tgz#f744086ce7c2bc47ee0a8472574d5c78e4183a81"
|
|
384
|
+ integrity sha512-FiB0kzdP0FFVGDKlRLEQ1BgDzU87dy5NnzjeW9YZNt+/c3+q82EQDUwniSAUxp/F0gFNI1ZhKU1FqYsMuqZVnw==
|
|
385
|
+
|
|
386
|
+node-releases@^1.1.71:
|
|
387
|
+ version "1.1.73"
|
|
388
|
+ resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.73.tgz#dd4e81ddd5277ff846b80b52bb40c49edf7a7b20"
|
|
389
|
+ integrity sha512-uW7fodD6pyW2FZNZnp/Z3hvWKeEW1Y8R1+1CnErE8cXFXzl5blBOoVB41CvMer6P6Q0S5FXDwcHgFd1Wj0U9zg==
|
|
390
|
+
|
|
391
|
+object-assign@^4.1.1:
|
|
392
|
+ version "4.1.1"
|
|
393
|
+ resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
|
|
394
|
+ integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=
|
|
395
|
+
|
|
396
|
+path-parse@^1.0.6:
|
|
397
|
+ version "1.0.7"
|
|
398
|
+ resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
|
|
399
|
+ integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
|
|
400
|
+
|
|
401
|
+postcss@^8.2.10:
|
|
402
|
+ version "8.3.0"
|
|
403
|
+ resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.0.tgz#b1a713f6172ca427e3f05ef1303de8b65683325f"
|
|
404
|
+ integrity sha512-+ogXpdAjWGa+fdYY5BQ96V/6tAo+TdSSIMP5huJBIygdWwKtVoB5JWZ7yUd4xZ8r+8Kvvx4nyg/PQ071H4UtcQ==
|
|
405
|
+ dependencies:
|
|
406
|
+ colorette "^1.2.2"
|
|
407
|
+ nanoid "^3.1.23"
|
|
408
|
+ source-map-js "^0.6.2"
|
|
409
|
+
|
|
410
|
+react-dom@^17.0.0:
|
|
411
|
+ version "17.0.2"
|
|
412
|
+ resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-17.0.2.tgz#ecffb6845e3ad8dbfcdc498f0d0a939736502c23"
|
|
413
|
+ integrity sha512-s4h96KtLDUQlsENhMn1ar8t2bEa+q/YAtj8pPPdIjPDGBDIVNsrD9aXNWqspUe6AzKCIG0C1HZZLqLV7qpOBGA==
|
|
414
|
+ dependencies:
|
|
415
|
+ loose-envify "^1.1.0"
|
|
416
|
+ object-assign "^4.1.1"
|
|
417
|
+ scheduler "^0.20.2"
|
|
418
|
+
|
|
419
|
+react-refresh@^0.9.0:
|
|
420
|
+ version "0.9.0"
|
|
421
|
+ resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.9.0.tgz#71863337adc3e5c2f8a6bfddd12ae3bfe32aafbf"
|
|
422
|
+ integrity sha512-Gvzk7OZpiqKSkxsQvO/mbTN1poglhmAV7gR/DdIrRrSMXraRQQlfikRJOr3Nb9GTMPC5kof948Zy6jJZIFtDvQ==
|
|
423
|
+
|
|
424
|
+react@^17.0.0:
|
|
425
|
+ version "17.0.2"
|
|
426
|
+ resolved "https://registry.yarnpkg.com/react/-/react-17.0.2.tgz#d0b5cc516d29eb3eee383f75b62864cfb6800037"
|
|
427
|
+ integrity sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==
|
|
428
|
+ dependencies:
|
|
429
|
+ loose-envify "^1.1.0"
|
|
430
|
+ object-assign "^4.1.1"
|
|
431
|
+
|
|
432
|
+resolve@^1.19.0:
|
|
433
|
+ version "1.20.0"
|
|
434
|
+ resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.20.0.tgz#629a013fb3f70755d6f0b7935cc1c2c5378b1975"
|
|
435
|
+ integrity sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==
|
|
436
|
+ dependencies:
|
|
437
|
+ is-core-module "^2.2.0"
|
|
438
|
+ path-parse "^1.0.6"
|
|
439
|
+
|
|
440
|
+rollup@^2.38.5:
|
|
441
|
+ version "2.51.0"
|
|
442
|
+ resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.51.0.tgz#ffd847882283998fc8611cd57af917f173b4ab5c"
|
|
443
|
+ integrity sha512-ITLt9sScNCBVspSHauw/W49lEZ0vjN8LyCzSNsNaqT67vTss2lYEfOyxltX8hjrhr1l/rQwmZ2wazzEqhZ/fUg==
|
|
444
|
+ optionalDependencies:
|
|
445
|
+ fsevents "~2.3.1"
|
|
446
|
+
|
|
447
|
+safe-buffer@~5.1.1:
|
|
448
|
+ version "5.1.2"
|
|
449
|
+ resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"
|
|
450
|
+ integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==
|
|
451
|
+
|
|
452
|
+scheduler@^0.20.2:
|
|
453
|
+ version "0.20.2"
|
|
454
|
+ resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.20.2.tgz#4baee39436e34aa93b4874bddcbf0fe8b8b50e91"
|
|
455
|
+ integrity sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ==
|
|
456
|
+ dependencies:
|
|
457
|
+ loose-envify "^1.1.0"
|
|
458
|
+ object-assign "^4.1.1"
|
|
459
|
+
|
|
460
|
+semver@^6.3.0:
|
|
461
|
+ version "6.3.0"
|
|
462
|
+ resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
|
|
463
|
+ integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
|
|
464
|
+
|
|
465
|
+source-map-js@^0.6.2:
|
|
466
|
+ version "0.6.2"
|
|
467
|
+ resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-0.6.2.tgz#0bb5de631b41cfbda6cfba8bd05a80efdfd2385e"
|
|
468
|
+ integrity sha512-/3GptzWzu0+0MBQFrDKzw/DvvMTUORvgY6k6jd/VS6iCR4RDTKWH6v6WPwQoUO8667uQEf9Oe38DxAYWY5F/Ug==
|
|
469
|
+
|
|
470
|
+source-map@^0.5.0:
|
|
471
|
+ version "0.5.7"
|
|
472
|
+ resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc"
|
|
473
|
+ integrity sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=
|
|
474
|
+
|
|
475
|
+supports-color@^5.3.0:
|
|
476
|
+ version "5.5.0"
|
|
477
|
+ resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f"
|
|
478
|
+ integrity sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==
|
|
479
|
+ dependencies:
|
|
480
|
+ has-flag "^3.0.0"
|
|
481
|
+
|
|
482
|
+to-fast-properties@^2.0.0:
|
|
483
|
+ version "2.0.0"
|
|
484
|
+ resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e"
|
|
485
|
+ integrity sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=
|
|
486
|
+
|
|
487
|
+vite@^2.3.5:
|
|
488
|
+ version "2.3.6"
|
|
489
|
+ resolved "https://registry.yarnpkg.com/vite/-/vite-2.3.6.tgz#1f7cfde88a51a802d69000c7bac85d481c2e871c"
|
|
490
|
+ integrity sha512-fsEpNKDHgh3Sn66JH06ZnUBnIgUVUtw6ucDhlOj1CEqxIkymU25yv1/kWDPlIjyYHnalr0cN6V+zzUJ+fmWHYw==
|
|
491
|
+ dependencies:
|
|
492
|
+ esbuild "^0.12.5"
|
|
493
|
+ postcss "^8.2.10"
|
|
494
|
+ resolve "^1.19.0"
|
|
495
|
+ rollup "^2.38.5"
|
|
496
|
+ optionalDependencies:
|
|
497
|
+ fsevents "~2.3.1"
|