2
2
# yarn lockfile v1
3
3
4
4
5
- " @babel/code-frame@^7.0.0-beta.35 " :
5
+ " @babel/code-frame@7.0.0-beta.44 " , "@babel/code-frame@ ^7.0.0-beta.35":
6
6
version "7.0.0-beta.44"
7
7
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.44.tgz#2a02643368de80916162be70865c97774f3adbd9"
8
8
dependencies :
9
9
" @babel/highlight" " 7.0.0-beta.44"
10
10
11
+ " @babel/generator@7.0.0-beta.44 " :
12
+ version "7.0.0-beta.44"
13
+ resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.0.0-beta.44.tgz#c7e67b9b5284afcf69b309b50d7d37f3e5033d42"
14
+ dependencies :
15
+ " @babel/types" " 7.0.0-beta.44"
16
+ jsesc "^2.5.1"
17
+ lodash "^4.2.0"
18
+ source-map "^0.5.0"
19
+ trim-right "^1.0.1"
20
+
21
+ " @babel/helper-function-name@7.0.0-beta.44 " :
22
+ version "7.0.0-beta.44"
23
+ resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0-beta.44.tgz#e18552aaae2231100a6e485e03854bc3532d44dd"
24
+ dependencies :
25
+ " @babel/helper-get-function-arity" " 7.0.0-beta.44"
26
+ " @babel/template" " 7.0.0-beta.44"
27
+ " @babel/types" " 7.0.0-beta.44"
28
+
29
+ " @babel/helper-get-function-arity@7.0.0-beta.44 " :
30
+ version "7.0.0-beta.44"
31
+ resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-beta.44.tgz#d03ca6dd2b9f7b0b1e6b32c56c72836140db3a15"
32
+ dependencies :
33
+ " @babel/types" " 7.0.0-beta.44"
34
+
35
+ " @babel/helper-split-export-declaration@7.0.0-beta.44 " :
36
+ version "7.0.0-beta.44"
37
+ resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0-beta.44.tgz#c0b351735e0fbcb3822c8ad8db4e583b05ebd9dc"
38
+ dependencies :
39
+ " @babel/types" " 7.0.0-beta.44"
40
+
11
41
" @babel/highlight@7.0.0-beta.44 " :
12
42
version "7.0.0-beta.44"
13
43
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0-beta.44.tgz#18c94ce543916a80553edcdcf681890b200747d5"
16
46
esutils "^2.0.2"
17
47
js-tokens "^3.0.0"
18
48
49
+ " @babel/template@7.0.0-beta.44 " :
50
+ version "7.0.0-beta.44"
51
+ resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.44.tgz#f8832f4fdcee5d59bf515e595fc5106c529b394f"
52
+ dependencies :
53
+ " @babel/code-frame" " 7.0.0-beta.44"
54
+ " @babel/types" " 7.0.0-beta.44"
55
+ babylon "7.0.0-beta.44"
56
+ lodash "^4.2.0"
57
+
58
+ " @babel/traverse@7.0.0-beta.44 " :
59
+ version "7.0.0-beta.44"
60
+ resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0-beta.44.tgz#a970a2c45477ad18017e2e465a0606feee0d2966"
61
+ dependencies :
62
+ " @babel/code-frame" " 7.0.0-beta.44"
63
+ " @babel/generator" " 7.0.0-beta.44"
64
+ " @babel/helper-function-name" " 7.0.0-beta.44"
65
+ " @babel/helper-split-export-declaration" " 7.0.0-beta.44"
66
+ " @babel/types" " 7.0.0-beta.44"
67
+ babylon "7.0.0-beta.44"
68
+ debug "^3.1.0"
69
+ globals "^11.1.0"
70
+ invariant "^2.2.0"
71
+ lodash "^4.2.0"
72
+
73
+ " @babel/types@7.0.0-beta.44 " :
74
+ version "7.0.0-beta.44"
75
+ resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.44.tgz#6b1b164591f77dec0a0342aca995f2d046b3a757"
76
+ dependencies :
77
+ esutils "^2.0.2"
78
+ lodash "^4.2.0"
79
+ to-fast-properties "^2.0.0"
80
+
19
81
" @mrmlnc/readdir-enhanced@^2.2.1 " :
20
82
version "2.2.1"
21
83
resolved "https://registry.yarnpkg.com/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz#524af240d1a360527b730475ecfa1344aa540dde"
@@ -401,13 +463,28 @@ babel-code-frame@^6.22.0, babel-code-frame@^6.26.0:
401
463
esutils "^2.0.2"
402
464
js-tokens "^3.0.2"
403
465
466
+ babel-eslint@^8.2.3 :
467
+ version "8.2.3"
468
+ resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-8.2.3.tgz#1a2e6681cc9bc4473c32899e59915e19cd6733cf"
469
+ dependencies :
470
+ " @babel/code-frame" " 7.0.0-beta.44"
471
+ " @babel/traverse" " 7.0.0-beta.44"
472
+ " @babel/types" " 7.0.0-beta.44"
473
+ babylon "7.0.0-beta.44"
474
+ eslint-scope "~3.7.1"
475
+ eslint-visitor-keys "^1.0.0"
476
+
404
477
babel-runtime@^6.26.0 :
405
478
version "6.26.0"
406
479
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe"
407
480
dependencies :
408
481
core-js "^2.4.0"
409
482
regenerator-runtime "^0.11.0"
410
483
484
+ babylon@7.0.0-beta.44 :
485
+ version "7.0.0-beta.44"
486
+ resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.44.tgz#89159e15e6e30c5096e22d738d8c0af8a0e8ca1d"
487
+
411
488
balanced-match@^0.4.2 :
412
489
version "0.4.2"
413
490
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-0.4.2.tgz#cb3f3e3c732dc0f01ee70b403f302e61d7709838"
@@ -1659,7 +1736,7 @@ domain-browser@^1.1.1:
1659
1736
version "1.2.0"
1660
1737
resolved "https://registry.yarnpkg.com/domain-browser/-/domain-browser-1.2.0.tgz#3d31f50191a6749dd1375a7f522e823d42e54eda"
1661
1738
1662
- domelementtype@1, domelementtype@^1.3.0 :
1739
+ domelementtype@1 :
1663
1740
version "1.3.0"
1664
1741
resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-1.3.0.tgz#b17aed82e8ab59e52dd9c19b1756e0fc187204c2"
1665
1742
@@ -1679,12 +1756,6 @@ domhandler@2.1:
1679
1756
dependencies :
1680
1757
domelementtype "1"
1681
1758
1682
- domhandler@^2.3.0 :
1683
- version "2.4.1"
1684
- resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-2.4.1.tgz#892e47000a99be55bbf3774ffea0561d8879c259"
1685
- dependencies :
1686
- domelementtype "1"
1687
-
1688
1759
domutils@1.1 :
1689
1760
version "1.1.6"
1690
1761
resolved "https://registry.yarnpkg.com/domutils/-/domutils-1.1.6.tgz#bddc3de099b9a2efacc51c623f28f416ecc57485"
@@ -1698,13 +1769,6 @@ domutils@1.5.1:
1698
1769
dom-serializer "0"
1699
1770
domelementtype "1"
1700
1771
1701
- domutils@^1.5.1 :
1702
- version "1.7.0"
1703
- resolved "https://registry.yarnpkg.com/domutils/-/domutils-1.7.0.tgz#56ea341e834e06e6748af7a1cb25da67ea9f8c2a"
1704
- dependencies :
1705
- dom-serializer "0"
1706
- domelementtype "1"
1707
-
1708
1772
dot-prop@^3.0.0 :
1709
1773
version "3.0.0"
1710
1774
resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-3.0.0.tgz#1b708af094a49c9a0e7dbcad790aba539dac1177"
@@ -1778,7 +1842,7 @@ enhanced-resolve@^4.0.0:
1778
1842
memory-fs "^0.4.0"
1779
1843
tapable "^1.0.0"
1780
1844
1781
- entities@^1.1.1, entities@ ~1.1.1 :
1845
+ entities@~1.1.1 :
1782
1846
version "1.1.1"
1783
1847
resolved "https://registry.yarnpkg.com/entities/-/entities-1.1.1.tgz#6e5c2d0a5621b5dadaecef80b90edfb5cd7772f0"
1784
1848
@@ -1846,19 +1910,20 @@ escodegen@^1.9.0:
1846
1910
optionalDependencies :
1847
1911
source-map "~0.6.1"
1848
1912
1849
- eslint-plugin-html@^4 .0.1 :
1850
- version "4 .0.3 "
1851
- resolved "https://registry.yarnpkg.com/eslint-plugin-html /-/eslint-plugin-html-4 .0.3 .tgz#97d52dcf9e22724505d02719fbd02754013c8a17 "
1913
+ eslint-plugin-vue-libs@^3 .0.0 :
1914
+ version "3 .0.0 "
1915
+ resolved "https://registry.yarnpkg.com/eslint-plugin-vue-libs /-/eslint-plugin-vue-libs-3 .0.0 .tgz#9b81ae18c654eb2370b9c17d44b58ab759eadf2b "
1852
1916
dependencies :
1853
- htmlparser2 "^3.8.2"
1917
+ babel-eslint "^8.2.3"
1918
+ eslint-plugin-vue "^4.5.0"
1854
1919
1855
- eslint-plugin-vue-libs@^2.1 .0 :
1856
- version "2.1 .0"
1857
- resolved "https://registry.yarnpkg.com/eslint-plugin-vue-libs /-/eslint-plugin-vue-libs-2.1 .0.tgz#e7faf4ae11dad58553f63f907d6642e2d816dcef "
1920
+ eslint-plugin-vue@^4.5 .0 :
1921
+ version "4.5 .0"
1922
+ resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-4.5 .0.tgz#09d6597f4849e31a3846c2c395fccf17685b69c3 "
1858
1923
dependencies :
1859
- eslint-plugin-html "^4 .0.1 "
1924
+ vue- eslint-parser "^2 .0.3 "
1860
1925
1861
- eslint-scope@^3.7.1 :
1926
+ eslint-scope@^3.7.1, eslint-scope@~3.7.1 :
1862
1927
version "3.7.1"
1863
1928
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-3.7.1.tgz#3d63c3edfda02e06e01a452ad88caacc7cdcb6e8"
1864
1929
dependencies :
@@ -1912,7 +1977,7 @@ eslint@^4.19.1:
1912
1977
table "4.0.2"
1913
1978
text-table "~0.2.0"
1914
1979
1915
- espree@^3.5.4 :
1980
+ espree@^3.5.2, espree@^3.5. 4 :
1916
1981
version "3.5.4"
1917
1982
resolved "https://registry.yarnpkg.com/espree/-/espree-3.5.4.tgz#b0f447187c8a8bed944b815a660bddf5deb5d1a7"
1918
1983
dependencies :
@@ -2460,7 +2525,7 @@ global@^4.3.2:
2460
2525
min-document "^2.19.0"
2461
2526
process "~0.5.1"
2462
2527
2463
- globals@^11.0.1 :
2528
+ globals@^11.0.1, globals@^11.1.0 :
2464
2529
version "11.4.0"
2465
2530
resolved "https://registry.yarnpkg.com/globals/-/globals-11.4.0.tgz#b85c793349561c16076a3c13549238a27945f1bc"
2466
2531
@@ -2711,17 +2776,6 @@ html-minifier@^3.2.3:
2711
2776
relateurl "0.2.x"
2712
2777
uglify-js "3.3.x"
2713
2778
2714
- htmlparser2@^3.8.2 :
2715
- version "3.9.2"
2716
- resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-3.9.2.tgz#1bdf87acca0f3f9e53fa4fcceb0f4b4cbb00b338"
2717
- dependencies :
2718
- domelementtype "^1.3.0"
2719
- domhandler "^2.3.0"
2720
- domutils "^1.5.1"
2721
- entities "^1.1.1"
2722
- inherits "^2.0.1"
2723
- readable-stream "^2.0.2"
2724
-
2725
2779
htmlparser2@~3.3.0 :
2726
2780
version "3.3.0"
2727
2781
resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-3.3.0.tgz#cc70d05a59f6542e43f0e685c982e14c924a9efe"
@@ -2874,6 +2928,12 @@ inquirer@^3.0.6:
2874
2928
strip-ansi "^4.0.0"
2875
2929
through "^2.3.6"
2876
2930
2931
+ invariant@^2.2.0 :
2932
+ version "2.2.4"
2933
+ resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6"
2934
+ dependencies :
2935
+ loose-envify "^1.0.0"
2936
+
2877
2937
is-absolute-url@^2.0.0 :
2878
2938
version "2.1.0"
2879
2939
resolved "https://registry.yarnpkg.com/is-absolute-url/-/is-absolute-url-2.1.0.tgz#50530dfb84fcc9aa7dbe7852e83a37b93b9f2aa6"
@@ -3400,6 +3460,10 @@ jsdom@^11.5.1:
3400
3460
ws "^4.0.0"
3401
3461
xml-name-validator "^3.0.0"
3402
3462
3463
+ jsesc@^2.5.1 :
3464
+ version "2.5.1"
3465
+ resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.1.tgz#e421a2a8e20d6b0819df28908f782526b96dd1fe"
3466
+
3403
3467
jsesc@~0.5.0 :
3404
3468
version "0.5.0"
3405
3469
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d"
@@ -3781,6 +3845,10 @@ lodash@^4.13.1, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.1, l
3781
3845
version "4.17.5"
3782
3846
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.5.tgz#99a92d65c0272debe8c96b6057bc8fbfa3bed511"
3783
3847
3848
+ lodash@^4.2.0 :
3849
+ version "4.17.10"
3850
+ resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.10.tgz#1b7793cf7259ea38fb3661d4d38b3260af8ae4e7"
3851
+
3784
3852
log-symbols@^1.0.2 :
3785
3853
version "1.0.2"
3786
3854
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-1.0.2.tgz#376ff7b58ea3086a0f09facc74617eca501e1a18"
@@ -3816,6 +3884,12 @@ longest@^1.0.1:
3816
3884
version "1.0.1"
3817
3885
resolved "https://registry.yarnpkg.com/longest/-/longest-1.0.1.tgz#30a0b2da38f73770e8294a0d22e6625ed77d0097"
3818
3886
3887
+ loose-envify@^1.0.0 :
3888
+ version "1.3.1"
3889
+ resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.3.1.tgz#d1a8ad33fa9ce0e713d65fdd0ac8b748d478c848"
3890
+ dependencies :
3891
+ js-tokens "^3.0.0"
3892
+
3819
3893
loud-rejection@^1.0.0, loud-rejection@^1.6.0 :
3820
3894
version "1.6.0"
3821
3895
resolved "https://registry.yarnpkg.com/loud-rejection/-/loud-rejection-1.6.0.tgz#5b46f80147edee578870f086d04821cf998e551f"
@@ -5726,7 +5800,7 @@ source-map@0.5.6:
5726
5800
version "0.5.6"
5727
5801
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.6.tgz#75ce38f52bf0733c5a7f0c118d81334a2bb5f412"
5728
5802
5729
- source-map@0.5.x, source-map@^0.5.3, source-map@^0.5.6, source-map@~0.5.1 :
5803
+ source-map@0.5.x, source-map@^0.5.0, source-map@^0.5. 3, source-map@^0.5.6, source-map@~0.5.1 :
5730
5804
version "0.5.7"
5731
5805
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc"
5732
5806
@@ -6135,6 +6209,10 @@ to-factory@^1.0.0:
6135
6209
version "1.0.0"
6136
6210
resolved "https://registry.yarnpkg.com/to-factory/-/to-factory-1.0.0.tgz#8738af8bd97120ad1d4047972ada5563bf9479b1"
6137
6211
6212
+ to-fast-properties@^2.0.0 :
6213
+ version "2.0.0"
6214
+ resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e"
6215
+
6138
6216
to-object-path@^0.3.0 :
6139
6217
version "0.3.0"
6140
6218
resolved "https://registry.yarnpkg.com/to-object-path/-/to-object-path-0.3.0.tgz#297588b7b0e7e0ac08e04e672f85c1f4999e17af"
@@ -6195,6 +6273,10 @@ trim-off-newlines@^1.0.0:
6195
6273
version "1.0.1"
6196
6274
resolved "https://registry.yarnpkg.com/trim-off-newlines/-/trim-off-newlines-1.0.1.tgz#9f9ba9d9efa8764c387698bcbfeb2c848f11adb3"
6197
6275
6276
+ trim-right@^1.0.1 :
6277
+ version "1.0.1"
6278
+ resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"
6279
+
6198
6280
tty-browserify@0.0.0 :
6199
6281
version "0.0.0"
6200
6282
resolved "https://registry.yarnpkg.com/tty-browserify/-/tty-browserify-0.0.0.tgz#a157ba402da24e9bf957f9aa69d524eed42901a6"
@@ -6468,6 +6550,17 @@ vm-browserify@0.0.4:
6468
6550
dependencies :
6469
6551
indexof "0.0.1"
6470
6552
6553
+ vue-eslint-parser@^2.0.3 :
6554
+ version "2.0.3"
6555
+ resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-2.0.3.tgz#c268c96c6d94cfe3d938a5f7593959b0ca3360d1"
6556
+ dependencies :
6557
+ debug "^3.1.0"
6558
+ eslint-scope "^3.7.1"
6559
+ eslint-visitor-keys "^1.0.0"
6560
+ espree "^3.5.2"
6561
+ esquery "^1.0.0"
6562
+ lodash "^4.17.4"
6563
+
6471
6564
vue-hot-reload-api@^2.3.0 :
6472
6565
version "2.3.0"
6473
6566
resolved "https://registry.yarnpkg.com/vue-hot-reload-api/-/vue-hot-reload-api-2.3.0.tgz#97976142405d13d8efae154749e88c4e358cf926"
0 commit comments