|
58 | 58 | source-map "^0.5.0" |
59 | 59 | trim-right "^1.0.1" |
60 | 60 |
|
| 61 | +"@babel/generator@^7.4.4": |
| 62 | + version "7.4.4" |
| 63 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.4.4.tgz#174a215eb843fc392c7edcaabeaa873de6e8f041" |
| 64 | + integrity sha512-53UOLK6TVNqKxf7RUh8NE851EHRxOOeVXKbK2bivdb+iziMyk03Sr4eaE9OELCbyZAAafAKPDwF2TPUES5QbxQ== |
| 65 | + dependencies: |
| 66 | + "@babel/types" "^7.4.4" |
| 67 | + jsesc "^2.5.1" |
| 68 | + lodash "^4.17.11" |
| 69 | + source-map "^0.5.0" |
| 70 | + trim-right "^1.0.1" |
| 71 | + |
61 | 72 | "@babel/helper-annotate-as-pure@^7.0.0": |
62 | 73 | version "7.0.0" |
63 | 74 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0.tgz#323d39dd0b50e10c7c06ca7d7638e6864d8c5c32" |
|
90 | 101 | "@babel/traverse" "^7.4.0" |
91 | 102 | "@babel/types" "^7.4.0" |
92 | 103 |
|
93 | | -"@babel/helper-create-class-features-plugin@^7.4.0": |
94 | | - version "7.4.3" |
95 | | - resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.4.3.tgz#5bbd279c6c3ac6a60266b89bbfe7f8021080a1ef" |
96 | | - integrity sha512-UMl3TSpX11PuODYdWGrUeW6zFkdYhDn7wRLrOuNVM6f9L+S9CzmDXYyrp3MTHcwWjnzur1f/Op8A7iYZWya2Yg== |
| 104 | +"@babel/helper-create-class-features-plugin@^7.4.0", "@babel/helper-create-class-features-plugin@^7.4.4": |
| 105 | + version "7.4.4" |
| 106 | + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.4.4.tgz#fc3d690af6554cc9efc607364a82d48f58736dba" |
| 107 | + integrity sha512-UbBHIa2qeAGgyiNR9RszVF7bUHEdgS4JAUNT8SiqrAN6YJVxlOxeLr5pBzb5kan302dejJ9nla4RyKcR1XT6XA== |
97 | 108 | dependencies: |
98 | 109 | "@babel/helper-function-name" "^7.1.0" |
99 | 110 | "@babel/helper-member-expression-to-functions" "^7.0.0" |
100 | 111 | "@babel/helper-optimise-call-expression" "^7.0.0" |
101 | 112 | "@babel/helper-plugin-utils" "^7.0.0" |
102 | | - "@babel/helper-replace-supers" "^7.4.0" |
103 | | - "@babel/helper-split-export-declaration" "^7.4.0" |
| 113 | + "@babel/helper-replace-supers" "^7.4.4" |
| 114 | + "@babel/helper-split-export-declaration" "^7.4.4" |
104 | 115 |
|
105 | 116 | "@babel/helper-define-map@^7.4.0": |
106 | 117 | version "7.4.0" |
|
224 | 235 | "@babel/traverse" "^7.4.0" |
225 | 236 | "@babel/types" "^7.4.0" |
226 | 237 |
|
| 238 | +"@babel/helper-replace-supers@^7.4.4": |
| 239 | + version "7.4.4" |
| 240 | + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.4.4.tgz#aee41783ebe4f2d3ab3ae775e1cc6f1a90cefa27" |
| 241 | + integrity sha512-04xGEnd+s01nY1l15EuMS1rfKktNF+1CkKmHoErDppjAAZL+IUBZpzT748x262HF7fibaQPhbvWUl5HeSt1EXg== |
| 242 | + dependencies: |
| 243 | + "@babel/helper-member-expression-to-functions" "^7.0.0" |
| 244 | + "@babel/helper-optimise-call-expression" "^7.0.0" |
| 245 | + "@babel/traverse" "^7.4.4" |
| 246 | + "@babel/types" "^7.4.4" |
| 247 | + |
227 | 248 | "@babel/helper-simple-access@^7.1.0": |
228 | 249 | version "7.1.0" |
229 | 250 | resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.1.0.tgz#65eeb954c8c245beaa4e859da6188f39d71e585c" |
|
246 | 267 | dependencies: |
247 | 268 | "@babel/types" "^7.4.0" |
248 | 269 |
|
| 270 | +"@babel/helper-split-export-declaration@^7.4.4": |
| 271 | + version "7.4.4" |
| 272 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.4.4.tgz#ff94894a340be78f53f06af038b205c49d993677" |
| 273 | + integrity sha512-Ro/XkzLf3JFITkW6b+hNxzZ1n5OQ80NvIUdmHspih1XAhtN3vPTuUFT4eQnela+2MaZ5ulH+iyP513KJrxbN7Q== |
| 274 | + dependencies: |
| 275 | + "@babel/types" "^7.4.4" |
| 276 | + |
249 | 277 | "@babel/helper-wrap-function@^7.1.0": |
250 | 278 | version "7.2.0" |
251 | 279 | resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.2.0.tgz#c4e0012445769e2815b55296ead43a958549f6fa" |
|
288 | 316 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.4.3.tgz#eb3ac80f64aa101c907d4ce5406360fe75b7895b" |
289 | 317 | integrity sha512-gxpEUhTS1sGA63EGQGuA+WESPR/6tz6ng7tSHFCmaTJK/cGK8y37cBTspX+U2xCAue2IQVvF6Z0oigmjwD8YGQ== |
290 | 318 |
|
| 319 | +"@babel/parser@^7.4.4": |
| 320 | + version "7.4.4" |
| 321 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.4.4.tgz#5977129431b8fe33471730d255ce8654ae1250b6" |
| 322 | + integrity sha512-5pCS4mOsL+ANsFZGdvNLybx4wtqAZJ0MJjMHxvzI3bvIsz6sQvzW8XX92EYIkiPtIvcfG3Aj+Ir5VNyjnZhP7w== |
| 323 | + |
291 | 324 | "@babel/plugin-external-helpers@^7.0.0": |
292 | 325 | version "7.2.0" |
293 | 326 | resolved "https://registry.yarnpkg.com/@babel/plugin-external-helpers/-/plugin-external-helpers-7.2.0.tgz#7f4cb7dee651cd380d2034847d914288467a6be4" |
|
304 | 337 | "@babel/helper-plugin-utils" "^7.0.0" |
305 | 338 |
|
306 | 339 | "@babel/plugin-proposal-decorators@^7.4.0": |
307 | | - version "7.4.0" |
308 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.4.0.tgz#8e1bfd83efa54a5f662033afcc2b8e701f4bb3a9" |
309 | | - integrity sha512-d08TLmXeK/XbgCo7ZeZ+JaeZDtDai/2ctapTRsWWkkmy7G/cqz8DQN/HlWG7RR4YmfXxmExsbU3SuCjlM7AtUg== |
| 340 | + version "7.4.4" |
| 341 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.4.4.tgz#de9b2a1a8ab0196f378e2a82f10b6e2a36f21cc0" |
| 342 | + integrity sha512-z7MpQz3XC/iQJWXH9y+MaWcLPNSMY9RQSthrLzak8R8hCj0fuyNk+Dzi9kfNe/JxxlWQ2g7wkABbgWjW36MTcw== |
310 | 343 | dependencies: |
311 | | - "@babel/helper-create-class-features-plugin" "^7.4.0" |
| 344 | + "@babel/helper-create-class-features-plugin" "^7.4.4" |
312 | 345 | "@babel/helper-plugin-utils" "^7.0.0" |
313 | 346 | "@babel/plugin-syntax-decorators" "^7.2.0" |
314 | 347 |
|
|
730 | 763 | globals "^11.1.0" |
731 | 764 | lodash "^4.17.11" |
732 | 765 |
|
| 766 | +"@babel/traverse@^7.4.4": |
| 767 | + version "7.4.4" |
| 768 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.4.4.tgz#0776f038f6d78361860b6823887d4f3937133fe8" |
| 769 | + integrity sha512-Gw6qqkw/e6AGzlyj9KnkabJX7VcubqPtkUQVAwkc0wUMldr3A/hezNB3Rc5eIvId95iSGkGIOe5hh1kMKf951A== |
| 770 | + dependencies: |
| 771 | + "@babel/code-frame" "^7.0.0" |
| 772 | + "@babel/generator" "^7.4.4" |
| 773 | + "@babel/helper-function-name" "^7.1.0" |
| 774 | + "@babel/helper-split-export-declaration" "^7.4.4" |
| 775 | + "@babel/parser" "^7.4.4" |
| 776 | + "@babel/types" "^7.4.4" |
| 777 | + debug "^4.1.0" |
| 778 | + globals "^11.1.0" |
| 779 | + lodash "^4.17.11" |
| 780 | + |
733 | 781 | "@babel/types@7.0.0-beta.44": |
734 | 782 | version "7.0.0-beta.44" |
735 | 783 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.44.tgz#6b1b164591f77dec0a0342aca995f2d046b3a757" |
|
748 | 796 | lodash "^4.17.11" |
749 | 797 | to-fast-properties "^2.0.0" |
750 | 798 |
|
| 799 | +"@babel/types@^7.4.4": |
| 800 | + version "7.4.4" |
| 801 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.4.4.tgz#8db9e9a629bb7c29370009b4b779ed93fe57d5f0" |
| 802 | + integrity sha512-dOllgYdnEFOebhkKCjzSVFqw/PmmB8pH6RGOWkY4GsboQNd47b1fBThBSwlHAq9alF9vc1M3+6oqR47R50L0tQ== |
| 803 | + dependencies: |
| 804 | + esutils "^2.0.2" |
| 805 | + lodash "^4.17.11" |
| 806 | + to-fast-properties "^2.0.0" |
| 807 | + |
751 | 808 | "@cnakazawa/watch@^1.0.3": |
752 | 809 | version "1.0.3" |
753 | 810 | resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.3.tgz#099139eaec7ebf07a27c1786a3ff64f39464d2ef" |
|
0 commit comments