goodcheck 2.5.1 → 2.5.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/dependabot.yml +18 -0
- data/.github/workflows/release.yml +1 -1
- data/CHANGELOG.md +4 -0
- data/docusaurus/website/versions.json +1 -0
- data/docusaurus/website/yarn.lock +1175 -1377
- data/lib/goodcheck/buffer.rb +4 -2
- data/lib/goodcheck/version.rb +1 -1
- metadata +6 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5a8fa2f7ee1e8534b3495e3d77a0d0cfb8b49eeaefc77a6507fee9604e0b829a
|
4
|
+
data.tar.gz: 5cd0ac1288b2bb90978998410ff93e234ec08bc645b2ace741f339e0e0b811b2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dbadbb4097eb8ba35fff5845ade562e47830c197297176118f5144ad984132331f890ef9f7b1e30f14e66ae9d43df64819fb7794dd3059f22fe46e75fcd76a6a
|
7
|
+
data.tar.gz: 3728f7b3037174382675361fa05be02e0f1bf1ede5cb6aadacef2098c062568a95e560a10eed72bffd12baac171b636279738ecf3cccd78be11526922bba50bb
|
@@ -0,0 +1,18 @@
|
|
1
|
+
version: 2
|
2
|
+
updates:
|
3
|
+
- package-ecosystem: bundler
|
4
|
+
directory: "/"
|
5
|
+
schedule:
|
6
|
+
interval: monthly
|
7
|
+
time: "09:00"
|
8
|
+
timezone: Asia/Tokyo
|
9
|
+
open-pull-requests-limit: 10
|
10
|
+
versioning-strategy: increase
|
11
|
+
- package-ecosystem: npm
|
12
|
+
directory: "/docusaurus/website"
|
13
|
+
schedule:
|
14
|
+
interval: monthly
|
15
|
+
time: "09:00"
|
16
|
+
timezone: Asia/Tokyo
|
17
|
+
open-pull-requests-limit: 10
|
18
|
+
versioning-strategy: increase
|
@@ -11,6 +11,6 @@ jobs:
|
|
11
11
|
if: startsWith(github.ref, 'refs/tags/')
|
12
12
|
with:
|
13
13
|
body: |
|
14
|
-
|
14
|
+
See the [changelog](https://github.com/${{ github.repository }}/blob/${{ github.sha }}/CHANGELOG.md) for more details.
|
15
15
|
env:
|
16
16
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
data/CHANGELOG.md
CHANGED
@@ -2,6 +2,10 @@
|
|
2
2
|
|
3
3
|
## master
|
4
4
|
|
5
|
+
## 2.5.2 (2020-08-31)
|
6
|
+
|
7
|
+
* Fix the pattern of disable lines for Slash-asterisk and add support for JSX [#131](https: //github.com/sider/goodcheck/pull/131)
|
8
|
+
|
5
9
|
## 2.5.1 (2020-03-09)
|
6
10
|
|
7
11
|
* Replace `httpclient` with `net/http` [#115](https://github.com/sider/goodcheck/pull/115)
|
@@ -2,738 +2,824 @@
|
|
2
2
|
# yarn lockfile v1
|
3
3
|
|
4
4
|
|
5
|
-
"@babel/code-frame@7.5.5"
|
5
|
+
"@babel/code-frame@7.5.5":
|
6
6
|
version "7.5.5"
|
7
7
|
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.5.5.tgz#bc0782f6d69f7b7d49531219699b988f669a8f9d"
|
8
8
|
integrity sha512-27d4lZoomVyo51VegxI20xZPuSHusqbQag/ztrBC7wegWoQ1nLREPVSKSW8byhTlzTKyNE4ifaTA6lCp7JjpFw==
|
9
9
|
dependencies:
|
10
10
|
"@babel/highlight" "^7.0.0"
|
11
11
|
|
12
|
+
"@babel/code-frame@^7.8.3":
|
13
|
+
version "7.8.3"
|
14
|
+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.8.3.tgz#33e25903d7481181534e12ec0a25f16b6fcf419e"
|
15
|
+
integrity sha512-a9gxpmdXtZEInkCSHUJDLHZVBgb1QS0jhss4cPP93EW7s+uC5bikET2twEF3KV+7rDblJcmNvTR7VJejqd2C2g==
|
16
|
+
dependencies:
|
17
|
+
"@babel/highlight" "^7.8.3"
|
18
|
+
|
19
|
+
"@babel/compat-data@^7.8.6", "@babel/compat-data@^7.9.0":
|
20
|
+
version "7.9.0"
|
21
|
+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.9.0.tgz#04815556fc90b0c174abd2c0c1bb966faa036a6c"
|
22
|
+
integrity sha512-zeFQrr+284Ekvd9e7KAX954LkapWiOmQtsfHirhxqfdlX6MEC32iRE+pqUGlYIBchdevaCwvzxWGSy/YBNI85g==
|
23
|
+
dependencies:
|
24
|
+
browserslist "^4.9.1"
|
25
|
+
invariant "^2.2.4"
|
26
|
+
semver "^5.5.0"
|
27
|
+
|
12
28
|
"@babel/core@^7.7.4":
|
13
|
-
version "7.
|
14
|
-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.
|
15
|
-
integrity sha512-
|
16
|
-
dependencies:
|
17
|
-
"@babel/code-frame" "^7.
|
18
|
-
"@babel/generator" "^7.
|
19
|
-
"@babel/
|
20
|
-
"@babel/
|
21
|
-
"@babel/
|
22
|
-
"@babel/
|
23
|
-
"@babel/
|
29
|
+
version "7.9.0"
|
30
|
+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.9.0.tgz#ac977b538b77e132ff706f3b8a4dbad09c03c56e"
|
31
|
+
integrity sha512-kWc7L0fw1xwvI0zi8OKVBuxRVefwGOrKSQMvrQ3dW+bIIavBY3/NpXmpjMy7bQnLgwgzWQZ8TlM57YHpHNHz4w==
|
32
|
+
dependencies:
|
33
|
+
"@babel/code-frame" "^7.8.3"
|
34
|
+
"@babel/generator" "^7.9.0"
|
35
|
+
"@babel/helper-module-transforms" "^7.9.0"
|
36
|
+
"@babel/helpers" "^7.9.0"
|
37
|
+
"@babel/parser" "^7.9.0"
|
38
|
+
"@babel/template" "^7.8.6"
|
39
|
+
"@babel/traverse" "^7.9.0"
|
40
|
+
"@babel/types" "^7.9.0"
|
24
41
|
convert-source-map "^1.7.0"
|
25
42
|
debug "^4.1.0"
|
26
|
-
|
43
|
+
gensync "^1.0.0-beta.1"
|
44
|
+
json5 "^2.1.2"
|
27
45
|
lodash "^4.17.13"
|
28
46
|
resolve "^1.3.2"
|
29
47
|
semver "^5.4.1"
|
30
48
|
source-map "^0.5.0"
|
31
49
|
|
32
|
-
"@babel/generator@^7.7.
|
33
|
-
version "7.
|
34
|
-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.
|
35
|
-
integrity sha512-
|
50
|
+
"@babel/generator@^7.9.0", "@babel/generator@^7.9.5":
|
51
|
+
version "7.9.5"
|
52
|
+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.9.5.tgz#27f0917741acc41e6eaaced6d68f96c3fa9afaf9"
|
53
|
+
integrity sha512-GbNIxVB3ZJe3tLeDm1HSn2AhuD/mVcyLDpgtLXa5tplmWrJdF/elxB56XNqCuD6szyNkDi6wuoKXln3QeBmCHQ==
|
36
54
|
dependencies:
|
37
|
-
"@babel/types" "^7.
|
55
|
+
"@babel/types" "^7.9.5"
|
38
56
|
jsesc "^2.5.1"
|
39
57
|
lodash "^4.17.13"
|
40
58
|
source-map "^0.5.0"
|
41
59
|
|
42
|
-
"@babel/
|
43
|
-
version "7.
|
44
|
-
resolved "https://registry.yarnpkg.com/@babel/
|
45
|
-
integrity sha512
|
60
|
+
"@babel/helper-annotate-as-pure@^7.8.3":
|
61
|
+
version "7.8.3"
|
62
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.8.3.tgz#60bc0bc657f63a0924ff9a4b4a0b24a13cf4deee"
|
63
|
+
integrity sha512-6o+mJrZBxOoEX77Ezv9zwW7WV8DdluouRKNY/IR5u/YTMuKHgugHOzYWlYvYLpLA9nPsQCAAASpCIbjI9Mv+Uw==
|
46
64
|
dependencies:
|
47
|
-
"@babel/types" "^7.
|
48
|
-
jsesc "^2.5.1"
|
49
|
-
lodash "^4.17.13"
|
50
|
-
source-map "^0.5.0"
|
65
|
+
"@babel/types" "^7.8.3"
|
51
66
|
|
52
|
-
"@babel/helper-
|
53
|
-
version "7.
|
54
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-
|
55
|
-
integrity sha512-
|
67
|
+
"@babel/helper-builder-binary-assignment-operator-visitor@^7.8.3":
|
68
|
+
version "7.8.3"
|
69
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.8.3.tgz#c84097a427a061ac56a1c30ebf54b7b22d241503"
|
70
|
+
integrity sha512-5eFOm2SyFPK4Rh3XMMRDjN7lBH0orh3ss0g3rTYZnBQ+r6YPj7lgDyCvPphynHvUrobJmeMignBr6Acw9mAPlw==
|
56
71
|
dependencies:
|
57
|
-
"@babel/
|
72
|
+
"@babel/helper-explode-assignable-expression" "^7.8.3"
|
73
|
+
"@babel/types" "^7.8.3"
|
58
74
|
|
59
|
-
"@babel/helper-builder-
|
60
|
-
version "7.
|
61
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-builder-
|
62
|
-
integrity sha512-
|
75
|
+
"@babel/helper-builder-react-jsx-experimental@^7.9.0":
|
76
|
+
version "7.9.5"
|
77
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-builder-react-jsx-experimental/-/helper-builder-react-jsx-experimental-7.9.5.tgz#0b4b3e04e6123f03b404ca4dfd6528fe6bb92fe3"
|
78
|
+
integrity sha512-HAagjAC93tk748jcXpZ7oYRZH485RCq/+yEv9SIWezHRPv9moZArTnkUNciUNzvwHUABmiWKlcxJvMcu59UwTg==
|
63
79
|
dependencies:
|
64
|
-
"@babel/helper-
|
65
|
-
"@babel/
|
80
|
+
"@babel/helper-annotate-as-pure" "^7.8.3"
|
81
|
+
"@babel/helper-module-imports" "^7.8.3"
|
82
|
+
"@babel/types" "^7.9.5"
|
66
83
|
|
67
|
-
"@babel/helper-builder-react-jsx@^7.
|
68
|
-
version "7.
|
69
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-builder-react-jsx/-/helper-builder-react-jsx-7.
|
70
|
-
integrity sha512-
|
84
|
+
"@babel/helper-builder-react-jsx@^7.9.0":
|
85
|
+
version "7.9.0"
|
86
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-builder-react-jsx/-/helper-builder-react-jsx-7.9.0.tgz#16bf391990b57732700a3278d4d9a81231ea8d32"
|
87
|
+
integrity sha512-weiIo4gaoGgnhff54GQ3P5wsUQmnSwpkvU0r6ZHq6TzoSzKy4JxHEgnxNytaKbov2a9z/CVNyzliuCOUPEX3Jw==
|
71
88
|
dependencies:
|
72
|
-
"@babel/
|
73
|
-
|
89
|
+
"@babel/helper-annotate-as-pure" "^7.8.3"
|
90
|
+
"@babel/types" "^7.9.0"
|
74
91
|
|
75
|
-
"@babel/helper-
|
76
|
-
version "7.7
|
77
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-
|
78
|
-
integrity sha512-
|
92
|
+
"@babel/helper-compilation-targets@^7.8.7":
|
93
|
+
version "7.8.7"
|
94
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.8.7.tgz#dac1eea159c0e4bd46e309b5a1b04a66b53c1dde"
|
95
|
+
integrity sha512-4mWm8DCK2LugIS+p1yArqvG1Pf162upsIsjE7cNBjez+NjliQpVhj20obE520nao0o14DaTnFJv+Fw5a0JpoUw==
|
79
96
|
dependencies:
|
80
|
-
"@babel/
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
"
|
85
|
-
version "7.7.4"
|
86
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.7.4.tgz#fce60939fd50618610942320a8d951b3b639da2d"
|
87
|
-
integrity sha512-l+OnKACG4uiDHQ/aJT8dwpR+LhCJALxL0mJ6nzjB25e5IPwqV1VOsY7ah6UB1DG+VOXAIMtuC54rFJGiHkxjgA==
|
88
|
-
dependencies:
|
89
|
-
"@babel/helper-function-name" "^7.7.4"
|
90
|
-
"@babel/helper-member-expression-to-functions" "^7.7.4"
|
91
|
-
"@babel/helper-optimise-call-expression" "^7.7.4"
|
92
|
-
"@babel/helper-plugin-utils" "^7.0.0"
|
93
|
-
"@babel/helper-replace-supers" "^7.7.4"
|
94
|
-
"@babel/helper-split-export-declaration" "^7.7.4"
|
95
|
-
|
96
|
-
"@babel/helper-create-regexp-features-plugin@^7.7.4":
|
97
|
-
version "7.7.4"
|
98
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.7.4.tgz#6d5762359fd34f4da1500e4cff9955b5299aaf59"
|
99
|
-
integrity sha512-Mt+jBKaxL0zfOIWrfQpnfYCN7/rS6GKx6CCCfuoqVVd+17R8zNDlzVYmIi9qyb2wOk002NsmSTDymkIygDUH7A==
|
100
|
-
dependencies:
|
101
|
-
"@babel/helper-regex" "^7.4.4"
|
102
|
-
regexpu-core "^4.6.0"
|
97
|
+
"@babel/compat-data" "^7.8.6"
|
98
|
+
browserslist "^4.9.1"
|
99
|
+
invariant "^2.2.4"
|
100
|
+
levenary "^1.1.1"
|
101
|
+
semver "^5.5.0"
|
103
102
|
|
104
|
-
"@babel/helper-
|
105
|
-
version "7.
|
106
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-
|
107
|
-
integrity sha512-
|
108
|
-
dependencies:
|
109
|
-
"@babel/helper-function-name" "^7.
|
110
|
-
"@babel/
|
103
|
+
"@babel/helper-create-class-features-plugin@^7.8.3":
|
104
|
+
version "7.9.5"
|
105
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.9.5.tgz#79753d44017806b481017f24b02fd4113c7106ea"
|
106
|
+
integrity sha512-IipaxGaQmW4TfWoXdqjY0TzoXQ1HRS0kPpEgvjosb3u7Uedcq297xFqDQiCcQtRRwzIMif+N1MLVI8C5a4/PAA==
|
107
|
+
dependencies:
|
108
|
+
"@babel/helper-function-name" "^7.9.5"
|
109
|
+
"@babel/helper-member-expression-to-functions" "^7.8.3"
|
110
|
+
"@babel/helper-optimise-call-expression" "^7.8.3"
|
111
|
+
"@babel/helper-plugin-utils" "^7.8.3"
|
112
|
+
"@babel/helper-replace-supers" "^7.8.6"
|
113
|
+
"@babel/helper-split-export-declaration" "^7.8.3"
|
114
|
+
|
115
|
+
"@babel/helper-create-regexp-features-plugin@^7.8.3", "@babel/helper-create-regexp-features-plugin@^7.8.8":
|
116
|
+
version "7.8.8"
|
117
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.8.8.tgz#5d84180b588f560b7864efaeea89243e58312087"
|
118
|
+
integrity sha512-LYVPdwkrQEiX9+1R29Ld/wTrmQu1SSKYnuOk3g0CkcZMA1p0gsNxJFj/3gBdaJ7Cg0Fnek5z0DsMULePP7Lrqg==
|
119
|
+
dependencies:
|
120
|
+
"@babel/helper-annotate-as-pure" "^7.8.3"
|
121
|
+
"@babel/helper-regex" "^7.8.3"
|
122
|
+
regexpu-core "^4.7.0"
|
123
|
+
|
124
|
+
"@babel/helper-define-map@^7.8.3":
|
125
|
+
version "7.8.3"
|
126
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-define-map/-/helper-define-map-7.8.3.tgz#a0655cad5451c3760b726eba875f1cd8faa02c15"
|
127
|
+
integrity sha512-PoeBYtxoZGtct3md6xZOCWPcKuMuk3IHhgxsRRNtnNShebf4C8YonTSblsK4tvDbm+eJAw2HAPOfCr+Q/YRG/g==
|
128
|
+
dependencies:
|
129
|
+
"@babel/helper-function-name" "^7.8.3"
|
130
|
+
"@babel/types" "^7.8.3"
|
111
131
|
lodash "^4.17.13"
|
112
132
|
|
113
|
-
"@babel/helper-explode-assignable-expression@^7.
|
114
|
-
version "7.
|
115
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.
|
116
|
-
integrity sha512-
|
133
|
+
"@babel/helper-explode-assignable-expression@^7.8.3":
|
134
|
+
version "7.8.3"
|
135
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.8.3.tgz#a728dc5b4e89e30fc2dfc7d04fa28a930653f982"
|
136
|
+
integrity sha512-N+8eW86/Kj147bO9G2uclsg5pwfs/fqqY5rwgIL7eTBklgXjcOJ3btzS5iM6AitJcftnY7pm2lGsrJVYLGjzIw==
|
117
137
|
dependencies:
|
118
|
-
"@babel/traverse" "^7.
|
119
|
-
"@babel/types" "^7.
|
138
|
+
"@babel/traverse" "^7.8.3"
|
139
|
+
"@babel/types" "^7.8.3"
|
120
140
|
|
121
|
-
"@babel/helper-function-name@^7.7.
|
122
|
-
version "7.
|
123
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.
|
124
|
-
integrity sha512-
|
141
|
+
"@babel/helper-function-name@^7.8.3", "@babel/helper-function-name@^7.9.5":
|
142
|
+
version "7.9.5"
|
143
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.9.5.tgz#2b53820d35275120e1874a82e5aabe1376920a5c"
|
144
|
+
integrity sha512-JVcQZeXM59Cd1qanDUxv9fgJpt3NeKUaqBqUEvfmQ+BCOKq2xUgaWZW2hr0dkbyJgezYuplEoh5knmrnS68efw==
|
125
145
|
dependencies:
|
126
|
-
"@babel/helper-get-function-arity" "^7.
|
127
|
-
"@babel/template" "^7.
|
128
|
-
"@babel/types" "^7.
|
146
|
+
"@babel/helper-get-function-arity" "^7.8.3"
|
147
|
+
"@babel/template" "^7.8.3"
|
148
|
+
"@babel/types" "^7.9.5"
|
129
149
|
|
130
|
-
"@babel/helper-get-function-arity@^7.
|
131
|
-
version "7.
|
132
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.
|
133
|
-
integrity sha512-
|
150
|
+
"@babel/helper-get-function-arity@^7.8.3":
|
151
|
+
version "7.8.3"
|
152
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.8.3.tgz#b894b947bd004381ce63ea1db9f08547e920abd5"
|
153
|
+
integrity sha512-FVDR+Gd9iLjUMY1fzE2SR0IuaJToR4RkCDARVfsBBPSP53GEqSFjD8gNyxg246VUyc/ALRxFaAK8rVG7UT7xRA==
|
134
154
|
dependencies:
|
135
|
-
"@babel/types" "^7.
|
155
|
+
"@babel/types" "^7.8.3"
|
136
156
|
|
137
|
-
"@babel/helper-hoist-variables@^7.
|
138
|
-
version "7.
|
139
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.
|
140
|
-
integrity sha512-
|
157
|
+
"@babel/helper-hoist-variables@^7.8.3":
|
158
|
+
version "7.8.3"
|
159
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.8.3.tgz#1dbe9b6b55d78c9b4183fc8cdc6e30ceb83b7134"
|
160
|
+
integrity sha512-ky1JLOjcDUtSc+xkt0xhYff7Z6ILTAHKmZLHPxAhOP0Nd77O+3nCsd6uSVYur6nJnCI029CrNbYlc0LoPfAPQg==
|
141
161
|
dependencies:
|
142
|
-
"@babel/types" "^7.
|
162
|
+
"@babel/types" "^7.8.3"
|
143
163
|
|
144
|
-
"@babel/helper-member-expression-to-functions@^7.
|
145
|
-
version "7.
|
146
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.
|
147
|
-
integrity sha512-
|
164
|
+
"@babel/helper-member-expression-to-functions@^7.8.3":
|
165
|
+
version "7.8.3"
|
166
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.8.3.tgz#659b710498ea6c1d9907e0c73f206eee7dadc24c"
|
167
|
+
integrity sha512-fO4Egq88utkQFjbPrSHGmGLFqmrshs11d46WI+WZDESt7Wu7wN2G2Iu+NMMZJFDOVRHAMIkB5SNh30NtwCA7RA==
|
148
168
|
dependencies:
|
149
|
-
"@babel/types" "^7.
|
169
|
+
"@babel/types" "^7.8.3"
|
150
170
|
|
151
|
-
"@babel/helper-module-imports@^7.
|
152
|
-
version "7.
|
153
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.
|
154
|
-
integrity sha512-
|
171
|
+
"@babel/helper-module-imports@^7.8.3":
|
172
|
+
version "7.8.3"
|
173
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.8.3.tgz#7fe39589b39c016331b6b8c3f441e8f0b1419498"
|
174
|
+
integrity sha512-R0Bx3jippsbAEtzkpZ/6FIiuzOURPcMjHp+Z6xPe6DtApDJx+w7UYyOLanZqO8+wKR9G10s/FmHXvxaMd9s6Kg==
|
155
175
|
dependencies:
|
156
|
-
"@babel/types" "^7.
|
176
|
+
"@babel/types" "^7.8.3"
|
157
177
|
|
158
|
-
"@babel/helper-module-transforms@^7.
|
159
|
-
version "7.
|
160
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.
|
161
|
-
integrity sha512-
|
178
|
+
"@babel/helper-module-transforms@^7.9.0":
|
179
|
+
version "7.9.0"
|
180
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.9.0.tgz#43b34dfe15961918707d247327431388e9fe96e5"
|
181
|
+
integrity sha512-0FvKyu0gpPfIQ8EkxlrAydOWROdHpBmiCiRwLkUiBGhCUPRRbVD2/tm3sFr/c/GWFrQ/ffutGUAnx7V0FzT2wA==
|
162
182
|
dependencies:
|
163
|
-
"@babel/helper-module-imports" "^7.
|
164
|
-
"@babel/helper-
|
165
|
-
"@babel/helper-
|
166
|
-
"@babel/
|
167
|
-
"@babel/
|
183
|
+
"@babel/helper-module-imports" "^7.8.3"
|
184
|
+
"@babel/helper-replace-supers" "^7.8.6"
|
185
|
+
"@babel/helper-simple-access" "^7.8.3"
|
186
|
+
"@babel/helper-split-export-declaration" "^7.8.3"
|
187
|
+
"@babel/template" "^7.8.6"
|
188
|
+
"@babel/types" "^7.9.0"
|
168
189
|
lodash "^4.17.13"
|
169
190
|
|
170
|
-
"@babel/helper-
|
171
|
-
version "7.
|
172
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-
|
173
|
-
integrity sha512-
|
191
|
+
"@babel/helper-optimise-call-expression@^7.8.3":
|
192
|
+
version "7.8.3"
|
193
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.8.3.tgz#7ed071813d09c75298ef4f208956006b6111ecb9"
|
194
|
+
integrity sha512-Kag20n86cbO2AvHca6EJsvqAd82gc6VMGule4HwebwMlwkpXuVqrNRj6CkCV2sKxgi9MyAUnZVnZ6lJ1/vKhHQ==
|
174
195
|
dependencies:
|
175
|
-
"@babel/
|
176
|
-
"@babel/helper-simple-access" "^7.7.4"
|
177
|
-
"@babel/helper-split-export-declaration" "^7.7.4"
|
178
|
-
"@babel/template" "^7.7.4"
|
179
|
-
"@babel/types" "^7.7.4"
|
180
|
-
lodash "^4.17.13"
|
181
|
-
|
182
|
-
"@babel/helper-optimise-call-expression@^7.7.4":
|
183
|
-
version "7.7.4"
|
184
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.7.4.tgz#034af31370d2995242aa4df402c3b7794b2dcdf2"
|
185
|
-
integrity sha512-VB7gWZ2fDkSuqW6b1AKXkJWO5NyNI3bFL/kK79/30moK57blr6NbH8xcl2XcKCwOmJosftWunZqfO84IGq3ZZg==
|
186
|
-
dependencies:
|
187
|
-
"@babel/types" "^7.7.4"
|
196
|
+
"@babel/types" "^7.8.3"
|
188
197
|
|
189
|
-
"@babel/helper-plugin-utils@^7.0.0":
|
190
|
-
version "7.
|
191
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.
|
192
|
-
integrity sha512-
|
198
|
+
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
|
199
|
+
version "7.8.3"
|
200
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz#9ea293be19babc0f52ff8ca88b34c3611b208670"
|
201
|
+
integrity sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ==
|
193
202
|
|
194
|
-
"@babel/helper-regex@^7.
|
195
|
-
version "7.
|
196
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-regex/-/helper-regex-7.
|
197
|
-
integrity sha512-
|
203
|
+
"@babel/helper-regex@^7.8.3":
|
204
|
+
version "7.8.3"
|
205
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-regex/-/helper-regex-7.8.3.tgz#139772607d51b93f23effe72105b319d2a4c6965"
|
206
|
+
integrity sha512-BWt0QtYv/cg/NecOAZMdcn/waj/5P26DR4mVLXfFtDokSR6fyuG0Pj+e2FqtSME+MqED1khnSMulkmGl8qWiUQ==
|
198
207
|
dependencies:
|
199
208
|
lodash "^4.17.13"
|
200
209
|
|
201
|
-
"@babel/helper-remap-async-to-generator@^7.
|
202
|
-
version "7.
|
203
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.
|
204
|
-
integrity sha512-
|
205
|
-
dependencies:
|
206
|
-
"@babel/helper-annotate-as-pure" "^7.
|
207
|
-
"@babel/helper-wrap-function" "^7.
|
208
|
-
"@babel/template" "^7.
|
209
|
-
"@babel/traverse" "^7.
|
210
|
-
"@babel/types" "^7.
|
210
|
+
"@babel/helper-remap-async-to-generator@^7.8.3":
|
211
|
+
version "7.8.3"
|
212
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.8.3.tgz#273c600d8b9bf5006142c1e35887d555c12edd86"
|
213
|
+
integrity sha512-kgwDmw4fCg7AVgS4DukQR/roGp+jP+XluJE5hsRZwxCYGg+Rv9wSGErDWhlI90FODdYfd4xG4AQRiMDjjN0GzA==
|
214
|
+
dependencies:
|
215
|
+
"@babel/helper-annotate-as-pure" "^7.8.3"
|
216
|
+
"@babel/helper-wrap-function" "^7.8.3"
|
217
|
+
"@babel/template" "^7.8.3"
|
218
|
+
"@babel/traverse" "^7.8.3"
|
219
|
+
"@babel/types" "^7.8.3"
|
220
|
+
|
221
|
+
"@babel/helper-replace-supers@^7.8.3", "@babel/helper-replace-supers@^7.8.6":
|
222
|
+
version "7.8.6"
|
223
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.8.6.tgz#5ada744fd5ad73203bf1d67459a27dcba67effc8"
|
224
|
+
integrity sha512-PeMArdA4Sv/Wf4zXwBKPqVj7n9UF/xg6slNRtZW84FM7JpE1CbG8B612FyM4cxrf4fMAMGO0kR7voy1ForHHFA==
|
225
|
+
dependencies:
|
226
|
+
"@babel/helper-member-expression-to-functions" "^7.8.3"
|
227
|
+
"@babel/helper-optimise-call-expression" "^7.8.3"
|
228
|
+
"@babel/traverse" "^7.8.6"
|
229
|
+
"@babel/types" "^7.8.6"
|
230
|
+
|
231
|
+
"@babel/helper-simple-access@^7.8.3":
|
232
|
+
version "7.8.3"
|
233
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.8.3.tgz#7f8109928b4dab4654076986af575231deb639ae"
|
234
|
+
integrity sha512-VNGUDjx5cCWg4vvCTR8qQ7YJYZ+HBjxOgXEl7ounz+4Sn7+LMD3CFrCTEU6/qXKbA2nKg21CwhhBzO0RpRbdCw==
|
235
|
+
dependencies:
|
236
|
+
"@babel/template" "^7.8.3"
|
237
|
+
"@babel/types" "^7.8.3"
|
238
|
+
|
239
|
+
"@babel/helper-split-export-declaration@^7.8.3":
|
240
|
+
version "7.8.3"
|
241
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.8.3.tgz#31a9f30070f91368a7182cf05f831781065fc7a9"
|
242
|
+
integrity sha512-3x3yOeyBhW851hroze7ElzdkeRXQYQbFIb7gLK1WQYsw2GWDay5gAJNw1sWJ0VFP6z5J1whqeXH/WCdCjZv6dA==
|
243
|
+
dependencies:
|
244
|
+
"@babel/types" "^7.8.3"
|
245
|
+
|
246
|
+
"@babel/helper-validator-identifier@^7.9.0", "@babel/helper-validator-identifier@^7.9.5":
|
247
|
+
version "7.9.5"
|
248
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.5.tgz#90977a8e6fbf6b431a7dc31752eee233bf052d80"
|
249
|
+
integrity sha512-/8arLKUFq882w4tWGj9JYzRpAlZgiWUJ+dtteNTDqrRBz9Iguck9Rn3ykuBDoUwh2TO4tSAJlrxDUOXWklJe4g==
|
250
|
+
|
251
|
+
"@babel/helper-wrap-function@^7.8.3":
|
252
|
+
version "7.8.3"
|
253
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.8.3.tgz#9dbdb2bb55ef14aaa01fe8c99b629bd5352d8610"
|
254
|
+
integrity sha512-LACJrbUET9cQDzb6kG7EeD7+7doC3JNvUgTEQOx2qaO1fKlzE/Bf05qs9w1oXQMmXlPO65lC3Tq9S6gZpTErEQ==
|
255
|
+
dependencies:
|
256
|
+
"@babel/helper-function-name" "^7.8.3"
|
257
|
+
"@babel/template" "^7.8.3"
|
258
|
+
"@babel/traverse" "^7.8.3"
|
259
|
+
"@babel/types" "^7.8.3"
|
260
|
+
|
261
|
+
"@babel/helpers@^7.9.0":
|
262
|
+
version "7.9.2"
|
263
|
+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.9.2.tgz#b42a81a811f1e7313b88cba8adc66b3d9ae6c09f"
|
264
|
+
integrity sha512-JwLvzlXVPjO8eU9c/wF9/zOIN7X6h8DYf7mG4CiFRZRvZNKEF5dQ3H3V+ASkHoIB3mWhatgl5ONhyqHRI6MppA==
|
265
|
+
dependencies:
|
266
|
+
"@babel/template" "^7.8.3"
|
267
|
+
"@babel/traverse" "^7.9.0"
|
268
|
+
"@babel/types" "^7.9.0"
|
269
|
+
|
270
|
+
"@babel/highlight@^7.0.0", "@babel/highlight@^7.8.3":
|
271
|
+
version "7.9.0"
|
272
|
+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.9.0.tgz#4e9b45ccb82b79607271b2979ad82c7b68163079"
|
273
|
+
integrity sha512-lJZPilxX7Op3Nv/2cvFdnlepPXDxi29wxteT57Q965oc5R9v86ztx0jfxVrTcBk8C2kcPkkDa2Z4T3ZsPPVWsQ==
|
274
|
+
dependencies:
|
275
|
+
"@babel/helper-validator-identifier" "^7.9.0"
|
276
|
+
chalk "^2.0.0"
|
277
|
+
js-tokens "^4.0.0"
|
211
278
|
|
212
|
-
"@babel/
|
213
|
-
version "7.
|
214
|
-
resolved "https://registry.yarnpkg.com/@babel/
|
215
|
-
integrity sha512-
|
216
|
-
dependencies:
|
217
|
-
"@babel/helper-member-expression-to-functions" "^7.7.4"
|
218
|
-
"@babel/helper-optimise-call-expression" "^7.7.4"
|
219
|
-
"@babel/traverse" "^7.7.4"
|
220
|
-
"@babel/types" "^7.7.4"
|
279
|
+
"@babel/parser@^7.8.6", "@babel/parser@^7.9.0":
|
280
|
+
version "7.9.4"
|
281
|
+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.4.tgz#68a35e6b0319bbc014465be43828300113f2f2e8"
|
282
|
+
integrity sha512-bC49otXX6N0/VYhgOMh4gnP26E9xnDZK3TmbNpxYzzz9BQLBosQwfyOe9/cXUU3txYhTzLCbcqd5c8y/OmCjHA==
|
221
283
|
|
222
|
-
"@babel/
|
223
|
-
version "7.
|
224
|
-
resolved "https://registry.yarnpkg.com/@babel/
|
225
|
-
integrity sha512-
|
284
|
+
"@babel/plugin-proposal-async-generator-functions@^7.8.3":
|
285
|
+
version "7.8.3"
|
286
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.8.3.tgz#bad329c670b382589721b27540c7d288601c6e6f"
|
287
|
+
integrity sha512-NZ9zLv848JsV3hs8ryEh7Uaz/0KsmPLqv0+PdkDJL1cJy0K4kOCFa8zc1E3mp+RHPQcpdfb/6GovEsW4VDrOMw==
|
226
288
|
dependencies:
|
227
|
-
"@babel/
|
228
|
-
"@babel/
|
289
|
+
"@babel/helper-plugin-utils" "^7.8.3"
|
290
|
+
"@babel/helper-remap-async-to-generator" "^7.8.3"
|
291
|
+
"@babel/plugin-syntax-async-generators" "^7.8.0"
|
229
292
|
|
230
|
-
"@babel/
|
231
|
-
version "7.
|
232
|
-
resolved "https://registry.yarnpkg.com/@babel/
|
233
|
-
integrity sha512-
|
293
|
+
"@babel/plugin-proposal-class-properties@^7.7.4":
|
294
|
+
version "7.8.3"
|
295
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.8.3.tgz#5e06654af5cd04b608915aada9b2a6788004464e"
|
296
|
+
integrity sha512-EqFhbo7IosdgPgZggHaNObkmO1kNUe3slaKu54d5OWvy+p9QIKOzK1GAEpAIsZtWVtPXUHSMcT4smvDrCfY4AA==
|
234
297
|
dependencies:
|
235
|
-
"@babel/
|
298
|
+
"@babel/helper-create-class-features-plugin" "^7.8.3"
|
299
|
+
"@babel/helper-plugin-utils" "^7.8.3"
|
236
300
|
|
237
|
-
"@babel/
|
238
|
-
version "7.
|
239
|
-
resolved "https://registry.yarnpkg.com/@babel/
|
240
|
-
integrity sha512-
|
301
|
+
"@babel/plugin-proposal-dynamic-import@^7.8.3":
|
302
|
+
version "7.8.3"
|
303
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.8.3.tgz#38c4fe555744826e97e2ae930b0fb4cc07e66054"
|
304
|
+
integrity sha512-NyaBbyLFXFLT9FP+zk0kYlUlA8XtCUbehs67F0nnEg7KICgMc2mNkIeu9TYhKzyXMkrapZFwAhXLdnt4IYHy1w==
|
241
305
|
dependencies:
|
242
|
-
"@babel/helper-
|
243
|
-
"@babel/
|
244
|
-
"@babel/traverse" "^7.7.4"
|
245
|
-
"@babel/types" "^7.7.4"
|
306
|
+
"@babel/helper-plugin-utils" "^7.8.3"
|
307
|
+
"@babel/plugin-syntax-dynamic-import" "^7.8.0"
|
246
308
|
|
247
|
-
"@babel/
|
248
|
-
version "7.
|
249
|
-
resolved "https://registry.yarnpkg.com/@babel/
|
250
|
-
integrity sha512-
|
309
|
+
"@babel/plugin-proposal-json-strings@^7.8.3":
|
310
|
+
version "7.8.3"
|
311
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.8.3.tgz#da5216b238a98b58a1e05d6852104b10f9a70d6b"
|
312
|
+
integrity sha512-KGhQNZ3TVCQG/MjRbAUwuH+14y9q0tpxs1nWWs3pbSleRdDro9SAMMDyye8HhY1gqZ7/NqIc8SKhya0wRDgP1Q==
|
251
313
|
dependencies:
|
252
|
-
"@babel/
|
253
|
-
"@babel/
|
254
|
-
"@babel/types" "^7.7.4"
|
314
|
+
"@babel/helper-plugin-utils" "^7.8.3"
|
315
|
+
"@babel/plugin-syntax-json-strings" "^7.8.0"
|
255
316
|
|
256
|
-
"@babel/
|
257
|
-
version "7.
|
258
|
-
resolved "https://registry.yarnpkg.com/@babel/
|
259
|
-
integrity sha512-
|
317
|
+
"@babel/plugin-proposal-nullish-coalescing-operator@^7.8.3":
|
318
|
+
version "7.8.3"
|
319
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.8.3.tgz#e4572253fdeed65cddeecfdab3f928afeb2fd5d2"
|
320
|
+
integrity sha512-TS9MlfzXpXKt6YYomudb/KU7nQI6/xnapG6in1uZxoxDghuSMZsPb6D2fyUwNYSAp4l1iR7QtFOjkqcRYcUsfw==
|
260
321
|
dependencies:
|
261
|
-
|
262
|
-
|
263
|
-
js-tokens "^4.0.0"
|
264
|
-
|
265
|
-
"@babel/parser@^7.7.4":
|
266
|
-
version "7.7.4"
|
267
|
-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.7.4.tgz#75ab2d7110c2cf2fa949959afb05fa346d2231bb"
|
268
|
-
integrity sha512-jIwvLO0zCL+O/LmEJQjWA75MQTWwx3c3u2JOTDK5D3/9egrWRRA0/0hk9XXywYnXZVVpzrBYeIQTmhwUaePI9g==
|
322
|
+
"@babel/helper-plugin-utils" "^7.8.3"
|
323
|
+
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.0"
|
269
324
|
|
270
|
-
"@babel/
|
271
|
-
version "7.
|
272
|
-
resolved "https://registry.yarnpkg.com/@babel/
|
273
|
-
integrity sha512-
|
325
|
+
"@babel/plugin-proposal-numeric-separator@^7.8.3":
|
326
|
+
version "7.8.3"
|
327
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.8.3.tgz#5d6769409699ec9b3b68684cd8116cedff93bad8"
|
328
|
+
integrity sha512-jWioO1s6R/R+wEHizfaScNsAx+xKgwTLNXSh7tTC4Usj3ItsPEhYkEpU4h+lpnBwq7NBVOJXfO6cRFYcX69JUQ==
|
329
|
+
dependencies:
|
330
|
+
"@babel/helper-plugin-utils" "^7.8.3"
|
331
|
+
"@babel/plugin-syntax-numeric-separator" "^7.8.3"
|
274
332
|
|
275
|
-
"@babel/plugin-proposal-
|
276
|
-
version "7.
|
277
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-
|
278
|
-
integrity sha512-
|
333
|
+
"@babel/plugin-proposal-object-rest-spread@^7.7.4", "@babel/plugin-proposal-object-rest-spread@^7.9.5":
|
334
|
+
version "7.9.5"
|
335
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.9.5.tgz#3fd65911306d8746014ec0d0cf78f0e39a149116"
|
336
|
+
integrity sha512-VP2oXvAf7KCYTthbUHwBlewbl1Iq059f6seJGsxMizaCdgHIeczOr7FBqELhSqfkIl04Fi8okzWzl63UKbQmmg==
|
279
337
|
dependencies:
|
280
|
-
"@babel/helper-plugin-utils" "^7.
|
281
|
-
"@babel/
|
282
|
-
"@babel/plugin-
|
338
|
+
"@babel/helper-plugin-utils" "^7.8.3"
|
339
|
+
"@babel/plugin-syntax-object-rest-spread" "^7.8.0"
|
340
|
+
"@babel/plugin-transform-parameters" "^7.9.5"
|
283
341
|
|
284
|
-
"@babel/plugin-proposal-
|
285
|
-
version "7.
|
286
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-
|
287
|
-
integrity sha512-
|
342
|
+
"@babel/plugin-proposal-optional-catch-binding@^7.8.3":
|
343
|
+
version "7.8.3"
|
344
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.8.3.tgz#9dee96ab1650eed88646ae9734ca167ac4a9c5c9"
|
345
|
+
integrity sha512-0gkX7J7E+AtAw9fcwlVQj8peP61qhdg/89D5swOkjYbkboA2CVckn3kiyum1DE0wskGb7KJJxBdyEBApDLLVdw==
|
288
346
|
dependencies:
|
289
|
-
"@babel/helper-
|
290
|
-
"@babel/
|
347
|
+
"@babel/helper-plugin-utils" "^7.8.3"
|
348
|
+
"@babel/plugin-syntax-optional-catch-binding" "^7.8.0"
|
291
349
|
|
292
|
-
"@babel/plugin-proposal-
|
293
|
-
version "7.
|
294
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-
|
295
|
-
integrity sha512-
|
350
|
+
"@babel/plugin-proposal-optional-chaining@^7.9.0":
|
351
|
+
version "7.9.0"
|
352
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.9.0.tgz#31db16b154c39d6b8a645292472b98394c292a58"
|
353
|
+
integrity sha512-NDn5tu3tcv4W30jNhmc2hyD5c56G6cXx4TesJubhxrJeCvuuMpttxr0OnNCqbZGhFjLrg+NIhxxC+BK5F6yS3w==
|
296
354
|
dependencies:
|
297
|
-
"@babel/helper-plugin-utils" "^7.
|
298
|
-
"@babel/plugin-syntax-
|
355
|
+
"@babel/helper-plugin-utils" "^7.8.3"
|
356
|
+
"@babel/plugin-syntax-optional-chaining" "^7.8.0"
|
299
357
|
|
300
|
-
"@babel/plugin-proposal-
|
301
|
-
version "7.
|
302
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-
|
303
|
-
integrity sha512-
|
358
|
+
"@babel/plugin-proposal-unicode-property-regex@^7.4.4", "@babel/plugin-proposal-unicode-property-regex@^7.8.3":
|
359
|
+
version "7.8.8"
|
360
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.8.8.tgz#ee3a95e90cdc04fe8cd92ec3279fa017d68a0d1d"
|
361
|
+
integrity sha512-EVhjVsMpbhLw9ZfHWSx2iy13Q8Z/eg8e8ccVWt23sWQK5l1UdkoLJPN5w69UA4uITGBnEZD2JOe4QOHycYKv8A==
|
304
362
|
dependencies:
|
305
|
-
"@babel/helper-plugin
|
306
|
-
"@babel/plugin-
|
363
|
+
"@babel/helper-create-regexp-features-plugin" "^7.8.8"
|
364
|
+
"@babel/helper-plugin-utils" "^7.8.3"
|
307
365
|
|
308
|
-
"@babel/plugin-
|
309
|
-
version "7.
|
310
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-
|
311
|
-
integrity sha512-
|
366
|
+
"@babel/plugin-syntax-async-generators@^7.8.0":
|
367
|
+
version "7.8.4"
|
368
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d"
|
369
|
+
integrity sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==
|
312
370
|
dependencies:
|
313
|
-
"@babel/helper-plugin-utils" "^7.
|
314
|
-
"@babel/plugin-syntax-object-rest-spread" "^7.7.4"
|
371
|
+
"@babel/helper-plugin-utils" "^7.8.0"
|
315
372
|
|
316
|
-
"@babel/plugin-
|
317
|
-
version "7.
|
318
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-
|
319
|
-
integrity sha512-
|
373
|
+
"@babel/plugin-syntax-dynamic-import@^7.8.0":
|
374
|
+
version "7.8.3"
|
375
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz#62bf98b2da3cd21d626154fc96ee5b3cb68eacb3"
|
376
|
+
integrity sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==
|
320
377
|
dependencies:
|
321
|
-
"@babel/helper-plugin-utils" "^7.
|
322
|
-
"@babel/plugin-syntax-optional-catch-binding" "^7.7.4"
|
378
|
+
"@babel/helper-plugin-utils" "^7.8.0"
|
323
379
|
|
324
|
-
"@babel/plugin-
|
325
|
-
version "7.
|
326
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-
|
327
|
-
integrity sha512-
|
380
|
+
"@babel/plugin-syntax-json-strings@^7.8.0":
|
381
|
+
version "7.8.3"
|
382
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz#01ca21b668cd8218c9e640cb6dd88c5412b2c96a"
|
383
|
+
integrity sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==
|
328
384
|
dependencies:
|
329
|
-
"@babel/helper-
|
330
|
-
"@babel/helper-plugin-utils" "^7.0.0"
|
385
|
+
"@babel/helper-plugin-utils" "^7.8.0"
|
331
386
|
|
332
|
-
"@babel/plugin-syntax-
|
333
|
-
version "7.
|
334
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-
|
335
|
-
integrity sha512-
|
387
|
+
"@babel/plugin-syntax-jsx@^7.8.3":
|
388
|
+
version "7.8.3"
|
389
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.8.3.tgz#521b06c83c40480f1e58b4fd33b92eceb1d6ea94"
|
390
|
+
integrity sha512-WxdW9xyLgBdefoo0Ynn3MRSkhe5tFVxxKNVdnZSh318WrG2e2jH+E9wd/++JsqcLJZPfz87njQJ8j2Upjm0M0A==
|
336
391
|
dependencies:
|
337
|
-
"@babel/helper-plugin-utils" "^7.
|
392
|
+
"@babel/helper-plugin-utils" "^7.8.3"
|
338
393
|
|
339
|
-
"@babel/plugin-syntax-
|
340
|
-
version "7.
|
341
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-
|
342
|
-
integrity sha512-
|
394
|
+
"@babel/plugin-syntax-nullish-coalescing-operator@^7.8.0":
|
395
|
+
version "7.8.3"
|
396
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz#167ed70368886081f74b5c36c65a88c03b66d1a9"
|
397
|
+
integrity sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==
|
343
398
|
dependencies:
|
344
|
-
"@babel/helper-plugin-utils" "^7.
|
399
|
+
"@babel/helper-plugin-utils" "^7.8.0"
|
345
400
|
|
346
|
-
"@babel/plugin-syntax-
|
347
|
-
version "7.
|
348
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-
|
349
|
-
integrity sha512-
|
401
|
+
"@babel/plugin-syntax-numeric-separator@^7.8.0", "@babel/plugin-syntax-numeric-separator@^7.8.3":
|
402
|
+
version "7.8.3"
|
403
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.8.3.tgz#0e3fb63e09bea1b11e96467271c8308007e7c41f"
|
404
|
+
integrity sha512-H7dCMAdN83PcCmqmkHB5dtp+Xa9a6LKSvA2hiFBC/5alSHxM5VgWZXFqDi0YFe8XNGT6iCa+z4V4zSt/PdZ7Dw==
|
350
405
|
dependencies:
|
351
|
-
"@babel/helper-plugin-utils" "^7.
|
406
|
+
"@babel/helper-plugin-utils" "^7.8.3"
|
352
407
|
|
353
|
-
"@babel/plugin-syntax-
|
354
|
-
version "7.
|
355
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-
|
356
|
-
integrity sha512-
|
408
|
+
"@babel/plugin-syntax-object-rest-spread@^7.8.0":
|
409
|
+
version "7.8.3"
|
410
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz#60e225edcbd98a640332a2e72dd3e66f1af55871"
|
411
|
+
integrity sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==
|
357
412
|
dependencies:
|
358
|
-
"@babel/helper-plugin-utils" "^7.
|
413
|
+
"@babel/helper-plugin-utils" "^7.8.0"
|
359
414
|
|
360
|
-
"@babel/plugin-syntax-
|
361
|
-
version "7.
|
362
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-
|
363
|
-
integrity sha512-
|
415
|
+
"@babel/plugin-syntax-optional-catch-binding@^7.8.0":
|
416
|
+
version "7.8.3"
|
417
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz#6111a265bcfb020eb9efd0fdfd7d26402b9ed6c1"
|
418
|
+
integrity sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==
|
364
419
|
dependencies:
|
365
|
-
"@babel/helper-plugin-utils" "^7.
|
420
|
+
"@babel/helper-plugin-utils" "^7.8.0"
|
366
421
|
|
367
|
-
"@babel/plugin-syntax-optional-
|
368
|
-
version "7.
|
369
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-
|
370
|
-
integrity sha512-
|
422
|
+
"@babel/plugin-syntax-optional-chaining@^7.8.0":
|
423
|
+
version "7.8.3"
|
424
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz#4f69c2ab95167e0180cd5336613f8c5788f7d48a"
|
425
|
+
integrity sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==
|
371
426
|
dependencies:
|
372
|
-
"@babel/helper-plugin-utils" "^7.
|
427
|
+
"@babel/helper-plugin-utils" "^7.8.0"
|
373
428
|
|
374
|
-
"@babel/plugin-syntax-top-level-await@^7.
|
375
|
-
version "7.
|
376
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.
|
377
|
-
integrity sha512-
|
429
|
+
"@babel/plugin-syntax-top-level-await@^7.8.3":
|
430
|
+
version "7.8.3"
|
431
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.8.3.tgz#3acdece695e6b13aaf57fc291d1a800950c71391"
|
432
|
+
integrity sha512-kwj1j9lL/6Wd0hROD3b/OZZ7MSrZLqqn9RAZ5+cYYsflQ9HZBIKCUkr3+uL1MEJ1NePiUbf98jjiMQSv0NMR9g==
|
378
433
|
dependencies:
|
379
|
-
"@babel/helper-plugin-utils" "^7.
|
434
|
+
"@babel/helper-plugin-utils" "^7.8.3"
|
380
435
|
|
381
|
-
"@babel/plugin-transform-arrow-functions@^7.
|
382
|
-
version "7.
|
383
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.
|
384
|
-
integrity sha512-
|
436
|
+
"@babel/plugin-transform-arrow-functions@^7.8.3":
|
437
|
+
version "7.8.3"
|
438
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.8.3.tgz#82776c2ed0cd9e1a49956daeb896024c9473b8b6"
|
439
|
+
integrity sha512-0MRF+KC8EqH4dbuITCWwPSzsyO3HIWWlm30v8BbbpOrS1B++isGxPnnuq/IZvOX5J2D/p7DQalQm+/2PnlKGxg==
|
385
440
|
dependencies:
|
386
|
-
"@babel/helper-plugin-utils" "^7.
|
441
|
+
"@babel/helper-plugin-utils" "^7.8.3"
|
387
442
|
|
388
|
-
"@babel/plugin-transform-async-to-generator@^7.
|
389
|
-
version "7.
|
390
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.
|
391
|
-
integrity sha512-
|
443
|
+
"@babel/plugin-transform-async-to-generator@^7.8.3":
|
444
|
+
version "7.8.3"
|
445
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.8.3.tgz#4308fad0d9409d71eafb9b1a6ee35f9d64b64086"
|
446
|
+
integrity sha512-imt9tFLD9ogt56Dd5CI/6XgpukMwd/fLGSrix2httihVe7LOGVPhyhMh1BU5kDM7iHD08i8uUtmV2sWaBFlHVQ==
|
392
447
|
dependencies:
|
393
|
-
"@babel/helper-module-imports" "^7.
|
394
|
-
"@babel/helper-plugin-utils" "^7.
|
395
|
-
"@babel/helper-remap-async-to-generator" "^7.
|
448
|
+
"@babel/helper-module-imports" "^7.8.3"
|
449
|
+
"@babel/helper-plugin-utils" "^7.8.3"
|
450
|
+
"@babel/helper-remap-async-to-generator" "^7.8.3"
|
396
451
|
|
397
|
-
"@babel/plugin-transform-block-scoped-functions@^7.
|
398
|
-
version "7.
|
399
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.
|
400
|
-
integrity sha512-
|
452
|
+
"@babel/plugin-transform-block-scoped-functions@^7.8.3":
|
453
|
+
version "7.8.3"
|
454
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.8.3.tgz#437eec5b799b5852072084b3ae5ef66e8349e8a3"
|
455
|
+
integrity sha512-vo4F2OewqjbB1+yaJ7k2EJFHlTP3jR634Z9Cj9itpqNjuLXvhlVxgnjsHsdRgASR8xYDrx6onw4vW5H6We0Jmg==
|
401
456
|
dependencies:
|
402
|
-
"@babel/helper-plugin-utils" "^7.
|
457
|
+
"@babel/helper-plugin-utils" "^7.8.3"
|
403
458
|
|
404
|
-
"@babel/plugin-transform-block-scoping@^7.
|
405
|
-
version "7.
|
406
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.
|
407
|
-
integrity sha512-
|
459
|
+
"@babel/plugin-transform-block-scoping@^7.8.3":
|
460
|
+
version "7.8.3"
|
461
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.8.3.tgz#97d35dab66857a437c166358b91d09050c868f3a"
|
462
|
+
integrity sha512-pGnYfm7RNRgYRi7bids5bHluENHqJhrV4bCZRwc5GamaWIIs07N4rZECcmJL6ZClwjDz1GbdMZFtPs27hTB06w==
|
408
463
|
dependencies:
|
409
|
-
"@babel/helper-plugin-utils" "^7.
|
464
|
+
"@babel/helper-plugin-utils" "^7.8.3"
|
410
465
|
lodash "^4.17.13"
|
411
466
|
|
412
|
-
"@babel/plugin-transform-classes@^7.
|
413
|
-
version "7.
|
414
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.
|
415
|
-
integrity sha512-
|
416
|
-
dependencies:
|
417
|
-
"@babel/helper-annotate-as-pure" "^7.
|
418
|
-
"@babel/helper-define-map" "^7.
|
419
|
-
"@babel/helper-function-name" "^7.
|
420
|
-
"@babel/helper-optimise-call-expression" "^7.
|
421
|
-
"@babel/helper-plugin-utils" "^7.
|
422
|
-
"@babel/helper-replace-supers" "^7.
|
423
|
-
"@babel/helper-split-export-declaration" "^7.
|
467
|
+
"@babel/plugin-transform-classes@^7.9.5":
|
468
|
+
version "7.9.5"
|
469
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.9.5.tgz#800597ddb8aefc2c293ed27459c1fcc935a26c2c"
|
470
|
+
integrity sha512-x2kZoIuLC//O5iA7PEvecB105o7TLzZo8ofBVhP79N+DO3jaX+KYfww9TQcfBEZD0nikNyYcGB1IKtRq36rdmg==
|
471
|
+
dependencies:
|
472
|
+
"@babel/helper-annotate-as-pure" "^7.8.3"
|
473
|
+
"@babel/helper-define-map" "^7.8.3"
|
474
|
+
"@babel/helper-function-name" "^7.9.5"
|
475
|
+
"@babel/helper-optimise-call-expression" "^7.8.3"
|
476
|
+
"@babel/helper-plugin-utils" "^7.8.3"
|
477
|
+
"@babel/helper-replace-supers" "^7.8.6"
|
478
|
+
"@babel/helper-split-export-declaration" "^7.8.3"
|
424
479
|
globals "^11.1.0"
|
425
480
|
|
426
|
-
"@babel/plugin-transform-computed-properties@^7.
|
427
|
-
version "7.
|
428
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.
|
429
|
-
integrity sha512-
|
481
|
+
"@babel/plugin-transform-computed-properties@^7.8.3":
|
482
|
+
version "7.8.3"
|
483
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.8.3.tgz#96d0d28b7f7ce4eb5b120bb2e0e943343c86f81b"
|
484
|
+
integrity sha512-O5hiIpSyOGdrQZRQ2ccwtTVkgUDBBiCuK//4RJ6UfePllUTCENOzKxfh6ulckXKc0DixTFLCfb2HVkNA7aDpzA==
|
430
485
|
dependencies:
|
431
|
-
"@babel/helper-plugin-utils" "^7.
|
486
|
+
"@babel/helper-plugin-utils" "^7.8.3"
|
432
487
|
|
433
|
-
"@babel/plugin-transform-destructuring@^7.
|
434
|
-
version "7.
|
435
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.
|
436
|
-
integrity sha512-
|
488
|
+
"@babel/plugin-transform-destructuring@^7.9.5":
|
489
|
+
version "7.9.5"
|
490
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.9.5.tgz#72c97cf5f38604aea3abf3b935b0e17b1db76a50"
|
491
|
+
integrity sha512-j3OEsGel8nHL/iusv/mRd5fYZ3DrOxWC82x0ogmdN/vHfAP4MYw+AFKYanzWlktNwikKvlzUV//afBW5FTp17Q==
|
437
492
|
dependencies:
|
438
|
-
"@babel/helper-plugin-utils" "^7.
|
493
|
+
"@babel/helper-plugin-utils" "^7.8.3"
|
439
494
|
|
440
|
-
"@babel/plugin-transform-dotall-regex@^7.7.
|
441
|
-
version "7.
|
442
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.
|
443
|
-
integrity sha512-
|
495
|
+
"@babel/plugin-transform-dotall-regex@^7.4.4", "@babel/plugin-transform-dotall-regex@^7.8.3":
|
496
|
+
version "7.8.3"
|
497
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.8.3.tgz#c3c6ec5ee6125c6993c5cbca20dc8621a9ea7a6e"
|
498
|
+
integrity sha512-kLs1j9Nn4MQoBYdRXH6AeaXMbEJFaFu/v1nQkvib6QzTj8MZI5OQzqmD83/2jEM1z0DLilra5aWO5YpyC0ALIw==
|
444
499
|
dependencies:
|
445
|
-
"@babel/helper-create-regexp-features-plugin" "^7.
|
446
|
-
"@babel/helper-plugin-utils" "^7.
|
500
|
+
"@babel/helper-create-regexp-features-plugin" "^7.8.3"
|
501
|
+
"@babel/helper-plugin-utils" "^7.8.3"
|
447
502
|
|
448
|
-
"@babel/plugin-transform-duplicate-keys@^7.
|
449
|
-
version "7.
|
450
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.
|
451
|
-
integrity sha512-
|
503
|
+
"@babel/plugin-transform-duplicate-keys@^7.8.3":
|
504
|
+
version "7.8.3"
|
505
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.8.3.tgz#8d12df309aa537f272899c565ea1768e286e21f1"
|
506
|
+
integrity sha512-s8dHiBUbcbSgipS4SMFuWGqCvyge5V2ZeAWzR6INTVC3Ltjig/Vw1G2Gztv0vU/hRG9X8IvKvYdoksnUfgXOEQ==
|
452
507
|
dependencies:
|
453
|
-
"@babel/helper-plugin-utils" "^7.
|
508
|
+
"@babel/helper-plugin-utils" "^7.8.3"
|
454
509
|
|
455
|
-
"@babel/plugin-transform-exponentiation-operator@^7.
|
456
|
-
version "7.
|
457
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.
|
458
|
-
integrity sha512-
|
510
|
+
"@babel/plugin-transform-exponentiation-operator@^7.8.3":
|
511
|
+
version "7.8.3"
|
512
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.8.3.tgz#581a6d7f56970e06bf51560cd64f5e947b70d7b7"
|
513
|
+
integrity sha512-zwIpuIymb3ACcInbksHaNcR12S++0MDLKkiqXHl3AzpgdKlFNhog+z/K0+TGW+b0w5pgTq4H6IwV/WhxbGYSjQ==
|
459
514
|
dependencies:
|
460
|
-
"@babel/helper-builder-binary-assignment-operator-visitor" "^7.
|
461
|
-
"@babel/helper-plugin-utils" "^7.
|
515
|
+
"@babel/helper-builder-binary-assignment-operator-visitor" "^7.8.3"
|
516
|
+
"@babel/helper-plugin-utils" "^7.8.3"
|
462
517
|
|
463
|
-
"@babel/plugin-transform-for-of@^7.
|
464
|
-
version "7.
|
465
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.
|
466
|
-
integrity sha512-
|
518
|
+
"@babel/plugin-transform-for-of@^7.9.0":
|
519
|
+
version "7.9.0"
|
520
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.9.0.tgz#0f260e27d3e29cd1bb3128da5e76c761aa6c108e"
|
521
|
+
integrity sha512-lTAnWOpMwOXpyDx06N+ywmF3jNbafZEqZ96CGYabxHrxNX8l5ny7dt4bK/rGwAh9utyP2b2Hv7PlZh1AAS54FQ==
|
467
522
|
dependencies:
|
468
|
-
"@babel/helper-plugin-utils" "^7.
|
523
|
+
"@babel/helper-plugin-utils" "^7.8.3"
|
469
524
|
|
470
|
-
"@babel/plugin-transform-function-name@^7.
|
471
|
-
version "7.
|
472
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.
|
473
|
-
integrity sha512-
|
525
|
+
"@babel/plugin-transform-function-name@^7.8.3":
|
526
|
+
version "7.8.3"
|
527
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.8.3.tgz#279373cb27322aaad67c2683e776dfc47196ed8b"
|
528
|
+
integrity sha512-rO/OnDS78Eifbjn5Py9v8y0aR+aSYhDhqAwVfsTl0ERuMZyr05L1aFSCJnbv2mmsLkit/4ReeQ9N2BgLnOcPCQ==
|
474
529
|
dependencies:
|
475
|
-
"@babel/helper-function-name" "^7.
|
476
|
-
"@babel/helper-plugin-utils" "^7.
|
530
|
+
"@babel/helper-function-name" "^7.8.3"
|
531
|
+
"@babel/helper-plugin-utils" "^7.8.3"
|
477
532
|
|
478
|
-
"@babel/plugin-transform-literals@^7.
|
479
|
-
version "7.
|
480
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.
|
481
|
-
integrity sha512-
|
533
|
+
"@babel/plugin-transform-literals@^7.8.3":
|
534
|
+
version "7.8.3"
|
535
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.8.3.tgz#aef239823d91994ec7b68e55193525d76dbd5dc1"
|
536
|
+
integrity sha512-3Tqf8JJ/qB7TeldGl+TT55+uQei9JfYaregDcEAyBZ7akutriFrt6C/wLYIer6OYhleVQvH/ntEhjE/xMmy10A==
|
482
537
|
dependencies:
|
483
|
-
"@babel/helper-plugin-utils" "^7.
|
538
|
+
"@babel/helper-plugin-utils" "^7.8.3"
|
484
539
|
|
485
|
-
"@babel/plugin-transform-member-expression-literals@^7.
|
486
|
-
version "7.
|
487
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.
|
488
|
-
integrity sha512-
|
540
|
+
"@babel/plugin-transform-member-expression-literals@^7.8.3":
|
541
|
+
version "7.8.3"
|
542
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.8.3.tgz#963fed4b620ac7cbf6029c755424029fa3a40410"
|
543
|
+
integrity sha512-3Wk2EXhnw+rP+IDkK6BdtPKsUE5IeZ6QOGrPYvw52NwBStw9V1ZVzxgK6fSKSxqUvH9eQPR3tm3cOq79HlsKYA==
|
489
544
|
dependencies:
|
490
|
-
"@babel/helper-plugin-utils" "^7.
|
545
|
+
"@babel/helper-plugin-utils" "^7.8.3"
|
491
546
|
|
492
|
-
"@babel/plugin-transform-modules-amd@^7.
|
493
|
-
version "7.
|
494
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.
|
495
|
-
integrity sha512-
|
547
|
+
"@babel/plugin-transform-modules-amd@^7.9.0":
|
548
|
+
version "7.9.0"
|
549
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.9.0.tgz#19755ee721912cf5bb04c07d50280af3484efef4"
|
550
|
+
integrity sha512-vZgDDF003B14O8zJy0XXLnPH4sg+9X5hFBBGN1V+B2rgrB+J2xIypSN6Rk9imB2hSTHQi5OHLrFWsZab1GMk+Q==
|
496
551
|
dependencies:
|
497
|
-
"@babel/helper-module-transforms" "^7.
|
498
|
-
"@babel/helper-plugin-utils" "^7.
|
552
|
+
"@babel/helper-module-transforms" "^7.9.0"
|
553
|
+
"@babel/helper-plugin-utils" "^7.8.3"
|
499
554
|
babel-plugin-dynamic-import-node "^2.3.0"
|
500
555
|
|
501
|
-
"@babel/plugin-transform-modules-commonjs@^7.
|
502
|
-
version "7.
|
503
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.
|
504
|
-
integrity sha512-
|
556
|
+
"@babel/plugin-transform-modules-commonjs@^7.9.0":
|
557
|
+
version "7.9.0"
|
558
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.9.0.tgz#e3e72f4cbc9b4a260e30be0ea59bdf5a39748940"
|
559
|
+
integrity sha512-qzlCrLnKqio4SlgJ6FMMLBe4bySNis8DFn1VkGmOcxG9gqEyPIOzeQrA//u0HAKrWpJlpZbZMPB1n/OPa4+n8g==
|
505
560
|
dependencies:
|
506
|
-
"@babel/helper-module-transforms" "^7.
|
507
|
-
"@babel/helper-plugin-utils" "^7.
|
508
|
-
"@babel/helper-simple-access" "^7.
|
561
|
+
"@babel/helper-module-transforms" "^7.9.0"
|
562
|
+
"@babel/helper-plugin-utils" "^7.8.3"
|
563
|
+
"@babel/helper-simple-access" "^7.8.3"
|
509
564
|
babel-plugin-dynamic-import-node "^2.3.0"
|
510
565
|
|
511
|
-
"@babel/plugin-transform-modules-systemjs@^7.
|
512
|
-
version "7.
|
513
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.
|
514
|
-
integrity sha512-
|
566
|
+
"@babel/plugin-transform-modules-systemjs@^7.9.0":
|
567
|
+
version "7.9.0"
|
568
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.9.0.tgz#e9fd46a296fc91e009b64e07ddaa86d6f0edeb90"
|
569
|
+
integrity sha512-FsiAv/nao/ud2ZWy4wFacoLOm5uxl0ExSQ7ErvP7jpoihLR6Cq90ilOFyX9UXct3rbtKsAiZ9kFt5XGfPe/5SQ==
|
515
570
|
dependencies:
|
516
|
-
"@babel/helper-hoist-variables" "^7.
|
517
|
-
"@babel/helper-
|
571
|
+
"@babel/helper-hoist-variables" "^7.8.3"
|
572
|
+
"@babel/helper-module-transforms" "^7.9.0"
|
573
|
+
"@babel/helper-plugin-utils" "^7.8.3"
|
518
574
|
babel-plugin-dynamic-import-node "^2.3.0"
|
519
575
|
|
520
|
-
"@babel/plugin-transform-modules-umd@^7.
|
521
|
-
version "7.
|
522
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.
|
523
|
-
integrity sha512-
|
576
|
+
"@babel/plugin-transform-modules-umd@^7.9.0":
|
577
|
+
version "7.9.0"
|
578
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.9.0.tgz#e909acae276fec280f9b821a5f38e1f08b480697"
|
579
|
+
integrity sha512-uTWkXkIVtg/JGRSIABdBoMsoIeoHQHPTL0Y2E7xf5Oj7sLqwVsNXOkNk0VJc7vF0IMBsPeikHxFjGe+qmwPtTQ==
|
524
580
|
dependencies:
|
525
|
-
"@babel/helper-module-transforms" "^7.
|
526
|
-
"@babel/helper-plugin-utils" "^7.
|
581
|
+
"@babel/helper-module-transforms" "^7.9.0"
|
582
|
+
"@babel/helper-plugin-utils" "^7.8.3"
|
527
583
|
|
528
|
-
"@babel/plugin-transform-named-capturing-groups-regex@^7.
|
529
|
-
version "7.
|
530
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.
|
531
|
-
integrity sha512-
|
584
|
+
"@babel/plugin-transform-named-capturing-groups-regex@^7.8.3":
|
585
|
+
version "7.8.3"
|
586
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.8.3.tgz#a2a72bffa202ac0e2d0506afd0939c5ecbc48c6c"
|
587
|
+
integrity sha512-f+tF/8UVPU86TrCb06JoPWIdDpTNSGGcAtaD9mLP0aYGA0OS0j7j7DHJR0GTFrUZPUU6loZhbsVZgTh0N+Qdnw==
|
532
588
|
dependencies:
|
533
|
-
"@babel/helper-create-regexp-features-plugin" "^7.
|
589
|
+
"@babel/helper-create-regexp-features-plugin" "^7.8.3"
|
534
590
|
|
535
|
-
"@babel/plugin-transform-new-target@^7.
|
536
|
-
version "7.
|
537
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.
|
538
|
-
integrity sha512-
|
591
|
+
"@babel/plugin-transform-new-target@^7.8.3":
|
592
|
+
version "7.8.3"
|
593
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.8.3.tgz#60cc2ae66d85c95ab540eb34babb6434d4c70c43"
|
594
|
+
integrity sha512-QuSGysibQpyxexRyui2vca+Cmbljo8bcRckgzYV4kRIsHpVeyeC3JDO63pY+xFZ6bWOBn7pfKZTqV4o/ix9sFw==
|
539
595
|
dependencies:
|
540
|
-
"@babel/helper-plugin-utils" "^7.
|
596
|
+
"@babel/helper-plugin-utils" "^7.8.3"
|
541
597
|
|
542
|
-
"@babel/plugin-transform-object-super@^7.
|
543
|
-
version "7.
|
544
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.
|
545
|
-
integrity sha512-
|
598
|
+
"@babel/plugin-transform-object-super@^7.8.3":
|
599
|
+
version "7.8.3"
|
600
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.8.3.tgz#ebb6a1e7a86ffa96858bd6ac0102d65944261725"
|
601
|
+
integrity sha512-57FXk+gItG/GejofIyLIgBKTas4+pEU47IXKDBWFTxdPd7F80H8zybyAY7UoblVfBhBGs2EKM+bJUu2+iUYPDQ==
|
546
602
|
dependencies:
|
547
|
-
"@babel/helper-plugin-utils" "^7.
|
548
|
-
"@babel/helper-replace-supers" "^7.
|
603
|
+
"@babel/helper-plugin-utils" "^7.8.3"
|
604
|
+
"@babel/helper-replace-supers" "^7.8.3"
|
549
605
|
|
550
|
-
"@babel/plugin-transform-parameters@^7.
|
551
|
-
version "7.
|
552
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.
|
553
|
-
integrity sha512-
|
606
|
+
"@babel/plugin-transform-parameters@^7.9.5":
|
607
|
+
version "7.9.5"
|
608
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.9.5.tgz#173b265746f5e15b2afe527eeda65b73623a0795"
|
609
|
+
integrity sha512-0+1FhHnMfj6lIIhVvS4KGQJeuhe1GI//h5uptK4PvLt+BGBxsoUJbd3/IW002yk//6sZPlFgsG1hY6OHLcy6kA==
|
554
610
|
dependencies:
|
555
|
-
"@babel/helper-
|
556
|
-
"@babel/helper-
|
557
|
-
"@babel/helper-plugin-utils" "^7.0.0"
|
611
|
+
"@babel/helper-get-function-arity" "^7.8.3"
|
612
|
+
"@babel/helper-plugin-utils" "^7.8.3"
|
558
613
|
|
559
|
-
"@babel/plugin-transform-property-literals@^7.
|
560
|
-
version "7.
|
561
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.
|
562
|
-
integrity sha512-
|
614
|
+
"@babel/plugin-transform-property-literals@^7.8.3":
|
615
|
+
version "7.8.3"
|
616
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.8.3.tgz#33194300d8539c1ed28c62ad5087ba3807b98263"
|
617
|
+
integrity sha512-uGiiXAZMqEoQhRWMK17VospMZh5sXWg+dlh2soffpkAl96KAm+WZuJfa6lcELotSRmooLqg0MWdH6UUq85nmmg==
|
563
618
|
dependencies:
|
564
|
-
"@babel/helper-plugin-utils" "^7.
|
619
|
+
"@babel/helper-plugin-utils" "^7.8.3"
|
565
620
|
|
566
|
-
"@babel/plugin-transform-react-display-name@^7.
|
567
|
-
version "7.
|
568
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.
|
569
|
-
integrity sha512-
|
621
|
+
"@babel/plugin-transform-react-display-name@^7.8.3":
|
622
|
+
version "7.8.3"
|
623
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.8.3.tgz#70ded987c91609f78353dd76d2fb2a0bb991e8e5"
|
624
|
+
integrity sha512-3Jy/PCw8Fe6uBKtEgz3M82ljt+lTg+xJaM4og+eyu83qLT87ZUSckn0wy7r31jflURWLO83TW6Ylf7lyXj3m5A==
|
570
625
|
dependencies:
|
571
|
-
"@babel/helper-plugin-utils" "^7.
|
626
|
+
"@babel/helper-plugin-utils" "^7.8.3"
|
572
627
|
|
573
|
-
"@babel/plugin-transform-react-jsx-
|
574
|
-
version "7.
|
575
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-
|
576
|
-
integrity sha512-
|
628
|
+
"@babel/plugin-transform-react-jsx-development@^7.9.0":
|
629
|
+
version "7.9.0"
|
630
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.9.0.tgz#3c2a130727caf00c2a293f0aed24520825dbf754"
|
631
|
+
integrity sha512-tK8hWKrQncVvrhvtOiPpKrQjfNX3DtkNLSX4ObuGcpS9p0QrGetKmlySIGR07y48Zft8WVgPakqd/bk46JrMSw==
|
577
632
|
dependencies:
|
578
|
-
"@babel/helper-
|
579
|
-
"@babel/plugin-
|
633
|
+
"@babel/helper-builder-react-jsx-experimental" "^7.9.0"
|
634
|
+
"@babel/helper-plugin-utils" "^7.8.3"
|
635
|
+
"@babel/plugin-syntax-jsx" "^7.8.3"
|
580
636
|
|
581
|
-
"@babel/plugin-transform-react-jsx-
|
582
|
-
version "7.
|
583
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-
|
584
|
-
integrity sha512-
|
637
|
+
"@babel/plugin-transform-react-jsx-self@^7.9.0":
|
638
|
+
version "7.9.0"
|
639
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.9.0.tgz#f4f26a325820205239bb915bad8e06fcadabb49b"
|
640
|
+
integrity sha512-K2ObbWPKT7KUTAoyjCsFilOkEgMvFG+y0FqOl6Lezd0/13kMkkjHskVsZvblRPj1PHA44PrToaZANrryppzTvQ==
|
585
641
|
dependencies:
|
586
|
-
"@babel/helper-plugin-utils" "^7.
|
587
|
-
"@babel/plugin-syntax-jsx" "^7.
|
642
|
+
"@babel/helper-plugin-utils" "^7.8.3"
|
643
|
+
"@babel/plugin-syntax-jsx" "^7.8.3"
|
588
644
|
|
589
|
-
"@babel/plugin-transform-react-jsx@^7.
|
590
|
-
version "7.
|
591
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.
|
592
|
-
integrity sha512-
|
645
|
+
"@babel/plugin-transform-react-jsx-source@^7.9.0":
|
646
|
+
version "7.9.0"
|
647
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.9.0.tgz#89ef93025240dd5d17d3122294a093e5e0183de0"
|
648
|
+
integrity sha512-K6m3LlSnTSfRkM6FcRk8saNEeaeyG5k7AVkBU2bZK3+1zdkSED3qNdsWrUgQBeTVD2Tp3VMmerxVO2yM5iITmw==
|
593
649
|
dependencies:
|
594
|
-
"@babel/helper-
|
595
|
-
"@babel/
|
596
|
-
"@babel/plugin-syntax-jsx" "^7.7.4"
|
650
|
+
"@babel/helper-plugin-utils" "^7.8.3"
|
651
|
+
"@babel/plugin-syntax-jsx" "^7.8.3"
|
597
652
|
|
598
|
-
"@babel/plugin-transform-
|
599
|
-
version "7.
|
600
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-
|
601
|
-
integrity sha512
|
653
|
+
"@babel/plugin-transform-react-jsx@^7.9.4":
|
654
|
+
version "7.9.4"
|
655
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.9.4.tgz#86f576c8540bd06d0e95e0b61ea76d55f6cbd03f"
|
656
|
+
integrity sha512-Mjqf3pZBNLt854CK0C/kRuXAnE6H/bo7xYojP+WGtX8glDGSibcwnsWwhwoSuRg0+EBnxPC1ouVnuetUIlPSAw==
|
602
657
|
dependencies:
|
603
|
-
|
658
|
+
"@babel/helper-builder-react-jsx" "^7.9.0"
|
659
|
+
"@babel/helper-builder-react-jsx-experimental" "^7.9.0"
|
660
|
+
"@babel/helper-plugin-utils" "^7.8.3"
|
661
|
+
"@babel/plugin-syntax-jsx" "^7.8.3"
|
604
662
|
|
605
|
-
"@babel/plugin-transform-
|
606
|
-
version "7.7
|
607
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-
|
608
|
-
integrity sha512-
|
663
|
+
"@babel/plugin-transform-regenerator@^7.8.7":
|
664
|
+
version "7.8.7"
|
665
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.8.7.tgz#5e46a0dca2bee1ad8285eb0527e6abc9c37672f8"
|
666
|
+
integrity sha512-TIg+gAl4Z0a3WmD3mbYSk+J9ZUH6n/Yc57rtKRnlA/7rcCvpekHXe0CMZHP1gYp7/KLe9GHTuIba0vXmls6drA==
|
609
667
|
dependencies:
|
610
|
-
|
668
|
+
regenerator-transform "^0.14.2"
|
611
669
|
|
612
|
-
"@babel/plugin-transform-
|
613
|
-
version "7.
|
614
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-
|
615
|
-
integrity sha512-
|
670
|
+
"@babel/plugin-transform-reserved-words@^7.8.3":
|
671
|
+
version "7.8.3"
|
672
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.8.3.tgz#9a0635ac4e665d29b162837dd3cc50745dfdf1f5"
|
673
|
+
integrity sha512-mwMxcycN3omKFDjDQUl+8zyMsBfjRFr0Zn/64I41pmjv4NJuqcYlEtezwYtw9TFd9WR1vN5kiM+O0gMZzO6L0A==
|
616
674
|
dependencies:
|
617
|
-
"@babel/helper-plugin-utils" "^7.
|
675
|
+
"@babel/helper-plugin-utils" "^7.8.3"
|
618
676
|
|
619
|
-
"@babel/plugin-transform-
|
620
|
-
version "7.
|
621
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-
|
622
|
-
integrity sha512-
|
677
|
+
"@babel/plugin-transform-shorthand-properties@^7.8.3":
|
678
|
+
version "7.8.3"
|
679
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.8.3.tgz#28545216e023a832d4d3a1185ed492bcfeac08c8"
|
680
|
+
integrity sha512-I9DI6Odg0JJwxCHzbzW08ggMdCezoWcuQRz3ptdudgwaHxTjxw5HgdFJmZIkIMlRymL6YiZcped4TTCB0JcC8w==
|
623
681
|
dependencies:
|
624
|
-
"@babel/helper-plugin-utils" "^7.
|
682
|
+
"@babel/helper-plugin-utils" "^7.8.3"
|
625
683
|
|
626
|
-
"@babel/plugin-transform-
|
627
|
-
version "7.
|
628
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-
|
629
|
-
integrity sha512-
|
684
|
+
"@babel/plugin-transform-spread@^7.8.3":
|
685
|
+
version "7.8.3"
|
686
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.8.3.tgz#9c8ffe8170fdfb88b114ecb920b82fb6e95fe5e8"
|
687
|
+
integrity sha512-CkuTU9mbmAoFOI1tklFWYYbzX5qCIZVXPVy0jpXgGwkplCndQAa58s2jr66fTeQnA64bDox0HL4U56CFYoyC7g==
|
630
688
|
dependencies:
|
631
|
-
"@babel/helper-plugin-utils" "^7.
|
632
|
-
"@babel/helper-regex" "^7.0.0"
|
689
|
+
"@babel/helper-plugin-utils" "^7.8.3"
|
633
690
|
|
634
|
-
"@babel/plugin-transform-
|
635
|
-
version "7.
|
636
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-
|
637
|
-
integrity sha512-
|
691
|
+
"@babel/plugin-transform-sticky-regex@^7.8.3":
|
692
|
+
version "7.8.3"
|
693
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.8.3.tgz#be7a1290f81dae767475452199e1f76d6175b100"
|
694
|
+
integrity sha512-9Spq0vGCD5Bb4Z/ZXXSK5wbbLFMG085qd2vhL1JYu1WcQ5bXqZBAYRzU1d+p79GcHs2szYv5pVQCX13QgldaWw==
|
638
695
|
dependencies:
|
639
|
-
"@babel/helper-
|
640
|
-
"@babel/helper-
|
696
|
+
"@babel/helper-plugin-utils" "^7.8.3"
|
697
|
+
"@babel/helper-regex" "^7.8.3"
|
641
698
|
|
642
|
-
"@babel/plugin-transform-
|
643
|
-
version "7.
|
644
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-
|
645
|
-
integrity sha512-
|
699
|
+
"@babel/plugin-transform-template-literals@^7.8.3":
|
700
|
+
version "7.8.3"
|
701
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.8.3.tgz#7bfa4732b455ea6a43130adc0ba767ec0e402a80"
|
702
|
+
integrity sha512-820QBtykIQOLFT8NZOcTRJ1UNuztIELe4p9DCgvj4NK+PwluSJ49we7s9FB1HIGNIYT7wFUJ0ar2QpCDj0escQ==
|
646
703
|
dependencies:
|
647
|
-
"@babel/helper-
|
704
|
+
"@babel/helper-annotate-as-pure" "^7.8.3"
|
705
|
+
"@babel/helper-plugin-utils" "^7.8.3"
|
648
706
|
|
649
|
-
"@babel/plugin-transform-
|
650
|
-
version "7.
|
651
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-
|
652
|
-
integrity sha512-
|
707
|
+
"@babel/plugin-transform-typeof-symbol@^7.8.4":
|
708
|
+
version "7.8.4"
|
709
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.8.4.tgz#ede4062315ce0aaf8a657a920858f1a2f35fc412"
|
710
|
+
integrity sha512-2QKyfjGdvuNfHsb7qnBBlKclbD4CfshH2KvDabiijLMGXPHJXGxtDzwIF7bQP+T0ysw8fYTtxPafgfs/c1Lrqg==
|
653
711
|
dependencies:
|
654
|
-
"@babel/helper-
|
655
|
-
|
712
|
+
"@babel/helper-plugin-utils" "^7.8.3"
|
713
|
+
|
714
|
+
"@babel/plugin-transform-unicode-regex@^7.8.3":
|
715
|
+
version "7.8.3"
|
716
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.8.3.tgz#0cef36e3ba73e5c57273effb182f46b91a1ecaad"
|
717
|
+
integrity sha512-+ufgJjYdmWfSQ+6NS9VGUR2ns8cjJjYbrbi11mZBTaWm+Fui/ncTLFF28Ei1okavY+xkojGr1eJxNsWYeA5aZw==
|
718
|
+
dependencies:
|
719
|
+
"@babel/helper-create-regexp-features-plugin" "^7.8.3"
|
720
|
+
"@babel/helper-plugin-utils" "^7.8.3"
|
656
721
|
|
657
722
|
"@babel/polyfill@^7.7.0":
|
658
|
-
version "7.7
|
659
|
-
resolved "https://registry.yarnpkg.com/@babel/polyfill/-/polyfill-7.7.
|
660
|
-
integrity sha512
|
723
|
+
version "7.8.7"
|
724
|
+
resolved "https://registry.yarnpkg.com/@babel/polyfill/-/polyfill-7.8.7.tgz#151ec24c7135481336168c3bd8b8bf0cf91c032f"
|
725
|
+
integrity sha512-LeSfP9bNZH2UOZgcGcZ0PIHUt1ZuHub1L3CVmEyqLxCeDLm4C5Gi8jRH8ZX2PNpDhQCo0z6y/+DIs2JlliXW8w==
|
661
726
|
dependencies:
|
662
727
|
core-js "^2.6.5"
|
663
|
-
regenerator-runtime "^0.13.
|
728
|
+
regenerator-runtime "^0.13.4"
|
664
729
|
|
665
730
|
"@babel/preset-env@^7.7.4":
|
666
|
-
version "7.
|
667
|
-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.
|
668
|
-
integrity sha512-
|
669
|
-
dependencies:
|
670
|
-
"@babel/
|
671
|
-
"@babel/helper-
|
672
|
-
"@babel/
|
673
|
-
"@babel/plugin-
|
674
|
-
"@babel/plugin-proposal-
|
675
|
-
"@babel/plugin-proposal-
|
676
|
-
"@babel/plugin-proposal-
|
677
|
-
"@babel/plugin-proposal-
|
678
|
-
"@babel/plugin-
|
679
|
-
"@babel/plugin-
|
680
|
-
"@babel/plugin-
|
681
|
-
"@babel/plugin-
|
682
|
-
"@babel/plugin-
|
683
|
-
"@babel/plugin-syntax-
|
684
|
-
"@babel/plugin-
|
685
|
-
"@babel/plugin-
|
686
|
-
"@babel/plugin-
|
687
|
-
"@babel/plugin-
|
688
|
-
"@babel/plugin-
|
689
|
-
"@babel/plugin-
|
690
|
-
"@babel/plugin-
|
691
|
-
"@babel/plugin-
|
692
|
-
"@babel/plugin-transform-
|
693
|
-
"@babel/plugin-transform-
|
694
|
-
"@babel/plugin-transform-
|
695
|
-
"@babel/plugin-transform-
|
696
|
-
"@babel/plugin-transform-
|
697
|
-
"@babel/plugin-transform-
|
698
|
-
"@babel/plugin-transform-
|
699
|
-
"@babel/plugin-transform-
|
700
|
-
"@babel/plugin-transform-
|
701
|
-
"@babel/plugin-transform-
|
702
|
-
"@babel/plugin-transform-
|
703
|
-
"@babel/plugin-transform-
|
704
|
-
"@babel/plugin-transform-
|
705
|
-
"@babel/plugin-transform-
|
706
|
-
"@babel/plugin-transform-
|
707
|
-
"@babel/plugin-transform-
|
708
|
-
"@babel/plugin-transform-
|
709
|
-
"@babel/plugin-transform-
|
710
|
-
"@babel/plugin-transform-
|
711
|
-
"@babel/plugin-transform-
|
712
|
-
"@babel/plugin-transform-
|
713
|
-
"@babel/plugin-transform-
|
714
|
-
"@babel/plugin-transform-
|
715
|
-
"@babel/
|
716
|
-
|
717
|
-
|
731
|
+
version "7.9.5"
|
732
|
+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.9.5.tgz#8ddc76039bc45b774b19e2fc548f6807d8a8919f"
|
733
|
+
integrity sha512-eWGYeADTlPJH+wq1F0wNfPbVS1w1wtmMJiYk55Td5Yu28AsdR9AsC97sZ0Qq8fHqQuslVSIYSGJMcblr345GfQ==
|
734
|
+
dependencies:
|
735
|
+
"@babel/compat-data" "^7.9.0"
|
736
|
+
"@babel/helper-compilation-targets" "^7.8.7"
|
737
|
+
"@babel/helper-module-imports" "^7.8.3"
|
738
|
+
"@babel/helper-plugin-utils" "^7.8.3"
|
739
|
+
"@babel/plugin-proposal-async-generator-functions" "^7.8.3"
|
740
|
+
"@babel/plugin-proposal-dynamic-import" "^7.8.3"
|
741
|
+
"@babel/plugin-proposal-json-strings" "^7.8.3"
|
742
|
+
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.8.3"
|
743
|
+
"@babel/plugin-proposal-numeric-separator" "^7.8.3"
|
744
|
+
"@babel/plugin-proposal-object-rest-spread" "^7.9.5"
|
745
|
+
"@babel/plugin-proposal-optional-catch-binding" "^7.8.3"
|
746
|
+
"@babel/plugin-proposal-optional-chaining" "^7.9.0"
|
747
|
+
"@babel/plugin-proposal-unicode-property-regex" "^7.8.3"
|
748
|
+
"@babel/plugin-syntax-async-generators" "^7.8.0"
|
749
|
+
"@babel/plugin-syntax-dynamic-import" "^7.8.0"
|
750
|
+
"@babel/plugin-syntax-json-strings" "^7.8.0"
|
751
|
+
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.0"
|
752
|
+
"@babel/plugin-syntax-numeric-separator" "^7.8.0"
|
753
|
+
"@babel/plugin-syntax-object-rest-spread" "^7.8.0"
|
754
|
+
"@babel/plugin-syntax-optional-catch-binding" "^7.8.0"
|
755
|
+
"@babel/plugin-syntax-optional-chaining" "^7.8.0"
|
756
|
+
"@babel/plugin-syntax-top-level-await" "^7.8.3"
|
757
|
+
"@babel/plugin-transform-arrow-functions" "^7.8.3"
|
758
|
+
"@babel/plugin-transform-async-to-generator" "^7.8.3"
|
759
|
+
"@babel/plugin-transform-block-scoped-functions" "^7.8.3"
|
760
|
+
"@babel/plugin-transform-block-scoping" "^7.8.3"
|
761
|
+
"@babel/plugin-transform-classes" "^7.9.5"
|
762
|
+
"@babel/plugin-transform-computed-properties" "^7.8.3"
|
763
|
+
"@babel/plugin-transform-destructuring" "^7.9.5"
|
764
|
+
"@babel/plugin-transform-dotall-regex" "^7.8.3"
|
765
|
+
"@babel/plugin-transform-duplicate-keys" "^7.8.3"
|
766
|
+
"@babel/plugin-transform-exponentiation-operator" "^7.8.3"
|
767
|
+
"@babel/plugin-transform-for-of" "^7.9.0"
|
768
|
+
"@babel/plugin-transform-function-name" "^7.8.3"
|
769
|
+
"@babel/plugin-transform-literals" "^7.8.3"
|
770
|
+
"@babel/plugin-transform-member-expression-literals" "^7.8.3"
|
771
|
+
"@babel/plugin-transform-modules-amd" "^7.9.0"
|
772
|
+
"@babel/plugin-transform-modules-commonjs" "^7.9.0"
|
773
|
+
"@babel/plugin-transform-modules-systemjs" "^7.9.0"
|
774
|
+
"@babel/plugin-transform-modules-umd" "^7.9.0"
|
775
|
+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.8.3"
|
776
|
+
"@babel/plugin-transform-new-target" "^7.8.3"
|
777
|
+
"@babel/plugin-transform-object-super" "^7.8.3"
|
778
|
+
"@babel/plugin-transform-parameters" "^7.9.5"
|
779
|
+
"@babel/plugin-transform-property-literals" "^7.8.3"
|
780
|
+
"@babel/plugin-transform-regenerator" "^7.8.7"
|
781
|
+
"@babel/plugin-transform-reserved-words" "^7.8.3"
|
782
|
+
"@babel/plugin-transform-shorthand-properties" "^7.8.3"
|
783
|
+
"@babel/plugin-transform-spread" "^7.8.3"
|
784
|
+
"@babel/plugin-transform-sticky-regex" "^7.8.3"
|
785
|
+
"@babel/plugin-transform-template-literals" "^7.8.3"
|
786
|
+
"@babel/plugin-transform-typeof-symbol" "^7.8.4"
|
787
|
+
"@babel/plugin-transform-unicode-regex" "^7.8.3"
|
788
|
+
"@babel/preset-modules" "^0.1.3"
|
789
|
+
"@babel/types" "^7.9.5"
|
790
|
+
browserslist "^4.9.1"
|
791
|
+
core-js-compat "^3.6.2"
|
718
792
|
invariant "^2.2.2"
|
719
|
-
|
793
|
+
levenary "^1.1.1"
|
720
794
|
semver "^5.5.0"
|
721
795
|
|
722
|
-
"@babel/preset-
|
723
|
-
version "
|
724
|
-
resolved "https://registry.yarnpkg.com/@babel/preset-
|
725
|
-
integrity sha512-
|
796
|
+
"@babel/preset-modules@^0.1.3":
|
797
|
+
version "0.1.3"
|
798
|
+
resolved "https://registry.yarnpkg.com/@babel/preset-modules/-/preset-modules-0.1.3.tgz#13242b53b5ef8c883c3cf7dddd55b36ce80fbc72"
|
799
|
+
integrity sha512-Ra3JXOHBq2xd56xSF7lMKXdjBn3T772Y1Wet3yWnkDly9zHvJki029tAFzvAAK5cf4YV3yoxuP61crYRol6SVg==
|
726
800
|
dependencies:
|
727
801
|
"@babel/helper-plugin-utils" "^7.0.0"
|
728
|
-
"@babel/plugin-
|
729
|
-
"@babel/plugin-transform-
|
730
|
-
"@babel/
|
731
|
-
|
802
|
+
"@babel/plugin-proposal-unicode-property-regex" "^7.4.4"
|
803
|
+
"@babel/plugin-transform-dotall-regex" "^7.4.4"
|
804
|
+
"@babel/types" "^7.4.4"
|
805
|
+
esutils "^2.0.2"
|
806
|
+
|
807
|
+
"@babel/preset-react@^7.7.4":
|
808
|
+
version "7.9.4"
|
809
|
+
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.9.4.tgz#c6c97693ac65b6b9c0b4f25b948a8f665463014d"
|
810
|
+
integrity sha512-AxylVB3FXeOTQXNXyiuAQJSvss62FEotbX2Pzx3K/7c+MKJMdSg6Ose6QYllkdCFA8EInCJVw7M/o5QbLuA4ZQ==
|
811
|
+
dependencies:
|
812
|
+
"@babel/helper-plugin-utils" "^7.8.3"
|
813
|
+
"@babel/plugin-transform-react-display-name" "^7.8.3"
|
814
|
+
"@babel/plugin-transform-react-jsx" "^7.9.4"
|
815
|
+
"@babel/plugin-transform-react-jsx-development" "^7.9.0"
|
816
|
+
"@babel/plugin-transform-react-jsx-self" "^7.9.0"
|
817
|
+
"@babel/plugin-transform-react-jsx-source" "^7.9.0"
|
732
818
|
|
733
819
|
"@babel/register@^7.7.4":
|
734
|
-
version "7.
|
735
|
-
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.
|
736
|
-
integrity sha512-
|
820
|
+
version "7.9.0"
|
821
|
+
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.9.0.tgz#02464ede57548bddbb5e9f705d263b7c3f43d48b"
|
822
|
+
integrity sha512-Tv8Zyi2J2VRR8g7pC5gTeIN8Ihultbmk0ocyNz8H2nEZbmhp1N6q0A1UGsQbDvGP/sNinQKUHf3SqXwqjtFv4Q==
|
737
823
|
dependencies:
|
738
824
|
find-cache-dir "^2.0.0"
|
739
825
|
lodash "^4.17.13"
|
@@ -741,36 +827,43 @@
|
|
741
827
|
pirates "^4.0.0"
|
742
828
|
source-map-support "^0.5.16"
|
743
829
|
|
744
|
-
"@babel/
|
745
|
-
version "7.
|
746
|
-
resolved "https://registry.yarnpkg.com/@babel/
|
747
|
-
integrity sha512-
|
748
|
-
dependencies:
|
749
|
-
|
750
|
-
|
751
|
-
|
752
|
-
|
753
|
-
"
|
754
|
-
|
755
|
-
|
756
|
-
|
757
|
-
|
758
|
-
"@babel/
|
759
|
-
|
760
|
-
|
761
|
-
|
762
|
-
|
763
|
-
|
830
|
+
"@babel/runtime@^7.8.4":
|
831
|
+
version "7.9.2"
|
832
|
+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.9.2.tgz#d90df0583a3a252f09aaa619665367bae518db06"
|
833
|
+
integrity sha512-NE2DtOdufG7R5vnfQUTehdTfNycfUANEtCa9PssN9O/xmTzP4E08UI797ixaei6hBEVL9BI/PsdJS5x7mWoB9Q==
|
834
|
+
dependencies:
|
835
|
+
regenerator-runtime "^0.13.4"
|
836
|
+
|
837
|
+
"@babel/template@^7.8.3", "@babel/template@^7.8.6":
|
838
|
+
version "7.8.6"
|
839
|
+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.8.6.tgz#86b22af15f828dfb086474f964dcc3e39c43ce2b"
|
840
|
+
integrity sha512-zbMsPMy/v0PWFZEhQJ66bqjhH+z0JgMoBWuikXybgG3Gkd/3t5oQ1Rw2WQhnSrsOmsKXnZOx15tkC4qON/+JPg==
|
841
|
+
dependencies:
|
842
|
+
"@babel/code-frame" "^7.8.3"
|
843
|
+
"@babel/parser" "^7.8.6"
|
844
|
+
"@babel/types" "^7.8.6"
|
845
|
+
|
846
|
+
"@babel/traverse@^7.7.4", "@babel/traverse@^7.8.3", "@babel/traverse@^7.8.6", "@babel/traverse@^7.9.0":
|
847
|
+
version "7.9.5"
|
848
|
+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.9.5.tgz#6e7c56b44e2ac7011a948c21e283ddd9d9db97a2"
|
849
|
+
integrity sha512-c4gH3jsvSuGUezlP6rzSJ6jf8fYjLj3hsMZRx/nX0h+fmHN0w+ekubRrHPqnMec0meycA2nwCsJ7dC8IPem2FQ==
|
850
|
+
dependencies:
|
851
|
+
"@babel/code-frame" "^7.8.3"
|
852
|
+
"@babel/generator" "^7.9.5"
|
853
|
+
"@babel/helper-function-name" "^7.9.5"
|
854
|
+
"@babel/helper-split-export-declaration" "^7.8.3"
|
855
|
+
"@babel/parser" "^7.9.0"
|
856
|
+
"@babel/types" "^7.9.5"
|
764
857
|
debug "^4.1.0"
|
765
858
|
globals "^11.1.0"
|
766
859
|
lodash "^4.17.13"
|
767
860
|
|
768
|
-
"@babel/types@^7.7.4":
|
769
|
-
version "7.
|
770
|
-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.
|
771
|
-
integrity sha512-
|
861
|
+
"@babel/types@^7.4.4", "@babel/types@^7.7.4", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.0", "@babel/types@^7.9.5":
|
862
|
+
version "7.9.5"
|
863
|
+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.5.tgz#89231f82915a8a566a703b3b20133f73da6b9444"
|
864
|
+
integrity sha512-XjnvNqenk818r5zMaba+sLQjnbda31UfUURv3ei0qPQw4u+j2jMyJ5b11y8ZHYTRSI3NnInQkkkRT4fLqqPdHg==
|
772
865
|
dependencies:
|
773
|
-
|
866
|
+
"@babel/helper-validator-identifier" "^7.9.5"
|
774
867
|
lodash "^4.17.13"
|
775
868
|
to-fast-properties "^2.0.0"
|
776
869
|
|
@@ -793,9 +886,9 @@
|
|
793
886
|
integrity sha512-ONhaKPIufzzrlNbqtWFFd+jlnemX6lJAgq9ZeiZtS7I1PIf/la7CW4m83rTXRnVnsMbW2k56pGYu7AUFJD9Pow==
|
794
887
|
|
795
888
|
"@types/cheerio@^0.22.8":
|
796
|
-
version "0.22.
|
797
|
-
resolved "https://registry.yarnpkg.com/@types/cheerio/-/cheerio-0.22.
|
798
|
-
integrity sha512-
|
889
|
+
version "0.22.17"
|
890
|
+
resolved "https://registry.yarnpkg.com/@types/cheerio/-/cheerio-0.22.17.tgz#e54f71c3135f71ebc16c8dc62edad533872c9e72"
|
891
|
+
integrity sha512-izlm+hbqWN9csuB9GSMfCnAyd3/57XZi3rfz1B0C4QBGVMp+9xQ7+9KYnep+ySfUrCWql4lGzkLf0XmprXcz9g==
|
799
892
|
dependencies:
|
800
893
|
"@types/node" "*"
|
801
894
|
|
@@ -805,20 +898,15 @@
|
|
805
898
|
integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==
|
806
899
|
|
807
900
|
"@types/node@*":
|
808
|
-
version "
|
809
|
-
resolved "https://registry.yarnpkg.com/@types/node/-/node-
|
810
|
-
integrity sha512-
|
901
|
+
version "13.13.1"
|
902
|
+
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.13.1.tgz#1ba94c5a177a1692518bfc7b41aec0aa1a14354e"
|
903
|
+
integrity sha512-uysqysLJ+As9jqI5yqjwP3QJrhOcUwBjHUlUxPxjbplwKoILvXVsmYWEhfmAQlrPfbRZmhJB007o4L9sKqtHqQ==
|
811
904
|
|
812
905
|
"@types/q@^1.5.1":
|
813
906
|
version "1.5.2"
|
814
907
|
resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.2.tgz#690a1475b84f2a884fd07cd797c00f5f31356ea8"
|
815
908
|
integrity sha512-ce5d3q03Ex0sy4R14722Rmt6MT07Ua+k4FwDfdcToYJcMKNtRVQvJ6JCAPdAmAnbRb6CsX6aYb9m96NGod9uTw==
|
816
909
|
|
817
|
-
abbrev@1:
|
818
|
-
version "1.1.1"
|
819
|
-
resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8"
|
820
|
-
integrity sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==
|
821
|
-
|
822
910
|
accepts@~1.3.7:
|
823
911
|
version "1.3.7"
|
824
912
|
resolved "https://registry.yarnpkg.com/accepts/-/accepts-1.3.7.tgz#531bc726517a3b2b41f850021c6cc15eaab507cd"
|
@@ -833,11 +921,11 @@ address@1.1.2, address@^1.0.1:
|
|
833
921
|
integrity sha512-aT6camzM4xEA54YVJYSqxz1kv4IHnQZRtThJJHhUMRExaU5spC7jX5ugSwTaTgJliIgs4VhZOk7htClvQ/LmRA==
|
834
922
|
|
835
923
|
ajv@^6.5.5:
|
836
|
-
version "6.
|
837
|
-
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.
|
838
|
-
integrity sha512-
|
924
|
+
version "6.12.2"
|
925
|
+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.2.tgz#c629c5eced17baf314437918d2da88c99d5958cd"
|
926
|
+
integrity sha512-k+V+hzjm5q/Mr8ef/1Y9goCmlsK4I6Sm74teeyGvFk1XrOsbsKLjEdrvny42CZ+a8sXbk8KWpY/bDwS+FLL2UQ==
|
839
927
|
dependencies:
|
840
|
-
fast-deep-equal "^
|
928
|
+
fast-deep-equal "^3.1.1"
|
841
929
|
fast-json-stable-stringify "^2.0.0"
|
842
930
|
json-schema-traverse "^0.4.1"
|
843
931
|
uri-js "^4.2.2"
|
@@ -887,9 +975,9 @@ ansi-styles@^3.2.1:
|
|
887
975
|
color-convert "^1.9.0"
|
888
976
|
|
889
977
|
ansi-styles@^4.1.0:
|
890
|
-
version "4.2.
|
891
|
-
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.2.
|
892
|
-
integrity sha512-
|
978
|
+
version "4.2.1"
|
979
|
+
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.2.1.tgz#90ae75c424d008d2624c5bf29ead3177ebfcf359"
|
980
|
+
integrity sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA==
|
893
981
|
dependencies:
|
894
982
|
"@types/color-name" "^1.1.1"
|
895
983
|
color-convert "^2.0.1"
|
@@ -907,11 +995,6 @@ anymatch@^2.0.0:
|
|
907
995
|
micromatch "^3.1.4"
|
908
996
|
normalize-path "^2.1.1"
|
909
997
|
|
910
|
-
aproba@^1.0.3:
|
911
|
-
version "1.2.0"
|
912
|
-
resolved "https://registry.yarnpkg.com/aproba/-/aproba-1.2.0.tgz#6802e6264efd18c790a1b0d517f0f2627bf2c94a"
|
913
|
-
integrity sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==
|
914
|
-
|
915
998
|
arch@^2.1.0:
|
916
999
|
version "2.1.1"
|
917
1000
|
resolved "https://registry.yarnpkg.com/arch/-/arch-2.1.1.tgz#8f5c2731aa35a30929221bb0640eed65175ec84e"
|
@@ -924,14 +1007,6 @@ archive-type@^4.0.0:
|
|
924
1007
|
dependencies:
|
925
1008
|
file-type "^4.2.0"
|
926
1009
|
|
927
|
-
are-we-there-yet@~1.1.2:
|
928
|
-
version "1.1.5"
|
929
|
-
resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz#4b35c2944f062a8bfcda66410760350fe9ddfc21"
|
930
|
-
integrity sha512-5hYdAkZlcG8tOLujVDTgCT+uPX0VnpAH28gWsLfzpXYm7wP6mp5Q/gYyR7YQ0cKVJcXJnl3j2kpBan13PtQf6w==
|
931
|
-
dependencies:
|
932
|
-
delegates "^1.0.0"
|
933
|
-
readable-stream "^2.0.6"
|
934
|
-
|
935
1010
|
argparse@^1.0.10, argparse@^1.0.7:
|
936
1011
|
version "1.0.10"
|
937
1012
|
resolved "https://registry.yarnpkg.com/argparse/-/argparse-1.0.10.tgz#bcd6791ea5ae09725e17e5ad988134cd40b3d911"
|
@@ -976,11 +1051,6 @@ array-uniq@^1.0.1:
|
|
976
1051
|
resolved "https://registry.yarnpkg.com/array-uniq/-/array-uniq-1.0.3.tgz#af6ac877a25cc7f74e058894753858dfdb24fdb6"
|
977
1052
|
integrity sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=
|
978
1053
|
|
979
|
-
array-uniq@^2.1.0:
|
980
|
-
version "2.1.0"
|
981
|
-
resolved "https://registry.yarnpkg.com/array-uniq/-/array-uniq-2.1.0.tgz#46603d5e28e79bfd02b046fcc1d77c6820bd8e98"
|
982
|
-
integrity sha512-bdHxtev7FN6+MXI1YFW0Q8mQ8dTJc2S8AMfju+ZR77pbg2yAdVyDlwkaUI7Har0LyOMRFPHrJ9lYdyjZZswdlQ==
|
983
|
-
|
984
1054
|
array-unique@^0.3.2:
|
985
1055
|
version "0.3.2"
|
986
1056
|
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
|
@@ -1025,15 +1095,15 @@ asynckit@^0.4.0:
|
|
1025
1095
|
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
|
1026
1096
|
integrity sha1-x57Zf380y48robyXkLzDZkdLS3k=
|
1027
1097
|
|
1028
|
-
atob@^2.1.
|
1098
|
+
atob@^2.1.2:
|
1029
1099
|
version "2.1.2"
|
1030
1100
|
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
|
1031
1101
|
integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==
|
1032
1102
|
|
1033
1103
|
autolinker@^3.11.0:
|
1034
|
-
version "3.
|
1035
|
-
resolved "https://registry.yarnpkg.com/autolinker/-/autolinker-3.
|
1036
|
-
integrity sha512-
|
1104
|
+
version "3.14.1"
|
1105
|
+
resolved "https://registry.yarnpkg.com/autolinker/-/autolinker-3.14.1.tgz#6ae4b812b6eaf42d4d68138b9e67757cbf2bc1e4"
|
1106
|
+
integrity sha512-yvsRHIaY51EYDml6MGlbqyJGfl4n7zezGYf+R7gvM8c5LNpRGc4SISkvgAswSS8SWxk/OrGCylKV9mJyVstz7w==
|
1037
1107
|
dependencies:
|
1038
1108
|
tslib "^1.9.3"
|
1039
1109
|
|
@@ -1045,17 +1115,17 @@ autolinker@~0.28.0:
|
|
1045
1115
|
gulp-header "^1.7.1"
|
1046
1116
|
|
1047
1117
|
autoprefixer@^9.7.2:
|
1048
|
-
version "9.7.
|
1049
|
-
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.7.
|
1050
|
-
integrity sha512-
|
1118
|
+
version "9.7.6"
|
1119
|
+
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.7.6.tgz#63ac5bbc0ce7934e6997207d5bb00d68fa8293a4"
|
1120
|
+
integrity sha512-F7cYpbN7uVVhACZTeeIeealwdGM6wMtfWARVLTy5xmKtgVdBNJvbDRoCK3YO1orcs7gv/KwYlb3iXwu9Ug9BkQ==
|
1051
1121
|
dependencies:
|
1052
|
-
browserslist "^4.
|
1053
|
-
caniuse-lite "^1.0.
|
1122
|
+
browserslist "^4.11.1"
|
1123
|
+
caniuse-lite "^1.0.30001039"
|
1054
1124
|
chalk "^2.4.2"
|
1055
1125
|
normalize-range "^0.1.2"
|
1056
1126
|
num2fraction "^1.2.2"
|
1057
|
-
postcss "^7.0.
|
1058
|
-
postcss-value-parser "^4.0.
|
1127
|
+
postcss "^7.0.27"
|
1128
|
+
postcss-value-parser "^4.0.3"
|
1059
1129
|
|
1060
1130
|
aws-sign2@~0.7.0:
|
1061
1131
|
version "0.7.0"
|
@@ -1063,9 +1133,9 @@ aws-sign2@~0.7.0:
|
|
1063
1133
|
integrity sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=
|
1064
1134
|
|
1065
1135
|
aws4@^1.8.0:
|
1066
|
-
version "1.
|
1067
|
-
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.
|
1068
|
-
integrity sha512-
|
1136
|
+
version "1.9.1"
|
1137
|
+
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.9.1.tgz#7e33d8f7d449b3f673cd72deb9abdc552dbe528e"
|
1138
|
+
integrity sha512-wMHVg2EOHaMRxbzgFJ9gtjOOCrI80OHLG14rxi28XwOW8ux6IiEbRCGGGqCtdAIg4FQCbW20k9RsT4y3gJlFug==
|
1069
1139
|
|
1070
1140
|
babel-code-frame@^6.22.0:
|
1071
1141
|
version "6.26.0"
|
@@ -1077,9 +1147,9 @@ babel-code-frame@^6.22.0:
|
|
1077
1147
|
js-tokens "^3.0.2"
|
1078
1148
|
|
1079
1149
|
babel-plugin-dynamic-import-node@^2.3.0:
|
1080
|
-
version "2.3.
|
1081
|
-
resolved "https://registry.yarnpkg.com/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.
|
1082
|
-
integrity sha512-
|
1150
|
+
version "2.3.2"
|
1151
|
+
resolved "https://registry.yarnpkg.com/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.2.tgz#14fb5accb300f9aac0151949f6192259f1403c4a"
|
1152
|
+
integrity sha512-yvczAMjbc73xira9yTyF1XnEmkX8QwlUhmxuhimeMUeAaA6s7busTPRVDzhVG7eeBdNcRiZ/mAwFrJ9It4vQcg==
|
1083
1153
|
dependencies:
|
1084
1154
|
object.assign "^4.1.0"
|
1085
1155
|
|
@@ -1176,6 +1246,13 @@ binary-extensions@^1.0.0:
|
|
1176
1246
|
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.13.1.tgz#598afe54755b2868a5330d2aff9d4ebb53209b65"
|
1177
1247
|
integrity sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==
|
1178
1248
|
|
1249
|
+
bindings@^1.5.0:
|
1250
|
+
version "1.5.0"
|
1251
|
+
resolved "https://registry.yarnpkg.com/bindings/-/bindings-1.5.0.tgz#10353c9e945334bc0511a6d90b38fbc7c9c504df"
|
1252
|
+
integrity sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==
|
1253
|
+
dependencies:
|
1254
|
+
file-uri-to-path "1.0.0"
|
1255
|
+
|
1179
1256
|
bl@^1.0.0:
|
1180
1257
|
version "1.2.2"
|
1181
1258
|
resolved "https://registry.yarnpkg.com/bl/-/bl-1.2.2.tgz#a160911717103c07410cef63ef51b397c025af9c"
|
@@ -1239,7 +1316,7 @@ braces@^2.3.1, braces@^2.3.2:
|
|
1239
1316
|
split-string "^3.0.2"
|
1240
1317
|
to-regex "^3.0.1"
|
1241
1318
|
|
1242
|
-
browserslist@4.7.0
|
1319
|
+
browserslist@4.7.0:
|
1243
1320
|
version "4.7.0"
|
1244
1321
|
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.7.0.tgz#9ee89225ffc07db03409f2fee524dc8227458a17"
|
1245
1322
|
integrity sha512-9rGNDtnj+HaahxiVV38Gn8n8Lr8REKsel68v1sPFfIGEK6uSXTY3h9acgiT1dZVtOOUtifo/Dn8daDQ5dUgVsA==
|
@@ -1248,23 +1325,15 @@ browserslist@4.7.0, browserslist@^4.0.0, browserslist@^4.6.0:
|
|
1248
1325
|
electron-to-chromium "^1.3.247"
|
1249
1326
|
node-releases "^1.1.29"
|
1250
1327
|
|
1251
|
-
browserslist@^4.8.
|
1252
|
-
version "4.
|
1253
|
-
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.
|
1254
|
-
integrity sha512-
|
1255
|
-
dependencies:
|
1256
|
-
caniuse-lite "^1.0.30001012"
|
1257
|
-
electron-to-chromium "^1.3.317"
|
1258
|
-
node-releases "^1.1.41"
|
1259
|
-
|
1260
|
-
browserslist@^4.8.2:
|
1261
|
-
version "4.8.2"
|
1262
|
-
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.8.2.tgz#b45720ad5fbc8713b7253c20766f701c9a694289"
|
1263
|
-
integrity sha512-+M4oeaTplPm/f1pXDw84YohEv7B1i/2Aisei8s4s6k3QsoSHa7i5sz8u/cGQkkatCPxMASKxPualR4wwYgVboA==
|
1328
|
+
browserslist@^4.0.0, browserslist@^4.11.1, browserslist@^4.8.5, browserslist@^4.9.1:
|
1329
|
+
version "4.12.0"
|
1330
|
+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.12.0.tgz#06c6d5715a1ede6c51fc39ff67fd647f740b656d"
|
1331
|
+
integrity sha512-UH2GkcEDSI0k/lRkuDSzFl9ZZ87skSy9w2XAn1MsZnL+4c4rqbBd3e82UWHbYDpztABrPBhZsTEeuxVfHppqDg==
|
1264
1332
|
dependencies:
|
1265
|
-
caniuse-lite "^1.0.
|
1266
|
-
electron-to-chromium "^1.3.
|
1267
|
-
node-releases "^1.1.
|
1333
|
+
caniuse-lite "^1.0.30001043"
|
1334
|
+
electron-to-chromium "^1.3.413"
|
1335
|
+
node-releases "^1.1.53"
|
1336
|
+
pkg-up "^2.0.0"
|
1268
1337
|
|
1269
1338
|
buffer-alloc-unsafe@^1.1.0:
|
1270
1339
|
version "1.1.0"
|
@@ -1295,9 +1364,9 @@ buffer-from@^1.0.0:
|
|
1295
1364
|
integrity sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==
|
1296
1365
|
|
1297
1366
|
buffer@^5.2.1:
|
1298
|
-
version "5.
|
1299
|
-
resolved "https://registry.yarnpkg.com/buffer/-/buffer-5.
|
1300
|
-
integrity sha512
|
1367
|
+
version "5.6.0"
|
1368
|
+
resolved "https://registry.yarnpkg.com/buffer/-/buffer-5.6.0.tgz#a31749dc7d81d84db08abf937b6b8c4033f62786"
|
1369
|
+
integrity sha512-/gDYp/UtU0eA1ys8bOs9J6a+E/KWIY+DZ+Q2WESNUA0jFRsJOc0SNUO6xJ5SGA1xueg3NL65W6s+NY5l9cunuw==
|
1301
1370
|
dependencies:
|
1302
1371
|
base64-js "^1.0.2"
|
1303
1372
|
ieee754 "^1.1.4"
|
@@ -1387,20 +1456,10 @@ caniuse-api@^3.0.0:
|
|
1387
1456
|
lodash.memoize "^4.1.2"
|
1388
1457
|
lodash.uniq "^4.5.0"
|
1389
1458
|
|
1390
|
-
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000989:
|
1391
|
-
version "1.0.
|
1392
|
-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.
|
1393
|
-
integrity sha512-
|
1394
|
-
|
1395
|
-
caniuse-lite@^1.0.30001012:
|
1396
|
-
version "1.0.30001012"
|
1397
|
-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001012.tgz#653ec635e815b9e0fb801890923b0c2079eb34ec"
|
1398
|
-
integrity sha512-7RR4Uh04t9K1uYRWzOJmzplgEOAXbfK72oVNokCdMzA67trrhPzy93ahKk1AWHiA0c58tD2P+NHqxrA8FZ+Trg==
|
1399
|
-
|
1400
|
-
caniuse-lite@^1.0.30001015:
|
1401
|
-
version "1.0.30001017"
|
1402
|
-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001017.tgz#d3ad6ec18148b9bd991829958d9d7e562bb78cd6"
|
1403
|
-
integrity sha512-EDnZyOJ6eYh6lHmCvCdHAFbfV4KJ9lSdfv4h/ppEhrU/Yudkl7jujwMZ1we6RX7DXqBfT04pVMQ4J+1wcTlsKA==
|
1459
|
+
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000989, caniuse-lite@^1.0.30001039, caniuse-lite@^1.0.30001043:
|
1460
|
+
version "1.0.30001043"
|
1461
|
+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001043.tgz#1b561de27aefbe6ff99e41866b8d7d87840c513b"
|
1462
|
+
integrity sha512-MrBDRPJPDBYwACtSQvxg9+fkna5jPXhJlKmuxenl/ml9uf8LHKlDmLpElu+zTW/bEz7lC1m0wTDD7jiIB+hgFg==
|
1404
1463
|
|
1405
1464
|
caseless@~0.12.0:
|
1406
1465
|
version "0.12.0"
|
@@ -1491,11 +1550,6 @@ chokidar@^2.0.4:
|
|
1491
1550
|
optionalDependencies:
|
1492
1551
|
fsevents "^1.2.7"
|
1493
1552
|
|
1494
|
-
chownr@^1.1.1:
|
1495
|
-
version "1.1.2"
|
1496
|
-
resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.2.tgz#a18f1e0b269c8a6a5d3c86eb298beb14c3dd7bf6"
|
1497
|
-
integrity sha512-GkfeAQh+QNy3wquu9oIZr6SS5x7wGdSgNQvD10X3r+AZr1Oys22HW8kAmDMvNg2+Dm0TeGaEuO8gFwdBXxwO8A==
|
1498
|
-
|
1499
1553
|
class-utils@^0.3.5:
|
1500
1554
|
version "0.3.6"
|
1501
1555
|
resolved "https://registry.yarnpkg.com/class-utils/-/class-utils-0.3.6.tgz#f93369ae8b9a7ce02fd41faad0ca83033190c463"
|
@@ -1519,14 +1573,14 @@ cli-cursor@^2.1.0:
|
|
1519
1573
|
restore-cursor "^2.0.0"
|
1520
1574
|
|
1521
1575
|
cli-width@^2.0.0:
|
1522
|
-
version "2.2.
|
1523
|
-
resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-2.2.
|
1524
|
-
integrity
|
1576
|
+
version "2.2.1"
|
1577
|
+
resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-2.2.1.tgz#b0433d0b4e9c847ef18868a4ef16fd5fc8271c48"
|
1578
|
+
integrity sha512-GRMWDxpOB6Dgk2E5Uo+3eEBvtOOlimMmpbFiKuLFnQzYDavtLFY3K5ona41jgN/WdRZtG7utuVSVTL4HbZHGkw==
|
1525
1579
|
|
1526
1580
|
clipboard@^2.0.0:
|
1527
|
-
version "2.0.
|
1528
|
-
resolved "https://registry.yarnpkg.com/clipboard/-/clipboard-2.0.
|
1529
|
-
integrity sha512-
|
1581
|
+
version "2.0.6"
|
1582
|
+
resolved "https://registry.yarnpkg.com/clipboard/-/clipboard-2.0.6.tgz#52921296eec0fdf77ead1749421b21c968647376"
|
1583
|
+
integrity sha512-g5zbiixBRk/wyKakSwCKd7vQXDjFnAMGHoEyBogG/bw9kTD9GvdAvaoRR1ALcEzt3pVKxZR0pViekPMIS0QyGg==
|
1530
1584
|
dependencies:
|
1531
1585
|
good-listener "^1.2.2"
|
1532
1586
|
select "^1.1.2"
|
@@ -1548,11 +1602,6 @@ coa@^2.0.2:
|
|
1548
1602
|
chalk "^2.4.1"
|
1549
1603
|
q "^1.1.2"
|
1550
1604
|
|
1551
|
-
code-point-at@^1.0.0:
|
1552
|
-
version "1.1.0"
|
1553
|
-
resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"
|
1554
|
-
integrity sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=
|
1555
|
-
|
1556
1605
|
coffee-script@^1.12.4:
|
1557
1606
|
version "1.12.7"
|
1558
1607
|
resolved "https://registry.yarnpkg.com/coffee-script/-/coffee-script-1.12.7.tgz#c05dae0cb79591d05b3070a8433a98c9a89ccc53"
|
@@ -1613,15 +1662,15 @@ combined-stream@^1.0.6, combined-stream@~1.0.6:
|
|
1613
1662
|
dependencies:
|
1614
1663
|
delayed-stream "~1.0.0"
|
1615
1664
|
|
1616
|
-
commander@^2.15.1, commander@~2.20.3:
|
1617
|
-
version "2.20.3"
|
1618
|
-
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33"
|
1619
|
-
integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==
|
1620
|
-
|
1621
1665
|
commander@^4.0.1:
|
1622
|
-
version "4.
|
1623
|
-
resolved "https://registry.yarnpkg.com/commander/-/commander-4.
|
1624
|
-
integrity sha512-
|
1666
|
+
version "4.1.1"
|
1667
|
+
resolved "https://registry.yarnpkg.com/commander/-/commander-4.1.1.tgz#9fd602bd936294e9e9ef46a3f4d6964044b18068"
|
1668
|
+
integrity sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==
|
1669
|
+
|
1670
|
+
commander@^5.0.0:
|
1671
|
+
version "5.0.0"
|
1672
|
+
resolved "https://registry.yarnpkg.com/commander/-/commander-5.0.0.tgz#dbf1909b49e5044f8fdaf0adc809f0c0722bdfd0"
|
1673
|
+
integrity sha512-JrDGPAKjMGSP1G0DUoaceEJ3DZgAfr/q6X7FVk4+U5KxUSKviYGM2k6zWkfyyBHy5rAtzgYJFa1ro2O9PtoxwQ==
|
1625
1674
|
|
1626
1675
|
commander@~2.8.1:
|
1627
1676
|
version "2.8.1"
|
@@ -1670,11 +1719,6 @@ config-chain@^1.1.11:
|
|
1670
1719
|
ini "^1.3.4"
|
1671
1720
|
proto-list "~1.2.1"
|
1672
1721
|
|
1673
|
-
console-control-strings@^1.0.0, console-control-strings@~1.1.0:
|
1674
|
-
version "1.1.0"
|
1675
|
-
resolved "https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e"
|
1676
|
-
integrity sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=
|
1677
|
-
|
1678
1722
|
console-stream@^0.1.1:
|
1679
1723
|
version "0.1.1"
|
1680
1724
|
resolved "https://registry.yarnpkg.com/console-stream/-/console-stream-0.1.1.tgz#a095fe07b20465955f2fafd28b5d72bccd949d44"
|
@@ -1719,18 +1763,18 @@ copy-descriptor@^0.1.0:
|
|
1719
1763
|
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
|
1720
1764
|
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
|
1721
1765
|
|
1722
|
-
core-js-compat@^3.6.
|
1723
|
-
version "3.6.
|
1724
|
-
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.6.
|
1725
|
-
integrity sha512-
|
1766
|
+
core-js-compat@^3.6.2:
|
1767
|
+
version "3.6.5"
|
1768
|
+
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.6.5.tgz#2a51d9a4e25dfd6e690251aa81f99e3c05481f1c"
|
1769
|
+
integrity sha512-7ItTKOhOZbznhXAQ2g/slGg1PJV5zDO/WdkTwi7UEOJmkvsE32PWvx6mKtDjiMpjnR2CNf6BAD6sSxIlv7ptng==
|
1726
1770
|
dependencies:
|
1727
|
-
browserslist "^4.8.
|
1771
|
+
browserslist "^4.8.5"
|
1728
1772
|
semver "7.0.0"
|
1729
1773
|
|
1730
1774
|
core-js@^2.6.5:
|
1731
|
-
version "2.6.
|
1732
|
-
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.
|
1733
|
-
integrity sha512-
|
1775
|
+
version "2.6.11"
|
1776
|
+
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.11.tgz#38831469f9922bded8ee21c9dc46985e0399308c"
|
1777
|
+
integrity sha512-5wjnpaT/3dV+XB4borEsnAYQchn00XSgTAWKDkEqv+K8KevjbzmofK6hfJ9TZIlpj2N0xQpazy7PiRQiWHqzWg==
|
1734
1778
|
|
1735
1779
|
core-util-is@1.0.2, core-util-is@~1.0.0:
|
1736
1780
|
version "1.0.2"
|
@@ -1795,12 +1839,12 @@ css-select-base-adapter@^0.1.1:
|
|
1795
1839
|
integrity sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w==
|
1796
1840
|
|
1797
1841
|
css-select@^2.0.0:
|
1798
|
-
version "2.0
|
1799
|
-
resolved "https://registry.yarnpkg.com/css-select/-/css-select-2.0.
|
1800
|
-
integrity sha512-
|
1842
|
+
version "2.1.0"
|
1843
|
+
resolved "https://registry.yarnpkg.com/css-select/-/css-select-2.1.0.tgz#6a34653356635934a81baca68d0255432105dbef"
|
1844
|
+
integrity sha512-Dqk7LQKpwLoH3VovzZnkzegqNSuAziQyNZUcrdDM401iY+R5NkGBXGmtO05/yaXQziALuPogeG0b7UAgjnTJTQ==
|
1801
1845
|
dependencies:
|
1802
1846
|
boolbase "^1.0.0"
|
1803
|
-
css-what "^2.1
|
1847
|
+
css-what "^3.2.1"
|
1804
1848
|
domutils "^1.7.0"
|
1805
1849
|
nth-check "^1.0.2"
|
1806
1850
|
|
@@ -1814,36 +1858,36 @@ css-select@~1.2.0:
|
|
1814
1858
|
domutils "1.5.1"
|
1815
1859
|
nth-check "~1.0.1"
|
1816
1860
|
|
1817
|
-
css-tree@1.0.0-alpha.
|
1818
|
-
version "1.0.0-alpha.
|
1819
|
-
resolved "https://registry.yarnpkg.com/css-tree/-/css-tree-1.0.0-alpha.
|
1820
|
-
integrity sha512-
|
1821
|
-
dependencies:
|
1822
|
-
mdn-data "~1.1.0"
|
1823
|
-
source-map "^0.5.3"
|
1824
|
-
|
1825
|
-
css-tree@1.0.0-alpha.33:
|
1826
|
-
version "1.0.0-alpha.33"
|
1827
|
-
resolved "https://registry.yarnpkg.com/css-tree/-/css-tree-1.0.0-alpha.33.tgz#970e20e5a91f7a378ddd0fc58d0b6c8d4f3be93e"
|
1828
|
-
integrity sha512-SPt57bh5nQnpsTBsx/IXbO14sRc9xXu5MtMAVuo0BaQQmyf0NupNPPSoMaqiAF5tDFafYsTkfeH4Q/HCKXkg4w==
|
1861
|
+
css-tree@1.0.0-alpha.37:
|
1862
|
+
version "1.0.0-alpha.37"
|
1863
|
+
resolved "https://registry.yarnpkg.com/css-tree/-/css-tree-1.0.0-alpha.37.tgz#98bebd62c4c1d9f960ec340cf9f7522e30709a22"
|
1864
|
+
integrity sha512-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg==
|
1829
1865
|
dependencies:
|
1830
1866
|
mdn-data "2.0.4"
|
1831
|
-
source-map "^0.
|
1867
|
+
source-map "^0.6.1"
|
1832
1868
|
|
1833
|
-
css-
|
1834
|
-
version "1.
|
1835
|
-
resolved "https://registry.yarnpkg.com/css-
|
1836
|
-
integrity
|
1869
|
+
css-tree@1.0.0-alpha.39:
|
1870
|
+
version "1.0.0-alpha.39"
|
1871
|
+
resolved "https://registry.yarnpkg.com/css-tree/-/css-tree-1.0.0-alpha.39.tgz#2bff3ffe1bb3f776cf7eefd91ee5cba77a149eeb"
|
1872
|
+
integrity sha512-7UvkEYgBAHRG9Nt980lYxjsTrCyHFN53ky3wVsDkiMdVqylqRt+Zc+jm5qw7/qyOvN2dHSYtX0e4MbCCExSvnA==
|
1873
|
+
dependencies:
|
1874
|
+
mdn-data "2.0.6"
|
1875
|
+
source-map "^0.6.1"
|
1837
1876
|
|
1838
|
-
css-what@2.1
|
1877
|
+
css-what@2.1:
|
1839
1878
|
version "2.1.3"
|
1840
1879
|
resolved "https://registry.yarnpkg.com/css-what/-/css-what-2.1.3.tgz#a6d7604573365fe74686c3f311c56513d88285f2"
|
1841
1880
|
integrity sha512-a+EPoD+uZiNfh+5fxw2nO9QwFa6nJe2Or35fGY6Ipw1R3R4AGz1d1TEZrCegvw2YTmZ0jXirGYlzxxpYSHwpEg==
|
1842
1881
|
|
1843
|
-
|
1844
|
-
version "2.
|
1845
|
-
resolved "https://registry.yarnpkg.com/
|
1846
|
-
integrity sha512-
|
1882
|
+
css-what@^3.2.1:
|
1883
|
+
version "3.2.1"
|
1884
|
+
resolved "https://registry.yarnpkg.com/css-what/-/css-what-3.2.1.tgz#f4a8f12421064621b456755e34a03a2c22df5da1"
|
1885
|
+
integrity sha512-WwOrosiQTvyms+Ti5ZC5vGEK0Vod3FTt1ca+payZqvKuGJF+dq7bG63DstxtN0dpm6FxY27a/zS3Wten+gEtGw==
|
1886
|
+
|
1887
|
+
cssesc@^3.0.0:
|
1888
|
+
version "3.0.0"
|
1889
|
+
resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-3.0.0.tgz#37741919903b868565e1c09ea747445cd18983ee"
|
1890
|
+
integrity sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==
|
1847
1891
|
|
1848
1892
|
cssnano-preset-default@^4.0.7:
|
1849
1893
|
version "4.0.7"
|
@@ -1913,12 +1957,12 @@ cssnano@^4.1.10:
|
|
1913
1957
|
is-resolvable "^1.0.0"
|
1914
1958
|
postcss "^7.0.0"
|
1915
1959
|
|
1916
|
-
csso@^
|
1917
|
-
version "
|
1918
|
-
resolved "https://registry.yarnpkg.com/csso/-/csso-
|
1919
|
-
integrity sha512-
|
1960
|
+
csso@^4.0.2:
|
1961
|
+
version "4.0.3"
|
1962
|
+
resolved "https://registry.yarnpkg.com/csso/-/csso-4.0.3.tgz#0d9985dc852c7cc2b2cacfbbe1079014d1a8e903"
|
1963
|
+
integrity sha512-NL3spysxUkcrOgnpsT4Xdl2aiEiBG6bXswAABQVHcMrfjjBisFOKwLDOmf4wf32aPdcJws1zds2B0Rg+jqMyHQ==
|
1920
1964
|
dependencies:
|
1921
|
-
css-tree "1.0.0-alpha.
|
1965
|
+
css-tree "1.0.0-alpha.39"
|
1922
1966
|
|
1923
1967
|
currently-unhandled@^0.4.1:
|
1924
1968
|
version "0.4.1"
|
@@ -1948,7 +1992,7 @@ debug@4.1.0:
|
|
1948
1992
|
dependencies:
|
1949
1993
|
ms "^2.1.1"
|
1950
1994
|
|
1951
|
-
debug@^3.1.0, debug@^3.1.1, debug@^3.2.5
|
1995
|
+
debug@^3.1.0, debug@^3.1.1, debug@^3.2.5:
|
1952
1996
|
version "3.2.6"
|
1953
1997
|
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b"
|
1954
1998
|
integrity sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==
|
@@ -2019,9 +2063,9 @@ decompress-unzip@^4.0.1:
|
|
2019
2063
|
yauzl "^2.4.2"
|
2020
2064
|
|
2021
2065
|
decompress@^4.0.0, decompress@^4.2.0:
|
2022
|
-
version "4.2.
|
2023
|
-
resolved "https://registry.yarnpkg.com/decompress/-/decompress-4.2.
|
2024
|
-
integrity
|
2066
|
+
version "4.2.1"
|
2067
|
+
resolved "https://registry.yarnpkg.com/decompress/-/decompress-4.2.1.tgz#007f55cc6a62c055afa37c07eb6a4ee1b773f118"
|
2068
|
+
integrity sha512-e48kc2IjU+2Zw8cTb6VZcJQ3lgVbS4uuB1TfCHbiZIP/haNXm+SVyhu+87jts5/3ROpd82GSVCoNs/z8l4ZOaQ==
|
2025
2069
|
dependencies:
|
2026
2070
|
decompress-tar "^4.0.0"
|
2027
2071
|
decompress-tarbz2 "^4.0.0"
|
@@ -2032,11 +2076,6 @@ decompress@^4.0.0, decompress@^4.2.0:
|
|
2032
2076
|
pify "^2.3.0"
|
2033
2077
|
strip-dirs "^2.0.0"
|
2034
2078
|
|
2035
|
-
deep-extend@^0.6.0:
|
2036
|
-
version "0.6.0"
|
2037
|
-
resolved "https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.6.0.tgz#c4fa7c95404a17a9c3e8ca7e1537312b736330ac"
|
2038
|
-
integrity sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==
|
2039
|
-
|
2040
2079
|
deep-is@^0.1.3:
|
2041
2080
|
version "0.1.3"
|
2042
2081
|
resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.3.tgz#b369d6fb5dbc13eecf524f91b070feedc357cf34"
|
@@ -2081,11 +2120,6 @@ delegate@^3.1.2:
|
|
2081
2120
|
resolved "https://registry.yarnpkg.com/delegate/-/delegate-3.2.0.tgz#b66b71c3158522e8ab5744f720d8ca0c2af59166"
|
2082
2121
|
integrity sha512-IofjkYBZaZivn0V8nnsMJGBr4jVLxHDheKSW88PyxS5QC4Vo9ZbZVvhzlSxY87fVq3STR6r+4cGepyHkcWOQSw==
|
2083
2122
|
|
2084
|
-
delegates@^1.0.0:
|
2085
|
-
version "1.0.0"
|
2086
|
-
resolved "https://registry.yarnpkg.com/delegates/-/delegates-1.0.0.tgz#84c6e159b81904fdca59a0ef44cd870d31250f9a"
|
2087
|
-
integrity sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o=
|
2088
|
-
|
2089
2123
|
depd@~1.1.2:
|
2090
2124
|
version "1.1.2"
|
2091
2125
|
resolved "https://registry.yarnpkg.com/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9"
|
@@ -2096,11 +2130,6 @@ destroy@~1.0.4:
|
|
2096
2130
|
resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.0.4.tgz#978857442c44749e4206613e37946205826abd80"
|
2097
2131
|
integrity sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=
|
2098
2132
|
|
2099
|
-
detect-libc@^1.0.2:
|
2100
|
-
version "1.0.3"
|
2101
|
-
resolved "https://registry.yarnpkg.com/detect-libc/-/detect-libc-1.0.3.tgz#fa137c4bd698edf55cd5cd02ac559f91a4c4ba9b"
|
2102
|
-
integrity sha1-+hN8S9aY7fVc1c0CrFWfkaTEups=
|
2103
|
-
|
2104
2133
|
detect-port-alt@1.1.6:
|
2105
2134
|
version "1.1.6"
|
2106
2135
|
resolved "https://registry.yarnpkg.com/detect-port-alt/-/detect-port-alt-1.1.6.tgz#24707deabe932d4a3cf621302027c2b266568275"
|
@@ -2175,9 +2204,9 @@ docusaurus@^1.14.4:
|
|
2175
2204
|
truncate-html "^1.0.3"
|
2176
2205
|
|
2177
2206
|
dom-serializer@0:
|
2178
|
-
version "0.2.
|
2179
|
-
resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-0.2.
|
2180
|
-
integrity sha512-
|
2207
|
+
version "0.2.2"
|
2208
|
+
resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-0.2.2.tgz#1afb81f533717175d478655debc5e332d9f9bb51"
|
2209
|
+
integrity sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==
|
2181
2210
|
dependencies:
|
2182
2211
|
domelementtype "^2.0.1"
|
2183
2212
|
entities "^2.0.0"
|
@@ -2223,12 +2252,12 @@ domutils@^1.5.1, domutils@^1.7.0:
|
|
2223
2252
|
dom-serializer "0"
|
2224
2253
|
domelementtype "1"
|
2225
2254
|
|
2226
|
-
dot-prop@^
|
2227
|
-
version "
|
2228
|
-
resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-
|
2229
|
-
integrity sha512-
|
2255
|
+
dot-prop@^5.2.0:
|
2256
|
+
version "5.2.0"
|
2257
|
+
resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-5.2.0.tgz#c34ecc29556dc45f1f4c22697b6f4904e0cc4fcb"
|
2258
|
+
integrity sha512-uEUyaDKoSQ1M4Oq8l45hSE26SnTxL6snNnqvK/VWx5wJhmff5z0FUVJDKDanor/6w3kzE3i7XZOk+7wC0EXr1A==
|
2230
2259
|
dependencies:
|
2231
|
-
is-obj "^
|
2260
|
+
is-obj "^2.0.0"
|
2232
2261
|
|
2233
2262
|
download@^6.2.2:
|
2234
2263
|
version "6.2.5"
|
@@ -2288,20 +2317,10 @@ ee-first@1.1.1:
|
|
2288
2317
|
resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d"
|
2289
2318
|
integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=
|
2290
2319
|
|
2291
|
-
electron-to-chromium@^1.3.247:
|
2292
|
-
version "1.3.
|
2293
|
-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.
|
2294
|
-
integrity sha512-
|
2295
|
-
|
2296
|
-
electron-to-chromium@^1.3.317:
|
2297
|
-
version "1.3.318"
|
2298
|
-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.318.tgz#267ce297062fe25c229698827f3229b0ac11c0cf"
|
2299
|
-
integrity sha512-1RHv5OZGuVKvWYMVR6g1QVQVrsJRaujry04R/6t/7JVs68Ra4V8ewv63fiwcq0uiT302lyTocc1rbNcRuj/HLA==
|
2300
|
-
|
2301
|
-
electron-to-chromium@^1.3.322:
|
2302
|
-
version "1.3.322"
|
2303
|
-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.322.tgz#a6f7e1c79025c2b05838e8e344f6e89eb83213a8"
|
2304
|
-
integrity sha512-Tc8JQEfGQ1MzfSzI/bTlSr7btJv/FFO7Yh6tanqVmIWOuNCu6/D1MilIEgLtmWqIrsv+o4IjpLAhgMBr/ncNAA==
|
2320
|
+
electron-to-chromium@^1.3.247, electron-to-chromium@^1.3.413:
|
2321
|
+
version "1.3.413"
|
2322
|
+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.413.tgz#9c457a4165c7b42e59d66dff841063eb9bfe5614"
|
2323
|
+
integrity sha512-Jm1Rrd3siqYHO3jftZwDljL2LYQafj3Kki5r+udqE58d0i91SkjItVJ5RwlJn9yko8i7MOcoidVKjQlgSdd1hg==
|
2305
2324
|
|
2306
2325
|
"emoji-regex@>=6.0.0 <=6.1.1":
|
2307
2326
|
version "6.1.1"
|
@@ -2319,9 +2338,9 @@ encodeurl@~1.0.2:
|
|
2319
2338
|
integrity sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=
|
2320
2339
|
|
2321
2340
|
end-of-stream@^1.0.0, end-of-stream@^1.1.0:
|
2322
|
-
version "1.4.
|
2323
|
-
resolved "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.
|
2324
|
-
integrity sha512
|
2341
|
+
version "1.4.4"
|
2342
|
+
resolved "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.4.tgz#5ae64a5f45057baf3626ec14da0ca5e4b2431eb0"
|
2343
|
+
integrity sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==
|
2325
2344
|
dependencies:
|
2326
2345
|
once "^1.4.0"
|
2327
2346
|
|
@@ -2343,32 +2362,33 @@ error-ex@^1.2.0, error-ex@^1.3.1:
|
|
2343
2362
|
is-arrayish "^0.2.1"
|
2344
2363
|
|
2345
2364
|
error@^7.0.0:
|
2346
|
-
version "7.2.
|
2347
|
-
resolved "https://registry.yarnpkg.com/error/-/error-7.2.
|
2348
|
-
integrity sha512-
|
2365
|
+
version "7.2.1"
|
2366
|
+
resolved "https://registry.yarnpkg.com/error/-/error-7.2.1.tgz#eab21a4689b5f684fc83da84a0e390de82d94894"
|
2367
|
+
integrity sha512-fo9HBvWnx3NGUKMvMwB/CBCMMrfEJgbDTVDEkPygA3Bdd3lM1OyCd+rbQ8BwnpF6GdVeOLDNmyL4N5Bg80ZvdA==
|
2349
2368
|
dependencies:
|
2350
2369
|
string-template "~0.2.1"
|
2351
2370
|
|
2352
|
-
es-abstract@^1.
|
2353
|
-
version "1.
|
2354
|
-
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.
|
2355
|
-
integrity sha512-
|
2371
|
+
es-abstract@^1.17.0-next.1, es-abstract@^1.17.2, es-abstract@^1.17.5:
|
2372
|
+
version "1.17.5"
|
2373
|
+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.5.tgz#d8c9d1d66c8981fb9200e2251d799eee92774ae9"
|
2374
|
+
integrity sha512-BR9auzDbySxOcfog0tLECW8l28eRGpDpU3Dm3Hp4q/N+VtLTmyj4EUN088XZWQDW/hzj6sYRDXeOFsaAODKvpg==
|
2356
2375
|
dependencies:
|
2357
|
-
es-to-primitive "^1.2.
|
2376
|
+
es-to-primitive "^1.2.1"
|
2358
2377
|
function-bind "^1.1.1"
|
2359
2378
|
has "^1.0.3"
|
2360
|
-
has-symbols "^1.0.
|
2361
|
-
is-callable "^1.1.
|
2362
|
-
is-regex "^1.0.
|
2363
|
-
object-inspect "^1.
|
2379
|
+
has-symbols "^1.0.1"
|
2380
|
+
is-callable "^1.1.5"
|
2381
|
+
is-regex "^1.0.5"
|
2382
|
+
object-inspect "^1.7.0"
|
2364
2383
|
object-keys "^1.1.1"
|
2365
|
-
|
2366
|
-
string.prototype.
|
2384
|
+
object.assign "^4.1.0"
|
2385
|
+
string.prototype.trimleft "^2.1.1"
|
2386
|
+
string.prototype.trimright "^2.1.1"
|
2367
2387
|
|
2368
|
-
es-to-primitive@^1.2.
|
2369
|
-
version "1.2.
|
2370
|
-
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.
|
2371
|
-
integrity sha512-
|
2388
|
+
es-to-primitive@^1.2.1:
|
2389
|
+
version "1.2.1"
|
2390
|
+
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
|
2391
|
+
integrity sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==
|
2372
2392
|
dependencies:
|
2373
2393
|
is-callable "^1.1.4"
|
2374
2394
|
is-date-object "^1.0.1"
|
@@ -2394,7 +2414,7 @@ esprima@^4.0.0:
|
|
2394
2414
|
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
|
2395
2415
|
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
|
2396
2416
|
|
2397
|
-
esutils@^2.0.
|
2417
|
+
esutils@^2.0.2:
|
2398
2418
|
version "2.0.3"
|
2399
2419
|
resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64"
|
2400
2420
|
integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==
|
@@ -2579,10 +2599,10 @@ extsprintf@^1.2.0:
|
|
2579
2599
|
resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.0.tgz#e2689f8f356fad62cca65a3a91c5df5f9551692f"
|
2580
2600
|
integrity sha1-4mifjzVvrWLMplo6kcXfX5VRaS8=
|
2581
2601
|
|
2582
|
-
fast-deep-equal@^
|
2583
|
-
version "
|
2584
|
-
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-
|
2585
|
-
integrity
|
2602
|
+
fast-deep-equal@^3.1.1:
|
2603
|
+
version "3.1.1"
|
2604
|
+
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.1.tgz#545145077c501491e33b15ec408c294376e94ae4"
|
2605
|
+
integrity sha512-8UEa58QDLauDNfpbrX55Q9jrGHThw2ZMdOky5Gl1CDtVeJDPVrG4Jxx1N8jw2gkWaff5UUuX1KJd+9zGe2B+ZA==
|
2586
2606
|
|
2587
2607
|
fast-glob@^2.0.2:
|
2588
2608
|
version "2.2.7"
|
@@ -2597,9 +2617,9 @@ fast-glob@^2.0.2:
|
|
2597
2617
|
micromatch "^3.1.10"
|
2598
2618
|
|
2599
2619
|
fast-json-stable-stringify@^2.0.0:
|
2600
|
-
version "2.
|
2601
|
-
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.
|
2602
|
-
integrity
|
2620
|
+
version "2.1.0"
|
2621
|
+
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
|
2622
|
+
integrity sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==
|
2603
2623
|
|
2604
2624
|
faye-websocket@~0.10.0:
|
2605
2625
|
version "0.10.0"
|
@@ -2674,6 +2694,11 @@ file-type@^8.1.0:
|
|
2674
2694
|
resolved "https://registry.yarnpkg.com/file-type/-/file-type-8.1.0.tgz#244f3b7ef641bbe0cca196c7276e4b332399f68c"
|
2675
2695
|
integrity sha512-qyQ0pzAy78gVoJsmYeNgl8uH8yKhr1lVhW7JbzJmnlRi0I4R2eEDEJZVKG8agpDnLpacwNbDhLNG/LMdxHD2YQ==
|
2676
2696
|
|
2697
|
+
file-uri-to-path@1.0.0:
|
2698
|
+
version "1.0.0"
|
2699
|
+
resolved "https://registry.yarnpkg.com/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz#553a7b8446ff6f684359c445f1e37a05dacc33dd"
|
2700
|
+
integrity sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==
|
2701
|
+
|
2677
2702
|
filename-reserved-regex@^2.0.0:
|
2678
2703
|
version "2.0.0"
|
2679
2704
|
resolved "https://registry.yarnpkg.com/filename-reserved-regex/-/filename-reserved-regex-2.0.0.tgz#abf73dfab735d045440abfea2d91f389ebbfa229"
|
@@ -2759,11 +2784,10 @@ find-up@^2.1.0:
|
|
2759
2784
|
locate-path "^2.0.0"
|
2760
2785
|
|
2761
2786
|
find-versions@^3.0.0:
|
2762
|
-
version "3.
|
2763
|
-
resolved "https://registry.yarnpkg.com/find-versions/-/find-versions-3.
|
2764
|
-
integrity sha512-
|
2787
|
+
version "3.2.0"
|
2788
|
+
resolved "https://registry.yarnpkg.com/find-versions/-/find-versions-3.2.0.tgz#10297f98030a786829681690545ef659ed1d254e"
|
2789
|
+
integrity sha512-P8WRou2S+oe222TOCHitLy8zj+SIsVJh52VP4lvXkaFVnOFFdoWv1H1Jjvel1aI6NCFOAaeAVm8qrI0odiLcww==
|
2765
2790
|
dependencies:
|
2766
|
-
array-uniq "^2.1.0"
|
2767
2791
|
semver-regex "^2.0.0"
|
2768
2792
|
|
2769
2793
|
for-in@^1.0.2:
|
@@ -2838,45 +2862,24 @@ fs-extra@^8.1.0:
|
|
2838
2862
|
jsonfile "^4.0.0"
|
2839
2863
|
universalify "^0.1.0"
|
2840
2864
|
|
2841
|
-
fs-minipass@^1.2.5:
|
2842
|
-
version "1.2.7"
|
2843
|
-
resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-1.2.7.tgz#ccff8570841e7fe4265693da88936c55aed7f7c7"
|
2844
|
-
integrity sha512-GWSSJGFy4e9GUeCcbIkED+bgAoFyj7XF1mV8rma3QW4NIqX9Kyx79N/PF61H5udOV3aY1IaMLs6pGbH71nlCTA==
|
2845
|
-
dependencies:
|
2846
|
-
minipass "^2.6.0"
|
2847
|
-
|
2848
2865
|
fs.realpath@^1.0.0:
|
2849
2866
|
version "1.0.0"
|
2850
2867
|
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
|
2851
2868
|
integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8=
|
2852
2869
|
|
2853
2870
|
fsevents@^1.2.7:
|
2854
|
-
version "1.2.
|
2855
|
-
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-1.2.
|
2856
|
-
integrity sha512-
|
2871
|
+
version "1.2.12"
|
2872
|
+
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-1.2.12.tgz#db7e0d8ec3b0b45724fd4d83d43554a8f1f0de5c"
|
2873
|
+
integrity sha512-Ggd/Ktt7E7I8pxZRbGIs7vwqAPscSESMrCSkx2FtWeqmheJgCo2R74fTsZFCifr0VTPwqRpPv17+6b8Zp7th0Q==
|
2857
2874
|
dependencies:
|
2875
|
+
bindings "^1.5.0"
|
2858
2876
|
nan "^2.12.1"
|
2859
|
-
node-pre-gyp "^0.12.0"
|
2860
2877
|
|
2861
2878
|
function-bind@^1.1.1:
|
2862
2879
|
version "1.1.1"
|
2863
2880
|
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
|
2864
2881
|
integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
|
2865
2882
|
|
2866
|
-
gauge@~2.7.3:
|
2867
|
-
version "2.7.4"
|
2868
|
-
resolved "https://registry.yarnpkg.com/gauge/-/gauge-2.7.4.tgz#2c03405c7538c39d7eb37b317022e325fb018bf7"
|
2869
|
-
integrity sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=
|
2870
|
-
dependencies:
|
2871
|
-
aproba "^1.0.3"
|
2872
|
-
console-control-strings "^1.0.0"
|
2873
|
-
has-unicode "^2.0.0"
|
2874
|
-
object-assign "^4.1.0"
|
2875
|
-
signal-exit "^3.0.0"
|
2876
|
-
string-width "^1.0.1"
|
2877
|
-
strip-ansi "^3.0.1"
|
2878
|
-
wide-align "^1.1.0"
|
2879
|
-
|
2880
2883
|
gaze@^1.1.3:
|
2881
2884
|
version "1.1.3"
|
2882
2885
|
resolved "https://registry.yarnpkg.com/gaze/-/gaze-1.1.3.tgz#c441733e13b927ac8c0ff0b4c3b033f28812924a"
|
@@ -2884,6 +2887,11 @@ gaze@^1.1.3:
|
|
2884
2887
|
dependencies:
|
2885
2888
|
globule "^1.0.0"
|
2886
2889
|
|
2890
|
+
gensync@^1.0.0-beta.1:
|
2891
|
+
version "1.0.0-beta.1"
|
2892
|
+
resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.1.tgz#58f4361ff987e5ff6e1e7a210827aa371eaac269"
|
2893
|
+
integrity sha512-r8EC6NO1sngH/zdD9fiRDLdcgnbayXah+mLgManTaIZJqEC1MZstmnox8KpnI2/fxQwrp5OpCOYWLp4rBl4Jcg==
|
2894
|
+
|
2887
2895
|
get-proxy@^2.0.0:
|
2888
2896
|
version "2.1.0"
|
2889
2897
|
resolved "https://registry.yarnpkg.com/get-proxy/-/get-proxy-2.1.0.tgz#349f2b4d91d44c4d4d4e9cba2ad90143fac5ef93"
|
@@ -2939,9 +2947,9 @@ gifsicle@^4.0.0:
|
|
2939
2947
|
logalot "^2.0.0"
|
2940
2948
|
|
2941
2949
|
github-slugger@^1.2.1:
|
2942
|
-
version "1.
|
2943
|
-
resolved "https://registry.yarnpkg.com/github-slugger/-/github-slugger-1.
|
2944
|
-
integrity sha512-
|
2950
|
+
version "1.3.0"
|
2951
|
+
resolved "https://registry.yarnpkg.com/github-slugger/-/github-slugger-1.3.0.tgz#9bd0a95c5efdfc46005e82a906ef8e2a059124c9"
|
2952
|
+
integrity sha512-gwJScWVNhFYSRDvURk/8yhcFBee6aFjye2a7Lhb2bUyRulpIoek9p0I9Kt7PT67d/nUlZbFu8L9RLiA0woQN8Q==
|
2945
2953
|
dependencies:
|
2946
2954
|
emoji-regex ">=6.0.0 <=6.1.1"
|
2947
2955
|
|
@@ -3005,12 +3013,12 @@ globby@8.0.2, globby@^8.0.1:
|
|
3005
3013
|
slash "^1.0.0"
|
3006
3014
|
|
3007
3015
|
globule@^1.0.0:
|
3008
|
-
version "1.
|
3009
|
-
resolved "https://registry.yarnpkg.com/globule/-/globule-1.
|
3010
|
-
integrity sha512-
|
3016
|
+
version "1.3.1"
|
3017
|
+
resolved "https://registry.yarnpkg.com/globule/-/globule-1.3.1.tgz#90a25338f22b7fbeb527cee63c629aea754d33b9"
|
3018
|
+
integrity sha512-OVyWOHgw29yosRHCHo7NncwR1hW5ew0W/UrvtwvjefVJeQ26q4/8r8FmPsSF1hJ93IgWkyv16pCTz6WblMzm/g==
|
3011
3019
|
dependencies:
|
3012
3020
|
glob "~7.1.1"
|
3013
|
-
lodash "~4.17.
|
3021
|
+
lodash "~4.17.12"
|
3014
3022
|
minimatch "~3.0.2"
|
3015
3023
|
|
3016
3024
|
good-listener@^1.2.2:
|
@@ -3064,9 +3072,9 @@ got@^8.3.1:
|
|
3064
3072
|
url-to-options "^1.0.1"
|
3065
3073
|
|
3066
3074
|
graceful-fs@^4.1.10, graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0:
|
3067
|
-
version "4.2.
|
3068
|
-
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.
|
3069
|
-
integrity sha512-
|
3075
|
+
version "4.2.3"
|
3076
|
+
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.3.tgz#4a12ff1b60376ef09862c2093edd908328be8423"
|
3077
|
+
integrity sha512-a30VEBm4PEdx1dRB7MFK7BejejvCvBronbLjht+sHuGYj8PHs7M/5Z+rt5lw551vZ7yfTCj4Vuyy3mSJytDWRQ==
|
3070
3078
|
|
3071
3079
|
"graceful-readlink@>= 1.0.0":
|
3072
3080
|
version "1.0.1"
|
@@ -3101,23 +3109,12 @@ gzip-size@5.1.1:
|
|
3101
3109
|
duplexer "^0.1.1"
|
3102
3110
|
pify "^4.0.1"
|
3103
3111
|
|
3104
|
-
handlebars@^4.5.3:
|
3105
|
-
version "4.5.3"
|
3106
|
-
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.5.3.tgz#5cf75bd8714f7605713511a56be7c349becb0482"
|
3107
|
-
integrity sha512-3yPecJoJHK/4c6aZhSvxOyG4vJKDshV36VHp0iVCDVh7o9w2vwi3NSnL2MMPj3YdduqaBcu7cGbggJQM0br9xA==
|
3108
|
-
dependencies:
|
3109
|
-
neo-async "^2.6.0"
|
3110
|
-
optimist "^0.6.1"
|
3111
|
-
source-map "^0.6.1"
|
3112
|
-
optionalDependencies:
|
3113
|
-
uglify-js "^3.1.4"
|
3114
|
-
|
3115
3112
|
har-schema@^2.0.0:
|
3116
3113
|
version "2.0.0"
|
3117
3114
|
resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035521f24735b7ec92"
|
3118
3115
|
integrity sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=
|
3119
3116
|
|
3120
|
-
har-validator@~5.1.
|
3117
|
+
har-validator@~5.1.3:
|
3121
3118
|
version "5.1.3"
|
3122
3119
|
resolved "https://registry.yarnpkg.com/har-validator/-/har-validator-5.1.3.tgz#1ef89ebd3e4996557675eed9893110dc350fa080"
|
3123
3120
|
integrity sha512-sNvOCzEQNr/qrvJgc3UG/kD4QtlHycrzwS+6mfTrrSq97BvaYcPZZI1ZSqGSPR73Cxn4LKTD4PttRwfU7jWq5g==
|
@@ -3147,10 +3144,10 @@ has-symbol-support-x@^1.4.1:
|
|
3147
3144
|
resolved "https://registry.yarnpkg.com/has-symbol-support-x/-/has-symbol-support-x-1.4.2.tgz#1409f98bc00247da45da67cee0a36f282ff26455"
|
3148
3145
|
integrity sha512-3ToOva++HaW+eCpgqZrCfN51IPB+7bJNVT6CUATzueB5Heb8o6Nam0V3HG5dlDvZU1Gn5QLcbahiKw/XVk5JJw==
|
3149
3146
|
|
3150
|
-
has-symbols@^1.0.0:
|
3151
|
-
version "1.0.
|
3152
|
-
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.
|
3153
|
-
integrity
|
3147
|
+
has-symbols@^1.0.0, has-symbols@^1.0.1:
|
3148
|
+
version "1.0.1"
|
3149
|
+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.1.tgz#9f5214758a44196c406d9bd76cebf81ec2dd31e8"
|
3150
|
+
integrity sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==
|
3154
3151
|
|
3155
3152
|
has-to-string-tag-x@^1.2.0:
|
3156
3153
|
version "1.4.1"
|
@@ -3159,11 +3156,6 @@ has-to-string-tag-x@^1.2.0:
|
|
3159
3156
|
dependencies:
|
3160
3157
|
has-symbol-support-x "^1.4.1"
|
3161
3158
|
|
3162
|
-
has-unicode@^2.0.0:
|
3163
|
-
version "2.0.1"
|
3164
|
-
resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
|
3165
|
-
integrity sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk=
|
3166
|
-
|
3167
3159
|
has-value@^0.3.1:
|
3168
3160
|
version "0.3.1"
|
3169
3161
|
resolved "https://registry.yarnpkg.com/has-value/-/has-value-0.3.1.tgz#7b1f58bada62ca827ec0a2078025654845995e1f"
|
@@ -3195,7 +3187,7 @@ has-values@^1.0.0:
|
|
3195
3187
|
is-number "^3.0.0"
|
3196
3188
|
kind-of "^4.0.0"
|
3197
3189
|
|
3198
|
-
has@^1.0.0, has@^1.0.
|
3190
|
+
has@^1.0.0, has@^1.0.3:
|
3199
3191
|
version "1.0.3"
|
3200
3192
|
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
|
3201
3193
|
integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==
|
@@ -3208,16 +3200,14 @@ hex-color-regex@^1.1.0:
|
|
3208
3200
|
integrity sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ==
|
3209
3201
|
|
3210
3202
|
highlight.js@^9.16.2:
|
3211
|
-
version "9.
|
3212
|
-
resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-9.
|
3213
|
-
integrity sha512-
|
3214
|
-
dependencies:
|
3215
|
-
handlebars "^4.5.3"
|
3203
|
+
version "9.18.1"
|
3204
|
+
resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-9.18.1.tgz#ed21aa001fe6252bb10a3d76d47573c6539fe13c"
|
3205
|
+
integrity sha512-OrVKYz70LHsnCgmbXctv/bfuvntIKDz177h0Co37DQ5jamGZLVmoCVMtjMtNZY3X9DrCcKfklHPNeA0uPZhSJg==
|
3216
3206
|
|
3217
3207
|
hosted-git-info@^2.1.4:
|
3218
|
-
version "2.8.
|
3219
|
-
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.
|
3220
|
-
integrity sha512-
|
3208
|
+
version "2.8.8"
|
3209
|
+
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.8.tgz#7539bd4bc1e0e0a895815a2e0262420b12858488"
|
3210
|
+
integrity sha512-f/wzC2QaWBs7t9IYqB4T3sR1xviIViXJRJTWBlx2Gf3g0Xi5vI7Yy4koXQ1c9OYDGHN9sBy1DQ2AB8fqZBWhUg==
|
3221
3211
|
|
3222
3212
|
hsl-regex@^1.0.0:
|
3223
3213
|
version "1.0.0"
|
@@ -3229,7 +3219,7 @@ hsla-regex@^1.0.0:
|
|
3229
3219
|
resolved "https://registry.yarnpkg.com/hsla-regex/-/hsla-regex-1.0.0.tgz#c1ce7a3168c8c6614033a4b5f7877f3b225f9c38"
|
3230
3220
|
integrity sha1-wc56MWjIxmFAM6S194d/OyJfnDg=
|
3231
3221
|
|
3232
|
-
html-comment-regex@^1.1.0:
|
3222
|
+
html-comment-regex@^1.1.0, html-comment-regex@^1.1.2:
|
3233
3223
|
version "1.1.2"
|
3234
3224
|
resolved "https://registry.yarnpkg.com/html-comment-regex/-/html-comment-regex-1.1.2.tgz#97d4688aeb5c81886a364faa0cad1dda14d433a7"
|
3235
3225
|
integrity sha512-P+M65QY2JQ5Y0G9KKdlDpo0zK+/OHptU5AaBwUfAIDJZk1MYf32Frm84EcOytfJE0t5JvkAnKlmjsXDnWzCJmQ==
|
@@ -3287,7 +3277,7 @@ http-signature@~1.2.0:
|
|
3287
3277
|
jsprim "^1.2.2"
|
3288
3278
|
sshpk "^1.7.0"
|
3289
3279
|
|
3290
|
-
iconv-lite@0.4.24, iconv-lite@^0.4.24
|
3280
|
+
iconv-lite@0.4.24, iconv-lite@^0.4.24:
|
3291
3281
|
version "0.4.24"
|
3292
3282
|
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b"
|
3293
3283
|
integrity sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==
|
@@ -3299,13 +3289,6 @@ ieee754@^1.1.4:
|
|
3299
3289
|
resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.1.13.tgz#ec168558e95aa181fd87d37f55c32bbcb6708b84"
|
3300
3290
|
integrity sha512-4vf7I2LYV/HaWerSo3XmlMkp5eZ83i+/CDluXi/IGTs/O1sejBNhTtnxzmRZfvOUqj7lZjqHkeTvpgSFDlWZTg==
|
3301
3291
|
|
3302
|
-
ignore-walk@^3.0.1:
|
3303
|
-
version "3.0.2"
|
3304
|
-
resolved "https://registry.yarnpkg.com/ignore-walk/-/ignore-walk-3.0.2.tgz#99d83a246c196ea5c93ef9315ad7b0819c35069b"
|
3305
|
-
integrity sha512-EXyErtpHbn75ZTsOADsfx6J/FPo6/5cjev46PXrcTpd8z3BoRkXgYu9/JVqrI7tusjmwCZutGeRJeU0Wo1e4Cw==
|
3306
|
-
dependencies:
|
3307
|
-
minimatch "^3.0.4"
|
3308
|
-
|
3309
3292
|
ignore@^3.3.5:
|
3310
3293
|
version "3.3.10"
|
3311
3294
|
resolved "https://registry.yarnpkg.com/ignore/-/ignore-3.3.10.tgz#0a97fb876986e8081c631160f8f9f389157f0043"
|
@@ -3339,12 +3322,12 @@ imagemin-optipng@^6.0.0:
|
|
3339
3322
|
optipng-bin "^5.0.0"
|
3340
3323
|
|
3341
3324
|
imagemin-svgo@^7.0.0:
|
3342
|
-
version "7.
|
3343
|
-
resolved "https://registry.yarnpkg.com/imagemin-svgo/-/imagemin-svgo-7.
|
3344
|
-
integrity sha512
|
3325
|
+
version "7.1.0"
|
3326
|
+
resolved "https://registry.yarnpkg.com/imagemin-svgo/-/imagemin-svgo-7.1.0.tgz#528a42fd3d55eff5d4af8fd1113f25fb61ad6d9a"
|
3327
|
+
integrity sha512-0JlIZNWP0Luasn1HT82uB9nU9aa+vUj6kpT+MjPW11LbprXC+iC4HDwn1r4Q2/91qj4iy9tRZNsFySMlEpLdpg==
|
3345
3328
|
dependencies:
|
3346
|
-
is-svg "^
|
3347
|
-
svgo "^1.
|
3329
|
+
is-svg "^4.2.1"
|
3330
|
+
svgo "^1.3.2"
|
3348
3331
|
|
3349
3332
|
imagemin@^6.0.0:
|
3350
3333
|
version "6.1.0"
|
@@ -3406,7 +3389,7 @@ inherits@2.0.3:
|
|
3406
3389
|
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
|
3407
3390
|
integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=
|
3408
3391
|
|
3409
|
-
ini@^1.3.4, ini@^1.3.5
|
3392
|
+
ini@^1.3.4, ini@^1.3.5:
|
3410
3393
|
version "1.3.5"
|
3411
3394
|
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927"
|
3412
3395
|
integrity sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==
|
@@ -3443,7 +3426,7 @@ into-stream@^3.1.0:
|
|
3443
3426
|
from2 "^2.1.1"
|
3444
3427
|
p-is-promise "^1.1.0"
|
3445
3428
|
|
3446
|
-
invariant@^2.2.2:
|
3429
|
+
invariant@^2.2.2, invariant@^2.2.4:
|
3447
3430
|
version "2.2.4"
|
3448
3431
|
resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6"
|
3449
3432
|
integrity sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==
|
@@ -3455,10 +3438,10 @@ ip-regex@^2.1.0:
|
|
3455
3438
|
resolved "https://registry.yarnpkg.com/ip-regex/-/ip-regex-2.1.0.tgz#fa78bf5d2e6913c911ce9f819ee5146bb6d844e9"
|
3456
3439
|
integrity sha1-+ni/XS5pE8kRzp+BnuUUa7bYROk=
|
3457
3440
|
|
3458
|
-
ipaddr.js@1.9.
|
3459
|
-
version "1.9.
|
3460
|
-
resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-1.9.
|
3461
|
-
integrity sha512-
|
3441
|
+
ipaddr.js@1.9.1:
|
3442
|
+
version "1.9.1"
|
3443
|
+
resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-1.9.1.tgz#bff38543eeb8984825079ff3a2a8e6cbd46781b3"
|
3444
|
+
integrity sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==
|
3462
3445
|
|
3463
3446
|
is-absolute-url@^2.0.0:
|
3464
3447
|
version "2.1.0"
|
@@ -3501,10 +3484,10 @@ is-buffer@^1.1.5:
|
|
3501
3484
|
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
|
3502
3485
|
integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==
|
3503
3486
|
|
3504
|
-
is-callable@^1.1.4:
|
3505
|
-
version "1.1.
|
3506
|
-
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.
|
3507
|
-
integrity sha512-
|
3487
|
+
is-callable@^1.1.4, is-callable@^1.1.5:
|
3488
|
+
version "1.1.5"
|
3489
|
+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.5.tgz#f7e46b596890456db74e7f6e976cb3273d06faab"
|
3490
|
+
integrity sha512-ESKv5sMCJB2jnHTWZ3O5itG+O128Hsus4K4Qh1h2/cgn2vbgnLSVqfV46AeJA9D5EeeLa9w81KUXMtn34zhX+Q==
|
3508
3491
|
|
3509
3492
|
is-color-stop@^1.0.0:
|
3510
3493
|
version "1.1.0"
|
@@ -3533,9 +3516,9 @@ is-data-descriptor@^1.0.0:
|
|
3533
3516
|
kind-of "^6.0.0"
|
3534
3517
|
|
3535
3518
|
is-date-object@^1.0.1:
|
3536
|
-
version "1.0.
|
3537
|
-
resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.
|
3538
|
-
integrity
|
3519
|
+
version "1.0.2"
|
3520
|
+
resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.2.tgz#bda736f2cd8fd06d32844e7743bfa7494c3bfd7e"
|
3521
|
+
integrity sha512-USlDT524woQ08aoZFzh3/Z6ch9Y/EWXEHQ/AaRN0SkKq4t2Jw2R2339tSXmwuVoY7LLlBCbOIlx2myP/L5zk0g==
|
3539
3522
|
|
3540
3523
|
is-descriptor@^0.1.0:
|
3541
3524
|
version "0.1.6"
|
@@ -3578,18 +3561,9 @@ is-extglob@^2.1.0, is-extglob@^2.1.1:
|
|
3578
3561
|
integrity sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=
|
3579
3562
|
|
3580
3563
|
is-finite@^1.0.0:
|
3581
|
-
version "1.0
|
3582
|
-
resolved "https://registry.yarnpkg.com/is-finite/-/is-finite-1.0.
|
3583
|
-
integrity
|
3584
|
-
dependencies:
|
3585
|
-
number-is-nan "^1.0.0"
|
3586
|
-
|
3587
|
-
is-fullwidth-code-point@^1.0.0:
|
3588
|
-
version "1.0.0"
|
3589
|
-
resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz#ef9e31386f031a7f0d643af82fde50c457ef00cb"
|
3590
|
-
integrity sha1-754xOG8DGn8NZDr4L95QxFfvAMs=
|
3591
|
-
dependencies:
|
3592
|
-
number-is-nan "^1.0.0"
|
3564
|
+
version "1.1.0"
|
3565
|
+
resolved "https://registry.yarnpkg.com/is-finite/-/is-finite-1.1.0.tgz#904135c77fb42c0641d6aa1bcdbc4daa8da082f3"
|
3566
|
+
integrity sha512-cdyMtqX/BOqqNBBiKlIVkytNHm49MtMlYyn1zxzvJKWmFMlGzm+ry5BBfYyeY9YmNKbRSo/o7OX9w9ale0wg3w==
|
3593
3567
|
|
3594
3568
|
is-fullwidth-code-point@^2.0.0:
|
3595
3569
|
version "2.0.0"
|
@@ -3646,10 +3620,10 @@ is-number@^4.0.0:
|
|
3646
3620
|
resolved "https://registry.yarnpkg.com/is-number/-/is-number-4.0.0.tgz#0026e37f5454d73e356dfe6564699867c6a7f0ff"
|
3647
3621
|
integrity sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ==
|
3648
3622
|
|
3649
|
-
is-obj@^
|
3650
|
-
version "
|
3651
|
-
resolved "https://registry.yarnpkg.com/is-obj/-/is-obj-
|
3652
|
-
integrity
|
3623
|
+
is-obj@^2.0.0:
|
3624
|
+
version "2.0.0"
|
3625
|
+
resolved "https://registry.yarnpkg.com/is-obj/-/is-obj-2.0.0.tgz#473fb05d973705e3fd9620545018ca8e22ef4982"
|
3626
|
+
integrity sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==
|
3653
3627
|
|
3654
3628
|
is-object@^1.0.1:
|
3655
3629
|
version "1.0.1"
|
@@ -3678,12 +3652,12 @@ is-promise@^2.1.0:
|
|
3678
3652
|
resolved "https://registry.yarnpkg.com/is-promise/-/is-promise-2.1.0.tgz#79a2a9ece7f096e80f36d2b2f3bc16c1ff4bf3fa"
|
3679
3653
|
integrity sha1-eaKp7OfwlugPNtKy87wWwf9L8/o=
|
3680
3654
|
|
3681
|
-
is-regex@^1.0.
|
3682
|
-
version "1.0.
|
3683
|
-
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.0.
|
3684
|
-
integrity
|
3655
|
+
is-regex@^1.0.5:
|
3656
|
+
version "1.0.5"
|
3657
|
+
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.0.5.tgz#39d589a358bf18967f726967120b8fc1aed74eae"
|
3658
|
+
integrity sha512-vlKW17SNq44owv5AQR3Cq0bQPEb8+kF3UKZ2fiZNOWtztYE5i0CzCZxFDwO58qAOWtxdBRVO/V5Qin1wjCqFYQ==
|
3685
3659
|
dependencies:
|
3686
|
-
has "^1.0.
|
3660
|
+
has "^1.0.3"
|
3687
3661
|
|
3688
3662
|
is-resolvable@^1.0.0:
|
3689
3663
|
version "1.1.0"
|
@@ -3712,12 +3686,19 @@ is-svg@^3.0.0:
|
|
3712
3686
|
dependencies:
|
3713
3687
|
html-comment-regex "^1.1.0"
|
3714
3688
|
|
3689
|
+
is-svg@^4.2.1:
|
3690
|
+
version "4.2.1"
|
3691
|
+
resolved "https://registry.yarnpkg.com/is-svg/-/is-svg-4.2.1.tgz#095b496e345fec9211c2a7d5d021003e040d6f81"
|
3692
|
+
integrity sha512-PHx3ANecKsKNl5y5+Jvt53Y4J7MfMpbNZkv384QNiswMKAWIbvcqbPz+sYbFKJI8Xv3be01GSFniPmoaP+Ai5A==
|
3693
|
+
dependencies:
|
3694
|
+
html-comment-regex "^1.1.2"
|
3695
|
+
|
3715
3696
|
is-symbol@^1.0.2:
|
3716
|
-
version "1.0.
|
3717
|
-
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.
|
3718
|
-
integrity sha512-
|
3697
|
+
version "1.0.3"
|
3698
|
+
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.3.tgz#38e1014b9e6329be0de9d24a414fd7441ec61937"
|
3699
|
+
integrity sha512-OwijhaRSgqvhm/0ZdAcXNZt9lYdKFpcRDT5ULUuYXPoT794UNOdU+gpT6Rzo7b4V2HUl/op6GqY894AZwv9faQ==
|
3719
3700
|
dependencies:
|
3720
|
-
has-symbols "^1.0.
|
3701
|
+
has-symbols "^1.0.1"
|
3721
3702
|
|
3722
3703
|
is-typedarray@~1.0.0:
|
3723
3704
|
version "1.0.0"
|
@@ -3797,11 +3778,6 @@ jpegtran-bin@^4.0.0:
|
|
3797
3778
|
bin-wrapper "^4.0.0"
|
3798
3779
|
logalot "^2.0.0"
|
3799
3780
|
|
3800
|
-
js-levenshtein@^1.1.3:
|
3801
|
-
version "1.1.6"
|
3802
|
-
resolved "https://registry.yarnpkg.com/js-levenshtein/-/js-levenshtein-1.1.6.tgz#c6cee58eb3550372df8deb85fad5ce66ce01d59d"
|
3803
|
-
integrity sha512-X2BB11YZtrRqY4EnQcLX5Rh373zbK4alC1FW7D7MBhL2gtcC17cTnr6DmfHZeS0s2rTHjUTMMHfG7gO8SSdw+g==
|
3804
|
-
|
3805
3781
|
"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
|
3806
3782
|
version "4.0.0"
|
3807
3783
|
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
|
@@ -3872,12 +3848,12 @@ json5@^1.0.1:
|
|
3872
3848
|
dependencies:
|
3873
3849
|
minimist "^1.2.0"
|
3874
3850
|
|
3875
|
-
json5@^2.1.
|
3876
|
-
version "2.1.
|
3877
|
-
resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.
|
3878
|
-
integrity sha512-
|
3851
|
+
json5@^2.1.2:
|
3852
|
+
version "2.1.3"
|
3853
|
+
resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.3.tgz#c9b0f7fa9233bfe5807fe66fcf3a5617ed597d43"
|
3854
|
+
integrity sha512-KXPvOm8K9IJKFM0bmdn8QXh7udDh1g/giieX0NLCaMnb4hEiVFqnop2ImTXCc5e0/oHz3LTqmHGtExn5hfMkOA==
|
3879
3855
|
dependencies:
|
3880
|
-
minimist "^1.2.
|
3856
|
+
minimist "^1.2.5"
|
3881
3857
|
|
3882
3858
|
jsonfile@^4.0.0:
|
3883
3859
|
version "4.0.0"
|
@@ -3923,9 +3899,9 @@ kind-of@^5.0.0:
|
|
3923
3899
|
integrity sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==
|
3924
3900
|
|
3925
3901
|
kind-of@^6.0.0, kind-of@^6.0.2:
|
3926
|
-
version "6.0.
|
3927
|
-
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.
|
3928
|
-
integrity sha512-
|
3902
|
+
version "6.0.3"
|
3903
|
+
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd"
|
3904
|
+
integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==
|
3929
3905
|
|
3930
3906
|
lazy-cache@^2.0.2:
|
3931
3907
|
version "2.0.2"
|
@@ -3934,6 +3910,18 @@ lazy-cache@^2.0.2:
|
|
3934
3910
|
dependencies:
|
3935
3911
|
set-getter "^0.1.0"
|
3936
3912
|
|
3913
|
+
leven@^3.1.0:
|
3914
|
+
version "3.1.0"
|
3915
|
+
resolved "https://registry.yarnpkg.com/leven/-/leven-3.1.0.tgz#77891de834064cccba82ae7842bb6b14a13ed7f2"
|
3916
|
+
integrity sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==
|
3917
|
+
|
3918
|
+
levenary@^1.1.1:
|
3919
|
+
version "1.1.1"
|
3920
|
+
resolved "https://registry.yarnpkg.com/levenary/-/levenary-1.1.1.tgz#842a9ee98d2075aa7faeedbe32679e9205f46f77"
|
3921
|
+
integrity sha512-mkAdOIt79FD6irqjYSs4rdbnlT5vRonMEvBVPVb3XmevfS8kgRXwfes0dhPdEtzTWD/1eNE/Bm/G1iRt6DcnQQ==
|
3922
|
+
dependencies:
|
3923
|
+
leven "^3.1.0"
|
3924
|
+
|
3937
3925
|
list-item@^1.1.1:
|
3938
3926
|
version "1.1.1"
|
3939
3927
|
resolved "https://registry.yarnpkg.com/list-item/-/list-item-1.1.1.tgz#0c65d00e287cb663ccb3cb3849a77e89ec268a56"
|
@@ -4090,10 +4078,10 @@ lodash.uniq@^4.5.0:
|
|
4090
4078
|
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
|
4091
4079
|
integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=
|
4092
4080
|
|
4093
|
-
lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@~4.17.
|
4094
|
-
version "4.17.
|
4095
|
-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.
|
4096
|
-
integrity sha512-
|
4081
|
+
lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@~4.17.12:
|
4082
|
+
version "4.17.19"
|
4083
|
+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b"
|
4084
|
+
integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==
|
4097
4085
|
|
4098
4086
|
logalot@^2.0.0:
|
4099
4087
|
version "2.1.0"
|
@@ -4216,10 +4204,10 @@ mdn-data@2.0.4:
|
|
4216
4204
|
resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.0.4.tgz#699b3c38ac6f1d728091a64650b65d388502fd5b"
|
4217
4205
|
integrity sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA==
|
4218
4206
|
|
4219
|
-
mdn-data
|
4220
|
-
version "
|
4221
|
-
resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-
|
4222
|
-
integrity sha512-
|
4207
|
+
mdn-data@2.0.6:
|
4208
|
+
version "2.0.6"
|
4209
|
+
resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.0.6.tgz#852dc60fcaa5daa2e8cf6c9189c440ed3e042978"
|
4210
|
+
integrity sha512-rQvjv71olwNHgiTbfPZFkJtjNMciWgswYeciZhtvWLO8bmX3TnhyA62I6sTWOyZssWHJJjY6/KiWwqQsWWsqOA==
|
4223
4211
|
|
4224
4212
|
media-typer@0.3.0:
|
4225
4213
|
version "0.3.0"
|
@@ -4281,22 +4269,17 @@ micromatch@^3.1.10, micromatch@^3.1.4:
|
|
4281
4269
|
snapdragon "^0.8.1"
|
4282
4270
|
to-regex "^3.0.2"
|
4283
4271
|
|
4284
|
-
mime-db@1.
|
4285
|
-
version "1.
|
4286
|
-
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.
|
4287
|
-
integrity sha512
|
4288
|
-
|
4289
|
-
mime-db@^1.28.0:
|
4290
|
-
version "1.41.0"
|
4291
|
-
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.41.0.tgz#9110408e1f6aa1b34aef51f2c9df3caddf46b6a0"
|
4292
|
-
integrity sha512-B5gxBI+2K431XW8C2rcc/lhppbuji67nf9v39eH8pkWoZDxnAL0PxdpH32KYRScniF8qDHBDlI+ipgg5WrCUYw==
|
4272
|
+
mime-db@1.43.0, mime-db@^1.28.0:
|
4273
|
+
version "1.43.0"
|
4274
|
+
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.43.0.tgz#0a12e0502650e473d735535050e7c8f4eb4fae58"
|
4275
|
+
integrity sha512-+5dsGEEovYbT8UY9yD7eE4XTc4UwJ1jBYlgaQQF38ENsKR3wj/8q8RFZrF9WIZpB2V1ArTVFUva8sAul1NzRzQ==
|
4293
4276
|
|
4294
4277
|
mime-types@^2.1.12, mime-types@~2.1.19, mime-types@~2.1.24:
|
4295
|
-
version "2.1.
|
4296
|
-
resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.
|
4297
|
-
integrity sha512-
|
4278
|
+
version "2.1.26"
|
4279
|
+
resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.26.tgz#9c921fc09b7e149a65dfdc0da4d20997200b0a06"
|
4280
|
+
integrity sha512-01paPWYgLrkqAyrlDorC1uDwl2p3qZT7yl806vW7DvDoxwXi46jsjFbg+WdwotBIk6/MbEhO/dh5aZ5sNj/dWQ==
|
4298
4281
|
dependencies:
|
4299
|
-
mime-db "1.
|
4282
|
+
mime-db "1.43.0"
|
4300
4283
|
|
4301
4284
|
mime@1.6.0:
|
4302
4285
|
version "1.6.0"
|
@@ -4320,35 +4303,10 @@ minimatch@3.0.4, minimatch@^3.0.4, minimatch@~3.0.2:
|
|
4320
4303
|
dependencies:
|
4321
4304
|
brace-expansion "^1.1.7"
|
4322
4305
|
|
4323
|
-
minimist
|
4324
|
-
version "
|
4325
|
-
resolved "https://registry.yarnpkg.com/minimist/-/minimist-
|
4326
|
-
integrity
|
4327
|
-
|
4328
|
-
minimist@^1.1.3, minimist@^1.2.0:
|
4329
|
-
version "1.2.0"
|
4330
|
-
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
|
4331
|
-
integrity sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=
|
4332
|
-
|
4333
|
-
minimist@~0.0.1:
|
4334
|
-
version "0.0.10"
|
4335
|
-
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.10.tgz#de3f98543dbf96082be48ad1a0c7cda836301dcf"
|
4336
|
-
integrity sha1-3j+YVD2/lggr5IrRoMfNqDYwHc8=
|
4337
|
-
|
4338
|
-
minipass@^2.2.1, minipass@^2.3.5, minipass@^2.6.0:
|
4339
|
-
version "2.6.2"
|
4340
|
-
resolved "https://registry.yarnpkg.com/minipass/-/minipass-2.6.2.tgz#c3075a22680b3b1479bae5915904cb1eba50f5c0"
|
4341
|
-
integrity sha512-38Jwdc8AttUDaQAIRX8Iaw3QoCDWjAwKMGeGDF9JUi9QCPMjH5qAQg/hdO8o1nC7Nmh1/CqzMg5FQPEKuKwznQ==
|
4342
|
-
dependencies:
|
4343
|
-
safe-buffer "^5.1.2"
|
4344
|
-
yallist "^3.0.0"
|
4345
|
-
|
4346
|
-
minizlib@^1.2.1:
|
4347
|
-
version "1.2.2"
|
4348
|
-
resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-1.2.2.tgz#6f0ccc82fa53e1bf2ff145f220d2da9fa6e3a166"
|
4349
|
-
integrity sha512-hR3At21uSrsjjDTWrbu0IMLTpnkpv8IIMFDFaoz43Tmu4LkmAXfH44vNNzpTnf+OAQQCHrb91y/wc2J4x5XgSQ==
|
4350
|
-
dependencies:
|
4351
|
-
minipass "^2.2.1"
|
4306
|
+
minimist@^1.1.3, minimist@^1.2.0, minimist@^1.2.5:
|
4307
|
+
version "1.2.5"
|
4308
|
+
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
|
4309
|
+
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
|
4352
4310
|
|
4353
4311
|
mixin-deep@^1.1.3, mixin-deep@^1.2.0:
|
4354
4312
|
version "1.3.2"
|
@@ -4358,12 +4316,12 @@ mixin-deep@^1.1.3, mixin-deep@^1.2.0:
|
|
4358
4316
|
for-in "^1.0.2"
|
4359
4317
|
is-extendable "^1.0.1"
|
4360
4318
|
|
4361
|
-
mkdirp@^0.5.
|
4362
|
-
version "0.5.
|
4363
|
-
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.
|
4364
|
-
integrity
|
4319
|
+
mkdirp@^0.5.1, mkdirp@~0.5.1:
|
4320
|
+
version "0.5.5"
|
4321
|
+
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.5.tgz#d91cefd62d1436ca0f41620e251288d420099def"
|
4322
|
+
integrity sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==
|
4365
4323
|
dependencies:
|
4366
|
-
minimist "
|
4324
|
+
minimist "^1.2.5"
|
4367
4325
|
|
4368
4326
|
ms@2.0.0:
|
4369
4327
|
version "2.0.0"
|
@@ -4407,25 +4365,11 @@ nanomatch@^1.2.9:
|
|
4407
4365
|
snapdragon "^0.8.1"
|
4408
4366
|
to-regex "^3.0.1"
|
4409
4367
|
|
4410
|
-
needle@^2.2.1:
|
4411
|
-
version "2.4.0"
|
4412
|
-
resolved "https://registry.yarnpkg.com/needle/-/needle-2.4.0.tgz#6833e74975c444642590e15a750288c5f939b57c"
|
4413
|
-
integrity sha512-4Hnwzr3mi5L97hMYeNl8wRW/Onhy4nUKR/lVemJ8gJedxxUyBLm9kkrDColJvoSfwi0jCNhD+xCdOtiGDQiRZg==
|
4414
|
-
dependencies:
|
4415
|
-
debug "^3.2.6"
|
4416
|
-
iconv-lite "^0.4.4"
|
4417
|
-
sax "^1.2.4"
|
4418
|
-
|
4419
4368
|
negotiator@0.6.2:
|
4420
4369
|
version "0.6.2"
|
4421
4370
|
resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.2.tgz#feacf7ccf525a77ae9634436a64883ffeca346fb"
|
4422
4371
|
integrity sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==
|
4423
4372
|
|
4424
|
-
neo-async@^2.6.0:
|
4425
|
-
version "2.6.1"
|
4426
|
-
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.1.tgz#ac27ada66167fa8849a6addd837f6b189ad2081c"
|
4427
|
-
integrity sha512-iyam8fBuCUpWeKPGpaNMetEocMt364qkCsfL9JuhjXX6dRnguRVOfk2GZaDpPjcOKiiXCPINZC1GczQ7iTq3Zw==
|
4428
|
-
|
4429
4373
|
nice-try@^1.0.4:
|
4430
4374
|
version "1.0.5"
|
4431
4375
|
resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
|
@@ -4436,50 +4380,10 @@ node-modules-regexp@^1.0.0:
|
|
4436
4380
|
resolved "https://registry.yarnpkg.com/node-modules-regexp/-/node-modules-regexp-1.0.0.tgz#8d9dbe28964a4ac5712e9131642107c71e90ec40"
|
4437
4381
|
integrity sha1-jZ2+KJZKSsVxLpExZCEHxx6Q7EA=
|
4438
4382
|
|
4439
|
-
node-
|
4440
|
-
version "
|
4441
|
-
resolved "https://registry.yarnpkg.com/node-
|
4442
|
-
integrity sha512-
|
4443
|
-
dependencies:
|
4444
|
-
detect-libc "^1.0.2"
|
4445
|
-
mkdirp "^0.5.1"
|
4446
|
-
needle "^2.2.1"
|
4447
|
-
nopt "^4.0.1"
|
4448
|
-
npm-packlist "^1.1.6"
|
4449
|
-
npmlog "^4.0.2"
|
4450
|
-
rc "^1.2.7"
|
4451
|
-
rimraf "^2.6.1"
|
4452
|
-
semver "^5.3.0"
|
4453
|
-
tar "^4"
|
4454
|
-
|
4455
|
-
node-releases@^1.1.29:
|
4456
|
-
version "1.1.32"
|
4457
|
-
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.32.tgz#485b35c1bf9b4d8baa105d782f8ca731e518276e"
|
4458
|
-
integrity sha512-VhVknkitq8dqtWoluagsGPn3dxTvN9fwgR59fV3D7sLBHe0JfDramsMI8n8mY//ccq/Kkrf8ZRHRpsyVZ3qw1A==
|
4459
|
-
dependencies:
|
4460
|
-
semver "^5.3.0"
|
4461
|
-
|
4462
|
-
node-releases@^1.1.41:
|
4463
|
-
version "1.1.41"
|
4464
|
-
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.41.tgz#57674a82a37f812d18e3b26118aefaf53a00afed"
|
4465
|
-
integrity sha512-+IctMa7wIs8Cfsa8iYzeaLTFwv5Y4r5jZud+4AnfymzeEXKBCavFX0KBgzVaPVqf0ywa6PrO8/b+bPqdwjGBSg==
|
4466
|
-
dependencies:
|
4467
|
-
semver "^6.3.0"
|
4468
|
-
|
4469
|
-
node-releases@^1.1.42:
|
4470
|
-
version "1.1.44"
|
4471
|
-
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.44.tgz#cd66438a6eb875e3eb012b6a12e48d9f4326ffd7"
|
4472
|
-
integrity sha512-NwbdvJyR7nrcGrXvKAvzc5raj/NkoJudkarh2yIpJ4t0NH4aqjUDz/486P+ynIW5eokKOfzGNRdYoLfBlomruw==
|
4473
|
-
dependencies:
|
4474
|
-
semver "^6.3.0"
|
4475
|
-
|
4476
|
-
nopt@^4.0.1:
|
4477
|
-
version "4.0.1"
|
4478
|
-
resolved "https://registry.yarnpkg.com/nopt/-/nopt-4.0.1.tgz#d0d4685afd5415193c8c7505602d0d17cd64474d"
|
4479
|
-
integrity sha1-0NRoWv1UFRk8jHUFYC0NF81kR00=
|
4480
|
-
dependencies:
|
4481
|
-
abbrev "1"
|
4482
|
-
osenv "^0.1.4"
|
4383
|
+
node-releases@^1.1.29, node-releases@^1.1.53:
|
4384
|
+
version "1.1.53"
|
4385
|
+
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.53.tgz#2d821bfa499ed7c5dffc5e2f28c88e78a08ee3f4"
|
4386
|
+
integrity sha512-wp8zyQVwef2hpZ/dJH7SfSrIPD6YoJz6BDQDpGEkcA0s3LpAQoxBIYmfIq6QAhC1DhwsyCgTaTTcONwX8qzCuQ==
|
4483
4387
|
|
4484
4388
|
normalize-package-data@^2.3.2, normalize-package-data@^2.3.4:
|
4485
4389
|
version "2.5.0"
|
@@ -4522,11 +4426,6 @@ normalize-url@^3.0.0:
|
|
4522
4426
|
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-3.3.0.tgz#b2e1c4dc4f7c6d57743df733a4f5978d18650559"
|
4523
4427
|
integrity sha512-U+JJi7duF1o+u2pynbp2zXDW2/PADgC30f0GsHZtRh+HOcXHnw137TrNlyxxRvWW5fjKd3bcLHPxofWuCjaeZg==
|
4524
4428
|
|
4525
|
-
npm-bundled@^1.0.1:
|
4526
|
-
version "1.0.6"
|
4527
|
-
resolved "https://registry.yarnpkg.com/npm-bundled/-/npm-bundled-1.0.6.tgz#e7ba9aadcef962bb61248f91721cd932b3fe6bdd"
|
4528
|
-
integrity sha512-8/JCaftHwbd//k6y2rEWp6k1wxVfpFzB6t1p825+cUb7Ym2XQfhwIC5KwhrvzZRJu+LtDE585zVaS32+CGtf0g==
|
4529
|
-
|
4530
4429
|
npm-conf@^1.1.0:
|
4531
4430
|
version "1.1.3"
|
4532
4431
|
resolved "https://registry.yarnpkg.com/npm-conf/-/npm-conf-1.1.3.tgz#256cc47bd0e218c259c4e9550bf413bc2192aff9"
|
@@ -4535,14 +4434,6 @@ npm-conf@^1.1.0:
|
|
4535
4434
|
config-chain "^1.1.11"
|
4536
4435
|
pify "^3.0.0"
|
4537
4436
|
|
4538
|
-
npm-packlist@^1.1.6:
|
4539
|
-
version "1.4.4"
|
4540
|
-
resolved "https://registry.yarnpkg.com/npm-packlist/-/npm-packlist-1.4.4.tgz#866224233850ac534b63d1a6e76050092b5d2f44"
|
4541
|
-
integrity sha512-zTLo8UcVYtDU3gdeaFu2Xu0n0EvelfHDGuqtNIn5RO7yQj4H1TqNdBc/yZjxnWA0PVB8D3Woyp0i5B43JwQ6Vw==
|
4542
|
-
dependencies:
|
4543
|
-
ignore-walk "^3.0.1"
|
4544
|
-
npm-bundled "^1.0.1"
|
4545
|
-
|
4546
4437
|
npm-run-path@^2.0.0:
|
4547
4438
|
version "2.0.2"
|
4548
4439
|
resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-2.0.2.tgz#35a9232dfa35d7067b4cb2ddf2357b1871536c5f"
|
@@ -4550,16 +4441,6 @@ npm-run-path@^2.0.0:
|
|
4550
4441
|
dependencies:
|
4551
4442
|
path-key "^2.0.0"
|
4552
4443
|
|
4553
|
-
npmlog@^4.0.2:
|
4554
|
-
version "4.1.2"
|
4555
|
-
resolved "https://registry.yarnpkg.com/npmlog/-/npmlog-4.1.2.tgz#08a7f2a8bf734604779a9efa4ad5cc717abb954b"
|
4556
|
-
integrity sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==
|
4557
|
-
dependencies:
|
4558
|
-
are-we-there-yet "~1.1.2"
|
4559
|
-
console-control-strings "~1.1.0"
|
4560
|
-
gauge "~2.7.3"
|
4561
|
-
set-blocking "~2.0.0"
|
4562
|
-
|
4563
4444
|
nth-check@^1.0.2, nth-check@~1.0.1:
|
4564
4445
|
version "1.0.2"
|
4565
4446
|
resolved "https://registry.yarnpkg.com/nth-check/-/nth-check-1.0.2.tgz#b2bd295c37e3dd58a3bf0700376663ba4d9cf05c"
|
@@ -4572,11 +4453,6 @@ num2fraction@^1.2.2:
|
|
4572
4453
|
resolved "https://registry.yarnpkg.com/num2fraction/-/num2fraction-1.2.2.tgz#6f682b6a027a4e9ddfa4564cd2589d1d4e669ede"
|
4573
4454
|
integrity sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4=
|
4574
4455
|
|
4575
|
-
number-is-nan@^1.0.0:
|
4576
|
-
version "1.0.1"
|
4577
|
-
resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d"
|
4578
|
-
integrity sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=
|
4579
|
-
|
4580
4456
|
oauth-sign@~0.9.0:
|
4581
4457
|
version "0.9.0"
|
4582
4458
|
resolved "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.9.0.tgz#47a7b016baa68b5fa0ecf3dee08a85c679ac6455"
|
@@ -4596,10 +4472,10 @@ object-copy@^0.1.0:
|
|
4596
4472
|
define-property "^0.2.5"
|
4597
4473
|
kind-of "^3.0.3"
|
4598
4474
|
|
4599
|
-
object-inspect@^1.
|
4600
|
-
version "1.
|
4601
|
-
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.
|
4602
|
-
integrity sha512-
|
4475
|
+
object-inspect@^1.7.0:
|
4476
|
+
version "1.7.0"
|
4477
|
+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.7.0.tgz#f4f6bd181ad77f006b5ece60bd0b6f398ff74a67"
|
4478
|
+
integrity sha512-a7pEHdh1xKIAgTySUGgLMx/xwDZskN1Ud6egYYN3EdRW4ZMPNEDUTF+hwy2LUC+Bl+SyLXANnwz/jyh/qutKUw==
|
4603
4479
|
|
4604
4480
|
object-keys@^1.0.11, object-keys@^1.0.12, object-keys@^1.1.1:
|
4605
4481
|
version "1.1.1"
|
@@ -4623,13 +4499,13 @@ object.assign@^4.1.0:
|
|
4623
4499
|
has-symbols "^1.0.0"
|
4624
4500
|
object-keys "^1.0.11"
|
4625
4501
|
|
4626
|
-
object.getownpropertydescriptors@^2.0
|
4627
|
-
version "2.0
|
4628
|
-
resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.0.
|
4629
|
-
integrity
|
4502
|
+
object.getownpropertydescriptors@^2.1.0:
|
4503
|
+
version "2.1.0"
|
4504
|
+
resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.0.tgz#369bf1f9592d8ab89d712dced5cb81c7c5352649"
|
4505
|
+
integrity sha512-Z53Oah9A3TdLoblT7VKJaTDdXdT+lQO+cNpKVnya5JDe9uLvzu1YyY1yFDFrcxrlRgWrEFH0jJtD/IbuwjcEVg==
|
4630
4506
|
dependencies:
|
4631
|
-
define-properties "^1.1.
|
4632
|
-
es-abstract "^1.
|
4507
|
+
define-properties "^1.1.3"
|
4508
|
+
es-abstract "^1.17.0-next.1"
|
4633
4509
|
|
4634
4510
|
object.pick@^1.2.0, object.pick@^1.3.0:
|
4635
4511
|
version "1.3.0"
|
@@ -4639,12 +4515,12 @@ object.pick@^1.2.0, object.pick@^1.3.0:
|
|
4639
4515
|
isobject "^3.0.1"
|
4640
4516
|
|
4641
4517
|
object.values@^1.1.0:
|
4642
|
-
version "1.1.
|
4643
|
-
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.
|
4644
|
-
integrity sha512-
|
4518
|
+
version "1.1.1"
|
4519
|
+
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.1.tgz#68a99ecde356b7e9295a3c5e0ce31dc8c953de5e"
|
4520
|
+
integrity sha512-WTa54g2K8iu0kmS/us18jEmdv1a4Wi//BZ/DTVYEcH0XhLM5NYdpDHja3gt57VrZLcNAO2WGA+KpWsDBaHt6eA==
|
4645
4521
|
dependencies:
|
4646
4522
|
define-properties "^1.1.3"
|
4647
|
-
es-abstract "^1.
|
4523
|
+
es-abstract "^1.17.0-next.1"
|
4648
4524
|
function-bind "^1.1.1"
|
4649
4525
|
has "^1.0.3"
|
4650
4526
|
|
@@ -4676,14 +4552,6 @@ open@^6.3.0:
|
|
4676
4552
|
dependencies:
|
4677
4553
|
is-wsl "^1.1.0"
|
4678
4554
|
|
4679
|
-
optimist@^0.6.1:
|
4680
|
-
version "0.6.1"
|
4681
|
-
resolved "https://registry.yarnpkg.com/optimist/-/optimist-0.6.1.tgz#da3ea74686fa21a19a111c326e90eb15a0196686"
|
4682
|
-
integrity sha1-2j6nRob6IaGaERwybpDrFaAZZoY=
|
4683
|
-
dependencies:
|
4684
|
-
minimist "~0.0.1"
|
4685
|
-
wordwrap "~0.0.2"
|
4686
|
-
|
4687
4555
|
optipng-bin@^5.0.0:
|
4688
4556
|
version "5.1.0"
|
4689
4557
|
resolved "https://registry.yarnpkg.com/optipng-bin/-/optipng-bin-5.1.0.tgz#a7c7ab600a3ab5a177dae2f94c2d800aa386b5a9"
|
@@ -4707,24 +4575,11 @@ os-filter-obj@^2.0.0:
|
|
4707
4575
|
dependencies:
|
4708
4576
|
arch "^2.1.0"
|
4709
4577
|
|
4710
|
-
os-
|
4711
|
-
version "1.0.2"
|
4712
|
-
resolved "https://registry.yarnpkg.com/os-homedir/-/os-homedir-1.0.2.tgz#ffbc4988336e0e833de0c168c7ef152121aa7fb3"
|
4713
|
-
integrity sha1-/7xJiDNuDoM94MFox+8VISGqf7M=
|
4714
|
-
|
4715
|
-
os-tmpdir@^1.0.0, os-tmpdir@~1.0.2:
|
4578
|
+
os-tmpdir@~1.0.2:
|
4716
4579
|
version "1.0.2"
|
4717
4580
|
resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274"
|
4718
4581
|
integrity sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=
|
4719
4582
|
|
4720
|
-
osenv@^0.1.4:
|
4721
|
-
version "0.1.5"
|
4722
|
-
resolved "https://registry.yarnpkg.com/osenv/-/osenv-0.1.5.tgz#85cdfafaeb28e8677f416e287592b5f3f49ea410"
|
4723
|
-
integrity sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g==
|
4724
|
-
dependencies:
|
4725
|
-
os-homedir "^1.0.0"
|
4726
|
-
os-tmpdir "^1.0.0"
|
4727
|
-
|
4728
4583
|
p-cancelable@^0.3.0:
|
4729
4584
|
version "0.3.0"
|
4730
4585
|
resolved "https://registry.yarnpkg.com/p-cancelable/-/p-cancelable-0.3.0.tgz#b9e123800bcebb7ac13a479be195b507b98d30fa"
|
@@ -4767,9 +4622,9 @@ p-limit@^1.1.0:
|
|
4767
4622
|
p-try "^1.0.0"
|
4768
4623
|
|
4769
4624
|
p-limit@^2.0.0:
|
4770
|
-
version "2.
|
4771
|
-
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.
|
4772
|
-
integrity sha512
|
4625
|
+
version "2.3.0"
|
4626
|
+
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.3.0.tgz#3dd33c647a214fdfffd835933eb086da0dc21db1"
|
4627
|
+
integrity sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==
|
4773
4628
|
dependencies:
|
4774
4629
|
p-try "^2.0.0"
|
4775
4630
|
|
@@ -4957,7 +4812,7 @@ pkg-dir@^3.0.0:
|
|
4957
4812
|
dependencies:
|
4958
4813
|
find-up "^3.0.0"
|
4959
4814
|
|
4960
|
-
pkg-up@2.0.0:
|
4815
|
+
pkg-up@2.0.0, pkg-up@^2.0.0:
|
4961
4816
|
version "2.0.0"
|
4962
4817
|
resolved "https://registry.yarnpkg.com/pkg-up/-/pkg-up-2.0.0.tgz#c819ac728059a461cab1c3889a2be3c49a004d7f"
|
4963
4818
|
integrity sha1-yBmscoBZpGHKscOImivjxJoATX8=
|
@@ -4979,14 +4834,13 @@ posix-character-classes@^0.1.0:
|
|
4979
4834
|
integrity sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=
|
4980
4835
|
|
4981
4836
|
postcss-calc@^7.0.1:
|
4982
|
-
version "7.0.
|
4983
|
-
resolved "https://registry.yarnpkg.com/postcss-calc/-/postcss-calc-7.0.
|
4984
|
-
integrity sha512-
|
4837
|
+
version "7.0.2"
|
4838
|
+
resolved "https://registry.yarnpkg.com/postcss-calc/-/postcss-calc-7.0.2.tgz#504efcd008ca0273120568b0792b16cdcde8aac1"
|
4839
|
+
integrity sha512-rofZFHUg6ZIrvRwPeFktv06GdbDYLcGqh9EwiMutZg+a0oePCCw1zHOEiji6LCpyRcjTREtPASuUqeAvYlEVvQ==
|
4985
4840
|
dependencies:
|
4986
|
-
|
4987
|
-
postcss "^
|
4988
|
-
postcss-
|
4989
|
-
postcss-value-parser "^3.3.1"
|
4841
|
+
postcss "^7.0.27"
|
4842
|
+
postcss-selector-parser "^6.0.2"
|
4843
|
+
postcss-value-parser "^4.0.2"
|
4990
4844
|
|
4991
4845
|
postcss-colormin@^4.0.3:
|
4992
4846
|
version "4.0.3"
|
@@ -5208,20 +5062,20 @@ postcss-reduce-transforms@^4.0.2:
|
|
5208
5062
|
postcss-value-parser "^3.0.0"
|
5209
5063
|
|
5210
5064
|
postcss-selector-parser@^3.0.0:
|
5211
|
-
version "3.1.
|
5212
|
-
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-3.1.
|
5213
|
-
integrity
|
5065
|
+
version "3.1.2"
|
5066
|
+
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-3.1.2.tgz#b310f5c4c0fdaf76f94902bbaa30db6aa84f5270"
|
5067
|
+
integrity sha512-h7fJ/5uWuRVyOtkO45pnt1Ih40CEleeyCHzipqAZO2e5H20g25Y48uYnFUiShvY4rZWNJ/Bib/KVPmanaCtOhA==
|
5214
5068
|
dependencies:
|
5215
|
-
dot-prop "^
|
5069
|
+
dot-prop "^5.2.0"
|
5216
5070
|
indexes-of "^1.0.1"
|
5217
5071
|
uniq "^1.0.1"
|
5218
5072
|
|
5219
|
-
postcss-selector-parser@^
|
5220
|
-
version "
|
5221
|
-
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-
|
5222
|
-
integrity sha512-
|
5073
|
+
postcss-selector-parser@^6.0.2:
|
5074
|
+
version "6.0.2"
|
5075
|
+
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.2.tgz#934cf799d016c83411859e09dcecade01286ec5c"
|
5076
|
+
integrity sha512-36P2QR59jDTOAiIkqEprfJDsoNrvwFei3eCqKd1Y0tUsBimsq39BLp7RD+JWny3WgB1zGhJX8XVePwm9k4wdBg==
|
5223
5077
|
dependencies:
|
5224
|
-
cssesc "^
|
5078
|
+
cssesc "^3.0.0"
|
5225
5079
|
indexes-of "^1.0.1"
|
5226
5080
|
uniq "^1.0.1"
|
5227
5081
|
|
@@ -5244,20 +5098,20 @@ postcss-unique-selectors@^4.0.1:
|
|
5244
5098
|
postcss "^7.0.0"
|
5245
5099
|
uniqs "^2.0.0"
|
5246
5100
|
|
5247
|
-
postcss-value-parser@^3.0.0
|
5101
|
+
postcss-value-parser@^3.0.0:
|
5248
5102
|
version "3.3.1"
|
5249
5103
|
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz#9ff822547e2893213cf1c30efa51ac5fd1ba8281"
|
5250
5104
|
integrity sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==
|
5251
5105
|
|
5252
|
-
postcss-value-parser@^4.0.2:
|
5253
|
-
version "4.0.
|
5254
|
-
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.0.
|
5255
|
-
integrity sha512-
|
5106
|
+
postcss-value-parser@^4.0.2, postcss-value-parser@^4.0.3:
|
5107
|
+
version "4.0.3"
|
5108
|
+
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.0.3.tgz#651ff4593aa9eda8d5d0d66593a2417aeaeb325d"
|
5109
|
+
integrity sha512-N7h4pG+Nnu5BEIzyeaaIYWs0LI5XC40OrRh5L60z0QjFsqGWcHcbkBvpe1WYpcIS9yQ8sOi/vIPt1ejQCrMVrg==
|
5256
5110
|
|
5257
|
-
postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.23, postcss@^7.0.
|
5258
|
-
version "7.0.
|
5259
|
-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.
|
5260
|
-
integrity sha512-
|
5111
|
+
postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.23, postcss@^7.0.27:
|
5112
|
+
version "7.0.27"
|
5113
|
+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.27.tgz#cc67cdc6b0daa375105b7c424a85567345fc54d9"
|
5114
|
+
integrity sha512-WuQETPMcW9Uf1/22HWUWP9lgsIC+KEHg2kozMflKjbeUtw9ujvFX6QmIfozaErDkmLWS9WEnEdEe6Uo9/BNTdQ==
|
5261
5115
|
dependencies:
|
5262
5116
|
chalk "^2.4.2"
|
5263
5117
|
source-map "^0.6.1"
|
@@ -5274,13 +5128,13 @@ prepend-http@^2.0.0:
|
|
5274
5128
|
integrity sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=
|
5275
5129
|
|
5276
5130
|
prismjs@^1.17.1:
|
5277
|
-
version "1.
|
5278
|
-
resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.
|
5279
|
-
integrity sha512-
|
5131
|
+
version "1.21.0"
|
5132
|
+
resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.21.0.tgz#36c086ec36b45319ec4218ee164c110f9fc015a3"
|
5133
|
+
integrity sha512-uGdSIu1nk3kej2iZsLyDoJ7e9bnPzIgY0naW/HdknGj61zScaprVEVGHrPoXqI+M9sP0NDnTK2jpkvmldpuqDw==
|
5280
5134
|
optionalDependencies:
|
5281
5135
|
clipboard "^2.0.0"
|
5282
5136
|
|
5283
|
-
private@^0.1.
|
5137
|
+
private@^0.1.8:
|
5284
5138
|
version "0.1.8"
|
5285
5139
|
resolved "https://registry.yarnpkg.com/private/-/private-0.1.8.tgz#2381edb3689f7a53d653190060fcf822d2f368ff"
|
5286
5140
|
integrity sha512-VvivMrbvd2nKkiG38qjULzlc+4Vx4wm/whI9pQD35YrARNnhxeiRktSOhSukRLFNlzg6Br/cJPet5J/u19r/mg==
|
@@ -5305,22 +5159,22 @@ proto-list@~1.2.1:
|
|
5305
5159
|
integrity sha1-IS1b/hMYMGpCD2QCuOJv85ZHqEk=
|
5306
5160
|
|
5307
5161
|
proxy-addr@~2.0.5:
|
5308
|
-
version "2.0.
|
5309
|
-
resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.
|
5310
|
-
integrity sha512-
|
5162
|
+
version "2.0.6"
|
5163
|
+
resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.6.tgz#fdc2336505447d3f2f2c638ed272caf614bbb2bf"
|
5164
|
+
integrity sha512-dh/frvCBVmSsDYzw6n926jv974gddhkFPfiN8hPOi30Wax25QZyZEGveluCgliBnqmuM+UJmBErbAUFIoDbjOw==
|
5311
5165
|
dependencies:
|
5312
5166
|
forwarded "~0.1.2"
|
5313
|
-
ipaddr.js "1.9.
|
5167
|
+
ipaddr.js "1.9.1"
|
5314
5168
|
|
5315
5169
|
pseudomap@^1.0.2:
|
5316
5170
|
version "1.0.2"
|
5317
5171
|
resolved "https://registry.yarnpkg.com/pseudomap/-/pseudomap-1.0.2.tgz#f052a28da70e618917ef0a8ac34c1ae5a68286b3"
|
5318
5172
|
integrity sha1-8FKijacOYYkX7wqKw0wa5aaChrM=
|
5319
5173
|
|
5320
|
-
psl@^1.1.
|
5321
|
-
version "1.
|
5322
|
-
resolved "https://registry.yarnpkg.com/psl/-/psl-1.
|
5323
|
-
integrity sha512-
|
5174
|
+
psl@^1.1.28:
|
5175
|
+
version "1.8.0"
|
5176
|
+
resolved "https://registry.yarnpkg.com/psl/-/psl-1.8.0.tgz#9326f8bcfb013adcc005fdff056acce020e51c24"
|
5177
|
+
integrity sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==
|
5324
5178
|
|
5325
5179
|
pump@^3.0.0:
|
5326
5180
|
version "3.0.0"
|
@@ -5330,12 +5184,7 @@ pump@^3.0.0:
|
|
5330
5184
|
end-of-stream "^1.1.0"
|
5331
5185
|
once "^1.3.1"
|
5332
5186
|
|
5333
|
-
punycode@^1.
|
5334
|
-
version "1.4.1"
|
5335
|
-
resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e"
|
5336
|
-
integrity sha1-wNWmOycYgArY4esPpSachN1BhF4=
|
5337
|
-
|
5338
|
-
punycode@^2.1.0:
|
5187
|
+
punycode@^2.1.0, punycode@^2.1.1:
|
5339
5188
|
version "2.1.1"
|
5340
5189
|
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
|
5341
5190
|
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
|
@@ -5351,9 +5200,9 @@ qs@6.7.0:
|
|
5351
5200
|
integrity sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==
|
5352
5201
|
|
5353
5202
|
qs@^6.4.0:
|
5354
|
-
version "6.
|
5355
|
-
resolved "https://registry.yarnpkg.com/qs/-/qs-6.
|
5356
|
-
integrity sha512-
|
5203
|
+
version "6.9.3"
|
5204
|
+
resolved "https://registry.yarnpkg.com/qs/-/qs-6.9.3.tgz#bfadcd296c2d549f1dffa560619132c977f5008e"
|
5205
|
+
integrity sha512-EbZYNarm6138UKKq46tdx08Yo/q9ZhFoAXAI1meAFd2GtbRDhbZY2WQSICskT0c5q99aFzLG1D4nvTk9tqfXIw==
|
5357
5206
|
|
5358
5207
|
qs@~6.5.2:
|
5359
5208
|
version "6.5.2"
|
@@ -5406,16 +5255,6 @@ raw-body@~1.1.0:
|
|
5406
5255
|
bytes "1"
|
5407
5256
|
string_decoder "0.10"
|
5408
5257
|
|
5409
|
-
rc@^1.2.7:
|
5410
|
-
version "1.2.8"
|
5411
|
-
resolved "https://registry.yarnpkg.com/rc/-/rc-1.2.8.tgz#cd924bf5200a075b83c188cd6b9e211b7fc0d3ed"
|
5412
|
-
integrity sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==
|
5413
|
-
dependencies:
|
5414
|
-
deep-extend "^0.6.0"
|
5415
|
-
ini "~1.3.0"
|
5416
|
-
minimist "^1.2.0"
|
5417
|
-
strip-json-comments "~2.0.1"
|
5418
|
-
|
5419
5258
|
react-dev-utils@^9.1.0:
|
5420
5259
|
version "9.1.0"
|
5421
5260
|
resolved "https://registry.yarnpkg.com/react-dev-utils/-/react-dev-utils-9.1.0.tgz#3ad2bb8848a32319d760d0a84c56c14bdaae5e81"
|
@@ -5448,29 +5287,29 @@ react-dev-utils@^9.1.0:
|
|
5448
5287
|
text-table "0.2.0"
|
5449
5288
|
|
5450
5289
|
react-dom@^16.8.4:
|
5451
|
-
version "16.
|
5452
|
-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.
|
5453
|
-
integrity sha512-
|
5290
|
+
version "16.13.1"
|
5291
|
+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.13.1.tgz#c1bd37331a0486c078ee54c4740720993b2e0e7f"
|
5292
|
+
integrity sha512-81PIMmVLnCNLO/fFOQxdQkvEq/+Hfpv24XNJfpyZhTRfO0QcmQIF/PgCa1zCOj2w1hrn12MFLyaJ/G0+Mxtfag==
|
5454
5293
|
dependencies:
|
5455
5294
|
loose-envify "^1.1.0"
|
5456
5295
|
object-assign "^4.1.1"
|
5457
5296
|
prop-types "^15.6.2"
|
5458
|
-
scheduler "^0.
|
5297
|
+
scheduler "^0.19.1"
|
5459
5298
|
|
5460
5299
|
react-error-overlay@^6.0.3:
|
5461
|
-
version "6.0.
|
5462
|
-
resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.
|
5463
|
-
integrity sha512-
|
5300
|
+
version "6.0.7"
|
5301
|
+
resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.7.tgz#1dcfb459ab671d53f660a991513cb2f0a0553108"
|
5302
|
+
integrity sha512-TAv1KJFh3RhqxNvhzxj6LeT5NWklP6rDr2a0jaTfsZ5wSZWHOGeqQyejUp3xxLfPt2UpyJEcVQB/zyPcmonNFA==
|
5464
5303
|
|
5465
5304
|
react-is@^16.8.1:
|
5466
|
-
version "16.
|
5467
|
-
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.
|
5468
|
-
integrity sha512-
|
5305
|
+
version "16.13.1"
|
5306
|
+
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
|
5307
|
+
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
|
5469
5308
|
|
5470
5309
|
react@^16.8.4:
|
5471
|
-
version "16.
|
5472
|
-
resolved "https://registry.yarnpkg.com/react/-/react-16.
|
5473
|
-
integrity sha512
|
5310
|
+
version "16.13.1"
|
5311
|
+
resolved "https://registry.yarnpkg.com/react/-/react-16.13.1.tgz#2e818822f1a9743122c063d6410d85c1e3afe48e"
|
5312
|
+
integrity sha512-YMZQQq32xHLX0bz5Mnibv1/LHb3Sqzngu7xstSM+vrkE5Kzr9xE0yMByK5kMoTK30YVJE61WfbxIFFvfeDKT1w==
|
5474
5313
|
dependencies:
|
5475
5314
|
loose-envify "^1.1.0"
|
5476
5315
|
object-assign "^4.1.1"
|
@@ -5493,10 +5332,10 @@ read-pkg@^1.0.0:
|
|
5493
5332
|
normalize-package-data "^2.3.2"
|
5494
5333
|
path-type "^1.0.0"
|
5495
5334
|
|
5496
|
-
readable-stream@^2.0.0, readable-stream@^2.0.2, readable-stream@^2.
|
5497
|
-
version "2.3.
|
5498
|
-
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.
|
5499
|
-
integrity sha512-
|
5335
|
+
readable-stream@^2.0.0, readable-stream@^2.0.2, readable-stream@^2.2.2, readable-stream@^2.3.0, readable-stream@^2.3.5, readable-stream@~2.3.6:
|
5336
|
+
version "2.3.7"
|
5337
|
+
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.7.tgz#1eca1cf711aef814c04f62252a36a62f6cb23b57"
|
5338
|
+
integrity sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==
|
5500
5339
|
dependencies:
|
5501
5340
|
core-util-is "~1.0.0"
|
5502
5341
|
inherits "~2.0.3"
|
@@ -5507,9 +5346,9 @@ readable-stream@^2.0.0, readable-stream@^2.0.2, readable-stream@^2.0.6, readable
|
|
5507
5346
|
util-deprecate "~1.0.1"
|
5508
5347
|
|
5509
5348
|
readable-stream@^3.1.1:
|
5510
|
-
version "3.
|
5511
|
-
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.
|
5512
|
-
integrity sha512-
|
5349
|
+
version "3.6.0"
|
5350
|
+
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz#337bbda3adc0706bd3e024426a286d4b4b2c9198"
|
5351
|
+
integrity sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==
|
5513
5352
|
dependencies:
|
5514
5353
|
inherits "^2.0.3"
|
5515
5354
|
string_decoder "^1.1.1"
|
@@ -5546,10 +5385,10 @@ redent@^1.0.0:
|
|
5546
5385
|
indent-string "^2.1.0"
|
5547
5386
|
strip-indent "^1.0.1"
|
5548
5387
|
|
5549
|
-
regenerate-unicode-properties@^8.
|
5550
|
-
version "8.
|
5551
|
-
resolved "https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-8.
|
5552
|
-
integrity sha512-
|
5388
|
+
regenerate-unicode-properties@^8.2.0:
|
5389
|
+
version "8.2.0"
|
5390
|
+
resolved "https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-8.2.0.tgz#e5de7111d655e7ba60c057dbe9ff37c87e65cdec"
|
5391
|
+
integrity sha512-F9DjY1vKLo/tPePDycuH3dn9H1OTPIkVD9Kz4LODu+F2C75mgjAJ7x/gwy6ZcSNRAAkhNlJSOHRe8k3p+K9WhA==
|
5553
5392
|
dependencies:
|
5554
5393
|
regenerate "^1.4.0"
|
5555
5394
|
|
@@ -5558,17 +5397,18 @@ regenerate@^1.4.0:
|
|
5558
5397
|
resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.4.0.tgz#4a856ec4b56e4077c557589cae85e7a4c8869a11"
|
5559
5398
|
integrity sha512-1G6jJVDWrt0rK99kBjvEtziZNCICAuvIPkSiUFIQxVP06RCVpq3dmDo2oi6ABpYaDYaTRr67BEhL8r1wgEZZKg==
|
5560
5399
|
|
5561
|
-
regenerator-runtime@^0.13.
|
5562
|
-
version "0.13.
|
5563
|
-
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.
|
5564
|
-
integrity sha512-
|
5400
|
+
regenerator-runtime@^0.13.4:
|
5401
|
+
version "0.13.5"
|
5402
|
+
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.5.tgz#d878a1d094b4306d10b9096484b33ebd55e26697"
|
5403
|
+
integrity sha512-ZS5w8CpKFinUzOwW3c83oPeVXoNsrLsaCoLtJvAClH135j/R77RuymhiSErhm2lKcwSCIpmvIWSbDkIfAqKQlA==
|
5565
5404
|
|
5566
|
-
regenerator-transform@^0.14.
|
5567
|
-
version "0.14.
|
5568
|
-
resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.14.
|
5569
|
-
integrity sha512-
|
5405
|
+
regenerator-transform@^0.14.2:
|
5406
|
+
version "0.14.4"
|
5407
|
+
resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.14.4.tgz#5266857896518d1616a78a0479337a30ea974cc7"
|
5408
|
+
integrity sha512-EaJaKPBI9GvKpvUz2mz4fhx7WPgvwRLY9v3hlNHWmAuJHI13T4nwKnNvm5RWJzEdnI5g5UwtOww+S8IdoUC2bw==
|
5570
5409
|
dependencies:
|
5571
|
-
|
5410
|
+
"@babel/runtime" "^7.8.4"
|
5411
|
+
private "^0.1.8"
|
5572
5412
|
|
5573
5413
|
regex-not@^1.0.0, regex-not@^1.0.2:
|
5574
5414
|
version "1.0.2"
|
@@ -5578,27 +5418,27 @@ regex-not@^1.0.0, regex-not@^1.0.2:
|
|
5578
5418
|
extend-shallow "^3.0.2"
|
5579
5419
|
safe-regex "^1.1.0"
|
5580
5420
|
|
5581
|
-
regexpu-core@^4.
|
5582
|
-
version "4.
|
5583
|
-
resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-4.
|
5584
|
-
integrity sha512-
|
5421
|
+
regexpu-core@^4.7.0:
|
5422
|
+
version "4.7.0"
|
5423
|
+
resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-4.7.0.tgz#fcbf458c50431b0bb7b45d6967b8192d91f3d938"
|
5424
|
+
integrity sha512-TQ4KXRnIn6tz6tjnrXEkD/sshygKH/j5KzK86X8MkeHyZ8qst/LZ89j3X4/8HEIfHANTFIP/AbXakeRhWIl5YQ==
|
5585
5425
|
dependencies:
|
5586
5426
|
regenerate "^1.4.0"
|
5587
|
-
regenerate-unicode-properties "^8.
|
5588
|
-
regjsgen "^0.5.
|
5589
|
-
regjsparser "^0.6.
|
5427
|
+
regenerate-unicode-properties "^8.2.0"
|
5428
|
+
regjsgen "^0.5.1"
|
5429
|
+
regjsparser "^0.6.4"
|
5590
5430
|
unicode-match-property-ecmascript "^1.0.4"
|
5591
|
-
unicode-match-property-value-ecmascript "^1.
|
5431
|
+
unicode-match-property-value-ecmascript "^1.2.0"
|
5592
5432
|
|
5593
|
-
regjsgen@^0.5.
|
5594
|
-
version "0.5.
|
5595
|
-
resolved "https://registry.yarnpkg.com/regjsgen/-/regjsgen-0.5.
|
5596
|
-
integrity sha512-
|
5433
|
+
regjsgen@^0.5.1:
|
5434
|
+
version "0.5.1"
|
5435
|
+
resolved "https://registry.yarnpkg.com/regjsgen/-/regjsgen-0.5.1.tgz#48f0bf1a5ea205196929c0d9798b42d1ed98443c"
|
5436
|
+
integrity sha512-5qxzGZjDs9w4tzT3TPhCJqWdCc3RLYwy9J2NB0nm5Lz+S273lvWcpjaTGHsT1dc6Hhfq41uSEOw8wBmxrKOuyg==
|
5597
5437
|
|
5598
|
-
regjsparser@^0.6.
|
5599
|
-
version "0.6.
|
5600
|
-
resolved "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.6.
|
5601
|
-
integrity sha512-
|
5438
|
+
regjsparser@^0.6.4:
|
5439
|
+
version "0.6.4"
|
5440
|
+
resolved "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.6.4.tgz#a769f8684308401a66e9b529d2436ff4d0666272"
|
5441
|
+
integrity sha512-64O87/dPDgfk8/RQqC4gkZoGyyWFIEUTTh80CU6CWuK5vkCGyekIx+oKcEIYtP/RAxSQltCZHCNu/mdd7fqlJw==
|
5602
5442
|
dependencies:
|
5603
5443
|
jsesc "~0.5.0"
|
5604
5444
|
|
@@ -5646,9 +5486,9 @@ replace-ext@^1.0.0:
|
|
5646
5486
|
integrity sha1-3mMSg3P8v3w8z6TeWkgMRaZ5WOs=
|
5647
5487
|
|
5648
5488
|
request@^2.53.0, request@^2.88.0:
|
5649
|
-
version "2.88.
|
5650
|
-
resolved "https://registry.yarnpkg.com/request/-/request-2.88.
|
5651
|
-
integrity sha512-
|
5489
|
+
version "2.88.2"
|
5490
|
+
resolved "https://registry.yarnpkg.com/request/-/request-2.88.2.tgz#d73c918731cb5a87da047e207234146f664d12b3"
|
5491
|
+
integrity sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==
|
5652
5492
|
dependencies:
|
5653
5493
|
aws-sign2 "~0.7.0"
|
5654
5494
|
aws4 "^1.8.0"
|
@@ -5657,7 +5497,7 @@ request@^2.53.0, request@^2.88.0:
|
|
5657
5497
|
extend "~3.0.2"
|
5658
5498
|
forever-agent "~0.6.1"
|
5659
5499
|
form-data "~2.3.2"
|
5660
|
-
har-validator "~5.1.
|
5500
|
+
har-validator "~5.1.3"
|
5661
5501
|
http-signature "~1.2.0"
|
5662
5502
|
is-typedarray "~1.0.0"
|
5663
5503
|
isstream "~0.1.2"
|
@@ -5667,7 +5507,7 @@ request@^2.53.0, request@^2.88.0:
|
|
5667
5507
|
performance-now "^2.1.0"
|
5668
5508
|
qs "~6.5.2"
|
5669
5509
|
safe-buffer "^5.1.2"
|
5670
|
-
tough-cookie "~2.
|
5510
|
+
tough-cookie "~2.5.0"
|
5671
5511
|
tunnel-agent "^0.6.0"
|
5672
5512
|
uuid "^3.3.2"
|
5673
5513
|
|
@@ -5687,9 +5527,9 @@ resolve-url@^0.2.1:
|
|
5687
5527
|
integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
|
5688
5528
|
|
5689
5529
|
resolve@^1.1.6, resolve@^1.10.0, resolve@^1.3.2:
|
5690
|
-
version "1.
|
5691
|
-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.
|
5692
|
-
integrity sha512-
|
5530
|
+
version "1.16.1"
|
5531
|
+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.16.1.tgz#49fac5d8bacf1fd53f200fa51247ae736175832c"
|
5532
|
+
integrity sha512-rmAglCSqWWMrrBv/XM6sW0NuRFiKViw/W4d9EbC4pt+49H8JwHy+mcGmALTEg504AUDcLTvb1T2q3E9AnmY+ig==
|
5693
5533
|
dependencies:
|
5694
5534
|
path-parse "^1.0.6"
|
5695
5535
|
|
@@ -5723,7 +5563,7 @@ rgba-regex@^1.0.0:
|
|
5723
5563
|
resolved "https://registry.yarnpkg.com/rgba-regex/-/rgba-regex-1.0.0.tgz#43374e2e2ca0968b0ef1523460b7d730ff22eeb3"
|
5724
5564
|
integrity sha1-QzdOLiyglosO8VI0YLfXMP8i7rM=
|
5725
5565
|
|
5726
|
-
rimraf@^2.5.4
|
5566
|
+
rimraf@^2.5.4:
|
5727
5567
|
version "2.7.1"
|
5728
5568
|
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.7.1.tgz#35797f13a7fdadc566142c29d4f07ccad483e3ec"
|
5729
5569
|
integrity sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==
|
@@ -5731,16 +5571,16 @@ rimraf@^2.5.4, rimraf@^2.6.1:
|
|
5731
5571
|
glob "^7.1.3"
|
5732
5572
|
|
5733
5573
|
run-async@^2.2.0:
|
5734
|
-
version "2.
|
5735
|
-
resolved "https://registry.yarnpkg.com/run-async/-/run-async-2.
|
5736
|
-
integrity
|
5574
|
+
version "2.4.0"
|
5575
|
+
resolved "https://registry.yarnpkg.com/run-async/-/run-async-2.4.0.tgz#e59054a5b86876cfae07f431d18cbaddc594f1e8"
|
5576
|
+
integrity sha512-xJTbh/d7Lm7SBhc1tNvTpeCHaEzoyxPrqNlvSdMfBTYwaY++UJFyXUOxAtsRUXjlqOfj8luNaR9vjCh4KeV+pg==
|
5737
5577
|
dependencies:
|
5738
5578
|
is-promise "^2.1.0"
|
5739
5579
|
|
5740
5580
|
rxjs@^6.4.0:
|
5741
|
-
version "6.5.
|
5742
|
-
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.5.
|
5743
|
-
integrity sha512-
|
5581
|
+
version "6.5.5"
|
5582
|
+
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.5.5.tgz#c5c884e3094c8cfee31bf27eb87e54ccfc87f9ec"
|
5583
|
+
integrity sha512-WfQI+1gohdf0Dai/Bbmk5L5ItH5tYqm3ki2c5GdWhKjalzjg93N3avFjVStyZZz+A2Em+ZxKH5bNghw9UeylGQ==
|
5744
5584
|
dependencies:
|
5745
5585
|
tslib "^1.9.0"
|
5746
5586
|
|
@@ -5776,10 +5616,10 @@ sax@^1.2.4, sax@~1.2.4:
|
|
5776
5616
|
resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"
|
5777
5617
|
integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==
|
5778
5618
|
|
5779
|
-
scheduler@^0.
|
5780
|
-
version "0.
|
5781
|
-
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.
|
5782
|
-
integrity sha512-
|
5619
|
+
scheduler@^0.19.1:
|
5620
|
+
version "0.19.1"
|
5621
|
+
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.19.1.tgz#4f3e2ed2c1a7d65681f4c854fa8c5a1ccb40f196"
|
5622
|
+
integrity sha512-n/zwRWRYSUj0/3g/otKDRPMh6qv2SYMWNq85IEa8iZyAv8od9zDYpGSnpBEjNgcMNq6Scbu5KfIPxNF72R/2EA==
|
5783
5623
|
dependencies:
|
5784
5624
|
loose-envify "^1.1.0"
|
5785
5625
|
object-assign "^4.1.1"
|
@@ -5818,11 +5658,6 @@ semver@7.0.0:
|
|
5818
5658
|
resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e"
|
5819
5659
|
integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==
|
5820
5660
|
|
5821
|
-
semver@^6.3.0:
|
5822
|
-
version "6.3.0"
|
5823
|
-
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
|
5824
|
-
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
|
5825
|
-
|
5826
5661
|
send@0.17.1:
|
5827
5662
|
version "0.17.1"
|
5828
5663
|
resolved "https://registry.yarnpkg.com/send/-/send-0.17.1.tgz#c1d8b059f7900f7466dd4938bdc44e11ddb376c8"
|
@@ -5852,11 +5687,6 @@ serve-static@1.14.1:
|
|
5852
5687
|
parseurl "~1.3.3"
|
5853
5688
|
send "0.17.1"
|
5854
5689
|
|
5855
|
-
set-blocking@~2.0.0:
|
5856
|
-
version "2.0.0"
|
5857
|
-
resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7"
|
5858
|
-
integrity sha1-BF+XgtARrppoA93TgrJDkrPYkPc=
|
5859
|
-
|
5860
5690
|
set-getter@^0.1.0:
|
5861
5691
|
version "0.1.0"
|
5862
5692
|
resolved "https://registry.yarnpkg.com/set-getter/-/set-getter-0.1.0.tgz#d769c182c9d5a51f409145f2fba82e5e86e80376"
|
@@ -5906,9 +5736,9 @@ shelljs@^0.8.3:
|
|
5906
5736
|
rechoir "^0.6.2"
|
5907
5737
|
|
5908
5738
|
signal-exit@^3.0.0, signal-exit@^3.0.2:
|
5909
|
-
version "3.0.
|
5910
|
-
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.
|
5911
|
-
integrity
|
5739
|
+
version "3.0.3"
|
5740
|
+
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.3.tgz#a1410c2edd8f077b08b4e253c8eacfcaf057461c"
|
5741
|
+
integrity sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==
|
5912
5742
|
|
5913
5743
|
simple-swizzle@^0.2.2:
|
5914
5744
|
version "0.2.2"
|
@@ -5996,20 +5826,20 @@ sort-keys@^2.0.0:
|
|
5996
5826
|
is-plain-obj "^1.0.0"
|
5997
5827
|
|
5998
5828
|
source-map-resolve@^0.5.0:
|
5999
|
-
version "0.5.
|
6000
|
-
resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.
|
6001
|
-
integrity sha512-
|
5829
|
+
version "0.5.3"
|
5830
|
+
resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.3.tgz#190866bece7553e1f8f267a2ee82c606b5509a1a"
|
5831
|
+
integrity sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==
|
6002
5832
|
dependencies:
|
6003
|
-
atob "^2.1.
|
5833
|
+
atob "^2.1.2"
|
6004
5834
|
decode-uri-component "^0.2.0"
|
6005
5835
|
resolve-url "^0.2.1"
|
6006
5836
|
source-map-url "^0.4.0"
|
6007
5837
|
urix "^0.1.0"
|
6008
5838
|
|
6009
5839
|
source-map-support@^0.5.16:
|
6010
|
-
version "0.5.
|
6011
|
-
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.
|
6012
|
-
integrity sha512-
|
5840
|
+
version "0.5.17"
|
5841
|
+
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.17.tgz#29fe1b3c98b9dbd5064ada89052ee8ff070cb46c"
|
5842
|
+
integrity sha512-bwdKOBZ5L0gFRh4KOxNap/J/MpvX9Yxsq9lFDx65s3o7F/NiHy7JRaGIS8MwW6tZPAq9UXE207Il0cfcb5yu/Q==
|
6013
5843
|
dependencies:
|
6014
5844
|
buffer-from "^1.0.0"
|
6015
5845
|
source-map "^0.6.0"
|
@@ -6019,12 +5849,12 @@ source-map-url@^0.4.0:
|
|
6019
5849
|
resolved "https://registry.yarnpkg.com/source-map-url/-/source-map-url-0.4.0.tgz#3e935d7ddd73631b97659956d55128e87b5084a3"
|
6020
5850
|
integrity sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM=
|
6021
5851
|
|
6022
|
-
source-map@^0.5.0, source-map@^0.5.
|
5852
|
+
source-map@^0.5.0, source-map@^0.5.6:
|
6023
5853
|
version "0.5.7"
|
6024
5854
|
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc"
|
6025
5855
|
integrity sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=
|
6026
5856
|
|
6027
|
-
source-map@^0.6.0, source-map@^0.6.1
|
5857
|
+
source-map@^0.6.0, source-map@^0.6.1:
|
6028
5858
|
version "0.6.1"
|
6029
5859
|
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
|
6030
5860
|
integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==
|
@@ -6038,9 +5868,9 @@ spdx-correct@^3.0.0:
|
|
6038
5868
|
spdx-license-ids "^3.0.0"
|
6039
5869
|
|
6040
5870
|
spdx-exceptions@^2.1.0:
|
6041
|
-
version "2.
|
6042
|
-
resolved "https://registry.yarnpkg.com/spdx-exceptions/-/spdx-exceptions-2.
|
6043
|
-
integrity sha512
|
5871
|
+
version "2.3.0"
|
5872
|
+
resolved "https://registry.yarnpkg.com/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz#3f28ce1a77a00372683eade4a433183527a2163d"
|
5873
|
+
integrity sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==
|
6044
5874
|
|
6045
5875
|
spdx-expression-parse@^3.0.0:
|
6046
5876
|
version "3.0.0"
|
@@ -6119,16 +5949,7 @@ string-template@~0.2.1:
|
|
6119
5949
|
resolved "https://registry.yarnpkg.com/string-template/-/string-template-0.2.1.tgz#42932e598a352d01fc22ec3367d9d84eec6c9add"
|
6120
5950
|
integrity sha1-QpMuWYo1LQH8IuwzZ9nYTuxsmt0=
|
6121
5951
|
|
6122
|
-
string-width@^1.0
|
6123
|
-
version "1.0.2"
|
6124
|
-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-1.0.2.tgz#118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3"
|
6125
|
-
integrity sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=
|
6126
|
-
dependencies:
|
6127
|
-
code-point-at "^1.0.0"
|
6128
|
-
is-fullwidth-code-point "^1.0.0"
|
6129
|
-
strip-ansi "^3.0.0"
|
6130
|
-
|
6131
|
-
"string-width@^1.0.2 || 2", string-width@^2.1.0:
|
5952
|
+
string-width@^2.1.0:
|
6132
5953
|
version "2.1.1"
|
6133
5954
|
resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e"
|
6134
5955
|
integrity sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==
|
@@ -6136,21 +5957,39 @@ string-width@^1.0.1:
|
|
6136
5957
|
is-fullwidth-code-point "^2.0.0"
|
6137
5958
|
strip-ansi "^4.0.0"
|
6138
5959
|
|
6139
|
-
string.prototype.
|
6140
|
-
version "
|
6141
|
-
resolved "https://registry.yarnpkg.com/string.prototype.
|
6142
|
-
integrity sha512-
|
5960
|
+
string.prototype.trimend@^1.0.0:
|
5961
|
+
version "1.0.1"
|
5962
|
+
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.1.tgz#85812a6b847ac002270f5808146064c995fb6913"
|
5963
|
+
integrity sha512-LRPxFUaTtpqYsTeNKaFOw3R4bxIzWOnbQ837QfBylo8jIxtcbK/A/sMV7Q+OAV/vWo+7s25pOE10KYSjaSO06g==
|
6143
5964
|
dependencies:
|
6144
5965
|
define-properties "^1.1.3"
|
6145
|
-
|
5966
|
+
es-abstract "^1.17.5"
|
6146
5967
|
|
6147
|
-
string.prototype.
|
6148
|
-
version "2.1.
|
6149
|
-
resolved "https://registry.yarnpkg.com/string.prototype.
|
6150
|
-
integrity sha512-
|
5968
|
+
string.prototype.trimleft@^2.1.1:
|
5969
|
+
version "2.1.2"
|
5970
|
+
resolved "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.1.2.tgz#4408aa2e5d6ddd0c9a80739b087fbc067c03b3cc"
|
5971
|
+
integrity sha512-gCA0tza1JBvqr3bfAIFJGqfdRTyPae82+KTnm3coDXkZN9wnuW3HjGgN386D7hfv5CHQYCI022/rJPVlqXyHSw==
|
6151
5972
|
dependencies:
|
6152
5973
|
define-properties "^1.1.3"
|
6153
|
-
|
5974
|
+
es-abstract "^1.17.5"
|
5975
|
+
string.prototype.trimstart "^1.0.0"
|
5976
|
+
|
5977
|
+
string.prototype.trimright@^2.1.1:
|
5978
|
+
version "2.1.2"
|
5979
|
+
resolved "https://registry.yarnpkg.com/string.prototype.trimright/-/string.prototype.trimright-2.1.2.tgz#c76f1cef30f21bbad8afeb8db1511496cfb0f2a3"
|
5980
|
+
integrity sha512-ZNRQ7sY3KroTaYjRS6EbNiiHrOkjihL9aQE/8gfQ4DtAC/aEBRHFJa44OmoWxGGqXuJlfKkZW4WcXErGr+9ZFg==
|
5981
|
+
dependencies:
|
5982
|
+
define-properties "^1.1.3"
|
5983
|
+
es-abstract "^1.17.5"
|
5984
|
+
string.prototype.trimend "^1.0.0"
|
5985
|
+
|
5986
|
+
string.prototype.trimstart@^1.0.0:
|
5987
|
+
version "1.0.1"
|
5988
|
+
resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.1.tgz#14af6d9f34b053f7cfc89b72f8f2ee14b9039a54"
|
5989
|
+
integrity sha512-XxZn+QpvrBI1FOcg6dIpxUPgWCPuNXvMD72aaRaUQv1eD4e/Qy8i/hFTe0BUmD60p/QA6bh1avmuPTfNjqVWRw==
|
5990
|
+
dependencies:
|
5991
|
+
define-properties "^1.1.3"
|
5992
|
+
es-abstract "^1.17.5"
|
6154
5993
|
|
6155
5994
|
string_decoder@0.10:
|
6156
5995
|
version "0.10.31"
|
@@ -6178,7 +6017,7 @@ strip-ansi@5.2.0, strip-ansi@^5.1.0:
|
|
6178
6017
|
dependencies:
|
6179
6018
|
ansi-regex "^4.1.0"
|
6180
6019
|
|
6181
|
-
strip-ansi@^3.0.0
|
6020
|
+
strip-ansi@^3.0.0:
|
6182
6021
|
version "3.0.1"
|
6183
6022
|
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf"
|
6184
6023
|
integrity sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=
|
@@ -6223,11 +6062,6 @@ strip-indent@^1.0.1:
|
|
6223
6062
|
dependencies:
|
6224
6063
|
get-stdin "^4.0.1"
|
6225
6064
|
|
6226
|
-
strip-json-comments@~2.0.1:
|
6227
|
-
version "2.0.1"
|
6228
|
-
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
|
6229
|
-
integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo=
|
6230
|
-
|
6231
6065
|
strip-outer@^1.0.0:
|
6232
6066
|
version "1.0.1"
|
6233
6067
|
resolved "https://registry.yarnpkg.com/strip-outer/-/strip-outer-1.0.1.tgz#b2fd2abf6604b9d1e6013057195df836b8a9d631"
|
@@ -6270,17 +6104,17 @@ supports-color@^7.1.0:
|
|
6270
6104
|
dependencies:
|
6271
6105
|
has-flag "^4.0.0"
|
6272
6106
|
|
6273
|
-
svgo@^1.0.0, svgo@^1.
|
6274
|
-
version "1.3.
|
6275
|
-
resolved "https://registry.yarnpkg.com/svgo/-/svgo-1.3.
|
6276
|
-
integrity sha512-
|
6107
|
+
svgo@^1.0.0, svgo@^1.3.2:
|
6108
|
+
version "1.3.2"
|
6109
|
+
resolved "https://registry.yarnpkg.com/svgo/-/svgo-1.3.2.tgz#b6dc511c063346c9e415b81e43401145b96d4167"
|
6110
|
+
integrity sha512-yhy/sQYxR5BkC98CY7o31VGsg014AKLEPxdfhora76l36hD9Rdy5NZA/Ocn6yayNPgSamYdtX2rFJdcv07AYVw==
|
6277
6111
|
dependencies:
|
6278
6112
|
chalk "^2.4.1"
|
6279
6113
|
coa "^2.0.2"
|
6280
6114
|
css-select "^2.0.0"
|
6281
6115
|
css-select-base-adapter "^0.1.1"
|
6282
|
-
css-tree "1.0.0-alpha.
|
6283
|
-
csso "^
|
6116
|
+
css-tree "1.0.0-alpha.37"
|
6117
|
+
csso "^4.0.2"
|
6284
6118
|
js-yaml "^3.13.1"
|
6285
6119
|
mkdirp "~0.5.1"
|
6286
6120
|
object.values "^1.1.0"
|
@@ -6307,19 +6141,6 @@ tar-stream@^1.5.2:
|
|
6307
6141
|
to-buffer "^1.1.1"
|
6308
6142
|
xtend "^4.0.0"
|
6309
6143
|
|
6310
|
-
tar@^4:
|
6311
|
-
version "4.4.10"
|
6312
|
-
resolved "https://registry.yarnpkg.com/tar/-/tar-4.4.10.tgz#946b2810b9a5e0b26140cf78bea6b0b0d689eba1"
|
6313
|
-
integrity sha512-g2SVs5QIxvo6OLp0GudTqEf05maawKUxXru104iaayWA09551tFCTI8f1Asb4lPfkBr91k07iL4c11XO3/b0tA==
|
6314
|
-
dependencies:
|
6315
|
-
chownr "^1.1.1"
|
6316
|
-
fs-minipass "^1.2.5"
|
6317
|
-
minipass "^2.3.5"
|
6318
|
-
minizlib "^1.2.1"
|
6319
|
-
mkdirp "^0.5.0"
|
6320
|
-
safe-buffer "^5.1.2"
|
6321
|
-
yallist "^3.0.3"
|
6322
|
-
|
6323
6144
|
tcp-port-used@^1.0.1:
|
6324
6145
|
version "1.0.1"
|
6325
6146
|
resolved "https://registry.yarnpkg.com/tcp-port-used/-/tcp-port-used-1.0.1.tgz#46061078e2d38c73979a2c2c12b5a674e6689d70"
|
@@ -6438,13 +6259,13 @@ toml@^2.3.2:
|
|
6438
6259
|
resolved "https://registry.yarnpkg.com/toml/-/toml-2.3.6.tgz#25b0866483a9722474895559088b436fd11f861b"
|
6439
6260
|
integrity sha512-gVweAectJU3ebq//Ferr2JUY4WKSDe5N+z0FvjDncLGyHmIDoxgY/2Ie4qfEIDm4IS7OA6Rmdm7pdEEdMcV/xQ==
|
6440
6261
|
|
6441
|
-
tough-cookie@~2.
|
6442
|
-
version "2.
|
6443
|
-
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.
|
6444
|
-
integrity sha512-
|
6262
|
+
tough-cookie@~2.5.0:
|
6263
|
+
version "2.5.0"
|
6264
|
+
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.5.0.tgz#cd9fb2a0aa1d5a12b473bd9fb96fa3dcff65ade2"
|
6265
|
+
integrity sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==
|
6445
6266
|
dependencies:
|
6446
|
-
psl "^1.1.
|
6447
|
-
punycode "^1.
|
6267
|
+
psl "^1.1.28"
|
6268
|
+
punycode "^2.1.1"
|
6448
6269
|
|
6449
6270
|
tr46@^1.0.1:
|
6450
6271
|
version "1.0.1"
|
@@ -6454,11 +6275,11 @@ tr46@^1.0.1:
|
|
6454
6275
|
punycode "^2.1.0"
|
6455
6276
|
|
6456
6277
|
tree-node-cli@^1.2.5:
|
6457
|
-
version "1.
|
6458
|
-
resolved "https://registry.yarnpkg.com/tree-node-cli/-/tree-node-cli-1.
|
6459
|
-
integrity sha512-
|
6278
|
+
version "1.3.0"
|
6279
|
+
resolved "https://registry.yarnpkg.com/tree-node-cli/-/tree-node-cli-1.3.0.tgz#f7c03e4d14c7b7c42412d3d2a605940102f192cd"
|
6280
|
+
integrity sha512-7B5IvFiDQMnBjmxHQ4YMdIqklofqla1mINa/ddlxUHC4seEJHdig19C49NONVHmAom/O9dByGvN0PLReCCqqqQ==
|
6460
6281
|
dependencies:
|
6461
|
-
commander "^
|
6282
|
+
commander "^5.0.0"
|
6462
6283
|
|
6463
6284
|
trim-newlines@^1.0.0:
|
6464
6285
|
version "1.0.0"
|
@@ -6481,9 +6302,9 @@ truncate-html@^1.0.3:
|
|
6481
6302
|
cheerio "0.22.0"
|
6482
6303
|
|
6483
6304
|
tslib@^1.9.0, tslib@^1.9.3:
|
6484
|
-
version "1.
|
6485
|
-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.
|
6486
|
-
integrity sha512-
|
6305
|
+
version "1.11.1"
|
6306
|
+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.11.1.tgz#eb15d128827fbee2841549e171f45ed338ac7e35"
|
6307
|
+
integrity sha512-aZW88SY8kQbU7gpV19lN24LtXh/yD4ZZg6qieAJDDg+YBsJcSmLGK9QpnUjAKVG/xefmvJGd1WUmfpT/g6AJGA==
|
6487
6308
|
|
6488
6309
|
tunnel-agent@^0.6.0:
|
6489
6310
|
version "0.6.0"
|
@@ -6510,18 +6331,10 @@ typedarray@^0.0.6:
|
|
6510
6331
|
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
|
6511
6332
|
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
|
6512
6333
|
|
6513
|
-
uglify-js@^3.1.4:
|
6514
|
-
version "3.7.3"
|
6515
|
-
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.7.3.tgz#f918fce9182f466d5140f24bb0ff35c2d32dcc6a"
|
6516
|
-
integrity sha512-7tINm46/3puUA4hCkKYo4Xdts+JDaVC9ZPRcG8Xw9R4nhO/gZgUM3TENq8IF4Vatk8qCig4MzP/c8G4u2BkVQg==
|
6517
|
-
dependencies:
|
6518
|
-
commander "~2.20.3"
|
6519
|
-
source-map "~0.6.1"
|
6520
|
-
|
6521
6334
|
unbzip2-stream@^1.0.9:
|
6522
|
-
version "1.
|
6523
|
-
resolved "https://registry.yarnpkg.com/unbzip2-stream/-/unbzip2-stream-1.
|
6524
|
-
integrity sha512-
|
6335
|
+
version "1.4.1"
|
6336
|
+
resolved "https://registry.yarnpkg.com/unbzip2-stream/-/unbzip2-stream-1.4.1.tgz#151b104af853df3efdaa135d8b1eca850a44b426"
|
6337
|
+
integrity sha512-sgDYfSDPMsA4Hr2/w7vOlrJBlwzmyakk1+hW8ObLvxSp0LA36LcL2XItGvOT3OSblohSdevMuT8FQjLsqyy4sA==
|
6525
6338
|
dependencies:
|
6526
6339
|
buffer "^5.2.1"
|
6527
6340
|
through "^2.3.8"
|
@@ -6539,15 +6352,15 @@ unicode-match-property-ecmascript@^1.0.4:
|
|
6539
6352
|
unicode-canonical-property-names-ecmascript "^1.0.4"
|
6540
6353
|
unicode-property-aliases-ecmascript "^1.0.4"
|
6541
6354
|
|
6542
|
-
unicode-match-property-value-ecmascript@^1.
|
6543
|
-
version "1.
|
6544
|
-
resolved "https://registry.yarnpkg.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-1.
|
6545
|
-
integrity sha512-
|
6355
|
+
unicode-match-property-value-ecmascript@^1.2.0:
|
6356
|
+
version "1.2.0"
|
6357
|
+
resolved "https://registry.yarnpkg.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-1.2.0.tgz#0d91f600eeeb3096aa962b1d6fc88876e64ea531"
|
6358
|
+
integrity sha512-wjuQHGQVofmSJv1uVISKLE5zO2rNGzM/KCYZch/QQvez7C1hUhBIuZ701fYXExuufJFMPhv2SyL8CyoIfMLbIQ==
|
6546
6359
|
|
6547
6360
|
unicode-property-aliases-ecmascript@^1.0.4:
|
6548
|
-
version "1.0
|
6549
|
-
resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-1.0.
|
6550
|
-
integrity sha512-
|
6361
|
+
version "1.1.0"
|
6362
|
+
resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-1.1.0.tgz#dd57a99f6207bedff4628abefb94c50db941c8f4"
|
6363
|
+
integrity sha512-PqSoPh/pWetQ2phoj5RLiaqIk4kCNwoV3CI+LfGmWLKI3rE3kl1h59XpX2BjgDrmbxD9ARtQobPGU1SguCYuQg==
|
6551
6364
|
|
6552
6365
|
union-value@^1.0.0:
|
6553
6366
|
version "1.0.1"
|
@@ -6647,12 +6460,14 @@ util-deprecate@^1.0.1, util-deprecate@~1.0.1:
|
|
6647
6460
|
integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=
|
6648
6461
|
|
6649
6462
|
util.promisify@~1.0.0:
|
6650
|
-
version "1.0.
|
6651
|
-
resolved "https://registry.yarnpkg.com/util.promisify/-/util.promisify-1.0.
|
6652
|
-
integrity sha512-
|
6463
|
+
version "1.0.1"
|
6464
|
+
resolved "https://registry.yarnpkg.com/util.promisify/-/util.promisify-1.0.1.tgz#6baf7774b80eeb0f7520d8b81d07982a59abbaee"
|
6465
|
+
integrity sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA==
|
6653
6466
|
dependencies:
|
6654
|
-
define-properties "^1.1.
|
6655
|
-
|
6467
|
+
define-properties "^1.1.3"
|
6468
|
+
es-abstract "^1.17.2"
|
6469
|
+
has-symbols "^1.0.1"
|
6470
|
+
object.getownpropertydescriptors "^2.1.0"
|
6656
6471
|
|
6657
6472
|
utils-merge@1.0.1:
|
6658
6473
|
version "1.0.1"
|
@@ -6660,9 +6475,9 @@ utils-merge@1.0.1:
|
|
6660
6475
|
integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=
|
6661
6476
|
|
6662
6477
|
uuid@^3.0.1, uuid@^3.3.2:
|
6663
|
-
version "3.
|
6664
|
-
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.
|
6665
|
-
integrity sha512-
|
6478
|
+
version "3.4.0"
|
6479
|
+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
|
6480
|
+
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
|
6666
6481
|
|
6667
6482
|
validate-npm-package-license@^3.0.1:
|
6668
6483
|
version "3.0.4"
|
@@ -6678,9 +6493,9 @@ vary@~1.1.2:
|
|
6678
6493
|
integrity sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=
|
6679
6494
|
|
6680
6495
|
vendors@^1.0.0:
|
6681
|
-
version "1.0.
|
6682
|
-
resolved "https://registry.yarnpkg.com/vendors/-/vendors-1.0.
|
6683
|
-
integrity sha512
|
6496
|
+
version "1.0.4"
|
6497
|
+
resolved "https://registry.yarnpkg.com/vendors/-/vendors-1.0.4.tgz#e2b800a53e7a29b93506c3cf41100d16c4c4ad8e"
|
6498
|
+
integrity sha512-/juG65kTL4Cy2su4P8HjtkTxk6VmJDiOPBufWniqQ6wknac6jNiXS9vU+hO3wgusiyqWlzTbVHi0dyJqRONg3w==
|
6684
6499
|
|
6685
6500
|
verror@1.10.0:
|
6686
6501
|
version "1.10.0"
|
@@ -6706,14 +6521,14 @@ websocket-driver@>=0.5.1:
|
|
6706
6521
|
websocket-extensions ">=0.1.1"
|
6707
6522
|
|
6708
6523
|
websocket-extensions@>=0.1.1:
|
6709
|
-
version "0.1.
|
6710
|
-
resolved "https://registry.yarnpkg.com/websocket-extensions/-/websocket-extensions-0.1.
|
6711
|
-
integrity sha512-
|
6524
|
+
version "0.1.4"
|
6525
|
+
resolved "https://registry.yarnpkg.com/websocket-extensions/-/websocket-extensions-0.1.4.tgz#7f8473bc839dfd87608adb95d7eb075211578a42"
|
6526
|
+
integrity sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==
|
6712
6527
|
|
6713
6528
|
whatwg-url@^7.0.0:
|
6714
|
-
version "7.
|
6715
|
-
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-7.
|
6716
|
-
integrity sha512-
|
6529
|
+
version "7.1.0"
|
6530
|
+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-7.1.0.tgz#c2c492f1eca612988efd3d2266be1b9fc6170d06"
|
6531
|
+
integrity sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==
|
6717
6532
|
dependencies:
|
6718
6533
|
lodash.sortby "^4.7.0"
|
6719
6534
|
tr46 "^1.0.1"
|
@@ -6726,23 +6541,11 @@ which@^1.2.9, which@^1.3.1:
|
|
6726
6541
|
dependencies:
|
6727
6542
|
isexe "^2.0.0"
|
6728
6543
|
|
6729
|
-
wide-align@^1.1.0:
|
6730
|
-
version "1.1.3"
|
6731
|
-
resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.3.tgz#ae074e6bdc0c14a431e804e624549c633b000457"
|
6732
|
-
integrity sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA==
|
6733
|
-
dependencies:
|
6734
|
-
string-width "^1.0.2 || 2"
|
6735
|
-
|
6736
6544
|
wordwrap@0.0.2:
|
6737
6545
|
version "0.0.2"
|
6738
6546
|
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-0.0.2.tgz#b79669bb42ecb409f83d583cad52ca17eaa1643f"
|
6739
6547
|
integrity sha1-t5Zpu0LstAn4PVg8rVLKF+qhZD8=
|
6740
6548
|
|
6741
|
-
wordwrap@~0.0.2:
|
6742
|
-
version "0.0.3"
|
6743
|
-
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-0.0.3.tgz#a3d5da6cd5c0bc0008d37234bbaf1bed63059107"
|
6744
|
-
integrity sha1-o9XabNXAvAAI03I0u68b7WMFkQc=
|
6745
|
-
|
6746
6549
|
worker-rpc@^0.1.0:
|
6747
6550
|
version "0.1.1"
|
6748
6551
|
resolved "https://registry.yarnpkg.com/worker-rpc/-/worker-rpc-0.1.1.tgz#cb565bd6d7071a8f16660686051e969ad32f54d5"
|
@@ -6777,11 +6580,6 @@ yallist@^2.1.2:
|
|
6777
6580
|
resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52"
|
6778
6581
|
integrity sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=
|
6779
6582
|
|
6780
|
-
yallist@^3.0.0, yallist@^3.0.3:
|
6781
|
-
version "3.0.3"
|
6782
|
-
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.0.3.tgz#b4b049e314be545e3ce802236d6cd22cd91c3de9"
|
6783
|
-
integrity sha512-S+Zk8DEWE6oKpV+vI3qWkaK+jSbIK86pCwe2IF/xwIpQ8jEuxpw9NyaGjmp9+BoJv5FV2piqCDcoCtStppiq2A==
|
6784
|
-
|
6785
6583
|
yamljs@^0.2.1:
|
6786
6584
|
version "0.2.10"
|
6787
6585
|
resolved "https://registry.yarnpkg.com/yamljs/-/yamljs-0.2.10.tgz#481cc7c25ca73af59f591f0c96e3ce56c757a40f"
|