goodcheck 2.4.4 → 2.4.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/docusaurus/website/package.json +1 -1
- data/docusaurus/website/versions.json +1 -0
- data/docusaurus/website/yarn.lock +666 -798
- data/lib/goodcheck.rb +0 -1
- data/lib/goodcheck/config_loader.rb +1 -1
- data/lib/goodcheck/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9112f395f19ed190d651178c74d7e5a49e0bb09b70c5b0b754ce9c4224b27cb1
|
4
|
+
data.tar.gz: 60afd73194185eb2d77941c77197ce183c3436029a8cab753a42587f0f31c93e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f494d6b438ff9bb0109ace4d77ab4837a98352ca041863b7dfab8a14fc8f1bed91e7c84fe7f7909658acabe491a769116b3e2454321a3ded7e319b31bff88139
|
7
|
+
data.tar.gz: 187123adb62619086ca25ca9ee3ccf14f3f571fb4f78d0794216ad8e4da50de7873ecdcc2f02fc2f3825a83c7e09ccf57a5b18342e8dd8a451ed4d1531f2265b
|
data/CHANGELOG.md
CHANGED
@@ -2,6 +2,10 @@
|
|
2
2
|
|
3
3
|
## master
|
4
4
|
|
5
|
+
## 2.4.5 (2019-12-13)
|
6
|
+
|
7
|
+
* Replace ActiveSupport's `Regexp#multiline?` extension [#97](https://github.com/sider/goodcheck/pull/97) (thanks to [@issei126](https://github.com/issei126))
|
8
|
+
|
5
9
|
## 2.4.4 (2019-11-19)
|
6
10
|
|
7
11
|
* Check dot files (except for `.git`, `.svn`, `.hg`) [#91](https://github.com/sider/goodcheck/pull/91)
|
@@ -9,18 +9,18 @@
|
|
9
9
|
dependencies:
|
10
10
|
"@babel/highlight" "^7.0.0"
|
11
11
|
|
12
|
-
"@babel/core@^7.
|
13
|
-
version "7.7.
|
14
|
-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.7.
|
15
|
-
integrity sha512
|
12
|
+
"@babel/core@^7.7.2":
|
13
|
+
version "7.7.4"
|
14
|
+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.7.4.tgz#37e864532200cb6b50ee9a4045f5f817840166ab"
|
15
|
+
integrity sha512-+bYbx56j4nYBmpsWtnPUsKW3NdnYxbqyfrP2w9wILBuHzdfIKz9prieZK0DFPyIzkjYVUe4QkusGL07r5pXznQ==
|
16
16
|
dependencies:
|
17
17
|
"@babel/code-frame" "^7.5.5"
|
18
|
-
"@babel/generator" "^7.7.
|
19
|
-
"@babel/helpers" "^7.7.
|
20
|
-
"@babel/parser" "^7.7.
|
21
|
-
"@babel/template" "^7.7.
|
22
|
-
"@babel/traverse" "^7.7.
|
23
|
-
"@babel/types" "^7.7.
|
18
|
+
"@babel/generator" "^7.7.4"
|
19
|
+
"@babel/helpers" "^7.7.4"
|
20
|
+
"@babel/parser" "^7.7.4"
|
21
|
+
"@babel/template" "^7.7.4"
|
22
|
+
"@babel/traverse" "^7.7.4"
|
23
|
+
"@babel/types" "^7.7.4"
|
24
24
|
convert-source-map "^1.7.0"
|
25
25
|
debug "^4.1.0"
|
26
26
|
json5 "^2.1.0"
|
@@ -29,203 +29,140 @@
|
|
29
29
|
semver "^5.4.1"
|
30
30
|
source-map "^0.5.0"
|
31
31
|
|
32
|
-
"@babel/generator@^7.7.
|
33
|
-
version "7.7.
|
34
|
-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.7.
|
35
|
-
integrity sha512-
|
32
|
+
"@babel/generator@^7.7.4":
|
33
|
+
version "7.7.4"
|
34
|
+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.7.4.tgz#db651e2840ca9aa66f327dcec1dc5f5fa9611369"
|
35
|
+
integrity sha512-m5qo2WgdOJeyYngKImbkyQrnUN1mPceaG5BV+G0E3gWsa4l/jCSryWJdM2x8OuGAOyh+3d5pVYfZWCiNFtynxg==
|
36
36
|
dependencies:
|
37
|
-
"@babel/types" "^7.7.
|
37
|
+
"@babel/types" "^7.7.4"
|
38
38
|
jsesc "^2.5.1"
|
39
39
|
lodash "^4.17.13"
|
40
40
|
source-map "^0.5.0"
|
41
41
|
|
42
|
-
"@babel/helper-annotate-as-pure@^7.
|
43
|
-
version "7.
|
44
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.
|
45
|
-
integrity sha512-
|
42
|
+
"@babel/helper-annotate-as-pure@^7.7.4":
|
43
|
+
version "7.7.4"
|
44
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.7.4.tgz#bb3faf1e74b74bd547e867e48f551fa6b098b6ce"
|
45
|
+
integrity sha512-2BQmQgECKzYKFPpiycoF9tlb5HA4lrVyAmLLVK177EcQAqjVLciUb2/R+n1boQ9y5ENV3uz2ZqiNw7QMBBw1Og==
|
46
46
|
dependencies:
|
47
|
-
"@babel/types" "^7.
|
47
|
+
"@babel/types" "^7.7.4"
|
48
48
|
|
49
|
-
"@babel/helper-
|
50
|
-
version "7.7.
|
51
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-
|
52
|
-
integrity sha512-
|
49
|
+
"@babel/helper-builder-binary-assignment-operator-visitor@^7.7.4":
|
50
|
+
version "7.7.4"
|
51
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.7.4.tgz#5f73f2b28580e224b5b9bd03146a4015d6217f5f"
|
52
|
+
integrity sha512-Biq/d/WtvfftWZ9Uf39hbPBYDUo986m5Bb4zhkeYDGUllF43D+nUe5M6Vuo6/8JDK/0YX/uBdeoQpyaNhNugZQ==
|
53
53
|
dependencies:
|
54
|
-
"@babel/
|
54
|
+
"@babel/helper-explode-assignable-expression" "^7.7.4"
|
55
|
+
"@babel/types" "^7.7.4"
|
55
56
|
|
56
|
-
"@babel/helper-builder-
|
57
|
-
version "7.
|
58
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-builder-
|
59
|
-
integrity sha512-
|
57
|
+
"@babel/helper-builder-react-jsx@^7.7.4":
|
58
|
+
version "7.7.4"
|
59
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-builder-react-jsx/-/helper-builder-react-jsx-7.7.4.tgz#da188d247508b65375b2c30cf59de187be6b0c66"
|
60
|
+
integrity sha512-kvbfHJNN9dg4rkEM4xn1s8d1/h6TYNvajy9L1wx4qLn9HFg0IkTsQi4rfBe92nxrPUFcMsHoMV+8rU7MJb3fCA==
|
60
61
|
dependencies:
|
61
|
-
"@babel/
|
62
|
-
"@babel/types" "^7.0.0"
|
63
|
-
|
64
|
-
"@babel/helper-builder-react-jsx@^7.3.0":
|
65
|
-
version "7.3.0"
|
66
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-builder-react-jsx/-/helper-builder-react-jsx-7.3.0.tgz#a1ac95a5d2b3e88ae5e54846bf462eeb81b318a4"
|
67
|
-
integrity sha512-MjA9KgwCuPEkQd9ncSXvSyJ5y+j2sICHyrI0M3L+6fnS4wMSNDc1ARXsbTfbb2cXHn17VisSnU/sHFTCxVxSMw==
|
68
|
-
dependencies:
|
69
|
-
"@babel/types" "^7.3.0"
|
62
|
+
"@babel/types" "^7.7.4"
|
70
63
|
esutils "^2.0.0"
|
71
64
|
|
72
|
-
"@babel/helper-call-delegate@^7.
|
73
|
-
version "7.
|
74
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-call-delegate/-/helper-call-delegate-7.
|
75
|
-
integrity sha512-
|
65
|
+
"@babel/helper-call-delegate@^7.7.4":
|
66
|
+
version "7.7.4"
|
67
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-call-delegate/-/helper-call-delegate-7.7.4.tgz#621b83e596722b50c0066f9dc37d3232e461b801"
|
68
|
+
integrity sha512-8JH9/B7J7tCYJ2PpWVpw9JhPuEVHztagNVuQAFBVFYluRMlpG7F1CgKEgGeL6KFqcsIa92ZYVj6DSc0XwmN1ZA==
|
76
69
|
dependencies:
|
77
|
-
"@babel/helper-hoist-variables" "^7.
|
78
|
-
"@babel/traverse" "^7.
|
79
|
-
"@babel/types" "^7.
|
70
|
+
"@babel/helper-hoist-variables" "^7.7.4"
|
71
|
+
"@babel/traverse" "^7.7.4"
|
72
|
+
"@babel/types" "^7.7.4"
|
80
73
|
|
81
|
-
"@babel/helper-create-class-features-plugin@^7.
|
82
|
-
version "7.
|
83
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.
|
84
|
-
integrity sha512-
|
74
|
+
"@babel/helper-create-class-features-plugin@^7.7.4":
|
75
|
+
version "7.7.4"
|
76
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.7.4.tgz#fce60939fd50618610942320a8d951b3b639da2d"
|
77
|
+
integrity sha512-l+OnKACG4uiDHQ/aJT8dwpR+LhCJALxL0mJ6nzjB25e5IPwqV1VOsY7ah6UB1DG+VOXAIMtuC54rFJGiHkxjgA==
|
85
78
|
dependencies:
|
86
|
-
"@babel/helper-function-name" "^7.
|
87
|
-
"@babel/helper-member-expression-to-functions" "^7.
|
88
|
-
"@babel/helper-optimise-call-expression" "^7.
|
79
|
+
"@babel/helper-function-name" "^7.7.4"
|
80
|
+
"@babel/helper-member-expression-to-functions" "^7.7.4"
|
81
|
+
"@babel/helper-optimise-call-expression" "^7.7.4"
|
89
82
|
"@babel/helper-plugin-utils" "^7.0.0"
|
90
|
-
"@babel/helper-replace-supers" "^7.
|
91
|
-
"@babel/helper-split-export-declaration" "^7.
|
83
|
+
"@babel/helper-replace-supers" "^7.7.4"
|
84
|
+
"@babel/helper-split-export-declaration" "^7.7.4"
|
92
85
|
|
93
|
-
"@babel/helper-create-regexp-features-plugin@^7.7.
|
94
|
-
version "7.7.
|
95
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.7.
|
96
|
-
integrity sha512-
|
86
|
+
"@babel/helper-create-regexp-features-plugin@^7.7.4":
|
87
|
+
version "7.7.4"
|
88
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.7.4.tgz#6d5762359fd34f4da1500e4cff9955b5299aaf59"
|
89
|
+
integrity sha512-Mt+jBKaxL0zfOIWrfQpnfYCN7/rS6GKx6CCCfuoqVVd+17R8zNDlzVYmIi9qyb2wOk002NsmSTDymkIygDUH7A==
|
97
90
|
dependencies:
|
98
91
|
"@babel/helper-regex" "^7.4.4"
|
99
92
|
regexpu-core "^4.6.0"
|
100
93
|
|
101
|
-
"@babel/helper-define-map@^7.7.
|
102
|
-
version "7.7.
|
103
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-define-map/-/helper-define-map-7.7.
|
104
|
-
integrity sha512-
|
94
|
+
"@babel/helper-define-map@^7.7.4":
|
95
|
+
version "7.7.4"
|
96
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-define-map/-/helper-define-map-7.7.4.tgz#2841bf92eb8bd9c906851546fe6b9d45e162f176"
|
97
|
+
integrity sha512-v5LorqOa0nVQUvAUTUF3KPastvUt/HzByXNamKQ6RdJRTV7j8rLL+WB5C/MzzWAwOomxDhYFb1wLLxHqox86lg==
|
105
98
|
dependencies:
|
106
|
-
"@babel/helper-function-name" "^7.7.
|
107
|
-
"@babel/types" "^7.7.
|
99
|
+
"@babel/helper-function-name" "^7.7.4"
|
100
|
+
"@babel/types" "^7.7.4"
|
108
101
|
lodash "^4.17.13"
|
109
102
|
|
110
|
-
"@babel/helper-explode-assignable-expression@^7.
|
111
|
-
version "7.
|
112
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.
|
113
|
-
integrity sha512-
|
114
|
-
dependencies:
|
115
|
-
"@babel/traverse" "^7.1.0"
|
116
|
-
"@babel/types" "^7.0.0"
|
117
|
-
|
118
|
-
"@babel/helper-function-name@^7.1.0":
|
119
|
-
version "7.1.0"
|
120
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.1.0.tgz#a0ceb01685f73355d4360c1247f582bfafc8ff53"
|
121
|
-
integrity sha512-A95XEoCpb3TO+KZzJ4S/5uW5fNe26DjBGqf1o9ucyLyCmi1dXq/B3c8iaWTfBk3VvetUxl16e8tIrd5teOCfGw==
|
122
|
-
dependencies:
|
123
|
-
"@babel/helper-get-function-arity" "^7.0.0"
|
124
|
-
"@babel/template" "^7.1.0"
|
125
|
-
"@babel/types" "^7.0.0"
|
126
|
-
|
127
|
-
"@babel/helper-function-name@^7.7.0":
|
128
|
-
version "7.7.0"
|
129
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.7.0.tgz#44a5ad151cfff8ed2599c91682dda2ec2c8430a3"
|
130
|
-
integrity sha512-tDsJgMUAP00Ugv8O2aGEua5I2apkaQO7lBGUq1ocwN3G23JE5Dcq0uh3GvFTChPa4b40AWiAsLvCZOA2rdnQ7Q==
|
103
|
+
"@babel/helper-explode-assignable-expression@^7.7.4":
|
104
|
+
version "7.7.4"
|
105
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.7.4.tgz#fa700878e008d85dc51ba43e9fb835cddfe05c84"
|
106
|
+
integrity sha512-2/SicuFrNSXsZNBxe5UGdLr+HZg+raWBLE9vC98bdYOKX/U6PY0mdGlYUJdtTDPSU0Lw0PNbKKDpwYHJLn2jLg==
|
131
107
|
dependencies:
|
132
|
-
"@babel/
|
133
|
-
"@babel/
|
134
|
-
"@babel/types" "^7.7.0"
|
108
|
+
"@babel/traverse" "^7.7.4"
|
109
|
+
"@babel/types" "^7.7.4"
|
135
110
|
|
136
|
-
"@babel/helper-
|
137
|
-
version "7.
|
138
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-
|
139
|
-
integrity sha512-
|
111
|
+
"@babel/helper-function-name@^7.7.4":
|
112
|
+
version "7.7.4"
|
113
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.7.4.tgz#ab6e041e7135d436d8f0a3eca15de5b67a341a2e"
|
114
|
+
integrity sha512-AnkGIdiBhEuiwdoMnKm7jfPfqItZhgRaZfMg1XX3bS25INOnLPjPG1Ppnajh8eqgt5kPJnfqrRHqFqmjKDZLzQ==
|
140
115
|
dependencies:
|
141
|
-
"@babel/
|
116
|
+
"@babel/helper-get-function-arity" "^7.7.4"
|
117
|
+
"@babel/template" "^7.7.4"
|
118
|
+
"@babel/types" "^7.7.4"
|
142
119
|
|
143
|
-
"@babel/helper-get-function-arity@^7.7.
|
144
|
-
version "7.7.
|
145
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.7.
|
146
|
-
integrity sha512-
|
120
|
+
"@babel/helper-get-function-arity@^7.7.4":
|
121
|
+
version "7.7.4"
|
122
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.7.4.tgz#cb46348d2f8808e632f0ab048172130e636005f0"
|
123
|
+
integrity sha512-QTGKEdCkjgzgfJ3bAyRwF4yyT3pg+vDgan8DSivq1eS0gwi+KGKE5x8kRcbeFTb/673mkO5SN1IZfmCfA5o+EA==
|
147
124
|
dependencies:
|
148
|
-
"@babel/types" "^7.7.
|
125
|
+
"@babel/types" "^7.7.4"
|
149
126
|
|
150
|
-
"@babel/helper-hoist-variables@^7.
|
151
|
-
version "7.
|
152
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.
|
153
|
-
integrity sha512-
|
127
|
+
"@babel/helper-hoist-variables@^7.7.4":
|
128
|
+
version "7.7.4"
|
129
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.7.4.tgz#612384e3d823fdfaaf9fce31550fe5d4db0f3d12"
|
130
|
+
integrity sha512-wQC4xyvc1Jo/FnLirL6CEgPgPCa8M74tOdjWpRhQYapz5JC7u3NYU1zCVoVAGCE3EaIP9T1A3iW0WLJ+reZlpQ==
|
154
131
|
dependencies:
|
155
|
-
"@babel/types" "^7.
|
132
|
+
"@babel/types" "^7.7.4"
|
156
133
|
|
157
|
-
"@babel/helper-
|
158
|
-
version "7.7.
|
159
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-
|
160
|
-
integrity sha512-
|
134
|
+
"@babel/helper-member-expression-to-functions@^7.7.4":
|
135
|
+
version "7.7.4"
|
136
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.7.4.tgz#356438e2569df7321a8326644d4b790d2122cb74"
|
137
|
+
integrity sha512-9KcA1X2E3OjXl/ykfMMInBK+uVdfIVakVe7W7Lg3wfXUNyS3Q1HWLFRwZIjhqiCGbslummPDnmb7vIekS0C1vw==
|
161
138
|
dependencies:
|
162
|
-
"@babel/types" "^7.7.
|
139
|
+
"@babel/types" "^7.7.4"
|
163
140
|
|
164
|
-
"@babel/helper-
|
165
|
-
version "7.
|
166
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-
|
167
|
-
integrity sha512-
|
141
|
+
"@babel/helper-module-imports@^7.7.4":
|
142
|
+
version "7.7.4"
|
143
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.7.4.tgz#e5a92529f8888bf319a6376abfbd1cebc491ad91"
|
144
|
+
integrity sha512-dGcrX6K9l8258WFjyDLJwuVKxR4XZfU0/vTUgOQYWEnRD8mgr+p4d6fCUMq/ys0h4CCt/S5JhbvtyErjWouAUQ==
|
168
145
|
dependencies:
|
169
|
-
"@babel/types" "^7.
|
146
|
+
"@babel/types" "^7.7.4"
|
170
147
|
|
171
|
-
"@babel/helper-
|
172
|
-
version "7.7.
|
173
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-
|
174
|
-
integrity sha512-
|
175
|
-
dependencies:
|
176
|
-
"@babel/types" "^7.7.0"
|
177
|
-
|
178
|
-
"@babel/helper-module-imports@^7.0.0":
|
179
|
-
version "7.0.0"
|
180
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.0.0.tgz#96081b7111e486da4d2cd971ad1a4fe216cc2e3d"
|
181
|
-
integrity sha512-aP/hlLq01DWNEiDg4Jn23i+CXxW/owM4WpDLFUbpjxe4NS3BhLVZQ5i7E0ZrxuQ/vwekIeciyamgB1UIYxxM6A==
|
148
|
+
"@babel/helper-module-transforms@^7.7.4":
|
149
|
+
version "7.7.4"
|
150
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.7.4.tgz#8d7cdb1e1f8ea3d8c38b067345924ac4f8e0879a"
|
151
|
+
integrity sha512-ehGBu4mXrhs0FxAqN8tWkzF8GSIGAiEumu4ONZ/hD9M88uHcD+Yu2ttKfOCgwzoesJOJrtQh7trI5YPbRtMmnA==
|
182
152
|
dependencies:
|
183
|
-
"@babel/
|
184
|
-
|
185
|
-
"@babel/helper-
|
186
|
-
|
187
|
-
|
188
|
-
integrity sha512-Dv3hLKIC1jyfTkClvyEkYP2OlkzNvWs5+Q8WgPbxM5LMeorons7iPP91JM+DU7tRbhqA1ZeooPaMFvQrn23RHw==
|
189
|
-
dependencies:
|
190
|
-
"@babel/types" "^7.7.0"
|
191
|
-
|
192
|
-
"@babel/helper-module-transforms@^7.1.0":
|
193
|
-
version "7.5.5"
|
194
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.5.5.tgz#f84ff8a09038dcbca1fd4355661a500937165b4a"
|
195
|
-
integrity sha512-jBeCvETKuJqeiaCdyaheF40aXnnU1+wkSiUs/IQg3tB85up1LyL8x77ClY8qJpuRJUcXQo+ZtdNESmZl4j56Pw==
|
196
|
-
dependencies:
|
197
|
-
"@babel/helper-module-imports" "^7.0.0"
|
198
|
-
"@babel/helper-simple-access" "^7.1.0"
|
199
|
-
"@babel/helper-split-export-declaration" "^7.4.4"
|
200
|
-
"@babel/template" "^7.4.4"
|
201
|
-
"@babel/types" "^7.5.5"
|
153
|
+
"@babel/helper-module-imports" "^7.7.4"
|
154
|
+
"@babel/helper-simple-access" "^7.7.4"
|
155
|
+
"@babel/helper-split-export-declaration" "^7.7.4"
|
156
|
+
"@babel/template" "^7.7.4"
|
157
|
+
"@babel/types" "^7.7.4"
|
202
158
|
lodash "^4.17.13"
|
203
159
|
|
204
|
-
"@babel/helper-
|
205
|
-
version "7.7.
|
206
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-
|
207
|
-
integrity sha512-
|
208
|
-
dependencies:
|
209
|
-
"@babel/helper-module-imports" "^7.7.0"
|
210
|
-
"@babel/helper-simple-access" "^7.7.0"
|
211
|
-
"@babel/helper-split-export-declaration" "^7.7.0"
|
212
|
-
"@babel/template" "^7.7.0"
|
213
|
-
"@babel/types" "^7.7.0"
|
214
|
-
lodash "^4.17.13"
|
215
|
-
|
216
|
-
"@babel/helper-optimise-call-expression@^7.0.0":
|
217
|
-
version "7.0.0"
|
218
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.0.0.tgz#a2920c5702b073c15de51106200aa8cad20497d5"
|
219
|
-
integrity sha512-u8nd9NQePYNQV8iPWu/pLLYBqZBa4ZaY1YWRFMuxrid94wKI1QNt67NEZ7GAe5Kc/0LLScbim05xZFWkAdrj9g==
|
160
|
+
"@babel/helper-optimise-call-expression@^7.7.4":
|
161
|
+
version "7.7.4"
|
162
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.7.4.tgz#034af31370d2995242aa4df402c3b7794b2dcdf2"
|
163
|
+
integrity sha512-VB7gWZ2fDkSuqW6b1AKXkJWO5NyNI3bFL/kK79/30moK57blr6NbH8xcl2XcKCwOmJosftWunZqfO84IGq3ZZg==
|
220
164
|
dependencies:
|
221
|
-
"@babel/types" "^7.
|
222
|
-
|
223
|
-
"@babel/helper-optimise-call-expression@^7.7.0":
|
224
|
-
version "7.7.0"
|
225
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.7.0.tgz#4f66a216116a66164135dc618c5d8b7a959f9365"
|
226
|
-
integrity sha512-48TeqmbazjNU/65niiiJIJRc5JozB8acui1OS7bSd6PgxfuovWsvjfWSzlgx+gPFdVveNzUdpdIg5l56Pl5jqg==
|
227
|
-
dependencies:
|
228
|
-
"@babel/types" "^7.7.0"
|
165
|
+
"@babel/types" "^7.7.4"
|
229
166
|
|
230
167
|
"@babel/helper-plugin-utils@^7.0.0":
|
231
168
|
version "7.0.0"
|
@@ -239,85 +176,60 @@
|
|
239
176
|
dependencies:
|
240
177
|
lodash "^4.17.13"
|
241
178
|
|
242
|
-
"@babel/helper-remap-async-to-generator@^7.7.
|
243
|
-
version "7.7.
|
244
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.7.
|
245
|
-
integrity sha512-
|
246
|
-
dependencies:
|
247
|
-
"@babel/helper-annotate-as-pure" "^7.7.
|
248
|
-
"@babel/helper-wrap-function" "^7.7.
|
249
|
-
"@babel/template" "^7.7.
|
250
|
-
"@babel/traverse" "^7.7.
|
251
|
-
"@babel/types" "^7.7.
|
252
|
-
|
253
|
-
"@babel/helper-replace-supers@^7.
|
254
|
-
version "7.
|
255
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.
|
256
|
-
integrity sha512-
|
257
|
-
dependencies:
|
258
|
-
"@babel/helper-member-expression-to-functions" "^7.
|
259
|
-
"@babel/helper-optimise-call-expression" "^7.
|
260
|
-
"@babel/traverse" "^7.
|
261
|
-
"@babel/types" "^7.
|
262
|
-
|
263
|
-
"@babel/helper-
|
264
|
-
version "7.7.
|
265
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-
|
266
|
-
integrity sha512-
|
267
|
-
dependencies:
|
268
|
-
"@babel/
|
269
|
-
"@babel/
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
"
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
"@babel/
|
287
|
-
|
288
|
-
|
289
|
-
"
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
"@babel/
|
295
|
-
|
296
|
-
"@babel/helper-split-export-declaration@^7.7.0":
|
297
|
-
version "7.7.0"
|
298
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.7.0.tgz#1365e74ea6c614deeb56ebffabd71006a0eb2300"
|
299
|
-
integrity sha512-HgYSI8rH08neWlAH3CcdkFg9qX9YsZysZI5GD8LjhQib/mM0jGOZOVkoUiiV2Hu978fRtjtsGsW6w0pKHUWtqA==
|
300
|
-
dependencies:
|
301
|
-
"@babel/types" "^7.7.0"
|
302
|
-
|
303
|
-
"@babel/helper-wrap-function@^7.7.0":
|
304
|
-
version "7.7.0"
|
305
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.7.0.tgz#15af3d3e98f8417a60554acbb6c14e75e0b33b74"
|
306
|
-
integrity sha512-sd4QjeMgQqzshSjecZjOp8uKfUtnpmCyQhKQrVJBBgeHAB/0FPi33h3AbVlVp07qQtMD4QgYSzaMI7VwncNK/w==
|
307
|
-
dependencies:
|
308
|
-
"@babel/helper-function-name" "^7.7.0"
|
309
|
-
"@babel/template" "^7.7.0"
|
310
|
-
"@babel/traverse" "^7.7.0"
|
311
|
-
"@babel/types" "^7.7.0"
|
312
|
-
|
313
|
-
"@babel/helpers@^7.7.0":
|
314
|
-
version "7.7.0"
|
315
|
-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.7.0.tgz#359bb5ac3b4726f7c1fde0ec75f64b3f4275d60b"
|
316
|
-
integrity sha512-VnNwL4YOhbejHb7x/b5F39Zdg5vIQpUUNzJwx0ww1EcVRt41bbGRZWhAURrfY32T5zTT3qwNOQFWpn+P0i0a2g==
|
317
|
-
dependencies:
|
318
|
-
"@babel/template" "^7.7.0"
|
319
|
-
"@babel/traverse" "^7.7.0"
|
320
|
-
"@babel/types" "^7.7.0"
|
179
|
+
"@babel/helper-remap-async-to-generator@^7.7.4":
|
180
|
+
version "7.7.4"
|
181
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.7.4.tgz#c68c2407350d9af0e061ed6726afb4fff16d0234"
|
182
|
+
integrity sha512-Sk4xmtVdM9sA/jCI80f+KS+Md+ZHIpjuqmYPk1M7F/upHou5e4ReYmExAiu6PVe65BhJPZA2CY9x9k4BqE5klw==
|
183
|
+
dependencies:
|
184
|
+
"@babel/helper-annotate-as-pure" "^7.7.4"
|
185
|
+
"@babel/helper-wrap-function" "^7.7.4"
|
186
|
+
"@babel/template" "^7.7.4"
|
187
|
+
"@babel/traverse" "^7.7.4"
|
188
|
+
"@babel/types" "^7.7.4"
|
189
|
+
|
190
|
+
"@babel/helper-replace-supers@^7.7.4":
|
191
|
+
version "7.7.4"
|
192
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.7.4.tgz#3c881a6a6a7571275a72d82e6107126ec9e2cdd2"
|
193
|
+
integrity sha512-pP0tfgg9hsZWo5ZboYGuBn/bbYT/hdLPVSS4NMmiRJdwWhP0IznPwN9AE1JwyGsjSPLC364I0Qh5p+EPkGPNpg==
|
194
|
+
dependencies:
|
195
|
+
"@babel/helper-member-expression-to-functions" "^7.7.4"
|
196
|
+
"@babel/helper-optimise-call-expression" "^7.7.4"
|
197
|
+
"@babel/traverse" "^7.7.4"
|
198
|
+
"@babel/types" "^7.7.4"
|
199
|
+
|
200
|
+
"@babel/helper-simple-access@^7.7.4":
|
201
|
+
version "7.7.4"
|
202
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.7.4.tgz#a169a0adb1b5f418cfc19f22586b2ebf58a9a294"
|
203
|
+
integrity sha512-zK7THeEXfan7UlWsG2A6CI/L9jVnI5+xxKZOdej39Y0YtDYKx9raHk5F2EtK9K8DHRTihYwg20ADt9S36GR78A==
|
204
|
+
dependencies:
|
205
|
+
"@babel/template" "^7.7.4"
|
206
|
+
"@babel/types" "^7.7.4"
|
207
|
+
|
208
|
+
"@babel/helper-split-export-declaration@^7.7.4":
|
209
|
+
version "7.7.4"
|
210
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.7.4.tgz#57292af60443c4a3622cf74040ddc28e68336fd8"
|
211
|
+
integrity sha512-guAg1SXFcVr04Guk9eq0S4/rWS++sbmyqosJzVs8+1fH5NI+ZcmkaSkc7dmtAFbHFva6yRJnjW3yAcGxjueDug==
|
212
|
+
dependencies:
|
213
|
+
"@babel/types" "^7.7.4"
|
214
|
+
|
215
|
+
"@babel/helper-wrap-function@^7.7.4":
|
216
|
+
version "7.7.4"
|
217
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.7.4.tgz#37ab7fed5150e22d9d7266e830072c0cdd8baace"
|
218
|
+
integrity sha512-VsfzZt6wmsocOaVU0OokwrIytHND55yvyT4BPB9AIIgwr8+x7617hetdJTsuGwygN5RC6mxA9EJztTjuwm2ofg==
|
219
|
+
dependencies:
|
220
|
+
"@babel/helper-function-name" "^7.7.4"
|
221
|
+
"@babel/template" "^7.7.4"
|
222
|
+
"@babel/traverse" "^7.7.4"
|
223
|
+
"@babel/types" "^7.7.4"
|
224
|
+
|
225
|
+
"@babel/helpers@^7.7.4":
|
226
|
+
version "7.7.4"
|
227
|
+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.7.4.tgz#62c215b9e6c712dadc15a9a0dcab76c92a940302"
|
228
|
+
integrity sha512-ak5NGZGJ6LV85Q1Zc9gn2n+ayXOizryhjSUBTdu5ih1tlVCJeuQENzc4ItyCVhINVXvIT/ZQ4mheGIsfBkpskg==
|
229
|
+
dependencies:
|
230
|
+
"@babel/template" "^7.7.4"
|
231
|
+
"@babel/traverse" "^7.7.4"
|
232
|
+
"@babel/types" "^7.7.4"
|
321
233
|
|
322
234
|
"@babel/highlight@^7.0.0":
|
323
235
|
version "7.5.0"
|
@@ -328,478 +240,473 @@
|
|
328
240
|
esutils "^2.0.2"
|
329
241
|
js-tokens "^4.0.0"
|
330
242
|
|
331
|
-
"@babel/parser@^7.
|
332
|
-
version "7.
|
333
|
-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.
|
334
|
-
integrity sha512
|
243
|
+
"@babel/parser@^7.7.4":
|
244
|
+
version "7.7.4"
|
245
|
+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.7.4.tgz#75ab2d7110c2cf2fa949959afb05fa346d2231bb"
|
246
|
+
integrity sha512-jIwvLO0zCL+O/LmEJQjWA75MQTWwx3c3u2JOTDK5D3/9egrWRRA0/0hk9XXywYnXZVVpzrBYeIQTmhwUaePI9g==
|
335
247
|
|
336
|
-
"@babel/
|
337
|
-
version "7.7.
|
338
|
-
resolved "https://registry.yarnpkg.com/@babel/
|
339
|
-
integrity sha512-
|
340
|
-
|
341
|
-
"@babel/plugin-proposal-async-generator-functions@^7.7.0":
|
342
|
-
version "7.7.0"
|
343
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.7.0.tgz#83ef2d6044496b4c15d8b4904e2219e6dccc6971"
|
344
|
-
integrity sha512-ot/EZVvf3mXtZq0Pd0+tSOfGWMizqmOohXmNZg6LNFjHOV+wOPv7BvVYh8oPR8LhpIP3ye8nNooKL50YRWxpYA==
|
248
|
+
"@babel/plugin-proposal-async-generator-functions@^7.7.4":
|
249
|
+
version "7.7.4"
|
250
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.7.4.tgz#0351c5ac0a9e927845fffd5b82af476947b7ce6d"
|
251
|
+
integrity sha512-1ypyZvGRXriY/QP668+s8sFr2mqinhkRDMPSQLNghCQE+GAkFtp+wkHVvg2+Hdki8gwP+NFzJBJ/N1BfzCCDEw==
|
345
252
|
dependencies:
|
346
253
|
"@babel/helper-plugin-utils" "^7.0.0"
|
347
|
-
"@babel/helper-remap-async-to-generator" "^7.7.
|
348
|
-
"@babel/plugin-syntax-async-generators" "^7.
|
254
|
+
"@babel/helper-remap-async-to-generator" "^7.7.4"
|
255
|
+
"@babel/plugin-syntax-async-generators" "^7.7.4"
|
349
256
|
|
350
|
-
"@babel/plugin-proposal-class-properties@^7.
|
351
|
-
version "7.
|
352
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.
|
353
|
-
integrity sha512-
|
257
|
+
"@babel/plugin-proposal-class-properties@^7.7.0":
|
258
|
+
version "7.7.4"
|
259
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.7.4.tgz#2f964f0cb18b948450362742e33e15211e77c2ba"
|
260
|
+
integrity sha512-EcuXeV4Hv1X3+Q1TsuOmyyxeTRiSqurGJ26+I/FW1WbymmRRapVORm6x1Zl3iDIHyRxEs+VXWp6qnlcfcJSbbw==
|
354
261
|
dependencies:
|
355
|
-
"@babel/helper-create-class-features-plugin" "^7.
|
262
|
+
"@babel/helper-create-class-features-plugin" "^7.7.4"
|
356
263
|
"@babel/helper-plugin-utils" "^7.0.0"
|
357
264
|
|
358
|
-
"@babel/plugin-proposal-dynamic-import@^7.7.
|
359
|
-
version "7.7.
|
360
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.7.
|
361
|
-
integrity sha512-
|
265
|
+
"@babel/plugin-proposal-dynamic-import@^7.7.4":
|
266
|
+
version "7.7.4"
|
267
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.7.4.tgz#dde64a7f127691758cbfed6cf70de0fa5879d52d"
|
268
|
+
integrity sha512-StH+nGAdO6qDB1l8sZ5UBV8AC3F2VW2I8Vfld73TMKyptMU9DY5YsJAS8U81+vEtxcH3Y/La0wG0btDrhpnhjQ==
|
362
269
|
dependencies:
|
363
270
|
"@babel/helper-plugin-utils" "^7.0.0"
|
364
|
-
"@babel/plugin-syntax-dynamic-import" "^7.
|
271
|
+
"@babel/plugin-syntax-dynamic-import" "^7.7.4"
|
365
272
|
|
366
|
-
"@babel/plugin-proposal-json-strings@^7.
|
367
|
-
version "7.
|
368
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.
|
369
|
-
integrity sha512-
|
273
|
+
"@babel/plugin-proposal-json-strings@^7.7.4":
|
274
|
+
version "7.7.4"
|
275
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.7.4.tgz#7700a6bfda771d8dc81973249eac416c6b4c697d"
|
276
|
+
integrity sha512-wQvt3akcBTfLU/wYoqm/ws7YOAQKu8EVJEvHip/mzkNtjaclQoCCIqKXFP5/eyfnfbQCDV3OLRIK3mIVyXuZlw==
|
370
277
|
dependencies:
|
371
278
|
"@babel/helper-plugin-utils" "^7.0.0"
|
372
|
-
"@babel/plugin-syntax-json-strings" "^7.
|
279
|
+
"@babel/plugin-syntax-json-strings" "^7.7.4"
|
373
280
|
|
374
|
-
"@babel/plugin-proposal-object-rest-spread@^7.6.2":
|
375
|
-
version "7.
|
376
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.
|
377
|
-
integrity sha512-
|
281
|
+
"@babel/plugin-proposal-object-rest-spread@^7.6.2", "@babel/plugin-proposal-object-rest-spread@^7.7.4":
|
282
|
+
version "7.7.4"
|
283
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.7.4.tgz#cc57849894a5c774214178c8ab64f6334ec8af71"
|
284
|
+
integrity sha512-rnpnZR3/iWKmiQyJ3LKJpSwLDcX/nSXhdLk4Aq/tXOApIvyu7qoabrige0ylsAJffaUC51WiBu209Q0U+86OWQ==
|
378
285
|
dependencies:
|
379
286
|
"@babel/helper-plugin-utils" "^7.0.0"
|
380
|
-
"@babel/plugin-syntax-object-rest-spread" "^7.
|
287
|
+
"@babel/plugin-syntax-object-rest-spread" "^7.7.4"
|
381
288
|
|
382
|
-
"@babel/plugin-proposal-optional-catch-binding@^7.
|
383
|
-
version "7.
|
384
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.
|
385
|
-
integrity sha512-
|
289
|
+
"@babel/plugin-proposal-optional-catch-binding@^7.7.4":
|
290
|
+
version "7.7.4"
|
291
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.7.4.tgz#ec21e8aeb09ec6711bc0a39ca49520abee1de379"
|
292
|
+
integrity sha512-DyM7U2bnsQerCQ+sejcTNZh8KQEUuC3ufzdnVnSiUv/qoGJp2Z3hanKL18KDhsBT5Wj6a7CMT5mdyCNJsEaA9w==
|
386
293
|
dependencies:
|
387
294
|
"@babel/helper-plugin-utils" "^7.0.0"
|
388
|
-
"@babel/plugin-syntax-optional-catch-binding" "^7.
|
295
|
+
"@babel/plugin-syntax-optional-catch-binding" "^7.7.4"
|
389
296
|
|
390
|
-
"@babel/plugin-proposal-unicode-property-regex@^7.7.
|
391
|
-
version "7.7.
|
392
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.7.
|
393
|
-
integrity sha512-
|
297
|
+
"@babel/plugin-proposal-unicode-property-regex@^7.7.4":
|
298
|
+
version "7.7.4"
|
299
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.7.4.tgz#7c239ccaf09470dbe1d453d50057460e84517ebb"
|
300
|
+
integrity sha512-cHgqHgYvffluZk85dJ02vloErm3Y6xtH+2noOBOJ2kXOJH3aVCDnj5eR/lVNlTnYu4hndAPJD3rTFjW3qee0PA==
|
394
301
|
dependencies:
|
395
|
-
"@babel/helper-create-regexp-features-plugin" "^7.7.
|
302
|
+
"@babel/helper-create-regexp-features-plugin" "^7.7.4"
|
396
303
|
"@babel/helper-plugin-utils" "^7.0.0"
|
397
304
|
|
398
|
-
"@babel/plugin-syntax-async-generators@^7.
|
399
|
-
version "7.
|
400
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.
|
401
|
-
integrity sha512-
|
305
|
+
"@babel/plugin-syntax-async-generators@^7.7.4":
|
306
|
+
version "7.7.4"
|
307
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.7.4.tgz#331aaf310a10c80c44a66b238b6e49132bd3c889"
|
308
|
+
integrity sha512-Li4+EjSpBgxcsmeEF8IFcfV/+yJGxHXDirDkEoyFjumuwbmfCVHUt0HuowD/iGM7OhIRyXJH9YXxqiH6N815+g==
|
402
309
|
dependencies:
|
403
310
|
"@babel/helper-plugin-utils" "^7.0.0"
|
404
311
|
|
405
|
-
"@babel/plugin-syntax-dynamic-import@^7.
|
406
|
-
version "7.
|
407
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.
|
408
|
-
integrity sha512-
|
312
|
+
"@babel/plugin-syntax-dynamic-import@^7.7.4":
|
313
|
+
version "7.7.4"
|
314
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.7.4.tgz#29ca3b4415abfe4a5ec381e903862ad1a54c3aec"
|
315
|
+
integrity sha512-jHQW0vbRGvwQNgyVxwDh4yuXu4bH1f5/EICJLAhl1SblLs2CDhrsmCk+v5XLdE9wxtAFRyxx+P//Iw+a5L/tTg==
|
409
316
|
dependencies:
|
410
317
|
"@babel/helper-plugin-utils" "^7.0.0"
|
411
318
|
|
412
|
-
"@babel/plugin-syntax-json-strings@^7.
|
413
|
-
version "7.
|
414
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.
|
415
|
-
integrity sha512-
|
319
|
+
"@babel/plugin-syntax-json-strings@^7.7.4":
|
320
|
+
version "7.7.4"
|
321
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.7.4.tgz#86e63f7d2e22f9e27129ac4e83ea989a382e86cc"
|
322
|
+
integrity sha512-QpGupahTQW1mHRXddMG5srgpHWqRLwJnJZKXTigB9RPFCCGbDGCgBeM/iC82ICXp414WeYx/tD54w7M2qRqTMg==
|
416
323
|
dependencies:
|
417
324
|
"@babel/helper-plugin-utils" "^7.0.0"
|
418
325
|
|
419
|
-
"@babel/plugin-syntax-jsx@^7.
|
420
|
-
version "7.
|
421
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.
|
422
|
-
integrity sha512-
|
326
|
+
"@babel/plugin-syntax-jsx@^7.7.4":
|
327
|
+
version "7.7.4"
|
328
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.7.4.tgz#dab2b56a36fb6c3c222a1fbc71f7bf97f327a9ec"
|
329
|
+
integrity sha512-wuy6fiMe9y7HeZBWXYCGt2RGxZOj0BImZ9EyXJVnVGBKO/Br592rbR3rtIQn0eQhAk9vqaKP5n8tVqEFBQMfLg==
|
423
330
|
dependencies:
|
424
331
|
"@babel/helper-plugin-utils" "^7.0.0"
|
425
332
|
|
426
|
-
"@babel/plugin-syntax-object-rest-spread@^7.
|
427
|
-
version "7.
|
428
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.
|
429
|
-
integrity sha512-
|
333
|
+
"@babel/plugin-syntax-object-rest-spread@^7.7.4":
|
334
|
+
version "7.7.4"
|
335
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.7.4.tgz#47cf220d19d6d0d7b154304701f468fc1cc6ff46"
|
336
|
+
integrity sha512-mObR+r+KZq0XhRVS2BrBKBpr5jqrqzlPvS9C9vuOf5ilSwzloAl7RPWLrgKdWS6IreaVrjHxTjtyqFiOisaCwg==
|
430
337
|
dependencies:
|
431
338
|
"@babel/helper-plugin-utils" "^7.0.0"
|
432
339
|
|
433
|
-
"@babel/plugin-syntax-optional-catch-binding@^7.
|
434
|
-
version "7.
|
435
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.
|
436
|
-
integrity sha512-
|
340
|
+
"@babel/plugin-syntax-optional-catch-binding@^7.7.4":
|
341
|
+
version "7.7.4"
|
342
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.7.4.tgz#a3e38f59f4b6233867b4a92dcb0ee05b2c334aa6"
|
343
|
+
integrity sha512-4ZSuzWgFxqHRE31Glu+fEr/MirNZOMYmD/0BhBWyLyOOQz/gTAl7QmWm2hX1QxEIXsr2vkdlwxIzTyiYRC4xcQ==
|
437
344
|
dependencies:
|
438
345
|
"@babel/helper-plugin-utils" "^7.0.0"
|
439
346
|
|
440
|
-
"@babel/plugin-syntax-top-level-await@^7.7.
|
441
|
-
version "7.7.
|
442
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.7.
|
443
|
-
integrity sha512-
|
347
|
+
"@babel/plugin-syntax-top-level-await@^7.7.4":
|
348
|
+
version "7.7.4"
|
349
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.7.4.tgz#bd7d8fa7b9fee793a36e4027fd6dd1aa32f946da"
|
350
|
+
integrity sha512-wdsOw0MvkL1UIgiQ/IFr3ETcfv1xb8RMM0H9wbiDyLaJFyiDg5oZvDLCXosIXmFeIlweML5iOBXAkqddkYNizg==
|
444
351
|
dependencies:
|
445
352
|
"@babel/helper-plugin-utils" "^7.0.0"
|
446
353
|
|
447
|
-
"@babel/plugin-transform-arrow-functions@^7.
|
448
|
-
version "7.
|
449
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.
|
450
|
-
integrity sha512-
|
354
|
+
"@babel/plugin-transform-arrow-functions@^7.7.4":
|
355
|
+
version "7.7.4"
|
356
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.7.4.tgz#76309bd578addd8aee3b379d809c802305a98a12"
|
357
|
+
integrity sha512-zUXy3e8jBNPiffmqkHRNDdZM2r8DWhCB7HhcoyZjiK1TxYEluLHAvQuYnTT+ARqRpabWqy/NHkO6e3MsYB5YfA==
|
451
358
|
dependencies:
|
452
359
|
"@babel/helper-plugin-utils" "^7.0.0"
|
453
360
|
|
454
|
-
"@babel/plugin-transform-async-to-generator@^7.7.
|
455
|
-
version "7.7.
|
456
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.7.
|
457
|
-
integrity sha512-
|
361
|
+
"@babel/plugin-transform-async-to-generator@^7.7.4":
|
362
|
+
version "7.7.4"
|
363
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.7.4.tgz#694cbeae6d613a34ef0292713fa42fb45c4470ba"
|
364
|
+
integrity sha512-zpUTZphp5nHokuy8yLlyafxCJ0rSlFoSHypTUWgpdwoDXWQcseaect7cJ8Ppk6nunOM6+5rPMkod4OYKPR5MUg==
|
458
365
|
dependencies:
|
459
|
-
"@babel/helper-module-imports" "^7.7.
|
366
|
+
"@babel/helper-module-imports" "^7.7.4"
|
460
367
|
"@babel/helper-plugin-utils" "^7.0.0"
|
461
|
-
"@babel/helper-remap-async-to-generator" "^7.7.
|
368
|
+
"@babel/helper-remap-async-to-generator" "^7.7.4"
|
462
369
|
|
463
|
-
"@babel/plugin-transform-block-scoped-functions@^7.
|
464
|
-
version "7.
|
465
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.
|
466
|
-
integrity sha512-
|
370
|
+
"@babel/plugin-transform-block-scoped-functions@^7.7.4":
|
371
|
+
version "7.7.4"
|
372
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.7.4.tgz#d0d9d5c269c78eaea76227ace214b8d01e4d837b"
|
373
|
+
integrity sha512-kqtQzwtKcpPclHYjLK//3lH8OFsCDuDJBaFhVwf8kqdnF6MN4l618UDlcA7TfRs3FayrHj+svYnSX8MC9zmUyQ==
|
467
374
|
dependencies:
|
468
375
|
"@babel/helper-plugin-utils" "^7.0.0"
|
469
376
|
|
470
|
-
"@babel/plugin-transform-block-scoping@^7.
|
471
|
-
version "7.
|
472
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.
|
473
|
-
integrity sha512-
|
377
|
+
"@babel/plugin-transform-block-scoping@^7.7.4":
|
378
|
+
version "7.7.4"
|
379
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.7.4.tgz#200aad0dcd6bb80372f94d9e628ea062c58bf224"
|
380
|
+
integrity sha512-2VBe9u0G+fDt9B5OV5DQH4KBf5DoiNkwFKOz0TCvBWvdAN2rOykCTkrL+jTLxfCAm76l9Qo5OqL7HBOx2dWggg==
|
474
381
|
dependencies:
|
475
382
|
"@babel/helper-plugin-utils" "^7.0.0"
|
476
383
|
lodash "^4.17.13"
|
477
384
|
|
478
|
-
"@babel/plugin-transform-classes@^7.7.
|
479
|
-
version "7.7.
|
480
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.7.
|
481
|
-
integrity sha512
|
385
|
+
"@babel/plugin-transform-classes@^7.7.4":
|
386
|
+
version "7.7.4"
|
387
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.7.4.tgz#c92c14be0a1399e15df72667067a8f510c9400ec"
|
388
|
+
integrity sha512-sK1mjWat7K+buWRuImEzjNf68qrKcrddtpQo3swi9j7dUcG6y6R6+Di039QN2bD1dykeswlagupEmpOatFHHUg==
|
482
389
|
dependencies:
|
483
|
-
"@babel/helper-annotate-as-pure" "^7.7.
|
484
|
-
"@babel/helper-define-map" "^7.7.
|
485
|
-
"@babel/helper-function-name" "^7.7.
|
486
|
-
"@babel/helper-optimise-call-expression" "^7.7.
|
390
|
+
"@babel/helper-annotate-as-pure" "^7.7.4"
|
391
|
+
"@babel/helper-define-map" "^7.7.4"
|
392
|
+
"@babel/helper-function-name" "^7.7.4"
|
393
|
+
"@babel/helper-optimise-call-expression" "^7.7.4"
|
487
394
|
"@babel/helper-plugin-utils" "^7.0.0"
|
488
|
-
"@babel/helper-replace-supers" "^7.7.
|
489
|
-
"@babel/helper-split-export-declaration" "^7.7.
|
395
|
+
"@babel/helper-replace-supers" "^7.7.4"
|
396
|
+
"@babel/helper-split-export-declaration" "^7.7.4"
|
490
397
|
globals "^11.1.0"
|
491
398
|
|
492
|
-
"@babel/plugin-transform-computed-properties@^7.
|
493
|
-
version "7.
|
494
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.
|
495
|
-
integrity sha512-
|
399
|
+
"@babel/plugin-transform-computed-properties@^7.7.4":
|
400
|
+
version "7.7.4"
|
401
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.7.4.tgz#e856c1628d3238ffe12d668eb42559f79a81910d"
|
402
|
+
integrity sha512-bSNsOsZnlpLLyQew35rl4Fma3yKWqK3ImWMSC/Nc+6nGjC9s5NFWAer1YQ899/6s9HxO2zQC1WoFNfkOqRkqRQ==
|
496
403
|
dependencies:
|
497
404
|
"@babel/helper-plugin-utils" "^7.0.0"
|
498
405
|
|
499
|
-
"@babel/plugin-transform-destructuring@^7.
|
500
|
-
version "7.
|
501
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.
|
502
|
-
integrity sha512-
|
406
|
+
"@babel/plugin-transform-destructuring@^7.7.4":
|
407
|
+
version "7.7.4"
|
408
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.7.4.tgz#2b713729e5054a1135097b6a67da1b6fe8789267"
|
409
|
+
integrity sha512-4jFMXI1Cu2aXbcXXl8Lr6YubCn6Oc7k9lLsu8v61TZh+1jny2BWmdtvY9zSUlLdGUvcy9DMAWyZEOqjsbeg/wA==
|
503
410
|
dependencies:
|
504
411
|
"@babel/helper-plugin-utils" "^7.0.0"
|
505
412
|
|
506
|
-
"@babel/plugin-transform-dotall-regex@^7.7.
|
507
|
-
version "7.7.
|
508
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.7.
|
509
|
-
integrity sha512-
|
413
|
+
"@babel/plugin-transform-dotall-regex@^7.7.4":
|
414
|
+
version "7.7.4"
|
415
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.7.4.tgz#f7ccda61118c5b7a2599a72d5e3210884a021e96"
|
416
|
+
integrity sha512-mk0cH1zyMa/XHeb6LOTXTbG7uIJ8Rrjlzu91pUx/KS3JpcgaTDwMS8kM+ar8SLOvlL2Lofi4CGBAjCo3a2x+lw==
|
510
417
|
dependencies:
|
511
|
-
"@babel/helper-create-regexp-features-plugin" "^7.7.
|
418
|
+
"@babel/helper-create-regexp-features-plugin" "^7.7.4"
|
512
419
|
"@babel/helper-plugin-utils" "^7.0.0"
|
513
420
|
|
514
|
-
"@babel/plugin-transform-duplicate-keys@^7.
|
515
|
-
version "7.
|
516
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.
|
517
|
-
integrity sha512-
|
421
|
+
"@babel/plugin-transform-duplicate-keys@^7.7.4":
|
422
|
+
version "7.7.4"
|
423
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.7.4.tgz#3d21731a42e3f598a73835299dd0169c3b90ac91"
|
424
|
+
integrity sha512-g1y4/G6xGWMD85Tlft5XedGaZBCIVN+/P0bs6eabmcPP9egFleMAo65OOjlhcz1njpwagyY3t0nsQC9oTFegJA==
|
518
425
|
dependencies:
|
519
426
|
"@babel/helper-plugin-utils" "^7.0.0"
|
520
427
|
|
521
|
-
"@babel/plugin-transform-exponentiation-operator@^7.
|
522
|
-
version "7.
|
523
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.
|
524
|
-
integrity sha512-
|
428
|
+
"@babel/plugin-transform-exponentiation-operator@^7.7.4":
|
429
|
+
version "7.7.4"
|
430
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.7.4.tgz#dd30c0191e3a1ba19bcc7e389bdfddc0729d5db9"
|
431
|
+
integrity sha512-MCqiLfCKm6KEA1dglf6Uqq1ElDIZwFuzz1WH5mTf8k2uQSxEJMbOIEh7IZv7uichr7PMfi5YVSrr1vz+ipp7AQ==
|
525
432
|
dependencies:
|
526
|
-
"@babel/helper-builder-binary-assignment-operator-visitor" "^7.
|
433
|
+
"@babel/helper-builder-binary-assignment-operator-visitor" "^7.7.4"
|
527
434
|
"@babel/helper-plugin-utils" "^7.0.0"
|
528
435
|
|
529
|
-
"@babel/plugin-transform-for-of@^7.
|
530
|
-
version "7.
|
531
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.
|
532
|
-
integrity sha512-
|
436
|
+
"@babel/plugin-transform-for-of@^7.7.4":
|
437
|
+
version "7.7.4"
|
438
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.7.4.tgz#248800e3a5e507b1f103d8b4ca998e77c63932bc"
|
439
|
+
integrity sha512-zZ1fD1B8keYtEcKF+M1TROfeHTKnijcVQm0yO/Yu1f7qoDoxEIc/+GX6Go430Bg84eM/xwPFp0+h4EbZg7epAA==
|
533
440
|
dependencies:
|
534
441
|
"@babel/helper-plugin-utils" "^7.0.0"
|
535
442
|
|
536
|
-
"@babel/plugin-transform-function-name@^7.7.
|
537
|
-
version "7.7.
|
538
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.7.
|
539
|
-
integrity sha512-
|
443
|
+
"@babel/plugin-transform-function-name@^7.7.4":
|
444
|
+
version "7.7.4"
|
445
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.7.4.tgz#75a6d3303d50db638ff8b5385d12451c865025b1"
|
446
|
+
integrity sha512-E/x09TvjHNhsULs2IusN+aJNRV5zKwxu1cpirZyRPw+FyyIKEHPXTsadj48bVpc1R5Qq1B5ZkzumuFLytnbT6g==
|
540
447
|
dependencies:
|
541
|
-
"@babel/helper-function-name" "^7.7.
|
448
|
+
"@babel/helper-function-name" "^7.7.4"
|
542
449
|
"@babel/helper-plugin-utils" "^7.0.0"
|
543
450
|
|
544
|
-
"@babel/plugin-transform-literals@^7.
|
545
|
-
version "7.
|
546
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.
|
547
|
-
integrity sha512-
|
451
|
+
"@babel/plugin-transform-literals@^7.7.4":
|
452
|
+
version "7.7.4"
|
453
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.7.4.tgz#27fe87d2b5017a2a5a34d1c41a6b9f6a6262643e"
|
454
|
+
integrity sha512-X2MSV7LfJFm4aZfxd0yLVFrEXAgPqYoDG53Br/tCKiKYfX0MjVjQeWPIhPHHsCqzwQANq+FLN786fF5rgLS+gw==
|
548
455
|
dependencies:
|
549
456
|
"@babel/helper-plugin-utils" "^7.0.0"
|
550
457
|
|
551
|
-
"@babel/plugin-transform-member-expression-literals@^7.
|
552
|
-
version "7.
|
553
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.
|
554
|
-
integrity sha512-
|
458
|
+
"@babel/plugin-transform-member-expression-literals@^7.7.4":
|
459
|
+
version "7.7.4"
|
460
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.7.4.tgz#aee127f2f3339fc34ce5e3055d7ffbf7aa26f19a"
|
461
|
+
integrity sha512-9VMwMO7i69LHTesL0RdGy93JU6a+qOPuvB4F4d0kR0zyVjJRVJRaoaGjhtki6SzQUu8yen/vxPKN6CWnCUw6bA==
|
555
462
|
dependencies:
|
556
463
|
"@babel/helper-plugin-utils" "^7.0.0"
|
557
464
|
|
558
|
-
"@babel/plugin-transform-modules-amd@^7.
|
559
|
-
version "7.
|
560
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.
|
561
|
-
integrity sha512
|
465
|
+
"@babel/plugin-transform-modules-amd@^7.7.4":
|
466
|
+
version "7.7.4"
|
467
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.7.4.tgz#276b3845ca2b228f2995e453adc2e6f54d72fb71"
|
468
|
+
integrity sha512-/542/5LNA18YDtg1F+QHvvUSlxdvjZoD/aldQwkq+E3WCkbEjNSN9zdrOXaSlfg3IfGi22ijzecklF/A7kVZFQ==
|
562
469
|
dependencies:
|
563
|
-
"@babel/helper-module-transforms" "^7.
|
470
|
+
"@babel/helper-module-transforms" "^7.7.4"
|
564
471
|
"@babel/helper-plugin-utils" "^7.0.0"
|
565
472
|
babel-plugin-dynamic-import-node "^2.3.0"
|
566
473
|
|
567
|
-
"@babel/plugin-transform-modules-commonjs@^7.7.
|
568
|
-
version "7.7.
|
569
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.7.
|
570
|
-
integrity sha512-
|
474
|
+
"@babel/plugin-transform-modules-commonjs@^7.7.4":
|
475
|
+
version "7.7.4"
|
476
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.7.4.tgz#bee4386e550446343dd52a571eda47851ff857a3"
|
477
|
+
integrity sha512-k8iVS7Jhc367IcNF53KCwIXtKAH7czev866ThsTgy8CwlXjnKZna2VHwChglzLleYrcHz1eQEIJlGRQxB53nqA==
|
571
478
|
dependencies:
|
572
|
-
"@babel/helper-module-transforms" "^7.7.
|
479
|
+
"@babel/helper-module-transforms" "^7.7.4"
|
573
480
|
"@babel/helper-plugin-utils" "^7.0.0"
|
574
|
-
"@babel/helper-simple-access" "^7.7.
|
481
|
+
"@babel/helper-simple-access" "^7.7.4"
|
575
482
|
babel-plugin-dynamic-import-node "^2.3.0"
|
576
483
|
|
577
|
-
"@babel/plugin-transform-modules-systemjs@^7.7.
|
578
|
-
version "7.7.
|
579
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.7.
|
580
|
-
integrity sha512-
|
484
|
+
"@babel/plugin-transform-modules-systemjs@^7.7.4":
|
485
|
+
version "7.7.4"
|
486
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.7.4.tgz#cd98152339d3e763dfe838b7d4273edaf520bb30"
|
487
|
+
integrity sha512-y2c96hmcsUi6LrMqvmNDPBBiGCiQu0aYqpHatVVu6kD4mFEXKjyNxd/drc18XXAf9dv7UXjrZwBVmTTGaGP8iw==
|
581
488
|
dependencies:
|
582
|
-
"@babel/helper-hoist-variables" "^7.7.
|
489
|
+
"@babel/helper-hoist-variables" "^7.7.4"
|
583
490
|
"@babel/helper-plugin-utils" "^7.0.0"
|
584
491
|
babel-plugin-dynamic-import-node "^2.3.0"
|
585
492
|
|
586
|
-
"@babel/plugin-transform-modules-umd@^7.7.
|
587
|
-
version "7.7.
|
588
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.7.
|
589
|
-
integrity sha512-
|
493
|
+
"@babel/plugin-transform-modules-umd@^7.7.4":
|
494
|
+
version "7.7.4"
|
495
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.7.4.tgz#1027c355a118de0aae9fee00ad7813c584d9061f"
|
496
|
+
integrity sha512-u2B8TIi0qZI4j8q4C51ktfO7E3cQ0qnaXFI1/OXITordD40tt17g/sXqgNNCcMTcBFKrUPcGDx+TBJuZxLx7tw==
|
590
497
|
dependencies:
|
591
|
-
"@babel/helper-module-transforms" "^7.7.
|
498
|
+
"@babel/helper-module-transforms" "^7.7.4"
|
592
499
|
"@babel/helper-plugin-utils" "^7.0.0"
|
593
500
|
|
594
|
-
"@babel/plugin-transform-named-capturing-groups-regex@^7.7.
|
595
|
-
version "7.7.
|
596
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.7.
|
597
|
-
integrity sha512
|
501
|
+
"@babel/plugin-transform-named-capturing-groups-regex@^7.7.4":
|
502
|
+
version "7.7.4"
|
503
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.7.4.tgz#fb3bcc4ee4198e7385805007373d6b6f42c98220"
|
504
|
+
integrity sha512-jBUkiqLKvUWpv9GLSuHUFYdmHg0ujC1JEYoZUfeOOfNydZXp1sXObgyPatpcwjWgsdBGsagWW0cdJpX/DO2jMw==
|
598
505
|
dependencies:
|
599
|
-
"@babel/helper-create-regexp-features-plugin" "^7.7.
|
506
|
+
"@babel/helper-create-regexp-features-plugin" "^7.7.4"
|
600
507
|
|
601
|
-
"@babel/plugin-transform-new-target@^7.
|
602
|
-
version "7.
|
603
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.
|
604
|
-
integrity sha512-
|
508
|
+
"@babel/plugin-transform-new-target@^7.7.4":
|
509
|
+
version "7.7.4"
|
510
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.7.4.tgz#4a0753d2d60639437be07b592a9e58ee00720167"
|
511
|
+
integrity sha512-CnPRiNtOG1vRodnsyGX37bHQleHE14B9dnnlgSeEs3ek3fHN1A1SScglTCg1sfbe7sRQ2BUcpgpTpWSfMKz3gg==
|
605
512
|
dependencies:
|
606
513
|
"@babel/helper-plugin-utils" "^7.0.0"
|
607
514
|
|
608
|
-
"@babel/plugin-transform-object-super@^7.
|
609
|
-
version "7.
|
610
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.
|
611
|
-
integrity sha512-
|
515
|
+
"@babel/plugin-transform-object-super@^7.7.4":
|
516
|
+
version "7.7.4"
|
517
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.7.4.tgz#48488937a2d586c0148451bf51af9d7dda567262"
|
518
|
+
integrity sha512-ho+dAEhC2aRnff2JCA0SAK7V2R62zJd/7dmtoe7MHcso4C2mS+vZjn1Pb1pCVZvJs1mgsvv5+7sT+m3Bysb6eg==
|
612
519
|
dependencies:
|
613
520
|
"@babel/helper-plugin-utils" "^7.0.0"
|
614
|
-
"@babel/helper-replace-supers" "^7.
|
521
|
+
"@babel/helper-replace-supers" "^7.7.4"
|
615
522
|
|
616
|
-
"@babel/plugin-transform-parameters@^7.
|
617
|
-
version "7.
|
618
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.
|
619
|
-
integrity sha512-
|
523
|
+
"@babel/plugin-transform-parameters@^7.7.4":
|
524
|
+
version "7.7.4"
|
525
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.7.4.tgz#da4555c97f39b51ac089d31c7380f03bca4075ce"
|
526
|
+
integrity sha512-VJwhVePWPa0DqE9vcfptaJSzNDKrWU/4FbYCjZERtmqEs05g3UMXnYMZoXja7JAJ7Y7sPZipwm/pGApZt7wHlw==
|
620
527
|
dependencies:
|
621
|
-
"@babel/helper-call-delegate" "^7.
|
622
|
-
"@babel/helper-get-function-arity" "^7.
|
528
|
+
"@babel/helper-call-delegate" "^7.7.4"
|
529
|
+
"@babel/helper-get-function-arity" "^7.7.4"
|
623
530
|
"@babel/helper-plugin-utils" "^7.0.0"
|
624
531
|
|
625
|
-
"@babel/plugin-transform-property-literals@^7.
|
626
|
-
version "7.
|
627
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.
|
628
|
-
integrity sha512-
|
532
|
+
"@babel/plugin-transform-property-literals@^7.7.4":
|
533
|
+
version "7.7.4"
|
534
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.7.4.tgz#2388d6505ef89b266103f450f9167e6bd73f98c2"
|
535
|
+
integrity sha512-MatJhlC4iHsIskWYyawl53KuHrt+kALSADLQQ/HkhTjX954fkxIEh4q5slL4oRAnsm/eDoZ4q0CIZpcqBuxhJQ==
|
629
536
|
dependencies:
|
630
537
|
"@babel/helper-plugin-utils" "^7.0.0"
|
631
538
|
|
632
|
-
"@babel/plugin-transform-react-display-name@^7.
|
633
|
-
version "7.
|
634
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.
|
635
|
-
integrity sha512-
|
539
|
+
"@babel/plugin-transform-react-display-name@^7.7.4":
|
540
|
+
version "7.7.4"
|
541
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.7.4.tgz#9f2b80b14ebc97eef4a9b29b612c58ed9c0d10dd"
|
542
|
+
integrity sha512-sBbIvqYkthai0X0vkD2xsAwluBp+LtNHH+/V4a5ydifmTtb8KOVOlrMIk/MYmIc4uTYDnjZUHQildYNo36SRJw==
|
636
543
|
dependencies:
|
637
544
|
"@babel/helper-plugin-utils" "^7.0.0"
|
638
545
|
|
639
|
-
"@babel/plugin-transform-react-jsx-self@^7.
|
640
|
-
version "7.
|
641
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.
|
642
|
-
integrity sha512-
|
546
|
+
"@babel/plugin-transform-react-jsx-self@^7.7.4":
|
547
|
+
version "7.7.4"
|
548
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.7.4.tgz#81b8fbfd14b2215e8f1c2c3adfba266127b0231c"
|
549
|
+
integrity sha512-PWYjSfqrO273mc1pKCRTIJXyqfc9vWYBax88yIhQb+bpw3XChVC7VWS4VwRVs63wFHKxizvGSd00XEr+YB9Q2A==
|
643
550
|
dependencies:
|
644
551
|
"@babel/helper-plugin-utils" "^7.0.0"
|
645
|
-
"@babel/plugin-syntax-jsx" "^7.
|
552
|
+
"@babel/plugin-syntax-jsx" "^7.7.4"
|
646
553
|
|
647
|
-
"@babel/plugin-transform-react-jsx-source@^7.
|
648
|
-
version "7.
|
649
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.
|
650
|
-
integrity sha512-
|
554
|
+
"@babel/plugin-transform-react-jsx-source@^7.7.4":
|
555
|
+
version "7.7.4"
|
556
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.7.4.tgz#8994b1bf6014b133f5a46d3b7d1ee5f5e3e72c10"
|
557
|
+
integrity sha512-5ZU9FnPhqtHsOXxutRtXZAzoEJwDaP32QcobbMP1/qt7NYcsCNK8XgzJcJfoEr/ZnzVvUNInNjIW22Z6I8p9mg==
|
651
558
|
dependencies:
|
652
559
|
"@babel/helper-plugin-utils" "^7.0.0"
|
653
|
-
"@babel/plugin-syntax-jsx" "^7.
|
560
|
+
"@babel/plugin-syntax-jsx" "^7.7.4"
|
654
561
|
|
655
|
-
"@babel/plugin-transform-react-jsx@^7.
|
656
|
-
version "7.
|
657
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.
|
658
|
-
integrity sha512-
|
562
|
+
"@babel/plugin-transform-react-jsx@^7.7.4":
|
563
|
+
version "7.7.4"
|
564
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.7.4.tgz#d91205717fae4e2f84d020cd3057ec02a10f11da"
|
565
|
+
integrity sha512-LixU4BS95ZTEAZdPaIuyg/k8FiiqN9laQ0dMHB4MlpydHY53uQdWCUrwjLr5o6ilS6fAgZey4Q14XBjl5tL6xw==
|
659
566
|
dependencies:
|
660
|
-
"@babel/helper-builder-react-jsx" "^7.
|
567
|
+
"@babel/helper-builder-react-jsx" "^7.7.4"
|
661
568
|
"@babel/helper-plugin-utils" "^7.0.0"
|
662
|
-
"@babel/plugin-syntax-jsx" "^7.
|
569
|
+
"@babel/plugin-syntax-jsx" "^7.7.4"
|
663
570
|
|
664
|
-
"@babel/plugin-transform-regenerator@^7.7.
|
665
|
-
version "7.7.
|
666
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.7.
|
667
|
-
integrity sha512-
|
571
|
+
"@babel/plugin-transform-regenerator@^7.7.4":
|
572
|
+
version "7.7.4"
|
573
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.7.4.tgz#d18eac0312a70152d7d914cbed2dc3999601cfc0"
|
574
|
+
integrity sha512-e7MWl5UJvmPEwFJTwkBlPmqixCtr9yAASBqff4ggXTNicZiwbF8Eefzm6NVgfiBp7JdAGItecnctKTgH44q2Jw==
|
668
575
|
dependencies:
|
669
576
|
regenerator-transform "^0.14.0"
|
670
577
|
|
671
|
-
"@babel/plugin-transform-reserved-words@^7.
|
672
|
-
version "7.
|
673
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.
|
674
|
-
integrity sha512-
|
578
|
+
"@babel/plugin-transform-reserved-words@^7.7.4":
|
579
|
+
version "7.7.4"
|
580
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.7.4.tgz#6a7cf123ad175bb5c69aec8f6f0770387ed3f1eb"
|
581
|
+
integrity sha512-OrPiUB5s5XvkCO1lS7D8ZtHcswIC57j62acAnJZKqGGnHP+TIc/ljQSrgdX/QyOTdEK5COAhuc820Hi1q2UgLQ==
|
675
582
|
dependencies:
|
676
583
|
"@babel/helper-plugin-utils" "^7.0.0"
|
677
584
|
|
678
|
-
"@babel/plugin-transform-shorthand-properties@^7.
|
679
|
-
version "7.
|
680
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.
|
681
|
-
integrity sha512-
|
585
|
+
"@babel/plugin-transform-shorthand-properties@^7.7.4":
|
586
|
+
version "7.7.4"
|
587
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.7.4.tgz#74a0a9b2f6d67a684c6fbfd5f0458eb7ba99891e"
|
588
|
+
integrity sha512-q+suddWRfIcnyG5YiDP58sT65AJDZSUhXQDZE3r04AuqD6d/XLaQPPXSBzP2zGerkgBivqtQm9XKGLuHqBID6Q==
|
682
589
|
dependencies:
|
683
590
|
"@babel/helper-plugin-utils" "^7.0.0"
|
684
591
|
|
685
|
-
"@babel/plugin-transform-spread@^7.
|
686
|
-
version "7.
|
687
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.
|
688
|
-
integrity sha512-
|
592
|
+
"@babel/plugin-transform-spread@^7.7.4":
|
593
|
+
version "7.7.4"
|
594
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.7.4.tgz#aa673b356fe6b7e70d69b6e33a17fef641008578"
|
595
|
+
integrity sha512-8OSs0FLe5/80cndziPlg4R0K6HcWSM0zyNhHhLsmw/Nc5MaA49cAsnoJ/t/YZf8qkG7fD+UjTRaApVDB526d7Q==
|
689
596
|
dependencies:
|
690
597
|
"@babel/helper-plugin-utils" "^7.0.0"
|
691
598
|
|
692
|
-
"@babel/plugin-transform-sticky-regex@^7.
|
693
|
-
version "7.
|
694
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.
|
695
|
-
integrity sha512-
|
599
|
+
"@babel/plugin-transform-sticky-regex@^7.7.4":
|
600
|
+
version "7.7.4"
|
601
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.7.4.tgz#ffb68c05090c30732076b1285dc1401b404a123c"
|
602
|
+
integrity sha512-Ls2NASyL6qtVe1H1hXts9yuEeONV2TJZmplLONkMPUG158CtmnrzW5Q5teibM5UVOFjG0D3IC5mzXR6pPpUY7A==
|
696
603
|
dependencies:
|
697
604
|
"@babel/helper-plugin-utils" "^7.0.0"
|
698
605
|
"@babel/helper-regex" "^7.0.0"
|
699
606
|
|
700
|
-
"@babel/plugin-transform-template-literals@^7.
|
701
|
-
version "7.
|
702
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.
|
703
|
-
integrity sha512-
|
607
|
+
"@babel/plugin-transform-template-literals@^7.7.4":
|
608
|
+
version "7.7.4"
|
609
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.7.4.tgz#1eb6411736dd3fe87dbd20cc6668e5121c17d604"
|
610
|
+
integrity sha512-sA+KxLwF3QwGj5abMHkHgshp9+rRz+oY9uoRil4CyLtgEuE/88dpkeWgNk5qKVsJE9iSfly3nvHapdRiIS2wnQ==
|
704
611
|
dependencies:
|
705
|
-
"@babel/helper-annotate-as-pure" "^7.
|
612
|
+
"@babel/helper-annotate-as-pure" "^7.7.4"
|
706
613
|
"@babel/helper-plugin-utils" "^7.0.0"
|
707
614
|
|
708
|
-
"@babel/plugin-transform-typeof-symbol@^7.
|
709
|
-
version "7.
|
710
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.
|
711
|
-
integrity sha512-
|
615
|
+
"@babel/plugin-transform-typeof-symbol@^7.7.4":
|
616
|
+
version "7.7.4"
|
617
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.7.4.tgz#3174626214f2d6de322882e498a38e8371b2140e"
|
618
|
+
integrity sha512-KQPUQ/7mqe2m0B8VecdyaW5XcQYaePyl9R7IsKd+irzj6jvbhoGnRE+M0aNkyAzI07VfUQ9266L5xMARitV3wg==
|
712
619
|
dependencies:
|
713
620
|
"@babel/helper-plugin-utils" "^7.0.0"
|
714
621
|
|
715
|
-
"@babel/plugin-transform-unicode-regex@^7.7.
|
716
|
-
version "7.7.
|
717
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.7.
|
718
|
-
integrity sha512-
|
622
|
+
"@babel/plugin-transform-unicode-regex@^7.7.4":
|
623
|
+
version "7.7.4"
|
624
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.7.4.tgz#a3c0f65b117c4c81c5b6484f2a5e7b95346b83ae"
|
625
|
+
integrity sha512-N77UUIV+WCvE+5yHw+oks3m18/umd7y392Zv7mYTpFqHtkpcc+QUz+gLJNTWVlWROIWeLqY0f3OjZxV5TcXnRw==
|
719
626
|
dependencies:
|
720
|
-
"@babel/helper-create-regexp-features-plugin" "^7.7.
|
627
|
+
"@babel/helper-create-regexp-features-plugin" "^7.7.4"
|
721
628
|
"@babel/helper-plugin-utils" "^7.0.0"
|
722
629
|
|
723
|
-
"@babel/polyfill@^7.
|
724
|
-
version "7.
|
725
|
-
resolved "https://registry.yarnpkg.com/@babel/polyfill/-/polyfill-7.
|
726
|
-
integrity sha512
|
630
|
+
"@babel/polyfill@^7.6.0":
|
631
|
+
version "7.7.0"
|
632
|
+
resolved "https://registry.yarnpkg.com/@babel/polyfill/-/polyfill-7.7.0.tgz#e1066e251e17606ec7908b05617f9b7f8180d8f3"
|
633
|
+
integrity sha512-/TS23MVvo34dFmf8mwCisCbWGrfhbiWZSwBo6HkADTBhUa2Q/jWltyY/tpofz/b6/RIhqaqQcquptCirqIhOaQ==
|
727
634
|
dependencies:
|
728
635
|
core-js "^2.6.5"
|
729
636
|
regenerator-runtime "^0.13.2"
|
730
637
|
|
731
|
-
"@babel/preset-env@^7.
|
732
|
-
version "7.7.
|
733
|
-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.7.
|
734
|
-
integrity sha512
|
638
|
+
"@babel/preset-env@^7.7.1":
|
639
|
+
version "7.7.4"
|
640
|
+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.7.4.tgz#ccaf309ae8d1ee2409c85a4e2b5e280ceee830f8"
|
641
|
+
integrity sha512-Dg+ciGJjwvC1NIe/DGblMbcGq1HOtKbw8RLl4nIjlfcILKEOkWT/vRqPpumswABEBVudii6dnVwrBtzD7ibm4g==
|
735
642
|
dependencies:
|
736
|
-
"@babel/helper-module-imports" "^7.7.
|
643
|
+
"@babel/helper-module-imports" "^7.7.4"
|
737
644
|
"@babel/helper-plugin-utils" "^7.0.0"
|
738
|
-
"@babel/plugin-proposal-async-generator-functions" "^7.7.
|
739
|
-
"@babel/plugin-proposal-dynamic-import" "^7.7.
|
740
|
-
"@babel/plugin-proposal-json-strings" "^7.
|
741
|
-
"@babel/plugin-proposal-object-rest-spread" "^7.
|
742
|
-
"@babel/plugin-proposal-optional-catch-binding" "^7.
|
743
|
-
"@babel/plugin-proposal-unicode-property-regex" "^7.7.
|
744
|
-
"@babel/plugin-syntax-async-generators" "^7.
|
745
|
-
"@babel/plugin-syntax-dynamic-import" "^7.
|
746
|
-
"@babel/plugin-syntax-json-strings" "^7.
|
747
|
-
"@babel/plugin-syntax-object-rest-spread" "^7.
|
748
|
-
"@babel/plugin-syntax-optional-catch-binding" "^7.
|
749
|
-
"@babel/plugin-syntax-top-level-await" "^7.7.
|
750
|
-
"@babel/plugin-transform-arrow-functions" "^7.
|
751
|
-
"@babel/plugin-transform-async-to-generator" "^7.7.
|
752
|
-
"@babel/plugin-transform-block-scoped-functions" "^7.
|
753
|
-
"@babel/plugin-transform-block-scoping" "^7.
|
754
|
-
"@babel/plugin-transform-classes" "^7.7.
|
755
|
-
"@babel/plugin-transform-computed-properties" "^7.
|
756
|
-
"@babel/plugin-transform-destructuring" "^7.
|
757
|
-
"@babel/plugin-transform-dotall-regex" "^7.7.
|
758
|
-
"@babel/plugin-transform-duplicate-keys" "^7.
|
759
|
-
"@babel/plugin-transform-exponentiation-operator" "^7.
|
760
|
-
"@babel/plugin-transform-for-of" "^7.
|
761
|
-
"@babel/plugin-transform-function-name" "^7.7.
|
762
|
-
"@babel/plugin-transform-literals" "^7.
|
763
|
-
"@babel/plugin-transform-member-expression-literals" "^7.
|
764
|
-
"@babel/plugin-transform-modules-amd" "^7.
|
765
|
-
"@babel/plugin-transform-modules-commonjs" "^7.7.
|
766
|
-
"@babel/plugin-transform-modules-systemjs" "^7.7.
|
767
|
-
"@babel/plugin-transform-modules-umd" "^7.7.
|
768
|
-
"@babel/plugin-transform-named-capturing-groups-regex" "^7.7.
|
769
|
-
"@babel/plugin-transform-new-target" "^7.
|
770
|
-
"@babel/plugin-transform-object-super" "^7.
|
771
|
-
"@babel/plugin-transform-parameters" "^7.
|
772
|
-
"@babel/plugin-transform-property-literals" "^7.
|
773
|
-
"@babel/plugin-transform-regenerator" "^7.7.
|
774
|
-
"@babel/plugin-transform-reserved-words" "^7.
|
775
|
-
"@babel/plugin-transform-shorthand-properties" "^7.
|
776
|
-
"@babel/plugin-transform-spread" "^7.
|
777
|
-
"@babel/plugin-transform-sticky-regex" "^7.
|
778
|
-
"@babel/plugin-transform-template-literals" "^7.
|
779
|
-
"@babel/plugin-transform-typeof-symbol" "^7.
|
780
|
-
"@babel/plugin-transform-unicode-regex" "^7.7.
|
781
|
-
"@babel/types" "^7.7.
|
645
|
+
"@babel/plugin-proposal-async-generator-functions" "^7.7.4"
|
646
|
+
"@babel/plugin-proposal-dynamic-import" "^7.7.4"
|
647
|
+
"@babel/plugin-proposal-json-strings" "^7.7.4"
|
648
|
+
"@babel/plugin-proposal-object-rest-spread" "^7.7.4"
|
649
|
+
"@babel/plugin-proposal-optional-catch-binding" "^7.7.4"
|
650
|
+
"@babel/plugin-proposal-unicode-property-regex" "^7.7.4"
|
651
|
+
"@babel/plugin-syntax-async-generators" "^7.7.4"
|
652
|
+
"@babel/plugin-syntax-dynamic-import" "^7.7.4"
|
653
|
+
"@babel/plugin-syntax-json-strings" "^7.7.4"
|
654
|
+
"@babel/plugin-syntax-object-rest-spread" "^7.7.4"
|
655
|
+
"@babel/plugin-syntax-optional-catch-binding" "^7.7.4"
|
656
|
+
"@babel/plugin-syntax-top-level-await" "^7.7.4"
|
657
|
+
"@babel/plugin-transform-arrow-functions" "^7.7.4"
|
658
|
+
"@babel/plugin-transform-async-to-generator" "^7.7.4"
|
659
|
+
"@babel/plugin-transform-block-scoped-functions" "^7.7.4"
|
660
|
+
"@babel/plugin-transform-block-scoping" "^7.7.4"
|
661
|
+
"@babel/plugin-transform-classes" "^7.7.4"
|
662
|
+
"@babel/plugin-transform-computed-properties" "^7.7.4"
|
663
|
+
"@babel/plugin-transform-destructuring" "^7.7.4"
|
664
|
+
"@babel/plugin-transform-dotall-regex" "^7.7.4"
|
665
|
+
"@babel/plugin-transform-duplicate-keys" "^7.7.4"
|
666
|
+
"@babel/plugin-transform-exponentiation-operator" "^7.7.4"
|
667
|
+
"@babel/plugin-transform-for-of" "^7.7.4"
|
668
|
+
"@babel/plugin-transform-function-name" "^7.7.4"
|
669
|
+
"@babel/plugin-transform-literals" "^7.7.4"
|
670
|
+
"@babel/plugin-transform-member-expression-literals" "^7.7.4"
|
671
|
+
"@babel/plugin-transform-modules-amd" "^7.7.4"
|
672
|
+
"@babel/plugin-transform-modules-commonjs" "^7.7.4"
|
673
|
+
"@babel/plugin-transform-modules-systemjs" "^7.7.4"
|
674
|
+
"@babel/plugin-transform-modules-umd" "^7.7.4"
|
675
|
+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.7.4"
|
676
|
+
"@babel/plugin-transform-new-target" "^7.7.4"
|
677
|
+
"@babel/plugin-transform-object-super" "^7.7.4"
|
678
|
+
"@babel/plugin-transform-parameters" "^7.7.4"
|
679
|
+
"@babel/plugin-transform-property-literals" "^7.7.4"
|
680
|
+
"@babel/plugin-transform-regenerator" "^7.7.4"
|
681
|
+
"@babel/plugin-transform-reserved-words" "^7.7.4"
|
682
|
+
"@babel/plugin-transform-shorthand-properties" "^7.7.4"
|
683
|
+
"@babel/plugin-transform-spread" "^7.7.4"
|
684
|
+
"@babel/plugin-transform-sticky-regex" "^7.7.4"
|
685
|
+
"@babel/plugin-transform-template-literals" "^7.7.4"
|
686
|
+
"@babel/plugin-transform-typeof-symbol" "^7.7.4"
|
687
|
+
"@babel/plugin-transform-unicode-regex" "^7.7.4"
|
688
|
+
"@babel/types" "^7.7.4"
|
782
689
|
browserslist "^4.6.0"
|
783
690
|
core-js-compat "^3.1.1"
|
784
691
|
invariant "^2.2.2"
|
785
692
|
js-levenshtein "^1.1.3"
|
786
693
|
semver "^5.5.0"
|
787
694
|
|
788
|
-
"@babel/preset-react@^7.
|
789
|
-
version "7.
|
790
|
-
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.
|
791
|
-
integrity sha512-
|
695
|
+
"@babel/preset-react@^7.7.0":
|
696
|
+
version "7.7.4"
|
697
|
+
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.7.4.tgz#3fe2ea698d8fb536d8e7881a592c3c1ee8bf5707"
|
698
|
+
integrity sha512-j+vZtg0/8pQr1H8wKoaJyGL2IEk3rG/GIvua7Sec7meXVIvGycihlGMx5xcU00kqCJbwzHs18xTu3YfREOqQ+g==
|
792
699
|
dependencies:
|
793
700
|
"@babel/helper-plugin-utils" "^7.0.0"
|
794
|
-
"@babel/plugin-transform-react-display-name" "^7.
|
795
|
-
"@babel/plugin-transform-react-jsx" "^7.
|
796
|
-
"@babel/plugin-transform-react-jsx-self" "^7.
|
797
|
-
"@babel/plugin-transform-react-jsx-source" "^7.
|
701
|
+
"@babel/plugin-transform-react-display-name" "^7.7.4"
|
702
|
+
"@babel/plugin-transform-react-jsx" "^7.7.4"
|
703
|
+
"@babel/plugin-transform-react-jsx-self" "^7.7.4"
|
704
|
+
"@babel/plugin-transform-react-jsx-source" "^7.7.4"
|
798
705
|
|
799
|
-
"@babel/register@^7.
|
800
|
-
version "7.7.
|
801
|
-
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.7.
|
802
|
-
integrity sha512
|
706
|
+
"@babel/register@^7.7.0":
|
707
|
+
version "7.7.4"
|
708
|
+
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.7.4.tgz#45a4956471a9df3b012b747f5781cc084ee8f128"
|
709
|
+
integrity sha512-/fmONZqL6ZMl9KJUYajetCrID6m0xmL4odX7v+Xvoxcv0DdbP/oO0TWIeLUCHqczQ6L6njDMqmqHFy2cp3FFsA==
|
803
710
|
dependencies:
|
804
711
|
find-cache-dir "^2.0.0"
|
805
712
|
lodash "^4.17.13"
|
@@ -807,43 +714,34 @@
|
|
807
714
|
pirates "^4.0.0"
|
808
715
|
source-map-support "^0.5.16"
|
809
716
|
|
810
|
-
"@babel/template@^7.
|
811
|
-
version "7.
|
812
|
-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.
|
813
|
-
integrity sha512-
|
717
|
+
"@babel/template@^7.7.4":
|
718
|
+
version "7.7.4"
|
719
|
+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.7.4.tgz#428a7d9eecffe27deac0a98e23bf8e3675d2a77b"
|
720
|
+
integrity sha512-qUzihgVPguAzXCK7WXw8pqs6cEwi54s3E+HrejlkuWO6ivMKx9hZl3Y2fSXp9i5HgyWmj7RKP+ulaYnKM4yYxw==
|
814
721
|
dependencies:
|
815
722
|
"@babel/code-frame" "^7.0.0"
|
816
|
-
"@babel/parser" "^7.
|
817
|
-
"@babel/types" "^7.
|
723
|
+
"@babel/parser" "^7.7.4"
|
724
|
+
"@babel/types" "^7.7.4"
|
818
725
|
|
819
|
-
"@babel/
|
820
|
-
version "7.7.
|
821
|
-
resolved "https://registry.yarnpkg.com/@babel/
|
822
|
-
integrity sha512-
|
823
|
-
dependencies:
|
824
|
-
"@babel/code-frame" "^7.0.0"
|
825
|
-
"@babel/parser" "^7.7.0"
|
826
|
-
"@babel/types" "^7.7.0"
|
827
|
-
|
828
|
-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.4.4", "@babel/traverse@^7.5.5", "@babel/traverse@^7.6.2", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.2":
|
829
|
-
version "7.7.2"
|
830
|
-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.7.2.tgz#ef0a65e07a2f3c550967366b3d9b62a2dcbeae09"
|
831
|
-
integrity sha512-TM01cXib2+rgIZrGJOLaHV/iZUAxf4A0dt5auY6KNZ+cm6aschuJGqKJM3ROTt3raPUdIDk9siAufIFEleRwtw==
|
726
|
+
"@babel/traverse@^7.7.2", "@babel/traverse@^7.7.4":
|
727
|
+
version "7.7.4"
|
728
|
+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.7.4.tgz#9c1e7c60fb679fe4fcfaa42500833333c2058558"
|
729
|
+
integrity sha512-P1L58hQyupn8+ezVA2z5KBm4/Zr4lCC8dwKCMYzsa5jFMDMQAzaBNy9W5VjB+KAmBjb40U7a/H6ao+Xo+9saIw==
|
832
730
|
dependencies:
|
833
731
|
"@babel/code-frame" "^7.5.5"
|
834
|
-
"@babel/generator" "^7.7.
|
835
|
-
"@babel/helper-function-name" "^7.7.
|
836
|
-
"@babel/helper-split-export-declaration" "^7.7.
|
837
|
-
"@babel/parser" "^7.7.
|
838
|
-
"@babel/types" "^7.7.
|
732
|
+
"@babel/generator" "^7.7.4"
|
733
|
+
"@babel/helper-function-name" "^7.7.4"
|
734
|
+
"@babel/helper-split-export-declaration" "^7.7.4"
|
735
|
+
"@babel/parser" "^7.7.4"
|
736
|
+
"@babel/types" "^7.7.4"
|
839
737
|
debug "^4.1.0"
|
840
738
|
globals "^11.1.0"
|
841
739
|
lodash "^4.17.13"
|
842
740
|
|
843
|
-
"@babel/types@^7.
|
844
|
-
version "7.7.
|
845
|
-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.7.
|
846
|
-
integrity sha512-
|
741
|
+
"@babel/types@^7.7.2", "@babel/types@^7.7.4":
|
742
|
+
version "7.7.4"
|
743
|
+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.7.4.tgz#516570d539e44ddf308c07569c258ff94fde9193"
|
744
|
+
integrity sha512-cz5Ji23KCi4T+YIE/BolWosrJuSmoZeN1EFnRtBwF+KKLi8GG/Z2c2hOJJeCXPk4mwk4QFvTmwIodJowXgttRA==
|
847
745
|
dependencies:
|
848
746
|
esutils "^2.0.2"
|
849
747
|
lodash "^4.17.13"
|
@@ -874,6 +772,11 @@
|
|
874
772
|
dependencies:
|
875
773
|
"@types/node" "*"
|
876
774
|
|
775
|
+
"@types/color-name@^1.1.1":
|
776
|
+
version "1.1.1"
|
777
|
+
resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0"
|
778
|
+
integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==
|
779
|
+
|
877
780
|
"@types/node@*":
|
878
781
|
version "12.7.5"
|
879
782
|
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.7.5.tgz#e19436e7f8e9b4601005d73673b6dc4784ffcc2f"
|
@@ -897,12 +800,7 @@ accepts@~1.3.7:
|
|
897
800
|
mime-types "~2.1.24"
|
898
801
|
negotiator "0.6.2"
|
899
802
|
|
900
|
-
address@1.1.0:
|
901
|
-
version "1.1.0"
|
902
|
-
resolved "https://registry.yarnpkg.com/address/-/address-1.1.0.tgz#ef8e047847fcd2c5b6f50c16965f924fd99fe709"
|
903
|
-
integrity sha512-4diPfzWbLEIElVG4AnqP+00SULlPzNuyJFNnmMrLgyaxG6tZXJ1sn7mjBu4fHrJE+Yp/jgylOweJn2xsLMFggQ==
|
904
|
-
|
905
|
-
address@^1.0.1:
|
803
|
+
address@1.1.2, address@^1.0.1:
|
906
804
|
version "1.1.2"
|
907
805
|
resolved "https://registry.yarnpkg.com/address/-/address-1.1.2.tgz#bf1116c9c758c51b7a933d296b72c221ed9428b6"
|
908
806
|
integrity sha512-aT6camzM4xEA54YVJYSqxz1kv4IHnQZRtThJJHhUMRExaU5spC7jX5ugSwTaTgJliIgs4VhZOk7htClvQ/LmRA==
|
@@ -961,6 +859,14 @@ ansi-styles@^3.2.1:
|
|
961
859
|
dependencies:
|
962
860
|
color-convert "^1.9.0"
|
963
861
|
|
862
|
+
ansi-styles@^4.1.0:
|
863
|
+
version "4.2.0"
|
864
|
+
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.2.0.tgz#5681f0dcf7ae5880a7841d8831c4724ed9cc0172"
|
865
|
+
integrity sha512-7kFQgnEaMdRtwf6uSfUnVr9gSGC7faurn+J/Mv90/W+iTtN0405/nLdopfMWwchyxhbGYl6TC4Sccn9TUkGAgg==
|
866
|
+
dependencies:
|
867
|
+
"@types/color-name" "^1.1.1"
|
868
|
+
color-convert "^2.0.1"
|
869
|
+
|
964
870
|
ansi-wrap@0.1.0:
|
965
871
|
version "0.1.0"
|
966
872
|
resolved "https://registry.yarnpkg.com/ansi-wrap/-/ansi-wrap-0.1.0.tgz#a82250ddb0015e9a27ca82e82ea603bbfa45efaf"
|
@@ -974,14 +880,6 @@ anymatch@^2.0.0:
|
|
974
880
|
micromatch "^3.1.4"
|
975
881
|
normalize-path "^2.1.1"
|
976
882
|
|
977
|
-
anymatch@^3.1.0:
|
978
|
-
version "3.1.0"
|
979
|
-
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.0.tgz#e609350e50a9313b472789b2f14ef35808ee14d6"
|
980
|
-
integrity sha512-Ozz7l4ixzI7Oxj2+cw+p0tVUt27BpaJ+1+q1TCeANWxHpvyn2+Un+YamBdfKu0uh8xLodGhoa1v7595NhKDAuA==
|
981
|
-
dependencies:
|
982
|
-
normalize-path "^3.0.0"
|
983
|
-
picomatch "^2.0.4"
|
984
|
-
|
985
883
|
aproba@^1.0.3:
|
986
884
|
version "1.2.0"
|
987
885
|
resolved "https://registry.yarnpkg.com/aproba/-/aproba-1.2.0.tgz#6802e6264efd18c790a1b0d517f0f2627bf2c94a"
|
@@ -1029,11 +927,6 @@ arr-union@^3.1.0:
|
|
1029
927
|
resolved "https://registry.yarnpkg.com/arr-union/-/arr-union-3.1.0.tgz#e39b09aea9def866a8f206e288af63919bae39c4"
|
1030
928
|
integrity sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=
|
1031
929
|
|
1032
|
-
array-filter@~0.0.0:
|
1033
|
-
version "0.0.1"
|
1034
|
-
resolved "https://registry.yarnpkg.com/array-filter/-/array-filter-0.0.1.tgz#7da8cf2e26628ed732803581fd21f67cacd2eeec"
|
1035
|
-
integrity sha1-fajPLiZijtcygDWB/SH2fKzS7uw=
|
1036
|
-
|
1037
930
|
array-find-index@^1.0.1:
|
1038
931
|
version "1.0.2"
|
1039
932
|
resolved "https://registry.yarnpkg.com/array-find-index/-/array-find-index-1.0.2.tgz#df010aa1287e164bbda6f9723b0a96a1ec4187a1"
|
@@ -1044,16 +937,6 @@ array-flatten@1.1.1:
|
|
1044
937
|
resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-1.1.1.tgz#9a5f699051b1e7073328f2a008968b64ea2955d2"
|
1045
938
|
integrity sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=
|
1046
939
|
|
1047
|
-
array-map@~0.0.0:
|
1048
|
-
version "0.0.0"
|
1049
|
-
resolved "https://registry.yarnpkg.com/array-map/-/array-map-0.0.0.tgz#88a2bab73d1cf7bcd5c1b118a003f66f665fa662"
|
1050
|
-
integrity sha1-iKK6tz0c97zVwbEYoAP2b2ZfpmI=
|
1051
|
-
|
1052
|
-
array-reduce@~0.0.0:
|
1053
|
-
version "0.0.0"
|
1054
|
-
resolved "https://registry.yarnpkg.com/array-reduce/-/array-reduce-0.0.0.tgz#173899d3ffd1c7d9383e4479525dbe278cab5f2b"
|
1055
|
-
integrity sha1-FziZ0//Rx9k4PkR5Ul2+J4yrXys=
|
1056
|
-
|
1057
940
|
array-union@^1.0.1:
|
1058
941
|
version "1.0.2"
|
1059
942
|
resolved "https://registry.yarnpkg.com/array-union/-/array-union-1.0.2.tgz#9a34410e4f4e3da23dea375be5be70f24778ec39"
|
@@ -1103,10 +986,12 @@ async-each@^1.0.1:
|
|
1103
986
|
resolved "https://registry.yarnpkg.com/async-each/-/async-each-1.0.3.tgz#b727dbf87d7651602f06f4d4ac387f47d91b0cbf"
|
1104
987
|
integrity sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ==
|
1105
988
|
|
1106
|
-
async@^
|
1107
|
-
version "
|
1108
|
-
resolved "https://registry.yarnpkg.com/async/-/async-
|
1109
|
-
integrity
|
989
|
+
async@^2.6.2:
|
990
|
+
version "2.6.3"
|
991
|
+
resolved "https://registry.yarnpkg.com/async/-/async-2.6.3.tgz#d72625e2344a3656e3a3ad4fa749fa83299d82ff"
|
992
|
+
integrity sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==
|
993
|
+
dependencies:
|
994
|
+
lodash "^4.17.14"
|
1110
995
|
|
1111
996
|
asynckit@^0.4.0:
|
1112
997
|
version "0.4.0"
|
@@ -1118,6 +1003,13 @@ atob@^2.1.1:
|
|
1118
1003
|
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
|
1119
1004
|
integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==
|
1120
1005
|
|
1006
|
+
autolinker@^3.11.0:
|
1007
|
+
version "3.11.1"
|
1008
|
+
resolved "https://registry.yarnpkg.com/autolinker/-/autolinker-3.11.1.tgz#aa4f910371df091b0d714d8d6e700d53f357ce95"
|
1009
|
+
integrity sha512-6sAmetStorjXvwmV8MBxI5DGICHKD1B5EjdkIrq34X6YBDN6jj54EUHnoHgNqmNCclcf8c409zuVMNy449u80g==
|
1010
|
+
dependencies:
|
1011
|
+
tslib "^1.9.3"
|
1012
|
+
|
1121
1013
|
autolinker@~0.28.0:
|
1122
1014
|
version "0.28.1"
|
1123
1015
|
resolved "https://registry.yarnpkg.com/autolinker/-/autolinker-0.28.1.tgz#0652b491881879f0775dace0cdca3233942a4e47"
|
@@ -1125,18 +1017,18 @@ autolinker@~0.28.0:
|
|
1125
1017
|
dependencies:
|
1126
1018
|
gulp-header "^1.7.1"
|
1127
1019
|
|
1128
|
-
autoprefixer@^9.
|
1129
|
-
version "9.
|
1130
|
-
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.
|
1131
|
-
integrity sha512-
|
1020
|
+
autoprefixer@^9.7.0:
|
1021
|
+
version "9.7.3"
|
1022
|
+
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.7.3.tgz#fd42ed03f53de9beb4ca0d61fb4f7268a9bb50b4"
|
1023
|
+
integrity sha512-8T5Y1C5Iyj6PgkPSFd0ODvK9DIleuPKUPYniNxybS47g2k2wFgLZ46lGQHlBuGKIAEV8fbCDfKCCRS1tvOgc3Q==
|
1132
1024
|
dependencies:
|
1133
|
-
browserslist "^4.
|
1134
|
-
caniuse-lite "^1.0.
|
1025
|
+
browserslist "^4.8.0"
|
1026
|
+
caniuse-lite "^1.0.30001012"
|
1135
1027
|
chalk "^2.4.2"
|
1136
1028
|
normalize-range "^0.1.2"
|
1137
1029
|
num2fraction "^1.2.2"
|
1138
|
-
postcss "^7.0.
|
1139
|
-
postcss-value-parser "^4.0.
|
1030
|
+
postcss "^7.0.23"
|
1031
|
+
postcss-value-parser "^4.0.2"
|
1140
1032
|
|
1141
1033
|
aws-sign2@~0.7.0:
|
1142
1034
|
version "0.7.0"
|
@@ -1257,11 +1149,6 @@ binary-extensions@^1.0.0:
|
|
1257
1149
|
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.13.1.tgz#598afe54755b2868a5330d2aff9d4ebb53209b65"
|
1258
1150
|
integrity sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==
|
1259
1151
|
|
1260
|
-
binary-extensions@^2.0.0:
|
1261
|
-
version "2.0.0"
|
1262
|
-
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.0.0.tgz#23c0df14f6a88077f5f986c0d167ec03c3d5537c"
|
1263
|
-
integrity sha512-Phlt0plgpIIBOGTT/ehfFnbNlfsDEiqmzE2KRXoX1bLIlir4X/MR+zSyBEkL05ffWgnRSf/DXv+WrUAVr93/ow==
|
1264
|
-
|
1265
1152
|
bl@^1.0.0:
|
1266
1153
|
version "1.2.2"
|
1267
1154
|
resolved "https://registry.yarnpkg.com/bl/-/bl-1.2.2.tgz#a160911717103c07410cef63ef51b397c025af9c"
|
@@ -1325,23 +1212,7 @@ braces@^2.3.1, braces@^2.3.2:
|
|
1325
1212
|
split-string "^3.0.2"
|
1326
1213
|
to-regex "^3.0.1"
|
1327
1214
|
|
1328
|
-
|
1329
|
-
version "3.0.2"
|
1330
|
-
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
|
1331
|
-
integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
|
1332
|
-
dependencies:
|
1333
|
-
fill-range "^7.0.1"
|
1334
|
-
|
1335
|
-
browserslist@4.6.6:
|
1336
|
-
version "4.6.6"
|
1337
|
-
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.6.6.tgz#6e4bf467cde520bc9dbdf3747dafa03531cec453"
|
1338
|
-
integrity sha512-D2Nk3W9JL9Fp/gIcWei8LrERCS+eXu9AM5cfXA8WEZ84lFks+ARnZ0q/R69m2SV3Wjma83QDDPxsNKXUwdIsyA==
|
1339
|
-
dependencies:
|
1340
|
-
caniuse-lite "^1.0.30000984"
|
1341
|
-
electron-to-chromium "^1.3.191"
|
1342
|
-
node-releases "^1.1.25"
|
1343
|
-
|
1344
|
-
browserslist@^4.0.0, browserslist@^4.6.0, browserslist@^4.6.3, browserslist@^4.6.6:
|
1215
|
+
browserslist@4.7.0, browserslist@^4.0.0, browserslist@^4.6.0, browserslist@^4.6.6:
|
1345
1216
|
version "4.7.0"
|
1346
1217
|
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.7.0.tgz#9ee89225ffc07db03409f2fee524dc8227458a17"
|
1347
1218
|
integrity sha512-9rGNDtnj+HaahxiVV38Gn8n8Lr8REKsel68v1sPFfIGEK6uSXTY3h9acgiT1dZVtOOUtifo/Dn8daDQ5dUgVsA==
|
@@ -1350,6 +1221,15 @@ browserslist@^4.0.0, browserslist@^4.6.0, browserslist@^4.6.3, browserslist@^4.6
|
|
1350
1221
|
electron-to-chromium "^1.3.247"
|
1351
1222
|
node-releases "^1.1.29"
|
1352
1223
|
|
1224
|
+
browserslist@^4.8.0:
|
1225
|
+
version "4.8.0"
|
1226
|
+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.8.0.tgz#6f06b0f974a7cc3a84babc2ccc56493668e3c789"
|
1227
|
+
integrity sha512-HYnxc/oLRWvJ3TsGegR0SRL/UDnknGq2s/a8dYYEO+kOQ9m9apKoS5oiathLKZdh/e9uE+/J3j92qPlGD/vTqA==
|
1228
|
+
dependencies:
|
1229
|
+
caniuse-lite "^1.0.30001012"
|
1230
|
+
electron-to-chromium "^1.3.317"
|
1231
|
+
node-releases "^1.1.41"
|
1232
|
+
|
1353
1233
|
buffer-alloc-unsafe@^1.1.0:
|
1354
1234
|
version "1.1.0"
|
1355
1235
|
resolved "https://registry.yarnpkg.com/buffer-alloc-unsafe/-/buffer-alloc-unsafe-1.1.0.tgz#bd7dc26ae2972d0eda253be061dba992349c19f0"
|
@@ -1471,11 +1351,16 @@ caniuse-api@^3.0.0:
|
|
1471
1351
|
lodash.memoize "^4.1.2"
|
1472
1352
|
lodash.uniq "^4.5.0"
|
1473
1353
|
|
1474
|
-
caniuse-lite@^1.0.0, caniuse-lite@^1.0.
|
1354
|
+
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000989:
|
1475
1355
|
version "1.0.30000989"
|
1476
1356
|
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000989.tgz#b9193e293ccf7e4426c5245134b8f2a56c0ac4b9"
|
1477
1357
|
integrity sha512-vrMcvSuMz16YY6GSVZ0dWDTJP8jqk3iFQ/Aq5iqblPwxSVVZI+zxDyTX0VPqtQsDnfdrBDcsmhgTEOh5R8Lbpw==
|
1478
1358
|
|
1359
|
+
caniuse-lite@^1.0.30001012:
|
1360
|
+
version "1.0.30001012"
|
1361
|
+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001012.tgz#653ec635e815b9e0fb801890923b0c2079eb34ec"
|
1362
|
+
integrity sha512-7RR4Uh04t9K1uYRWzOJmzplgEOAXbfK72oVNokCdMzA67trrhPzy93ahKk1AWHiA0c58tD2P+NHqxrA8FZ+Trg==
|
1363
|
+
|
1479
1364
|
caseless@~0.12.0:
|
1480
1365
|
version "0.12.0"
|
1481
1366
|
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
|
@@ -1511,6 +1396,14 @@ chalk@^1.0.0, chalk@^1.1.3:
|
|
1511
1396
|
strip-ansi "^3.0.0"
|
1512
1397
|
supports-color "^2.0.0"
|
1513
1398
|
|
1399
|
+
chalk@^3.0.0:
|
1400
|
+
version "3.0.0"
|
1401
|
+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4"
|
1402
|
+
integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==
|
1403
|
+
dependencies:
|
1404
|
+
ansi-styles "^4.1.0"
|
1405
|
+
supports-color "^7.1.0"
|
1406
|
+
|
1514
1407
|
chardet@^0.7.0:
|
1515
1408
|
version "0.7.0"
|
1516
1409
|
resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e"
|
@@ -1557,21 +1450,6 @@ chokidar@^2.0.4:
|
|
1557
1450
|
optionalDependencies:
|
1558
1451
|
fsevents "^1.2.7"
|
1559
1452
|
|
1560
|
-
chokidar@^3.0.2:
|
1561
|
-
version "3.1.0"
|
1562
|
-
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.1.0.tgz#ff23d077682a90eadd209bfa76eb10ed6d359668"
|
1563
|
-
integrity sha512-6vZfo+7W0EOlbSo0nhVKMz4yyssrwiPbBZ8wj1lq8/+l4ZhGZ2U4Md7PspvmijXp1a26D3B7AHEBmIB7aVtaOQ==
|
1564
|
-
dependencies:
|
1565
|
-
anymatch "^3.1.0"
|
1566
|
-
braces "^3.0.2"
|
1567
|
-
glob-parent "^5.0.0"
|
1568
|
-
is-binary-path "^2.1.0"
|
1569
|
-
is-glob "^4.0.1"
|
1570
|
-
normalize-path "^3.0.0"
|
1571
|
-
readdirp "^3.1.1"
|
1572
|
-
optionalDependencies:
|
1573
|
-
fsevents "^2.0.6"
|
1574
|
-
|
1575
1453
|
chownr@^1.1.1:
|
1576
1454
|
version "1.1.2"
|
1577
1455
|
resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.2.tgz#a18f1e0b269c8a6a5d3c86eb298beb14c3dd7bf6"
|
@@ -1654,12 +1532,19 @@ color-convert@^1.9.0, color-convert@^1.9.1:
|
|
1654
1532
|
dependencies:
|
1655
1533
|
color-name "1.1.3"
|
1656
1534
|
|
1535
|
+
color-convert@^2.0.1:
|
1536
|
+
version "2.0.1"
|
1537
|
+
resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3"
|
1538
|
+
integrity sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==
|
1539
|
+
dependencies:
|
1540
|
+
color-name "~1.1.4"
|
1541
|
+
|
1657
1542
|
color-name@1.1.3:
|
1658
1543
|
version "1.1.3"
|
1659
1544
|
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
|
1660
1545
|
integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=
|
1661
1546
|
|
1662
|
-
color-name@^1.0.0:
|
1547
|
+
color-name@^1.0.0, color-name@~1.1.4:
|
1663
1548
|
version "1.1.4"
|
1664
1549
|
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
|
1665
1550
|
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
|
@@ -1695,11 +1580,16 @@ combined-stream@^1.0.6, combined-stream@~1.0.6:
|
|
1695
1580
|
dependencies:
|
1696
1581
|
delayed-stream "~1.0.0"
|
1697
1582
|
|
1698
|
-
commander@^2.15.1
|
1583
|
+
commander@^2.15.1:
|
1699
1584
|
version "2.20.0"
|
1700
1585
|
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.0.tgz#d58bb2b5c1ee8f87b0d340027e9e94e222c5a422"
|
1701
1586
|
integrity sha512-7j2y+40w61zy6YC2iRNpUe/NwhNyoXrYpHMrSunaMG64nRnaf96zO/KMQR4OyN/UnE5KLyEBnKHd4aG3rskjpQ==
|
1702
1587
|
|
1588
|
+
commander@^4.0.1:
|
1589
|
+
version "4.0.1"
|
1590
|
+
resolved "https://registry.yarnpkg.com/commander/-/commander-4.0.1.tgz#b67622721785993182e807f4883633e6401ba53c"
|
1591
|
+
integrity sha512-IPF4ouhCP+qdlcmCedhxX4xiGBPyigb8v5NeUp+0LyhwLgxMqyp3S0vl7TAPfS/hiP7FC3caI/PB9lTmP8r1NA==
|
1592
|
+
|
1703
1593
|
commander@~2.8.1:
|
1704
1594
|
version "2.8.1"
|
1705
1595
|
resolved "https://registry.yarnpkg.com/commander/-/commander-2.8.1.tgz#06be367febfda0c330aa1e2a072d3dc9762425d4"
|
@@ -2025,7 +1915,7 @@ debug@4.1.0:
|
|
2025
1915
|
dependencies:
|
2026
1916
|
ms "^2.1.1"
|
2027
1917
|
|
2028
|
-
debug@^3.1.0, debug@^3.2.5, debug@^3.2.6:
|
1918
|
+
debug@^3.1.0, debug@^3.1.1, debug@^3.2.5, debug@^3.2.6:
|
2029
1919
|
version "3.2.6"
|
2030
1920
|
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b"
|
2031
1921
|
integrity sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==
|
@@ -2199,27 +2089,26 @@ dir-glob@2.0.0:
|
|
2199
2089
|
arrify "^1.0.1"
|
2200
2090
|
path-type "^3.0.0"
|
2201
2091
|
|
2202
|
-
docusaurus@^1.14.
|
2203
|
-
version "1.14.
|
2204
|
-
resolved "https://registry.yarnpkg.com/docusaurus/-/docusaurus-1.14.
|
2205
|
-
integrity sha512-
|
2092
|
+
docusaurus@^1.14.2:
|
2093
|
+
version "1.14.2"
|
2094
|
+
resolved "https://registry.yarnpkg.com/docusaurus/-/docusaurus-1.14.2.tgz#6631a1cb34f82345147ed12af8233a3b2b43428e"
|
2095
|
+
integrity sha512-hPn2v8UDsxZ+rAB+HdrNg4iK0VccubB2y9fJle4kag5MKlk1jele07hyXKhGgOvW2KSroRMHQVFF9EIeS0yYRg==
|
2206
2096
|
dependencies:
|
2207
|
-
"@babel/core" "^7.
|
2208
|
-
"@babel/plugin-proposal-class-properties" "^7.
|
2097
|
+
"@babel/core" "^7.7.2"
|
2098
|
+
"@babel/plugin-proposal-class-properties" "^7.7.0"
|
2209
2099
|
"@babel/plugin-proposal-object-rest-spread" "^7.6.2"
|
2210
|
-
"@babel/polyfill" "^7.
|
2211
|
-
"@babel/preset-env" "^7.
|
2212
|
-
"@babel/preset-react" "^7.
|
2213
|
-
"@babel/register" "^7.
|
2214
|
-
"@babel/traverse" "^7.
|
2215
|
-
"@babel/types" "^7.
|
2216
|
-
autoprefixer "^9.
|
2100
|
+
"@babel/polyfill" "^7.6.0"
|
2101
|
+
"@babel/preset-env" "^7.7.1"
|
2102
|
+
"@babel/preset-react" "^7.7.0"
|
2103
|
+
"@babel/register" "^7.7.0"
|
2104
|
+
"@babel/traverse" "^7.7.2"
|
2105
|
+
"@babel/types" "^7.7.2"
|
2106
|
+
autoprefixer "^9.7.0"
|
2217
2107
|
babylon "^6.18.0"
|
2218
|
-
chalk "^
|
2219
|
-
chokidar "^3.0.2"
|
2108
|
+
chalk "^3.0.0"
|
2220
2109
|
classnames "^2.2.6"
|
2221
2110
|
color "^2.0.1"
|
2222
|
-
commander "^
|
2111
|
+
commander "^4.0.1"
|
2223
2112
|
cross-spawn "^6.0.5"
|
2224
2113
|
crowdin-cli "^0.3.0"
|
2225
2114
|
cssnano "^4.1.10"
|
@@ -2228,8 +2117,9 @@ docusaurus@^1.14.0:
|
|
2228
2117
|
feed "^1.1.0"
|
2229
2118
|
fs-extra "^8.1.0"
|
2230
2119
|
gaze "^1.1.3"
|
2231
|
-
|
2232
|
-
|
2120
|
+
github-slugger "^1.2.1"
|
2121
|
+
glob "^7.1.5"
|
2122
|
+
highlight.js "^9.16.1"
|
2233
2123
|
imagemin "^6.0.0"
|
2234
2124
|
imagemin-gifsicle "^6.0.1"
|
2235
2125
|
imagemin-jpegtran "^6.0.0"
|
@@ -2238,21 +2128,20 @@ docusaurus@^1.14.0:
|
|
2238
2128
|
lodash "^4.17.15"
|
2239
2129
|
markdown-toc "^1.2.0"
|
2240
2130
|
mkdirp "^0.5.1"
|
2241
|
-
portfinder "^1.0.
|
2242
|
-
postcss "^7.0.
|
2131
|
+
portfinder "^1.0.25"
|
2132
|
+
postcss "^7.0.21"
|
2243
2133
|
prismjs "^1.17.1"
|
2244
2134
|
react "^16.8.4"
|
2245
|
-
react-dev-utils "^9.0
|
2135
|
+
react-dev-utils "^9.1.0"
|
2246
2136
|
react-dom "^16.8.4"
|
2247
|
-
remarkable "^
|
2137
|
+
remarkable "^2.0.0"
|
2248
2138
|
request "^2.88.0"
|
2249
2139
|
shelljs "^0.8.3"
|
2250
2140
|
sitemap "^3.2.2"
|
2251
|
-
striptags "^3.1.1"
|
2252
2141
|
tcp-port-used "^1.0.1"
|
2253
2142
|
tiny-lr "^1.1.1"
|
2254
2143
|
tree-node-cli "^1.2.5"
|
2255
|
-
truncate-html "^1.0.
|
2144
|
+
truncate-html "^1.0.3"
|
2256
2145
|
|
2257
2146
|
dom-serializer@0:
|
2258
2147
|
version "0.2.1"
|
@@ -2368,11 +2257,21 @@ ee-first@1.1.1:
|
|
2368
2257
|
resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d"
|
2369
2258
|
integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=
|
2370
2259
|
|
2371
|
-
electron-to-chromium@^1.3.
|
2260
|
+
electron-to-chromium@^1.3.247:
|
2372
2261
|
version "1.3.260"
|
2373
2262
|
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.260.tgz#ffd686b4810bab0e1a428e7af5f08c21fe7c1fa2"
|
2374
2263
|
integrity sha512-wGt+OivF1C1MPwaSv3LJ96ebNbLAWlx3HndivDDWqwIVSQxmhL17Y/YmwUdEMtS/bPyommELt47Dct0/VZNQBQ==
|
2375
2264
|
|
2265
|
+
electron-to-chromium@^1.3.317:
|
2266
|
+
version "1.3.318"
|
2267
|
+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.318.tgz#267ce297062fe25c229698827f3229b0ac11c0cf"
|
2268
|
+
integrity sha512-1RHv5OZGuVKvWYMVR6g1QVQVrsJRaujry04R/6t/7JVs68Ra4V8ewv63fiwcq0uiT302lyTocc1rbNcRuj/HLA==
|
2269
|
+
|
2270
|
+
"emoji-regex@>=6.0.0 <=6.1.1":
|
2271
|
+
version "6.1.1"
|
2272
|
+
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-6.1.1.tgz#c6cd0ec1b0642e2a3c67a1137efc5e796da4f88e"
|
2273
|
+
integrity sha1-xs0OwbBkLio8Z6ETfvxeeW2k+I4=
|
2274
|
+
|
2376
2275
|
emojis-list@^2.0.0:
|
2377
2276
|
version "2.1.0"
|
2378
2277
|
resolved "https://registry.yarnpkg.com/emojis-list/-/emojis-list-2.1.0.tgz#4daa4d9db00f9819880c79fa457ae5b09a1fd389"
|
@@ -2779,13 +2678,6 @@ fill-range@^4.0.0:
|
|
2779
2678
|
repeat-string "^1.6.1"
|
2780
2679
|
to-regex-range "^2.1.0"
|
2781
2680
|
|
2782
|
-
fill-range@^7.0.1:
|
2783
|
-
version "7.0.1"
|
2784
|
-
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40"
|
2785
|
-
integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==
|
2786
|
-
dependencies:
|
2787
|
-
to-regex-range "^5.0.1"
|
2788
|
-
|
2789
2681
|
finalhandler@~1.1.2:
|
2790
2682
|
version "1.1.2"
|
2791
2683
|
resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.1.2.tgz#b7e7d000ffd11938d0fdb053506f6ebabe9f587d"
|
@@ -2930,11 +2822,6 @@ fsevents@^1.2.7:
|
|
2930
2822
|
nan "^2.12.1"
|
2931
2823
|
node-pre-gyp "^0.12.0"
|
2932
2824
|
|
2933
|
-
fsevents@^2.0.6:
|
2934
|
-
version "2.0.7"
|
2935
|
-
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.0.7.tgz#382c9b443c6cbac4c57187cdda23aa3bf1ccfc2a"
|
2936
|
-
integrity sha512-a7YT0SV3RB+DjYcppwVDLtn13UQnmg0SWZS7ezZD0UjnLwXmy8Zm21GMVGLaFGimIqcvyMQaOJBrop8MyOp1kQ==
|
2937
|
-
|
2938
2825
|
function-bind@^1.1.1:
|
2939
2826
|
version "1.1.1"
|
2940
2827
|
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
|
@@ -3015,6 +2902,13 @@ gifsicle@^4.0.0:
|
|
3015
2902
|
execa "^1.0.0"
|
3016
2903
|
logalot "^2.0.0"
|
3017
2904
|
|
2905
|
+
github-slugger@^1.2.1:
|
2906
|
+
version "1.2.1"
|
2907
|
+
resolved "https://registry.yarnpkg.com/github-slugger/-/github-slugger-1.2.1.tgz#47e904e70bf2dccd0014748142d31126cfd49508"
|
2908
|
+
integrity sha512-SsZUjg/P03KPzQBt7OxJPasGw6NRO5uOgiZ5RGXVud5iSIZ0eNZeNp5rTwCxtavrRUa/A77j8mePVc5lEvk0KQ==
|
2909
|
+
dependencies:
|
2910
|
+
emoji-regex ">=6.0.0 <=6.1.1"
|
2911
|
+
|
3018
2912
|
glob-parent@^3.1.0:
|
3019
2913
|
version "3.1.0"
|
3020
2914
|
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-3.1.0.tgz#9e6af6299d8d3bd2bd40430832bd113df906c5ae"
|
@@ -3023,22 +2917,15 @@ glob-parent@^3.1.0:
|
|
3023
2917
|
is-glob "^3.1.0"
|
3024
2918
|
path-dirname "^1.0.0"
|
3025
2919
|
|
3026
|
-
glob-parent@^5.0.0:
|
3027
|
-
version "5.0.0"
|
3028
|
-
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.0.0.tgz#1dc99f0f39b006d3e92c2c284068382f0c20e954"
|
3029
|
-
integrity sha512-Z2RwiujPRGluePM6j699ktJYxmPpJKCfpGA13jz2hmFZC7gKetzrWvg5KN3+OsIFmydGyZ1AVwERCq1w/ZZwRg==
|
3030
|
-
dependencies:
|
3031
|
-
is-glob "^4.0.1"
|
3032
|
-
|
3033
2920
|
glob-to-regexp@^0.3.0:
|
3034
2921
|
version "0.3.0"
|
3035
2922
|
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz#8c5a1494d2066c570cc3bfe4496175acc4d502ab"
|
3036
2923
|
integrity sha1-jFoUlNIGbFcMw7/kSWF1rMTVAqs=
|
3037
2924
|
|
3038
|
-
glob@^7.0.0, glob@^7.0.5, glob@^7.1.2, glob@^7.1.3, glob@~7.1.1:
|
3039
|
-
version "7.1.
|
3040
|
-
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.
|
3041
|
-
integrity sha512-
|
2925
|
+
glob@^7.0.0, glob@^7.0.5, glob@^7.1.2, glob@^7.1.3, glob@^7.1.5, glob@~7.1.1:
|
2926
|
+
version "7.1.6"
|
2927
|
+
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
|
2928
|
+
integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==
|
3042
2929
|
dependencies:
|
3043
2930
|
fs.realpath "^1.0.0"
|
3044
2931
|
inflight "^1.0.4"
|
@@ -3203,6 +3090,11 @@ has-flag@^3.0.0:
|
|
3203
3090
|
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
|
3204
3091
|
integrity sha1-tdRU3CGZriJWmfNGfloH87lVuv0=
|
3205
3092
|
|
3093
|
+
has-flag@^4.0.0:
|
3094
|
+
version "4.0.0"
|
3095
|
+
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b"
|
3096
|
+
integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==
|
3097
|
+
|
3206
3098
|
has-symbol-support-x@^1.4.1:
|
3207
3099
|
version "1.4.2"
|
3208
3100
|
resolved "https://registry.yarnpkg.com/has-symbol-support-x/-/has-symbol-support-x-1.4.2.tgz#1409f98bc00247da45da67cee0a36f282ff26455"
|
@@ -3268,10 +3160,10 @@ hex-color-regex@^1.1.0:
|
|
3268
3160
|
resolved "https://registry.yarnpkg.com/hex-color-regex/-/hex-color-regex-1.1.0.tgz#4c06fccb4602fe2602b3c93df82d7e7dbf1a8a8e"
|
3269
3161
|
integrity sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ==
|
3270
3162
|
|
3271
|
-
highlight.js@^9.
|
3272
|
-
version "9.
|
3273
|
-
resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-9.
|
3274
|
-
integrity sha512-
|
3163
|
+
highlight.js@^9.16.1:
|
3164
|
+
version "9.16.2"
|
3165
|
+
resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-9.16.2.tgz#68368d039ffe1c6211bcc07e483daf95de3e403e"
|
3166
|
+
integrity sha512-feMUrVLZvjy0oC7FVJQcSQRqbBq9kwqnYE4+Kj9ZjbHh3g+BisiPgF49NyQbVLNdrL/qqZr3Ca9yOKwgn2i/tw==
|
3275
3167
|
|
3276
3168
|
hosted-git-info@^2.1.4:
|
3277
3169
|
version "2.8.4"
|
@@ -3555,13 +3447,6 @@ is-binary-path@^1.0.0:
|
|
3555
3447
|
dependencies:
|
3556
3448
|
binary-extensions "^1.0.0"
|
3557
3449
|
|
3558
|
-
is-binary-path@^2.1.0:
|
3559
|
-
version "2.1.0"
|
3560
|
-
resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-2.1.0.tgz#ea1f7f3b80f064236e83470f86c09c254fb45b09"
|
3561
|
-
integrity sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==
|
3562
|
-
dependencies:
|
3563
|
-
binary-extensions "^2.0.0"
|
3564
|
-
|
3565
3450
|
is-buffer@^1.1.5:
|
3566
3451
|
version "1.1.6"
|
3567
3452
|
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
|
@@ -3676,7 +3561,7 @@ is-glob@^3.1.0:
|
|
3676
3561
|
dependencies:
|
3677
3562
|
is-extglob "^2.1.0"
|
3678
3563
|
|
3679
|
-
is-glob@^4.0.0
|
3564
|
+
is-glob@^4.0.0:
|
3680
3565
|
version "4.0.1"
|
3681
3566
|
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.1.tgz#7567dbe9f2f5e2467bc77ab83c4a29482407a5dc"
|
3682
3567
|
integrity sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==
|
@@ -3712,11 +3597,6 @@ is-number@^4.0.0:
|
|
3712
3597
|
resolved "https://registry.yarnpkg.com/is-number/-/is-number-4.0.0.tgz#0026e37f5454d73e356dfe6564699867c6a7f0ff"
|
3713
3598
|
integrity sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ==
|
3714
3599
|
|
3715
|
-
is-number@^7.0.0:
|
3716
|
-
version "7.0.0"
|
3717
|
-
resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b"
|
3718
|
-
integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==
|
3719
|
-
|
3720
3600
|
is-obj@^1.0.0:
|
3721
3601
|
version "1.0.1"
|
3722
3602
|
resolved "https://registry.yarnpkg.com/is-obj/-/is-obj-1.0.1.tgz#3e4729ac1f5fde025cd7d83a896dab9f4f67db0f"
|
@@ -3957,11 +3837,6 @@ jsonfile@^4.0.0:
|
|
3957
3837
|
optionalDependencies:
|
3958
3838
|
graceful-fs "^4.1.6"
|
3959
3839
|
|
3960
|
-
jsonify@~0.0.0:
|
3961
|
-
version "0.0.0"
|
3962
|
-
resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73"
|
3963
|
-
integrity sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM=
|
3964
|
-
|
3965
3840
|
jsprim@^1.2.2:
|
3966
3841
|
version "1.4.1"
|
3967
3842
|
resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.1.tgz#313e66bc1e5cc06e438bc1b7499c2e5c56acb6a2"
|
@@ -4166,7 +4041,7 @@ lodash.uniq@^4.5.0:
|
|
4166
4041
|
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
|
4167
4042
|
integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=
|
4168
4043
|
|
4169
|
-
lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.15, lodash@~4.17.10:
|
4044
|
+
lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@~4.17.10:
|
4170
4045
|
version "4.17.15"
|
4171
4046
|
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
|
4172
4047
|
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
|
@@ -4429,7 +4304,7 @@ mixin-deep@^1.1.3, mixin-deep@^1.2.0:
|
|
4429
4304
|
for-in "^1.0.2"
|
4430
4305
|
is-extendable "^1.0.1"
|
4431
4306
|
|
4432
|
-
mkdirp
|
4307
|
+
mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@~0.5.1:
|
4433
4308
|
version "0.5.1"
|
4434
4309
|
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903"
|
4435
4310
|
integrity sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=
|
@@ -4518,13 +4393,20 @@ node-pre-gyp@^0.12.0:
|
|
4518
4393
|
semver "^5.3.0"
|
4519
4394
|
tar "^4"
|
4520
4395
|
|
4521
|
-
node-releases@^1.1.
|
4396
|
+
node-releases@^1.1.29:
|
4522
4397
|
version "1.1.32"
|
4523
4398
|
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.32.tgz#485b35c1bf9b4d8baa105d782f8ca731e518276e"
|
4524
4399
|
integrity sha512-VhVknkitq8dqtWoluagsGPn3dxTvN9fwgR59fV3D7sLBHe0JfDramsMI8n8mY//ccq/Kkrf8ZRHRpsyVZ3qw1A==
|
4525
4400
|
dependencies:
|
4526
4401
|
semver "^5.3.0"
|
4527
4402
|
|
4403
|
+
node-releases@^1.1.41:
|
4404
|
+
version "1.1.41"
|
4405
|
+
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.41.tgz#57674a82a37f812d18e3b26118aefaf53a00afed"
|
4406
|
+
integrity sha512-+IctMa7wIs8Cfsa8iYzeaLTFwv5Y4r5jZud+4AnfymzeEXKBCavFX0KBgzVaPVqf0ywa6PrO8/b+bPqdwjGBSg==
|
4407
|
+
dependencies:
|
4408
|
+
semver "^6.3.0"
|
4409
|
+
|
4528
4410
|
nopt@^4.0.1:
|
4529
4411
|
version "4.0.1"
|
4530
4412
|
resolved "https://registry.yarnpkg.com/nopt/-/nopt-4.0.1.tgz#d0d4685afd5415193c8c7505602d0d17cd64474d"
|
@@ -4960,11 +4842,6 @@ performance-now@^2.1.0:
|
|
4960
4842
|
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
|
4961
4843
|
integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
|
4962
4844
|
|
4963
|
-
picomatch@^2.0.4:
|
4964
|
-
version "2.0.7"
|
4965
|
-
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.0.7.tgz#514169d8c7cd0bdbeecc8a2609e34a7163de69f6"
|
4966
|
-
integrity sha512-oLHIdio3tZ0qH76NybpeneBhYVj0QFTfXEFTc/B3zKQspYfYYkWYgFsmzo+4kvId/bQRcNkVeguI3y+CD22BtA==
|
4967
|
-
|
4968
4845
|
pify@^2.0.0, pify@^2.2.0, pify@^2.3.0:
|
4969
4846
|
version "2.3.0"
|
4970
4847
|
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
|
@@ -5013,14 +4890,14 @@ pkg-up@2.0.0:
|
|
5013
4890
|
dependencies:
|
5014
4891
|
find-up "^2.1.0"
|
5015
4892
|
|
5016
|
-
portfinder@^1.0.
|
5017
|
-
version "1.0.
|
5018
|
-
resolved "https://registry.yarnpkg.com/portfinder/-/portfinder-1.0.
|
5019
|
-
integrity sha512-
|
4893
|
+
portfinder@^1.0.25:
|
4894
|
+
version "1.0.25"
|
4895
|
+
resolved "https://registry.yarnpkg.com/portfinder/-/portfinder-1.0.25.tgz#254fd337ffba869f4b9d37edc298059cb4d35eca"
|
4896
|
+
integrity sha512-6ElJnHBbxVA1XSLgBp7G1FiCkQdlqGzuF7DswL5tcea+E8UpuvPU7beVAjjRwCioTS9ZluNbu+ZyRvgTsmqEBg==
|
5020
4897
|
dependencies:
|
5021
|
-
async "^
|
5022
|
-
debug "^
|
5023
|
-
mkdirp "0.5.
|
4898
|
+
async "^2.6.2"
|
4899
|
+
debug "^3.1.1"
|
4900
|
+
mkdirp "^0.5.1"
|
5024
4901
|
|
5025
4902
|
posix-character-classes@^0.1.0:
|
5026
4903
|
version "0.1.1"
|
@@ -5298,15 +5175,15 @@ postcss-value-parser@^3.0.0, postcss-value-parser@^3.3.1:
|
|
5298
5175
|
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz#9ff822547e2893213cf1c30efa51ac5fd1ba8281"
|
5299
5176
|
integrity sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==
|
5300
5177
|
|
5301
|
-
postcss-value-parser@^4.0.
|
5178
|
+
postcss-value-parser@^4.0.2:
|
5302
5179
|
version "4.0.2"
|
5303
5180
|
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.0.2.tgz#482282c09a42706d1fc9a069b73f44ec08391dc9"
|
5304
5181
|
integrity sha512-LmeoohTpp/K4UiyQCwuGWlONxXamGzCMtFxLq4W1nZVGIQLYvMCJx3yAF9qyyuFpflABI9yVdtJAqbihOsCsJQ==
|
5305
5182
|
|
5306
|
-
postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.
|
5307
|
-
version "7.0.
|
5308
|
-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.
|
5309
|
-
integrity sha512
|
5183
|
+
postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.21, postcss@^7.0.23, postcss@^7.0.5:
|
5184
|
+
version "7.0.23"
|
5185
|
+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.23.tgz#9f9759fad661b15964f3cfc3140f66f1e05eadc1"
|
5186
|
+
integrity sha512-hOlMf3ouRIFXD+j2VJecwssTwbvsPGJVMzupptg+85WA+i7MwyrydmQAgY3R+m0Bc0exunhbJmijy8u8+vufuQ==
|
5310
5187
|
dependencies:
|
5311
5188
|
chalk "^2.4.2"
|
5312
5189
|
source-map "^0.6.1"
|
@@ -5465,14 +5342,14 @@ rc@^1.2.7:
|
|
5465
5342
|
minimist "^1.2.0"
|
5466
5343
|
strip-json-comments "~2.0.1"
|
5467
5344
|
|
5468
|
-
react-dev-utils@^9.0
|
5469
|
-
version "9.0
|
5470
|
-
resolved "https://registry.yarnpkg.com/react-dev-utils/-/react-dev-utils-9.0.
|
5471
|
-
integrity sha512-
|
5345
|
+
react-dev-utils@^9.1.0:
|
5346
|
+
version "9.1.0"
|
5347
|
+
resolved "https://registry.yarnpkg.com/react-dev-utils/-/react-dev-utils-9.1.0.tgz#3ad2bb8848a32319d760d0a84c56c14bdaae5e81"
|
5348
|
+
integrity sha512-X2KYF/lIGyGwP/F/oXgGDF24nxDA2KC4b7AFto+eqzc/t838gpSGiaU8trTqHXOohuLxxc5qi1eDzsl9ucPDpg==
|
5472
5349
|
dependencies:
|
5473
5350
|
"@babel/code-frame" "7.5.5"
|
5474
|
-
address "1.1.
|
5475
|
-
browserslist "4.
|
5351
|
+
address "1.1.2"
|
5352
|
+
browserslist "4.7.0"
|
5476
5353
|
chalk "2.4.2"
|
5477
5354
|
cross-spawn "6.0.5"
|
5478
5355
|
detect-port-alt "1.1.6"
|
@@ -5489,10 +5366,10 @@ react-dev-utils@^9.0.1:
|
|
5489
5366
|
loader-utils "1.2.3"
|
5490
5367
|
open "^6.3.0"
|
5491
5368
|
pkg-up "2.0.0"
|
5492
|
-
react-error-overlay "^6.0.
|
5369
|
+
react-error-overlay "^6.0.3"
|
5493
5370
|
recursive-readdir "2.2.2"
|
5494
|
-
shell-quote "1.
|
5495
|
-
sockjs-client "1.
|
5371
|
+
shell-quote "1.7.2"
|
5372
|
+
sockjs-client "1.4.0"
|
5496
5373
|
strip-ansi "5.2.0"
|
5497
5374
|
text-table "0.2.0"
|
5498
5375
|
|
@@ -5506,10 +5383,10 @@ react-dom@^16.8.4:
|
|
5506
5383
|
prop-types "^15.6.2"
|
5507
5384
|
scheduler "^0.15.0"
|
5508
5385
|
|
5509
|
-
react-error-overlay@^6.0.
|
5510
|
-
version "6.0.
|
5511
|
-
resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.
|
5512
|
-
integrity sha512-
|
5386
|
+
react-error-overlay@^6.0.3:
|
5387
|
+
version "6.0.3"
|
5388
|
+
resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.3.tgz#c378c4b0a21e88b2e159a3e62b2f531fd63bf60d"
|
5389
|
+
integrity sha512-bOUvMWFQVk5oz8Ded9Xb7WVdEi3QGLC8tH7HmYP0Fdp4Bn3qw0tRFmr5TW6mvahzvmrK4a6bqWGfCevBflP+Xw==
|
5513
5390
|
|
5514
5391
|
react-is@^16.8.1:
|
5515
5392
|
version "16.9.0"
|
@@ -5573,13 +5450,6 @@ readdirp@^2.2.1:
|
|
5573
5450
|
micromatch "^3.1.10"
|
5574
5451
|
readable-stream "^2.0.2"
|
5575
5452
|
|
5576
|
-
readdirp@^3.1.1:
|
5577
|
-
version "3.1.2"
|
5578
|
-
resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.1.2.tgz#fa85d2d14d4289920e4671dead96431add2ee78a"
|
5579
|
-
integrity sha512-8rhl0xs2cxfVsqzreYCvs8EwBfn/DhVdqtoLmw19uI3SC5avYX9teCurlErfpPXGmYtMHReGaP2RsLnFvz/lnw==
|
5580
|
-
dependencies:
|
5581
|
-
picomatch "^2.0.4"
|
5582
|
-
|
5583
5453
|
rechoir@^0.6.2:
|
5584
5454
|
version "0.6.2"
|
5585
5455
|
resolved "https://registry.yarnpkg.com/rechoir/-/rechoir-0.6.2.tgz#85204b54dba82d5742e28c96756ef43af50e3384"
|
@@ -5658,7 +5528,7 @@ regjsparser@^0.6.0:
|
|
5658
5528
|
dependencies:
|
5659
5529
|
jsesc "~0.5.0"
|
5660
5530
|
|
5661
|
-
remarkable@^1.7.1
|
5531
|
+
remarkable@^1.7.1:
|
5662
5532
|
version "1.7.4"
|
5663
5533
|
resolved "https://registry.yarnpkg.com/remarkable/-/remarkable-1.7.4.tgz#19073cb960398c87a7d6546eaa5e50d2022fcd00"
|
5664
5534
|
integrity sha512-e6NKUXgX95whv7IgddywbeN/ItCkWbISmc2DiqHJb0wTrqZIexqdco5b8Z3XZoo/48IdNVKM9ZCvTPJ4F5uvhg==
|
@@ -5666,6 +5536,14 @@ remarkable@^1.7.1, remarkable@^1.7.4:
|
|
5666
5536
|
argparse "^1.0.10"
|
5667
5537
|
autolinker "~0.28.0"
|
5668
5538
|
|
5539
|
+
remarkable@^2.0.0:
|
5540
|
+
version "2.0.0"
|
5541
|
+
resolved "https://registry.yarnpkg.com/remarkable/-/remarkable-2.0.0.tgz#795f965bede8300362ce51a716edc322d9e7a4ca"
|
5542
|
+
integrity sha512-3gvKFAgL4xmmVRKAMNm6UzDo/rO2gPVkZrWagp6AXEA4JvCcMcRx9aapYbb7AJAmLLvi/u06+EhzqoS7ha9qOg==
|
5543
|
+
dependencies:
|
5544
|
+
argparse "^1.0.10"
|
5545
|
+
autolinker "^3.11.0"
|
5546
|
+
|
5669
5547
|
remove-trailing-separator@^1.0.1:
|
5670
5548
|
version "1.1.0"
|
5671
5549
|
resolved "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz#c24bce2a283adad5bc3f58e0d48249b92379d8ef"
|
@@ -5934,15 +5812,10 @@ shebang-regex@^1.0.0:
|
|
5934
5812
|
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
|
5935
5813
|
integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=
|
5936
5814
|
|
5937
|
-
shell-quote@1.
|
5938
|
-
version "1.
|
5939
|
-
resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.
|
5940
|
-
integrity
|
5941
|
-
dependencies:
|
5942
|
-
array-filter "~0.0.0"
|
5943
|
-
array-map "~0.0.0"
|
5944
|
-
array-reduce "~0.0.0"
|
5945
|
-
jsonify "~0.0.0"
|
5815
|
+
shell-quote@1.7.2:
|
5816
|
+
version "1.7.2"
|
5817
|
+
resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.2.tgz#67a7d02c76c9da24f99d20808fcaded0e0e04be2"
|
5818
|
+
integrity sha512-mRz/m/JVscCrkMyPqHc/bczi3OQHkLTqXHEFu0zDhK/qfv3UcOA4SVmRCLmos4bhjr9ekVQubj/R7waKapmiQg==
|
5946
5819
|
|
5947
5820
|
shelljs@^0.8.3:
|
5948
5821
|
version "0.8.3"
|
@@ -6010,10 +5883,10 @@ snapdragon@^0.8.1:
|
|
6010
5883
|
source-map-resolve "^0.5.0"
|
6011
5884
|
use "^3.1.0"
|
6012
5885
|
|
6013
|
-
sockjs-client@1.
|
6014
|
-
version "1.
|
6015
|
-
resolved "https://registry.yarnpkg.com/sockjs-client/-/sockjs-client-1.
|
6016
|
-
integrity sha512-
|
5886
|
+
sockjs-client@1.4.0:
|
5887
|
+
version "1.4.0"
|
5888
|
+
resolved "https://registry.yarnpkg.com/sockjs-client/-/sockjs-client-1.4.0.tgz#c9f2568e19c8fd8173b4997ea3420e0bb306c7d5"
|
5889
|
+
integrity sha512-5zaLyO8/nri5cua0VtOrFXBPK1jbL4+1cebT/mmKA1E1ZXOvJrII75bPu0l0k843G/+iAbhEqzyKr0w/eCCj7g==
|
6017
5890
|
dependencies:
|
6018
5891
|
debug "^3.2.5"
|
6019
5892
|
eventsource "^1.0.7"
|
@@ -6283,11 +6156,6 @@ strip-outer@^1.0.0:
|
|
6283
6156
|
dependencies:
|
6284
6157
|
escape-string-regexp "^1.0.2"
|
6285
6158
|
|
6286
|
-
striptags@^3.1.1:
|
6287
|
-
version "3.1.1"
|
6288
|
-
resolved "https://registry.yarnpkg.com/striptags/-/striptags-3.1.1.tgz#c8c3e7fdd6fb4bb3a32a3b752e5b5e3e38093ebd"
|
6289
|
-
integrity sha1-yMPn/db7S7OjKjt1LltePjgJPr0=
|
6290
|
-
|
6291
6159
|
stylehacks@^4.0.0:
|
6292
6160
|
version "4.0.3"
|
6293
6161
|
resolved "https://registry.yarnpkg.com/stylehacks/-/stylehacks-4.0.3.tgz#6718fcaf4d1e07d8a1318690881e8d96726a71d5"
|
@@ -6316,6 +6184,13 @@ supports-color@^6.1.0:
|
|
6316
6184
|
dependencies:
|
6317
6185
|
has-flag "^3.0.0"
|
6318
6186
|
|
6187
|
+
supports-color@^7.1.0:
|
6188
|
+
version "7.1.0"
|
6189
|
+
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.1.0.tgz#68e32591df73e25ad1c4b49108a2ec507962bfd1"
|
6190
|
+
integrity sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g==
|
6191
|
+
dependencies:
|
6192
|
+
has-flag "^4.0.0"
|
6193
|
+
|
6319
6194
|
svgo@^1.0.0, svgo@^1.0.5:
|
6320
6195
|
version "1.3.0"
|
6321
6196
|
resolved "https://registry.yarnpkg.com/svgo/-/svgo-1.3.0.tgz#bae51ba95ded9a33a36b7c46ce9c359ae9154313"
|
@@ -6464,13 +6339,6 @@ to-regex-range@^2.1.0:
|
|
6464
6339
|
is-number "^3.0.0"
|
6465
6340
|
repeat-string "^1.6.1"
|
6466
6341
|
|
6467
|
-
to-regex-range@^5.0.1:
|
6468
|
-
version "5.0.1"
|
6469
|
-
resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz#1648c44aae7c8d988a326018ed72f5b4dd0392e4"
|
6470
|
-
integrity sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==
|
6471
|
-
dependencies:
|
6472
|
-
is-number "^7.0.0"
|
6473
|
-
|
6474
6342
|
to-regex@^3.0.1, to-regex@^3.0.2:
|
6475
6343
|
version "3.0.2"
|
6476
6344
|
resolved "https://registry.yarnpkg.com/to-regex/-/to-regex-3.0.2.tgz#13cfdd9b336552f30b51f33a8ae1b42a7a7599ce"
|
@@ -6525,7 +6393,7 @@ trim-repeated@^1.0.0:
|
|
6525
6393
|
dependencies:
|
6526
6394
|
escape-string-regexp "^1.0.2"
|
6527
6395
|
|
6528
|
-
truncate-html@^1.0.
|
6396
|
+
truncate-html@^1.0.3:
|
6529
6397
|
version "1.0.3"
|
6530
6398
|
resolved "https://registry.yarnpkg.com/truncate-html/-/truncate-html-1.0.3.tgz#0166dfc7890626130c2e4174c6b73d4d63993e5f"
|
6531
6399
|
integrity sha512-1o1prdRv+iehXcGwn29YgXU17DotHkr+OK3ijVEG7FGMwHNG9RyobXwimw6djDvbIc24rhmz3tjNNvNESjkNkQ==
|
@@ -6533,7 +6401,7 @@ truncate-html@^1.0.2:
|
|
6533
6401
|
"@types/cheerio" "^0.22.8"
|
6534
6402
|
cheerio "0.22.0"
|
6535
6403
|
|
6536
|
-
tslib@^1.9.0:
|
6404
|
+
tslib@^1.9.0, tslib@^1.9.3:
|
6537
6405
|
version "1.10.0"
|
6538
6406
|
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.10.0.tgz#c3c19f95973fb0a62973fb09d90d961ee43e5c8a"
|
6539
6407
|
integrity sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ==
|