|
45 | 45 | semver "^5.4.1" |
46 | 46 | source-map "^0.5.0" |
47 | 47 |
|
| 48 | +"@babel/generator@^7.12.13": |
| 49 | + version "7.13.16" |
| 50 | + resolved "https://registry.nlark.com/@babel/generator/download/@babel/generator-7.13.16.tgz#0befc287031a201d84cdfc173b46b320ae472d14" |
| 51 | + integrity sha1-C+/ChwMaIB2EzfwXO0azIK5HLRQ= |
| 52 | + dependencies: |
| 53 | + "@babel/types" "^7.13.16" |
| 54 | + jsesc "^2.5.1" |
| 55 | + source-map "^0.5.0" |
| 56 | + |
48 | 57 | "@babel/generator@^7.4.0", "@babel/generator@^7.7.2": |
49 | 58 | version "7.7.2" |
50 | 59 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.7.2.tgz#2f4852d04131a5e17ea4f6645488b5da66ebf3af" |
|
185 | 194 | resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.0.0.tgz#bbb3fbee98661c569034237cc03967ba99b4f250" |
186 | 195 | integrity sha512-CYAOUCARwExnEixLdB6sDm2dIJ/YgEAKDM1MOeMeZu9Ld/bDgVo8aiWrXwcY7OBh+1Ea2uUcVRcxKk0GJvW7QA== |
187 | 196 |
|
| 197 | +"@babel/helper-plugin-utils@^7.12.13": |
| 198 | + version "7.13.0" |
| 199 | + resolved "https://registry.npm.taobao.org/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz#806526ce125aed03373bc416a828321e3a6a33af" |
| 200 | + integrity sha1-gGUmzhJa7QM3O8QWqCgyHjpqM68= |
| 201 | + |
188 | 202 | "@babel/helper-regex@^7.0.0", "@babel/helper-regex@^7.4.4": |
189 | 203 | version "7.5.5" |
190 | 204 | resolved "https://registry.yarnpkg.com/@babel/helper-regex/-/helper-regex-7.5.5.tgz#0aa6824f7100a2e0e89c1527c23936c152cab351" |
|
228 | 242 | dependencies: |
229 | 243 | "@babel/types" "^7.7.0" |
230 | 244 |
|
| 245 | +"@babel/helper-validator-identifier@^7.12.11": |
| 246 | + version "7.12.11" |
| 247 | + resolved "https://registry.nlark.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed" |
| 248 | + integrity sha1-yaHwIZF9y1zPDU5FPjmQIpgfye0= |
| 249 | + |
231 | 250 | "@babel/helper-wrap-function@^7.7.0": |
232 | 251 | version "7.7.0" |
233 | 252 | resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.7.0.tgz#15af3d3e98f8417a60554acbb6c14e75e0b33b74" |
|
339 | 358 | dependencies: |
340 | 359 | "@babel/helper-plugin-utils" "^7.0.0" |
341 | 360 |
|
| 361 | +"@babel/plugin-syntax-flow@^7.12.13": |
| 362 | + version "7.12.13" |
| 363 | + resolved "https://registry.npm.taobao.org/@babel/plugin-syntax-flow/download/@babel/plugin-syntax-flow-7.12.13.tgz#5df9962503c0a9c918381c929d51d4d6949e7e86" |
| 364 | + integrity sha1-XfmWJQPAqckYOBySnVHU1pSefoY= |
| 365 | + dependencies: |
| 366 | + "@babel/helper-plugin-utils" "^7.12.13" |
| 367 | + |
342 | 368 | "@babel/plugin-syntax-flow@^7.2.0": |
343 | 369 | version "7.7.0" |
344 | 370 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.7.0.tgz#5c9465bcd26354d5215294ea90ab1c706a571386" |
|
463 | 489 | "@babel/helper-builder-binary-assignment-operator-visitor" "^7.1.0" |
464 | 490 | "@babel/helper-plugin-utils" "^7.0.0" |
465 | 491 |
|
| 492 | +"@babel/plugin-transform-flow-comments@^7.12.13": |
| 493 | + version "7.12.13" |
| 494 | + resolved "https://registry.nlark.com/@babel/plugin-transform-flow-comments/download/@babel/plugin-transform-flow-comments-7.12.13.tgz#b6f0de89ac4955572913f4af82f6b8ddbff38bf1" |
| 495 | + integrity sha1-tvDeiaxJVVcpE/Svgva43b/zi/E= |
| 496 | + dependencies: |
| 497 | + "@babel/generator" "^7.12.13" |
| 498 | + "@babel/helper-plugin-utils" "^7.12.13" |
| 499 | + "@babel/plugin-syntax-flow" "^7.12.13" |
| 500 | + |
466 | 501 | "@babel/plugin-transform-flow-strip-types@^7.0.0": |
467 | 502 | version "7.6.3" |
468 | 503 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.6.3.tgz#8110f153e7360cfd5996eee68706cfad92d85256" |
|
804 | 839 | lodash "^4.17.13" |
805 | 840 | to-fast-properties "^2.0.0" |
806 | 841 |
|
| 842 | +"@babel/types@^7.13.16": |
| 843 | + version "7.13.17" |
| 844 | + resolved "https://registry.nlark.com/@babel/types/download/@babel/types-7.13.17.tgz#48010a115c9fba7588b4437dd68c9469012b38b4" |
| 845 | + integrity sha1-SAEKEVyfunWItEN91oyUaQErOLQ= |
| 846 | + dependencies: |
| 847 | + "@babel/helper-validator-identifier" "^7.12.11" |
| 848 | + to-fast-properties "^2.0.0" |
| 849 | + |
807 | 850 | "@cnakazawa/watch@^1.0.3": |
808 | 851 | version "1.0.3" |
809 | 852 | resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.3.tgz#099139eaec7ebf07a27c1786a3ff64f39464d2ef" |
|
0 commit comments