56
56
dependencies :
57
57
" @babel/types" " ^7.0.0"
58
58
59
+ " @babel/helper-module-imports@^7.0.0 " :
60
+ version "7.8.3"
61
+ resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.8.3.tgz#7fe39589b39c016331b6b8c3f441e8f0b1419498"
62
+ integrity sha512-R0Bx3jippsbAEtzkpZ/6FIiuzOURPcMjHp+Z6xPe6DtApDJx+w7UYyOLanZqO8+wKR9G10s/FmHXvxaMd9s6Kg==
63
+ dependencies :
64
+ " @babel/types" " ^7.8.3"
65
+
66
+ " @babel/helper-plugin-utils@^7.8.3 " :
67
+ version "7.8.3"
68
+ resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz#9ea293be19babc0f52ff8ca88b34c3611b208670"
69
+ integrity sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ==
70
+
59
71
" @babel/helper-split-export-declaration@^7.0.0 " :
60
72
version "7.0.0"
61
73
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0.tgz#3aae285c0311c2ab095d997b8c9a94cad547d813"
86
98
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.2.0.tgz#02d01dbc330b6cbf36b76ac93c50752c69027065"
87
99
integrity sha512-M74+GvK4hn1eejD9lZ7967qAwvqTZayQa3g10ag4s9uewgR7TKjeaT0YMyoq+gVfKYABiWZ4MQD701/t5e1Jhg==
88
100
101
+ " @babel/plugin-syntax-jsx@^7.2.0 " :
102
+ version "7.8.3"
103
+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.8.3.tgz#521b06c83c40480f1e58b4fd33b92eceb1d6ea94"
104
+ integrity sha512-WxdW9xyLgBdefoo0Ynn3MRSkhe5tFVxxKNVdnZSh318WrG2e2jH+E9wd/++JsqcLJZPfz87njQJ8j2Upjm0M0A==
105
+ dependencies :
106
+ " @babel/helper-plugin-utils" " ^7.8.3"
107
+
89
108
" @babel/template@^7.1.0" , "@babel/template@^7.1.2":
90
109
version "7.1.2"
91
110
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.1.2.tgz#090484a574fef5a2d2d7726a674eceda5c5b5644"
119
138
lodash "^4.17.10"
120
139
to-fast-properties "^2.0.0"
121
140
141
+ " @babel/types@^7.8.3 " :
142
+ version "7.8.7"
143
+ resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.8.7.tgz#1fc9729e1acbb2337d5b6977a63979b4819f5d1d"
144
+ integrity sha512-k2TreEHxFA4CjGkL+GYjRyx35W0Mr7DP5+9q6WMkyKXB+904bYmG40syjMFV0oLlhhFCwWl0vA0DyzTDkwAiJw==
145
+ dependencies :
146
+ esutils "^2.0.2"
147
+ lodash "^4.17.13"
148
+ to-fast-properties "^2.0.0"
149
+
122
150
" @comandeer/babel-plugin-banner@^4.0.0 " :
123
151
version "4.1.0"
124
152
resolved "https://registry.yarnpkg.com/@comandeer/babel-plugin-banner/-/babel-plugin-banner-4.1.0.tgz#5f9f22f3ba5a4e87d0c972c402f039c6eeffc079"
134
162
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.12.12.tgz#e15a9d034d9210f00320ef718a50c4a799417c47"
135
163
integrity sha512-Pr+6JRiKkfsFvmU/LK68oBRCQeEg36TyAbPhc2xpez24OOZZCuoIhWGTd39VZy6nGafSbxzGouFPTFD/rR1A0A==
136
164
165
+ " @vue/babel-helper-vue-jsx-merge-props@^1.0.0 " :
166
+ version "1.0.0"
167
+ resolved "https://registry.yarnpkg.com/@vue/babel-helper-vue-jsx-merge-props/-/babel-helper-vue-jsx-merge-props-1.0.0.tgz#048fe579958da408fb7a8b2a3ec050b50a661040"
168
+ integrity sha512-6tyf5Cqm4m6v7buITuwS+jHzPlIPxbFzEhXR5JGZpbrvOcp1hiQKckd305/3C7C36wFekNTQSxAtgeM0j0yoUw==
169
+
170
+ " @vue/babel-plugin-transform-vue-jsx@^1.1.2 " :
171
+ version "1.1.2"
172
+ resolved "https://registry.yarnpkg.com/@vue/babel-plugin-transform-vue-jsx/-/babel-plugin-transform-vue-jsx-1.1.2.tgz#c0a3e6efc022e75e4247b448a8fc6b86f03e91c0"
173
+ integrity sha512-YfdaoSMvD1nj7+DsrwfTvTnhDXI7bsuh+Y5qWwvQXlD24uLgnsoww3qbiZvWf/EoviZMrvqkqN4CBw0W3BWUTQ==
174
+ dependencies :
175
+ " @babel/helper-module-imports" " ^7.0.0"
176
+ " @babel/plugin-syntax-jsx" " ^7.2.0"
177
+ " @vue/babel-helper-vue-jsx-merge-props" " ^1.0.0"
178
+ html-tags "^2.0.0"
179
+ lodash.kebabcase "^4.1.1"
180
+ svg-tags "^1.0.0"
181
+
182
+ " @vue/babel-sugar-functional-vue@^1.1.2 " :
183
+ version "1.1.2"
184
+ resolved "https://registry.yarnpkg.com/@vue/babel-sugar-functional-vue/-/babel-sugar-functional-vue-1.1.2.tgz#f7e24fba09e6f1ee70104560a8808057555f1a9a"
185
+ integrity sha512-YhmdJQSVEFF5ETJXzrMpj0nkCXEa39TvVxJTuVjzvP2rgKhdMmQzlJuMv/HpadhZaRVMCCF3AEjjJcK5q/cYzQ==
186
+ dependencies :
187
+ " @babel/plugin-syntax-jsx" " ^7.2.0"
188
+
189
+ " @vue/babel-sugar-inject-h@^1.1.2 " :
190
+ version "1.1.2"
191
+ resolved "https://registry.yarnpkg.com/@vue/babel-sugar-inject-h/-/babel-sugar-inject-h-1.1.2.tgz#8a5276b6d8e2ed16ffc8078aad94236274e6edf0"
192
+ integrity sha512-VRSENdTvD5htpnVp7i7DNuChR5rVMcORdXjvv5HVvpdKHzDZAYiLSD+GhnhxLm3/dMuk8pSzV+k28ECkiN5m8w==
193
+ dependencies :
194
+ " @babel/plugin-syntax-jsx" " ^7.2.0"
195
+
196
+ " @vue/babel-sugar-v-model@^1.1.2 " :
197
+ version "1.1.2"
198
+ resolved "https://registry.yarnpkg.com/@vue/babel-sugar-v-model/-/babel-sugar-v-model-1.1.2.tgz#1ff6fd1b800223fc9cb1e84dceb5e52d737a8192"
199
+ integrity sha512-vLXPvNq8vDtt0u9LqFdpGM9W9IWDmCmCyJXuozlq4F4UYVleXJ2Fa+3JsnTZNJcG+pLjjfnEGHci2339Kj5sGg==
200
+ dependencies :
201
+ " @babel/plugin-syntax-jsx" " ^7.2.0"
202
+ " @vue/babel-helper-vue-jsx-merge-props" " ^1.0.0"
203
+ " @vue/babel-plugin-transform-vue-jsx" " ^1.1.2"
204
+ camelcase "^5.0.0"
205
+ html-tags "^2.0.0"
206
+ svg-tags "^1.0.0"
207
+
208
+ " @vue/babel-sugar-v-on@^1.1.2 " :
209
+ version "1.1.2"
210
+ resolved "https://registry.yarnpkg.com/@vue/babel-sugar-v-on/-/babel-sugar-v-on-1.1.2.tgz#b2ef99b8f2fab09fbead25aad70ef42e1cf5b13b"
211
+ integrity sha512-T8ZCwC8Jp2uRtcZ88YwZtZXe7eQrJcfRq0uTFy6ShbwYJyz5qWskRFoVsdTi9o0WEhmQXxhQUewodOSCUPVmsQ==
212
+ dependencies :
213
+ " @babel/plugin-syntax-jsx" " ^7.2.0"
214
+ " @vue/babel-plugin-transform-vue-jsx" " ^1.1.2"
215
+ camelcase "^5.0.0"
216
+
137
217
ansi-styles@^3.2.1 :
138
218
version "3.2.1"
139
219
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"
@@ -338,6 +418,11 @@ babel-preset-minify@^0.5.0:
338
418
babel-plugin-transform-undefined-to-void "^6.9.4"
339
419
lodash.isplainobject "^4.0.6"
340
420
421
+ camelcase@^5.0.0 :
422
+ version "5.3.1"
423
+ resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320"
424
+ integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==
425
+
341
426
chalk@^2.0.0 :
342
427
version "2.4.1"
343
428
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.1.tgz#18c49ab16a037b6eb0152cc83e3471338215b66e"
@@ -393,6 +478,11 @@ has-flag@^3.0.0:
393
478
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
394
479
integrity sha1-tdRU3CGZriJWmfNGfloH87lVuv0=
395
480
481
+ html-tags@^2.0.0 :
482
+ version "2.0.0"
483
+ resolved "https://registry.yarnpkg.com/html-tags/-/html-tags-2.0.0.tgz#10b30a386085f43cede353cc8fa7cb0deeea668b"
484
+ integrity sha1-ELMKOGCF9Dzt41PMj6fLDe7qZos=
485
+
396
486
js-tokens@^4.0.0 :
397
487
version "4.0.0"
398
488
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
@@ -415,20 +505,25 @@ lodash.isplainobject@^4.0.6:
415
505
resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb"
416
506
integrity sha1-fFJqUtibRcRcxpC4gWO+BJf1UMs=
417
507
508
+ lodash.kebabcase@^4.1.1 :
509
+ version "4.1.1"
510
+ resolved "https://registry.yarnpkg.com/lodash.kebabcase/-/lodash.kebabcase-4.1.1.tgz#8489b1cb0d29ff88195cceca448ff6d6cc295c36"
511
+ integrity sha1-hImxyw0p/4gZXM7KRI/21swpXDY=
512
+
418
513
lodash.some@^4.6.0 :
419
514
version "4.6.0"
420
515
resolved "https://registry.yarnpkg.com/lodash.some/-/lodash.some-4.6.0.tgz#1bb9f314ef6b8baded13b549169b2a945eb68e4d"
421
516
integrity sha1-G7nzFO9ri63tE7VJFpsqlF62jk0=
422
517
423
- lodash@^4.17.10 :
518
+ lodash@^4.17.10, lodash@^4.17.13 :
424
519
version "4.17.15"
425
520
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
426
521
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
427
522
428
523
minimist@^1.2.0 :
429
- version "1.2.0 "
430
- resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0 .tgz#a35008b20f41383eec1fb914f4cd5df79a264284 "
431
- integrity sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ =
524
+ version "1.2.5 "
525
+ resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5 .tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602 "
526
+ integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw= =
432
527
433
528
ms@^2.1.1 :
434
529
version "2.1.1"
@@ -492,6 +587,11 @@ supports-color@^5.3.0:
492
587
dependencies :
493
588
has-flag "^3.0.0"
494
589
590
+ svg-tags@^1.0.0 :
591
+ version "1.0.0"
592
+ resolved "https://registry.yarnpkg.com/svg-tags/-/svg-tags-1.0.0.tgz#58f71cee3bd519b59d4b2a843b6c7de64ac04764"
593
+ integrity sha1-WPcc7jvVGbWdSyqEO2x95krAR2Q=
594
+
495
595
to-fast-properties@^2.0.0 :
496
596
version "2.0.0"
497
597
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e"
0 commit comments