|
2 | 2 | # yarn lockfile v1
|
3 | 3 |
|
4 | 4 |
|
5 |
| -"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4": |
6 |
| - version "7.10.4" |
7 |
| - resolved "https://registry.npm.taobao.org/@babel/code-frame/download/@babel/code-frame-7.10.4.tgz#168da1a36e90da68ae8d49c0f1b48c7c6249213a" |
8 |
| - integrity sha1-Fo2ho26Q2miujUnA8bSMfGJJITo= |
9 |
| - dependencies: |
10 |
| - "@babel/highlight" "^7.10.4" |
11 |
| - |
12 |
| -"@babel/code-frame@^7.14.5": |
| 5 | +"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.14.5": |
13 | 6 | version "7.14.5"
|
14 | 7 | resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.14.5.tgz#23b08d740e83f49c5e59945fbf1b43e80bbf4edb"
|
15 | 8 | integrity sha512-9pzDqyc6OLDaqe+zbACgFkb6fKMNG6CObKpnYXChRsvYGyEdc7CA2BaqeOM+vOtCS5ndmJicPJhKAwYRI6UfFw==
|
|
21 | 14 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.5.tgz#8ef4c18e58e801c5c95d3c1c0f2874a2680fadea"
|
22 | 15 | integrity sha512-kixrYn4JwfAVPa0f2yfzc2AWti6WRRyO3XjWW5PJAvtE11qhSayrrcrEnee05KAtNaPC+EwehE8Qt1UedEVB8w==
|
23 | 16 |
|
24 |
| -"@babel/core@^7.1.0", "@babel/core@^7.11.4", "@babel/core@^7.7.5": |
25 |
| - version "7.12.10" |
26 |
| - resolved "https://registry.npm.taobao.org/@babel/core/download/@babel/core-7.12.10.tgz?cache=0&sync_timestamp=1607568965941&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fcore%2Fdownload%2F%40babel%2Fcore-7.12.10.tgz#b79a2e1b9f70ed3d84bbfb6d8c4ef825f606bccd" |
27 |
| - integrity sha1-t5ouG59w7T2Eu/ttjE74JfYGvM0= |
28 |
| - dependencies: |
29 |
| - "@babel/code-frame" "^7.10.4" |
30 |
| - "@babel/generator" "^7.12.10" |
31 |
| - "@babel/helper-module-transforms" "^7.12.1" |
32 |
| - "@babel/helpers" "^7.12.5" |
33 |
| - "@babel/parser" "^7.12.10" |
34 |
| - "@babel/template" "^7.12.7" |
35 |
| - "@babel/traverse" "^7.12.10" |
36 |
| - "@babel/types" "^7.12.10" |
| 17 | +"@babel/core@^7.1.0", "@babel/core@^7.14.5", "@babel/core@^7.7.5": |
| 18 | + version "7.14.5" |
| 19 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.5.tgz#d281f46a9905f07d1b3bf71ead54d9c7d89cb1e3" |
| 20 | + integrity sha512-RN/AwP2DJmQTZSfiDaD+JQQ/J99KsIpOCfBE5pL+5jJSt7nI3nYGoAXZu+ffYSQ029NLs2DstZb+eR81uuARgg== |
| 21 | + dependencies: |
| 22 | + "@babel/code-frame" "^7.14.5" |
| 23 | + "@babel/generator" "^7.14.5" |
| 24 | + "@babel/helper-compilation-targets" "^7.14.5" |
| 25 | + "@babel/helper-module-transforms" "^7.14.5" |
| 26 | + "@babel/helpers" "^7.14.5" |
| 27 | + "@babel/parser" "^7.14.5" |
| 28 | + "@babel/template" "^7.14.5" |
| 29 | + "@babel/traverse" "^7.14.5" |
| 30 | + "@babel/types" "^7.14.5" |
37 | 31 | convert-source-map "^1.7.0"
|
38 | 32 | debug "^4.1.0"
|
39 |
| - gensync "^1.0.0-beta.1" |
| 33 | + gensync "^1.0.0-beta.2" |
40 | 34 | json5 "^2.1.2"
|
41 |
| - lodash "^4.17.19" |
42 |
| - semver "^5.4.1" |
43 |
| - source-map "^0.5.0" |
44 |
| - |
45 |
| -"@babel/generator@^7.12.10": |
46 |
| - version "7.12.10" |
47 |
| - resolved "https://registry.npm.taobao.org/@babel/generator/download/@babel/generator-7.12.10.tgz?cache=0&sync_timestamp=1607569330240&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fgenerator%2Fdownload%2F%40babel%2Fgenerator-7.12.10.tgz#2b188fc329fb8e4f762181703beffc0fe6df3460" |
48 |
| - integrity sha1-KxiPwyn7jk92IYFwO+/8D+bfNGA= |
49 |
| - dependencies: |
50 |
| - "@babel/types" "^7.12.10" |
51 |
| - jsesc "^2.5.1" |
| 35 | + semver "^6.3.0" |
52 | 36 | source-map "^0.5.0"
|
53 | 37 |
|
54 | 38 | "@babel/generator@^7.14.5":
|
|
126 | 110 | dependencies:
|
127 | 111 | "@babel/types" "^7.14.5"
|
128 | 112 |
|
129 |
| -"@babel/helper-function-name@^7.10.4": |
130 |
| - version "7.10.4" |
131 |
| - resolved "https://registry.npm.taobao.org/@babel/helper-function-name/download/@babel/helper-function-name-7.10.4.tgz#d2d3b20c59ad8c47112fa7d2a94bc09d5ef82f1a" |
132 |
| - integrity sha1-0tOyDFmtjEcRL6fSqUvAnV74Lxo= |
133 |
| - dependencies: |
134 |
| - "@babel/helper-get-function-arity" "^7.10.4" |
135 |
| - "@babel/template" "^7.10.4" |
136 |
| - "@babel/types" "^7.10.4" |
137 |
| - |
138 | 113 | "@babel/helper-function-name@^7.14.5":
|
139 | 114 | version "7.14.5"
|
140 | 115 | resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.14.5.tgz#89e2c474972f15d8e233b52ee8c480e2cfcd50c4"
|
|
144 | 119 | "@babel/template" "^7.14.5"
|
145 | 120 | "@babel/types" "^7.14.5"
|
146 | 121 |
|
147 |
| -"@babel/helper-get-function-arity@^7.10.4": |
148 |
| - version "7.12.10" |
149 |
| - resolved "https://registry.npm.taobao.org/@babel/helper-get-function-arity/download/@babel/helper-get-function-arity-7.12.10.tgz?cache=0&sync_timestamp=1607586916206&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-get-function-arity%2Fdownload%2F%40babel%2Fhelper-get-function-arity-7.12.10.tgz#b158817a3165b5faa2047825dfa61970ddcc16cf" |
150 |
| - integrity sha1-sViBejFltfqiBHgl36YZcN3MFs8= |
151 |
| - dependencies: |
152 |
| - "@babel/types" "^7.12.10" |
153 |
| - |
154 | 122 | "@babel/helper-get-function-arity@^7.14.5":
|
155 | 123 | version "7.14.5"
|
156 | 124 | resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.14.5.tgz#25fbfa579b0937eee1f3b805ece4ce398c431815"
|
|
165 | 133 | dependencies:
|
166 | 134 | "@babel/types" "^7.14.5"
|
167 | 135 |
|
168 |
| -"@babel/helper-member-expression-to-functions@^7.12.1": |
169 |
| - version "7.12.7" |
170 |
| - resolved "https://registry.npm.taobao.org/@babel/helper-member-expression-to-functions/download/@babel/helper-member-expression-to-functions-7.12.7.tgz?cache=0&sync_timestamp=1605904645625&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-member-expression-to-functions%2Fdownload%2F%40babel%2Fhelper-member-expression-to-functions-7.12.7.tgz#aa77bd0396ec8114e5e30787efa78599d874a855" |
171 |
| - integrity sha1-qne9A5bsgRTl4weH76eFmdh0qFU= |
172 |
| - dependencies: |
173 |
| - "@babel/types" "^7.12.7" |
174 |
| - |
175 | 136 | "@babel/helper-member-expression-to-functions@^7.14.5":
|
176 | 137 | version "7.14.5"
|
177 | 138 | resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.14.5.tgz#d5c70e4ad13b402c95156c7a53568f504e2fb7b8"
|
178 | 139 | integrity sha512-UxUeEYPrqH1Q/k0yRku1JE7dyfyehNwT6SVkMHvYvPDv4+uu627VXBckVj891BO8ruKBkiDoGnZf4qPDD8abDQ==
|
179 | 140 | dependencies:
|
180 | 141 | "@babel/types" "^7.14.5"
|
181 | 142 |
|
182 |
| -"@babel/helper-module-imports@^7.12.1": |
183 |
| - version "7.12.5" |
184 |
| - resolved "https://registry.npm.taobao.org/@babel/helper-module-imports/download/@babel/helper-module-imports-7.12.5.tgz?cache=0&sync_timestamp=1604441049232&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-module-imports%2Fdownload%2F%40babel%2Fhelper-module-imports-7.12.5.tgz#1bfc0229f794988f76ed0a4d4e90860850b54dfb" |
185 |
| - integrity sha1-G/wCKfeUmI927QpNTpCGCFC1Tfs= |
186 |
| - dependencies: |
187 |
| - "@babel/types" "^7.12.5" |
188 |
| - |
189 | 143 | "@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.14.5":
|
190 | 144 | version "7.14.5"
|
191 | 145 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.14.5.tgz#6d1a44df6a38c957aa7c312da076429f11b422f3"
|
192 | 146 | integrity sha512-SwrNHu5QWS84XlHwGYPDtCxcA0hrSlL2yhWYLgeOc0w7ccOl2qv4s/nARI0aYZW+bSwAL5CukeXA47B/1NKcnQ==
|
193 | 147 | dependencies:
|
194 | 148 | "@babel/types" "^7.14.5"
|
195 | 149 |
|
196 |
| -"@babel/helper-module-transforms@^7.12.1": |
197 |
| - version "7.12.1" |
198 |
| - resolved "https://registry.npm.taobao.org/@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.12.1.tgz#7954fec71f5b32c48e4b303b437c34453fd7247c" |
199 |
| - integrity sha1-eVT+xx9bMsSOSzA7Q3w0RT/XJHw= |
200 |
| - dependencies: |
201 |
| - "@babel/helper-module-imports" "^7.12.1" |
202 |
| - "@babel/helper-replace-supers" "^7.12.1" |
203 |
| - "@babel/helper-simple-access" "^7.12.1" |
204 |
| - "@babel/helper-split-export-declaration" "^7.11.0" |
205 |
| - "@babel/helper-validator-identifier" "^7.10.4" |
206 |
| - "@babel/template" "^7.10.4" |
207 |
| - "@babel/traverse" "^7.12.1" |
208 |
| - "@babel/types" "^7.12.1" |
209 |
| - lodash "^4.17.19" |
210 |
| - |
211 | 150 | "@babel/helper-module-transforms@^7.14.5":
|
212 | 151 | version "7.14.5"
|
213 | 152 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.5.tgz#7de42f10d789b423eb902ebd24031ca77cb1e10e"
|
|
222 | 161 | "@babel/traverse" "^7.14.5"
|
223 | 162 | "@babel/types" "^7.14.5"
|
224 | 163 |
|
225 |
| -"@babel/helper-optimise-call-expression@^7.10.4": |
226 |
| - version "7.12.10" |
227 |
| - resolved "https://registry.npm.taobao.org/@babel/helper-optimise-call-expression/download/@babel/helper-optimise-call-expression-7.12.10.tgz?cache=0&sync_timestamp=1607576902250&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-optimise-call-expression%2Fdownload%2F%40babel%2Fhelper-optimise-call-expression-7.12.10.tgz#94ca4e306ee11a7dd6e9f42823e2ac6b49881e2d" |
228 |
| - integrity sha1-lMpOMG7hGn3W6fQoI+Ksa0mIHi0= |
229 |
| - dependencies: |
230 |
| - "@babel/types" "^7.12.10" |
231 |
| - |
232 | 164 | "@babel/helper-optimise-call-expression@^7.14.5":
|
233 | 165 | version "7.14.5"
|
234 | 166 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.14.5.tgz#f27395a8619e0665b3f0364cddb41c25d71b499c"
|
|
250 | 182 | "@babel/helper-wrap-function" "^7.14.5"
|
251 | 183 | "@babel/types" "^7.14.5"
|
252 | 184 |
|
253 |
| -"@babel/helper-replace-supers@^7.12.1": |
254 |
| - version "7.12.5" |
255 |
| - resolved "https://registry.npm.taobao.org/@babel/helper-replace-supers/download/@babel/helper-replace-supers-7.12.5.tgz?cache=0&sync_timestamp=1604441050353&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-replace-supers%2Fdownload%2F%40babel%2Fhelper-replace-supers-7.12.5.tgz#f009a17543bbbbce16b06206ae73b63d3fca68d9" |
256 |
| - integrity sha1-8AmhdUO7u84WsGIGrnO2PT/KaNk= |
257 |
| - dependencies: |
258 |
| - "@babel/helper-member-expression-to-functions" "^7.12.1" |
259 |
| - "@babel/helper-optimise-call-expression" "^7.10.4" |
260 |
| - "@babel/traverse" "^7.12.5" |
261 |
| - "@babel/types" "^7.12.5" |
262 |
| - |
263 | 185 | "@babel/helper-replace-supers@^7.14.5":
|
264 | 186 | version "7.14.5"
|
265 | 187 | resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.14.5.tgz#0ecc0b03c41cd567b4024ea016134c28414abb94"
|
|
270 | 192 | "@babel/traverse" "^7.14.5"
|
271 | 193 | "@babel/types" "^7.14.5"
|
272 | 194 |
|
273 |
| -"@babel/helper-simple-access@^7.12.1": |
274 |
| - version "7.12.1" |
275 |
| - resolved "https://registry.npm.taobao.org/@babel/helper-simple-access/download/@babel/helper-simple-access-7.12.1.tgz?cache=0&sync_timestamp=1602801934412&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-simple-access%2Fdownload%2F%40babel%2Fhelper-simple-access-7.12.1.tgz#32427e5aa61547d38eb1e6eaf5fd1426fdad9136" |
276 |
| - integrity sha1-MkJ+WqYVR9OOsebq9f0UJv2tkTY= |
277 |
| - dependencies: |
278 |
| - "@babel/types" "^7.12.1" |
279 |
| - |
280 | 195 | "@babel/helper-simple-access@^7.14.5":
|
281 | 196 | version "7.14.5"
|
282 | 197 | resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.14.5.tgz#66ea85cf53ba0b4e588ba77fc813f53abcaa41c4"
|
|
291 | 206 | dependencies:
|
292 | 207 | "@babel/types" "^7.14.5"
|
293 | 208 |
|
294 |
| -"@babel/helper-split-export-declaration@^7.11.0": |
295 |
| - version "7.11.0" |
296 |
| - resolved "https://registry.npm.taobao.org/@babel/helper-split-export-declaration/download/@babel/helper-split-export-declaration-7.11.0.tgz?cache=0&sync_timestamp=1596142927868&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-split-export-declaration%2Fdownload%2F%40babel%2Fhelper-split-export-declaration-7.11.0.tgz#f8a491244acf6a676158ac42072911ba83ad099f" |
297 |
| - integrity sha1-+KSRJErPamdhWKxCBykRuoOtCZ8= |
298 |
| - dependencies: |
299 |
| - "@babel/types" "^7.11.0" |
300 |
| - |
301 | 209 | "@babel/helper-split-export-declaration@^7.14.5":
|
302 | 210 | version "7.14.5"
|
303 | 211 | resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.14.5.tgz#22b23a54ef51c2b7605d851930c1976dd0bc693a"
|
304 | 212 | integrity sha512-hprxVPu6e5Kdp2puZUmvOGjaLv9TCe58E/Fl6hRq4YiVQxIcNvuq6uTM2r1mT/oPskuS9CgR+I94sqAYv0NGKA==
|
305 | 213 | dependencies:
|
306 | 214 | "@babel/types" "^7.14.5"
|
307 | 215 |
|
308 |
| -"@babel/helper-validator-identifier@^7.10.4": |
309 |
| - version "7.10.4" |
310 |
| - resolved "https://registry.npm.taobao.org/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.10.4.tgz?cache=0&sync_timestamp=1593522720715&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-validator-identifier%2Fdownload%2F%40babel%2Fhelper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2" |
311 |
| - integrity sha1-p4x6clHgH2FlEtMbEK3PUq2l4NI= |
312 |
| - |
313 | 216 | "@babel/helper-validator-identifier@^7.14.5":
|
314 | 217 | version "7.14.5"
|
315 | 218 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.5.tgz#d0f0e277c512e0c938277faa85a3968c9a44c0e8"
|
|
330 | 233 | "@babel/traverse" "^7.14.5"
|
331 | 234 | "@babel/types" "^7.14.5"
|
332 | 235 |
|
333 |
| -"@babel/helpers@^7.12.5": |
334 |
| - version "7.12.5" |
335 |
| - resolved "https://registry.npm.taobao.org/@babel/helpers/download/@babel/helpers-7.12.5.tgz?cache=0&sync_timestamp=1604441311714&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelpers%2Fdownload%2F%40babel%2Fhelpers-7.12.5.tgz#1a1ba4a768d9b58310eda516c449913fe647116e" |
336 |
| - integrity sha1-Ghukp2jZtYMQ7aUWxEmRP+ZHEW4= |
337 |
| - dependencies: |
338 |
| - "@babel/template" "^7.10.4" |
339 |
| - "@babel/traverse" "^7.12.5" |
340 |
| - "@babel/types" "^7.12.5" |
341 |
| - |
342 |
| -"@babel/highlight@^7.10.4": |
343 |
| - version "7.10.4" |
344 |
| - resolved "https://registry.npm.taobao.org/@babel/highlight/download/@babel/highlight-7.10.4.tgz?cache=0&sync_timestamp=1593522818552&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhighlight%2Fdownload%2F%40babel%2Fhighlight-7.10.4.tgz#7d1bdfd65753538fabe6c38596cdb76d9ac60143" |
345 |
| - integrity sha1-fRvf1ldTU4+r5sOFls23bZrGAUM= |
| 236 | +"@babel/helpers@^7.14.5": |
| 237 | + version "7.14.5" |
| 238 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.5.tgz#4870f8d9a6fdbbd65e5674a3558b4ff7fef0d9b2" |
| 239 | + integrity sha512-xtcWOuN9VL6nApgVHtq3PPcQv5qFBJzoSZzJ/2c0QK/IP/gxVcoWSNQwFEGvmbQsuS9rhYqjILDGGXcTkA705Q== |
346 | 240 | dependencies:
|
347 |
| - "@babel/helper-validator-identifier" "^7.10.4" |
348 |
| - chalk "^2.0.0" |
349 |
| - js-tokens "^4.0.0" |
| 241 | + "@babel/template" "^7.14.5" |
| 242 | + "@babel/traverse" "^7.14.5" |
| 243 | + "@babel/types" "^7.14.5" |
350 | 244 |
|
351 | 245 | "@babel/highlight@^7.14.5":
|
352 | 246 | version "7.14.5"
|
|
357 | 251 | chalk "^2.0.0"
|
358 | 252 | js-tokens "^4.0.0"
|
359 | 253 |
|
360 |
| -"@babel/parser@^7.1.0", "@babel/parser@^7.12.10", "@babel/parser@^7.12.7": |
361 |
| - version "7.12.10" |
362 |
| - resolved "https://registry.npm.taobao.org/@babel/parser/download/@babel/parser-7.12.10.tgz?cache=0&sync_timestamp=1607569356156&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fparser%2Fdownload%2F%40babel%2Fparser-7.12.10.tgz#824600d59e96aea26a5a2af5a9d812af05c3ae81" |
363 |
| - integrity sha1-gkYA1Z6WrqJqWir1qdgSrwXDroE= |
364 |
| - |
365 |
| -"@babel/parser@^7.14.5": |
| 254 | +"@babel/parser@^7.1.0", "@babel/parser@^7.14.5": |
366 | 255 | version "7.14.5"
|
367 | 256 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.5.tgz#4cd2f346261061b2518873ffecdf1612cb032829"
|
368 | 257 | integrity sha512-TM8C+xtH/9n1qzX+JNHi7AN2zHMTiPUtspO0ZdHflW8KaskkALhMmuMHb4bCmNdv9VAPzJX3/bXqkVLnAvsPfg==
|
|
961 | 850 | dependencies:
|
962 | 851 | regenerator-runtime "^0.13.4"
|
963 | 852 |
|
964 |
| -"@babel/template@^7.10.4", "@babel/template@^7.12.7", "@babel/template@^7.3.3": |
965 |
| - version "7.12.7" |
966 |
| - resolved "https://registry.npm.taobao.org/@babel/template/download/@babel/template-7.12.7.tgz?cache=0&sync_timestamp=1605904643326&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Ftemplate%2Fdownload%2F%40babel%2Ftemplate-7.12.7.tgz#c817233696018e39fbb6c491d2fb684e05ed43bc" |
967 |
| - integrity sha1-yBcjNpYBjjn7tsSR0vtoTgXtQ7w= |
968 |
| - dependencies: |
969 |
| - "@babel/code-frame" "^7.10.4" |
970 |
| - "@babel/parser" "^7.12.7" |
971 |
| - "@babel/types" "^7.12.7" |
972 |
| - |
973 |
| -"@babel/template@^7.14.5": |
| 853 | +"@babel/template@^7.14.5", "@babel/template@^7.3.3": |
974 | 854 | version "7.14.5"
|
975 | 855 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.14.5.tgz#a9bc9d8b33354ff6e55a9c60d1109200a68974f4"
|
976 | 856 | integrity sha512-6Z3Po85sfxRGachLULUhOmvAaOo7xCvqGQtxINai2mEGPFm6pQ4z5QInFnUrRpfoSV60BnjyF5F3c+15fxFV1g==
|
|
979 | 859 | "@babel/parser" "^7.14.5"
|
980 | 860 | "@babel/types" "^7.14.5"
|
981 | 861 |
|
982 |
| -"@babel/traverse@^7.1.0", "@babel/traverse@^7.12.1", "@babel/traverse@^7.12.10", "@babel/traverse@^7.12.5": |
983 |
| - version "7.12.10" |
984 |
| - resolved "https://registry.npm.taobao.org/@babel/traverse/download/@babel/traverse-7.12.10.tgz?cache=0&sync_timestamp=1607569286563&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Ftraverse%2Fdownload%2F%40babel%2Ftraverse-7.12.10.tgz#2d1f4041e8bf42ea099e5b2dc48d6a594c00017a" |
985 |
| - integrity sha1-LR9AQei/QuoJnlstxI1qWUwAAXo= |
986 |
| - dependencies: |
987 |
| - "@babel/code-frame" "^7.10.4" |
988 |
| - "@babel/generator" "^7.12.10" |
989 |
| - "@babel/helper-function-name" "^7.10.4" |
990 |
| - "@babel/helper-split-export-declaration" "^7.11.0" |
991 |
| - "@babel/parser" "^7.12.10" |
992 |
| - "@babel/types" "^7.12.10" |
993 |
| - debug "^4.1.0" |
994 |
| - globals "^11.1.0" |
995 |
| - lodash "^4.17.19" |
996 |
| - |
997 |
| -"@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5": |
| 862 | +"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5": |
998 | 863 | version "7.14.5"
|
999 | 864 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.5.tgz#c111b0f58afab4fea3d3385a406f692748c59870"
|
1000 | 865 | integrity sha512-G3BiS15vevepdmFqmUc9X+64y0viZYygubAMO8SvBmKARuF6CPSZtH4Ng9vi/lrWlZFGe3FWdXNy835akH8Glg==
|
|
1009 | 874 | debug "^4.1.0"
|
1010 | 875 | globals "^11.1.0"
|
1011 | 876 |
|
1012 |
| -"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.11.0", "@babel/types@^7.12.1", "@babel/types@^7.12.10", "@babel/types@^7.12.5", "@babel/types@^7.12.7", "@babel/types@^7.14.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
| 877 | +"@babel/types@^7.0.0", "@babel/types@^7.14.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
1013 | 878 | version "7.14.5"
|
1014 | 879 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.5.tgz#3bb997ba829a2104cedb20689c4a5b8121d383ff"
|
1015 | 880 | integrity sha512-M/NzBpEL95I5Hh4dwhin5JlE7EzO5PHMAuzjxss3tiOBD46KfQvVedN/3jEPZvdRvtsK2222XfdHogNIttFgcg==
|
@@ -3976,7 +3841,7 @@ functional-red-black-tree@^1.0.1:
|
3976 | 3841 | resolved "https://registry.npm.taobao.org/functional-red-black-tree/download/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
|
3977 | 3842 | integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=
|
3978 | 3843 |
|
3979 |
| -gensync@^1.0.0-beta.1: |
| 3844 | +gensync@^1.0.0-beta.2: |
3980 | 3845 | version "1.0.0-beta.2"
|
3981 | 3846 | resolved "https://registry.npm.taobao.org/gensync/download/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0"
|
3982 | 3847 | integrity sha1-MqbudsPX9S1GsrGuXZP+qFgKJeA=
|
@@ -6959,7 +6824,7 @@ selfsigned@^1.10.8:
|
6959 | 6824 | dependencies:
|
6960 | 6825 | node-forge "^0.10.0"
|
6961 | 6826 |
|
6962 |
| -"semver@2 || 3 || 4 || 5", semver@^5.4.1, semver@^5.5.0, semver@^5.6.0: |
| 6827 | +"semver@2 || 3 || 4 || 5", semver@^5.5.0, semver@^5.6.0: |
6963 | 6828 | version "5.7.1"
|
6964 | 6829 | resolved "https://registry.npm.taobao.org/semver/download/semver-5.7.1.tgz?cache=0&sync_timestamp=1606851912015&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsemver%2Fdownload%2Fsemver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
|
6965 | 6830 | integrity sha1-qVT5Ma66UI0we78Gnv8MAclhFvc=
|
|
0 commit comments