simplecov-tailwindcss 2.0.0 → 2.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.erb-lint.yml +8 -0
- data/.eslintignore +1 -0
- data/.eslintrc.json +10 -0
- data/.github/ISSUE_TEMPLATE/bug_report.yml +54 -0
- data/.github/ISSUE_TEMPLATE/config.yml +8 -0
- data/.github/ISSUE_TEMPLATE/feature_request.yml +26 -0
- data/.github/ISSUE_TEMPLATE/question.yml +26 -0
- data/.github/workflows/builds.yml +91 -0
- data/.github/workflows/github_publish.yml +1 -1
- data/.github/workflows/lints.yml +49 -0
- data/.github/workflows/rubygem_publish.yml +1 -1
- data/.github/workflows/tests.yml +16 -12
- data/.gitignore +1 -0
- data/.markdownlint.yml +18 -18
- data/.prettierignore +0 -1
- data/.prettierrc.json +12 -0
- data/.rubocop.yml +4935 -649
- data/.ruby-version +1 -1
- data/CHANGELOG.md +16 -0
- data/CODE_OF_CONDUCT.md +11 -11
- data/CONTRIBUTING.md +25 -25
- data/Gemfile +12 -9
- data/README.md +16 -15
- data/dist/app.css +3 -3
- data/dist/app.js +10 -10
- data/dist/scripts/controllers/darktheme_controller.js +13 -16
- data/dist/scripts/controllers/navigation_controller.js +9 -13
- data/dist/scripts/controllers/search_controller.js +48 -61
- data/dist/scripts/controllers/slideover_controller.js +11 -24
- data/dist/scripts/timeago.js +2 -2
- data/lib/simplecov-tailwindcss/version.rb +1 -1
- data/lib/simplecov-tailwindcss.rb +67 -51
- data/package.json +60 -55
- data/public/application.css +1 -1
- data/simplecov-tailwindcss.gemspec +23 -23
- data/tailwind.config.js +7 -7
- data/test/simplecov-tailwindcss/simplecov_tailwindcss_test.rb +2 -2
- data/views/dialog.erb +75 -29
- data/views/file_detail.erb +57 -56
- data/views/group_page.erb +2 -2
- data/views/main.erb +8 -9
- data/views/stat_card.erb +1 -1
- data/yarn.lock +814 -5
- metadata +12 -7
- data/.eslintrc.js +0 -91
- data/.github/ISSUE_TEMPLATE/bug_report.md +0 -38
- data/.github/ISSUE_TEMPLATE/feature-request.md +0 -20
- data/.github/ISSUE_TEMPLATE/question.md +0 -10
- data/.prettierrc +0 -7
data/yarn.lock
CHANGED
|
@@ -2,11 +2,270 @@
|
|
|
2
2
|
# yarn lockfile v1
|
|
3
3
|
|
|
4
4
|
|
|
5
|
+
"@ampproject/remapping@^2.1.0":
|
|
6
|
+
version "2.2.0"
|
|
7
|
+
resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.2.0.tgz#56c133824780de3174aed5ab6834f3026790154d"
|
|
8
|
+
integrity sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==
|
|
9
|
+
dependencies:
|
|
10
|
+
"@jridgewell/gen-mapping" "^0.1.0"
|
|
11
|
+
"@jridgewell/trace-mapping" "^0.3.9"
|
|
12
|
+
|
|
13
|
+
"@babel/code-frame@^7.16.7":
|
|
14
|
+
version "7.16.7"
|
|
15
|
+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.16.7.tgz#44416b6bd7624b998f5b1af5d470856c40138789"
|
|
16
|
+
integrity sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==
|
|
17
|
+
dependencies:
|
|
18
|
+
"@babel/highlight" "^7.16.7"
|
|
19
|
+
|
|
20
|
+
"@babel/compat-data@^7.17.10":
|
|
21
|
+
version "7.17.10"
|
|
22
|
+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.10.tgz#711dc726a492dfc8be8220028b1b92482362baab"
|
|
23
|
+
integrity sha512-GZt/TCsG70Ms19gfZO1tM4CVnXsPgEPBCpJu+Qz3L0LUDsY5nZqFZglIoPC1kIYOtNBZlrnFT+klg12vFGZXrw==
|
|
24
|
+
|
|
25
|
+
"@babel/core@^7.18.2":
|
|
26
|
+
version "7.18.2"
|
|
27
|
+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.2.tgz#87b2fcd7cce9becaa7f5acebdc4f09f3dd19d876"
|
|
28
|
+
integrity sha512-A8pri1YJiC5UnkdrWcmfZTJTV85b4UXTAfImGmCfYmax4TR9Cw8sDS0MOk++Gp2mE/BefVJ5nwy5yzqNJbP/DQ==
|
|
29
|
+
dependencies:
|
|
30
|
+
"@ampproject/remapping" "^2.1.0"
|
|
31
|
+
"@babel/code-frame" "^7.16.7"
|
|
32
|
+
"@babel/generator" "^7.18.2"
|
|
33
|
+
"@babel/helper-compilation-targets" "^7.18.2"
|
|
34
|
+
"@babel/helper-module-transforms" "^7.18.0"
|
|
35
|
+
"@babel/helpers" "^7.18.2"
|
|
36
|
+
"@babel/parser" "^7.18.0"
|
|
37
|
+
"@babel/template" "^7.16.7"
|
|
38
|
+
"@babel/traverse" "^7.18.2"
|
|
39
|
+
"@babel/types" "^7.18.2"
|
|
40
|
+
convert-source-map "^1.7.0"
|
|
41
|
+
debug "^4.1.0"
|
|
42
|
+
gensync "^1.0.0-beta.2"
|
|
43
|
+
json5 "^2.2.1"
|
|
44
|
+
semver "^6.3.0"
|
|
45
|
+
|
|
46
|
+
"@babel/eslint-parser@^7.18.2":
|
|
47
|
+
version "7.18.2"
|
|
48
|
+
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.18.2.tgz#e14dee36c010edfb0153cf900c2b0815e82e3245"
|
|
49
|
+
integrity sha512-oFQYkE8SuH14+uR51JVAmdqwKYXGRjEXx7s+WiagVjqQ+HPE+nnwyF2qlVG8evUsUHmPcA+6YXMEDbIhEyQc5A==
|
|
50
|
+
dependencies:
|
|
51
|
+
eslint-scope "^5.1.1"
|
|
52
|
+
eslint-visitor-keys "^2.1.0"
|
|
53
|
+
semver "^6.3.0"
|
|
54
|
+
|
|
55
|
+
"@babel/generator@^7.18.2":
|
|
56
|
+
version "7.18.2"
|
|
57
|
+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.2.tgz#33873d6f89b21efe2da63fe554460f3df1c5880d"
|
|
58
|
+
integrity sha512-W1lG5vUwFvfMd8HVXqdfbuG7RuaSrTCCD8cl8fP8wOivdbtbIg2Db3IWUcgvfxKbbn6ZBGYRW/Zk1MIwK49mgw==
|
|
59
|
+
dependencies:
|
|
60
|
+
"@babel/types" "^7.18.2"
|
|
61
|
+
"@jridgewell/gen-mapping" "^0.3.0"
|
|
62
|
+
jsesc "^2.5.1"
|
|
63
|
+
|
|
64
|
+
"@babel/helper-compilation-targets@^7.18.2":
|
|
65
|
+
version "7.18.2"
|
|
66
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.2.tgz#67a85a10cbd5fc7f1457fec2e7f45441dc6c754b"
|
|
67
|
+
integrity sha512-s1jnPotJS9uQnzFtiZVBUxe67CuBa679oWFHpxYYnTpRL/1ffhyX44R9uYiXoa/pLXcY9H2moJta0iaanlk/rQ==
|
|
68
|
+
dependencies:
|
|
69
|
+
"@babel/compat-data" "^7.17.10"
|
|
70
|
+
"@babel/helper-validator-option" "^7.16.7"
|
|
71
|
+
browserslist "^4.20.2"
|
|
72
|
+
semver "^6.3.0"
|
|
73
|
+
|
|
74
|
+
"@babel/helper-environment-visitor@^7.16.7", "@babel/helper-environment-visitor@^7.18.2":
|
|
75
|
+
version "7.18.2"
|
|
76
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.2.tgz#8a6d2dedb53f6bf248e31b4baf38739ee4a637bd"
|
|
77
|
+
integrity sha512-14GQKWkX9oJzPiQQ7/J36FTXcD4kSp8egKjO9nINlSKiHITRA9q/R74qu8S9xlc/b/yjsJItQUeeh3xnGN0voQ==
|
|
78
|
+
|
|
79
|
+
"@babel/helper-function-name@^7.17.9":
|
|
80
|
+
version "7.17.9"
|
|
81
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.17.9.tgz#136fcd54bc1da82fcb47565cf16fd8e444b1ff12"
|
|
82
|
+
integrity sha512-7cRisGlVtiVqZ0MW0/yFB4atgpGLWEHUVYnb448hZK4x+vih0YO5UoS11XIYtZYqHd0dIPMdUSv8q5K4LdMnIg==
|
|
83
|
+
dependencies:
|
|
84
|
+
"@babel/template" "^7.16.7"
|
|
85
|
+
"@babel/types" "^7.17.0"
|
|
86
|
+
|
|
87
|
+
"@babel/helper-hoist-variables@^7.16.7":
|
|
88
|
+
version "7.16.7"
|
|
89
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz#86bcb19a77a509c7b77d0e22323ef588fa58c246"
|
|
90
|
+
integrity sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==
|
|
91
|
+
dependencies:
|
|
92
|
+
"@babel/types" "^7.16.7"
|
|
93
|
+
|
|
94
|
+
"@babel/helper-module-imports@^7.16.7":
|
|
95
|
+
version "7.16.7"
|
|
96
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz#25612a8091a999704461c8a222d0efec5d091437"
|
|
97
|
+
integrity sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==
|
|
98
|
+
dependencies:
|
|
99
|
+
"@babel/types" "^7.16.7"
|
|
100
|
+
|
|
101
|
+
"@babel/helper-module-transforms@^7.18.0":
|
|
102
|
+
version "7.18.0"
|
|
103
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.18.0.tgz#baf05dec7a5875fb9235bd34ca18bad4e21221cd"
|
|
104
|
+
integrity sha512-kclUYSUBIjlvnzN2++K9f2qzYKFgjmnmjwL4zlmU5f8ZtzgWe8s0rUPSTGy2HmK4P8T52MQsS+HTQAgZd3dMEA==
|
|
105
|
+
dependencies:
|
|
106
|
+
"@babel/helper-environment-visitor" "^7.16.7"
|
|
107
|
+
"@babel/helper-module-imports" "^7.16.7"
|
|
108
|
+
"@babel/helper-simple-access" "^7.17.7"
|
|
109
|
+
"@babel/helper-split-export-declaration" "^7.16.7"
|
|
110
|
+
"@babel/helper-validator-identifier" "^7.16.7"
|
|
111
|
+
"@babel/template" "^7.16.7"
|
|
112
|
+
"@babel/traverse" "^7.18.0"
|
|
113
|
+
"@babel/types" "^7.18.0"
|
|
114
|
+
|
|
115
|
+
"@babel/helper-simple-access@^7.17.7":
|
|
116
|
+
version "7.18.2"
|
|
117
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.18.2.tgz#4dc473c2169ac3a1c9f4a51cfcd091d1c36fcff9"
|
|
118
|
+
integrity sha512-7LIrjYzndorDY88MycupkpQLKS1AFfsVRm2k/9PtKScSy5tZq0McZTj+DiMRynboZfIqOKvo03pmhTaUgiD6fQ==
|
|
119
|
+
dependencies:
|
|
120
|
+
"@babel/types" "^7.18.2"
|
|
121
|
+
|
|
122
|
+
"@babel/helper-split-export-declaration@^7.16.7":
|
|
123
|
+
version "7.16.7"
|
|
124
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.7.tgz#0b648c0c42da9d3920d85ad585f2778620b8726b"
|
|
125
|
+
integrity sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==
|
|
126
|
+
dependencies:
|
|
127
|
+
"@babel/types" "^7.16.7"
|
|
128
|
+
|
|
129
|
+
"@babel/helper-validator-identifier@^7.16.7":
|
|
130
|
+
version "7.16.7"
|
|
131
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad"
|
|
132
|
+
integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==
|
|
133
|
+
|
|
134
|
+
"@babel/helper-validator-option@^7.16.7":
|
|
135
|
+
version "7.16.7"
|
|
136
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz#b203ce62ce5fe153899b617c08957de860de4d23"
|
|
137
|
+
integrity sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ==
|
|
138
|
+
|
|
139
|
+
"@babel/helpers@^7.18.2":
|
|
140
|
+
version "7.18.2"
|
|
141
|
+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.18.2.tgz#970d74f0deadc3f5a938bfa250738eb4ac889384"
|
|
142
|
+
integrity sha512-j+d+u5xT5utcQSzrh9p+PaJX94h++KN+ng9b9WEJq7pkUPAd61FGqhjuUEdfknb3E/uDBb7ruwEeKkIxNJPIrg==
|
|
143
|
+
dependencies:
|
|
144
|
+
"@babel/template" "^7.16.7"
|
|
145
|
+
"@babel/traverse" "^7.18.2"
|
|
146
|
+
"@babel/types" "^7.18.2"
|
|
147
|
+
|
|
148
|
+
"@babel/highlight@^7.16.7":
|
|
149
|
+
version "7.17.12"
|
|
150
|
+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.17.12.tgz#257de56ee5afbd20451ac0a75686b6b404257351"
|
|
151
|
+
integrity sha512-7yykMVF3hfZY2jsHZEEgLc+3x4o1O+fYyULu11GynEUQNwB6lua+IIQn1FiJxNucd5UlyJryrwsOh8PL9Sn8Qg==
|
|
152
|
+
dependencies:
|
|
153
|
+
"@babel/helper-validator-identifier" "^7.16.7"
|
|
154
|
+
chalk "^2.0.0"
|
|
155
|
+
js-tokens "^4.0.0"
|
|
156
|
+
|
|
157
|
+
"@babel/parser@^7.16.7", "@babel/parser@^7.18.0":
|
|
158
|
+
version "7.18.4"
|
|
159
|
+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.4.tgz#6774231779dd700e0af29f6ad8d479582d7ce5ef"
|
|
160
|
+
integrity sha512-FDge0dFazETFcxGw/EXzOkN8uJp0PC7Qbm+Pe9T+av2zlBpOgunFHkQPPn+eRuClU73JF+98D531UgayY89tow==
|
|
161
|
+
|
|
162
|
+
"@babel/template@^7.16.7":
|
|
163
|
+
version "7.16.7"
|
|
164
|
+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.16.7.tgz#8d126c8701fde4d66b264b3eba3d96f07666d155"
|
|
165
|
+
integrity sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==
|
|
166
|
+
dependencies:
|
|
167
|
+
"@babel/code-frame" "^7.16.7"
|
|
168
|
+
"@babel/parser" "^7.16.7"
|
|
169
|
+
"@babel/types" "^7.16.7"
|
|
170
|
+
|
|
171
|
+
"@babel/traverse@^7.18.0", "@babel/traverse@^7.18.2":
|
|
172
|
+
version "7.18.2"
|
|
173
|
+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.2.tgz#b77a52604b5cc836a9e1e08dca01cba67a12d2e8"
|
|
174
|
+
integrity sha512-9eNwoeovJ6KH9zcCNnENY7DMFwTU9JdGCFtqNLfUAqtUHRCOsTOqWoffosP8vKmNYeSBUv3yVJXjfd8ucwOjUA==
|
|
175
|
+
dependencies:
|
|
176
|
+
"@babel/code-frame" "^7.16.7"
|
|
177
|
+
"@babel/generator" "^7.18.2"
|
|
178
|
+
"@babel/helper-environment-visitor" "^7.18.2"
|
|
179
|
+
"@babel/helper-function-name" "^7.17.9"
|
|
180
|
+
"@babel/helper-hoist-variables" "^7.16.7"
|
|
181
|
+
"@babel/helper-split-export-declaration" "^7.16.7"
|
|
182
|
+
"@babel/parser" "^7.18.0"
|
|
183
|
+
"@babel/types" "^7.18.2"
|
|
184
|
+
debug "^4.1.0"
|
|
185
|
+
globals "^11.1.0"
|
|
186
|
+
|
|
187
|
+
"@babel/types@^7.16.7", "@babel/types@^7.17.0", "@babel/types@^7.18.0", "@babel/types@^7.18.2":
|
|
188
|
+
version "7.18.4"
|
|
189
|
+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.4.tgz#27eae9b9fd18e9dccc3f9d6ad051336f307be354"
|
|
190
|
+
integrity sha512-ThN1mBcMq5pG/Vm2IcBmPPfyPXbd8S02rS+OBIDENdufvqC7Z/jHPCv9IcP01277aKtDI8g/2XysBN4hA8niiw==
|
|
191
|
+
dependencies:
|
|
192
|
+
"@babel/helper-validator-identifier" "^7.16.7"
|
|
193
|
+
to-fast-properties "^2.0.0"
|
|
194
|
+
|
|
195
|
+
"@eslint/eslintrc@^1.3.0":
|
|
196
|
+
version "1.3.0"
|
|
197
|
+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.0.tgz#29f92c30bb3e771e4a2048c95fa6855392dfac4f"
|
|
198
|
+
integrity sha512-UWW0TMTmk2d7hLcWD1/e2g5HDM/HQ3csaLSqXCfqwh4uNDuNqlaKWXmEsL4Cs41Z0KnILNvwbHAah3C2yt06kw==
|
|
199
|
+
dependencies:
|
|
200
|
+
ajv "^6.12.4"
|
|
201
|
+
debug "^4.3.2"
|
|
202
|
+
espree "^9.3.2"
|
|
203
|
+
globals "^13.15.0"
|
|
204
|
+
ignore "^5.2.0"
|
|
205
|
+
import-fresh "^3.2.1"
|
|
206
|
+
js-yaml "^4.1.0"
|
|
207
|
+
minimatch "^3.1.2"
|
|
208
|
+
strip-json-comments "^3.1.1"
|
|
209
|
+
|
|
5
210
|
"@hotwired/stimulus@^3.0.1":
|
|
6
211
|
version "3.0.1"
|
|
7
212
|
resolved "https://registry.yarnpkg.com/@hotwired/stimulus/-/stimulus-3.0.1.tgz#141f15645acaa3b133b7c247cad58ae252ffae85"
|
|
8
213
|
integrity sha512-oHsJhgY2cip+K2ED7vKUNd2P+BEswVhrCYcJ802DSsblJFv7mPFVk3cQKvm2vHgHeDVdnj7oOKrBbzp1u8D+KA==
|
|
9
214
|
|
|
215
|
+
"@humanwhocodes/config-array@^0.9.2":
|
|
216
|
+
version "0.9.5"
|
|
217
|
+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.9.5.tgz#2cbaf9a89460da24b5ca6531b8bbfc23e1df50c7"
|
|
218
|
+
integrity sha512-ObyMyWxZiCu/yTisA7uzx81s40xR2fD5Cg/2Kq7G02ajkNubJf6BopgDTmDyc3U7sXpNKM8cYOw7s7Tyr+DnCw==
|
|
219
|
+
dependencies:
|
|
220
|
+
"@humanwhocodes/object-schema" "^1.2.1"
|
|
221
|
+
debug "^4.1.1"
|
|
222
|
+
minimatch "^3.0.4"
|
|
223
|
+
|
|
224
|
+
"@humanwhocodes/object-schema@^1.2.1":
|
|
225
|
+
version "1.2.1"
|
|
226
|
+
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
|
|
227
|
+
integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==
|
|
228
|
+
|
|
229
|
+
"@jridgewell/gen-mapping@^0.1.0":
|
|
230
|
+
version "0.1.1"
|
|
231
|
+
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz#e5d2e450306a9491e3bd77e323e38d7aff315996"
|
|
232
|
+
integrity sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==
|
|
233
|
+
dependencies:
|
|
234
|
+
"@jridgewell/set-array" "^1.0.0"
|
|
235
|
+
"@jridgewell/sourcemap-codec" "^1.4.10"
|
|
236
|
+
|
|
237
|
+
"@jridgewell/gen-mapping@^0.3.0":
|
|
238
|
+
version "0.3.1"
|
|
239
|
+
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.1.tgz#cf92a983c83466b8c0ce9124fadeaf09f7c66ea9"
|
|
240
|
+
integrity sha512-GcHwniMlA2z+WFPWuY8lp3fsza0I8xPFMWL5+n8LYyP6PSvPrXf4+n8stDHZY2DM0zy9sVkRDy1jDI4XGzYVqg==
|
|
241
|
+
dependencies:
|
|
242
|
+
"@jridgewell/set-array" "^1.0.0"
|
|
243
|
+
"@jridgewell/sourcemap-codec" "^1.4.10"
|
|
244
|
+
"@jridgewell/trace-mapping" "^0.3.9"
|
|
245
|
+
|
|
246
|
+
"@jridgewell/resolve-uri@^3.0.3":
|
|
247
|
+
version "3.0.7"
|
|
248
|
+
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.0.7.tgz#30cd49820a962aff48c8fffc5cd760151fca61fe"
|
|
249
|
+
integrity sha512-8cXDaBBHOr2pQ7j77Y6Vp5VDT2sIqWyWQ56TjEq4ih/a4iST3dItRe8Q9fp0rrIl9DoKhWQtUQz/YpOxLkXbNA==
|
|
250
|
+
|
|
251
|
+
"@jridgewell/set-array@^1.0.0":
|
|
252
|
+
version "1.1.1"
|
|
253
|
+
resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.1.tgz#36a6acc93987adcf0ba50c66908bd0b70de8afea"
|
|
254
|
+
integrity sha512-Ct5MqZkLGEXTVmQYbGtx9SVqD2fqwvdubdps5D3djjAkgkKwT918VNOz65pEHFaYTeWcukmJmH5SwsA9Tn2ObQ==
|
|
255
|
+
|
|
256
|
+
"@jridgewell/sourcemap-codec@^1.4.10":
|
|
257
|
+
version "1.4.13"
|
|
258
|
+
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.13.tgz#b6461fb0c2964356c469e115f504c95ad97ab88c"
|
|
259
|
+
integrity sha512-GryiOJmNcWbovBxTfZSF71V/mXbgcV3MewDe3kIMCLyIh5e7SKAeUZs+rMnJ8jkMolZ/4/VsdBmMrw3l+VdZ3w==
|
|
260
|
+
|
|
261
|
+
"@jridgewell/trace-mapping@^0.3.9":
|
|
262
|
+
version "0.3.13"
|
|
263
|
+
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.13.tgz#dcfe3e95f224c8fe97a87a5235defec999aa92ea"
|
|
264
|
+
integrity sha512-o1xbKhp9qnIAoHJSWd6KlCZfqslL4valSF81H8ImioOAxluWYWOpWkpyktY2vnt4tbrX9XYaxovq6cgowaJp2w==
|
|
265
|
+
dependencies:
|
|
266
|
+
"@jridgewell/resolve-uri" "^3.0.3"
|
|
267
|
+
"@jridgewell/sourcemap-codec" "^1.4.10"
|
|
268
|
+
|
|
10
269
|
"@nodelib/fs.scandir@2.1.5":
|
|
11
270
|
version "2.1.5"
|
|
12
271
|
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
|
|
@@ -51,6 +310,11 @@
|
|
|
51
310
|
lodash.isplainobject "^4.0.6"
|
|
52
311
|
lodash.merge "^4.6.2"
|
|
53
312
|
|
|
313
|
+
acorn-jsx@^5.3.2:
|
|
314
|
+
version "5.3.2"
|
|
315
|
+
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
|
|
316
|
+
integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==
|
|
317
|
+
|
|
54
318
|
acorn-node@^1.8.2:
|
|
55
319
|
version "1.8.2"
|
|
56
320
|
resolved "https://registry.yarnpkg.com/acorn-node/-/acorn-node-1.8.2.tgz#114c95d64539e53dede23de8b9d96df7c7ae2af8"
|
|
@@ -70,6 +334,26 @@ acorn@^7.0.0:
|
|
|
70
334
|
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa"
|
|
71
335
|
integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==
|
|
72
336
|
|
|
337
|
+
acorn@^8.7.1:
|
|
338
|
+
version "8.7.1"
|
|
339
|
+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.1.tgz#0197122c843d1bf6d0a5e83220a788f278f63c30"
|
|
340
|
+
integrity sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A==
|
|
341
|
+
|
|
342
|
+
ajv@^6.10.0, ajv@^6.12.4:
|
|
343
|
+
version "6.12.6"
|
|
344
|
+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4"
|
|
345
|
+
integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==
|
|
346
|
+
dependencies:
|
|
347
|
+
fast-deep-equal "^3.1.1"
|
|
348
|
+
fast-json-stable-stringify "^2.0.0"
|
|
349
|
+
json-schema-traverse "^0.4.1"
|
|
350
|
+
uri-js "^4.2.2"
|
|
351
|
+
|
|
352
|
+
ansi-regex@^5.0.1:
|
|
353
|
+
version "5.0.1"
|
|
354
|
+
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
|
|
355
|
+
integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
|
|
356
|
+
|
|
73
357
|
ansi-styles@^3.2.1:
|
|
74
358
|
version "3.2.1"
|
|
75
359
|
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"
|
|
@@ -77,6 +361,13 @@ ansi-styles@^3.2.1:
|
|
|
77
361
|
dependencies:
|
|
78
362
|
color-convert "^1.9.0"
|
|
79
363
|
|
|
364
|
+
ansi-styles@^4.1.0:
|
|
365
|
+
version "4.3.0"
|
|
366
|
+
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937"
|
|
367
|
+
integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==
|
|
368
|
+
dependencies:
|
|
369
|
+
color-convert "^2.0.1"
|
|
370
|
+
|
|
80
371
|
anymatch@~3.1.2:
|
|
81
372
|
version "3.1.2"
|
|
82
373
|
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.2.tgz#c0557c096af32f106198f4f4e2a383537e378716"
|
|
@@ -120,6 +411,17 @@ braces@^3.0.2, braces@~3.0.2:
|
|
|
120
411
|
dependencies:
|
|
121
412
|
fill-range "^7.0.1"
|
|
122
413
|
|
|
414
|
+
browserslist@^4.20.2:
|
|
415
|
+
version "4.20.3"
|
|
416
|
+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.20.3.tgz#eb7572f49ec430e054f56d52ff0ebe9be915f8bf"
|
|
417
|
+
integrity sha512-NBhymBQl1zM0Y5dQT/O+xiLP9/rzOIQdKM/eMJBAq7yBgaB6krIYLGejrwVYnSHZdqjscB1SPuAjHwxjvN6Wdg==
|
|
418
|
+
dependencies:
|
|
419
|
+
caniuse-lite "^1.0.30001332"
|
|
420
|
+
electron-to-chromium "^1.4.118"
|
|
421
|
+
escalade "^3.1.1"
|
|
422
|
+
node-releases "^2.0.3"
|
|
423
|
+
picocolors "^1.0.0"
|
|
424
|
+
|
|
123
425
|
call-bind@^1.0.0, call-bind@^1.0.2:
|
|
124
426
|
version "1.0.2"
|
|
125
427
|
resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c"
|
|
@@ -128,12 +430,22 @@ call-bind@^1.0.0, call-bind@^1.0.2:
|
|
|
128
430
|
function-bind "^1.1.1"
|
|
129
431
|
get-intrinsic "^1.0.2"
|
|
130
432
|
|
|
433
|
+
callsites@^3.0.0:
|
|
434
|
+
version "3.1.0"
|
|
435
|
+
resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73"
|
|
436
|
+
integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==
|
|
437
|
+
|
|
131
438
|
camelcase-css@^2.0.1:
|
|
132
439
|
version "2.0.1"
|
|
133
440
|
resolved "https://registry.yarnpkg.com/camelcase-css/-/camelcase-css-2.0.1.tgz#ee978f6947914cc30c6b44741b6ed1df7f043fd5"
|
|
134
441
|
integrity sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==
|
|
135
442
|
|
|
136
|
-
|
|
443
|
+
caniuse-lite@^1.0.30001332:
|
|
444
|
+
version "1.0.30001346"
|
|
445
|
+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001346.tgz#e895551b46b9cc9cc9de852facd42f04839a8fbe"
|
|
446
|
+
integrity sha512-q6ibZUO2t88QCIPayP/euuDREq+aMAxFE5S70PkrLh0iTDj/zEhgvJRKC2+CvXY6EWc6oQwUR48lL5vCW6jiXQ==
|
|
447
|
+
|
|
448
|
+
chalk@^2.0.0, chalk@^2.4.1:
|
|
137
449
|
version "2.4.2"
|
|
138
450
|
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
|
|
139
451
|
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
|
|
@@ -142,6 +454,14 @@ chalk@^2.4.1:
|
|
|
142
454
|
escape-string-regexp "^1.0.5"
|
|
143
455
|
supports-color "^5.3.0"
|
|
144
456
|
|
|
457
|
+
chalk@^4.0.0:
|
|
458
|
+
version "4.1.2"
|
|
459
|
+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
|
|
460
|
+
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
|
|
461
|
+
dependencies:
|
|
462
|
+
ansi-styles "^4.1.0"
|
|
463
|
+
supports-color "^7.1.0"
|
|
464
|
+
|
|
145
465
|
chokidar@^3.5.3:
|
|
146
466
|
version "3.5.3"
|
|
147
467
|
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.3.tgz#1cf37c8707b932bd1af1ae22c0432e2acd1903bd"
|
|
@@ -164,12 +484,19 @@ color-convert@^1.9.0:
|
|
|
164
484
|
dependencies:
|
|
165
485
|
color-name "1.1.3"
|
|
166
486
|
|
|
487
|
+
color-convert@^2.0.1:
|
|
488
|
+
version "2.0.1"
|
|
489
|
+
resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3"
|
|
490
|
+
integrity sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==
|
|
491
|
+
dependencies:
|
|
492
|
+
color-name "~1.1.4"
|
|
493
|
+
|
|
167
494
|
color-name@1.1.3:
|
|
168
495
|
version "1.1.3"
|
|
169
496
|
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
|
|
170
497
|
integrity sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==
|
|
171
498
|
|
|
172
|
-
color-name@^1.1.4:
|
|
499
|
+
color-name@^1.1.4, color-name@~1.1.4:
|
|
173
500
|
version "1.1.4"
|
|
174
501
|
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
|
|
175
502
|
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
|
|
@@ -179,6 +506,13 @@ concat-map@0.0.1:
|
|
|
179
506
|
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
|
|
180
507
|
integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==
|
|
181
508
|
|
|
509
|
+
convert-source-map@^1.7.0:
|
|
510
|
+
version "1.8.0"
|
|
511
|
+
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.8.0.tgz#f3373c32d21b4d780dd8004514684fb791ca4369"
|
|
512
|
+
integrity sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==
|
|
513
|
+
dependencies:
|
|
514
|
+
safe-buffer "~5.1.1"
|
|
515
|
+
|
|
182
516
|
cross-spawn@^6.0.5:
|
|
183
517
|
version "6.0.5"
|
|
184
518
|
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"
|
|
@@ -190,11 +524,32 @@ cross-spawn@^6.0.5:
|
|
|
190
524
|
shebang-command "^1.2.0"
|
|
191
525
|
which "^1.2.9"
|
|
192
526
|
|
|
527
|
+
cross-spawn@^7.0.2:
|
|
528
|
+
version "7.0.3"
|
|
529
|
+
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
|
|
530
|
+
integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
|
|
531
|
+
dependencies:
|
|
532
|
+
path-key "^3.1.0"
|
|
533
|
+
shebang-command "^2.0.0"
|
|
534
|
+
which "^2.0.1"
|
|
535
|
+
|
|
193
536
|
cssesc@^3.0.0:
|
|
194
537
|
version "3.0.0"
|
|
195
538
|
resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-3.0.0.tgz#37741919903b868565e1c09ea747445cd18983ee"
|
|
196
539
|
integrity sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==
|
|
197
540
|
|
|
541
|
+
debug@^4.1.0, debug@^4.1.1, debug@^4.3.2:
|
|
542
|
+
version "4.3.4"
|
|
543
|
+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
|
|
544
|
+
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
|
|
545
|
+
dependencies:
|
|
546
|
+
ms "2.1.2"
|
|
547
|
+
|
|
548
|
+
deep-is@^0.1.3:
|
|
549
|
+
version "0.1.4"
|
|
550
|
+
resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.4.tgz#a6f2dce612fadd2ef1f519b73551f17e85199831"
|
|
551
|
+
integrity sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==
|
|
552
|
+
|
|
198
553
|
define-properties@^1.1.3, define-properties@^1.1.4:
|
|
199
554
|
version "1.1.4"
|
|
200
555
|
resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.4.tgz#0b14d7bd7fbeb2f3572c3a7eda80ea5d57fb05b1"
|
|
@@ -227,6 +582,18 @@ dlv@^1.1.3:
|
|
|
227
582
|
resolved "https://registry.yarnpkg.com/dlv/-/dlv-1.1.3.tgz#5c198a8a11453596e751494d49874bc7732f2e79"
|
|
228
583
|
integrity sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==
|
|
229
584
|
|
|
585
|
+
doctrine@^3.0.0:
|
|
586
|
+
version "3.0.0"
|
|
587
|
+
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-3.0.0.tgz#addebead72a6574db783639dc87a121773973961"
|
|
588
|
+
integrity sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==
|
|
589
|
+
dependencies:
|
|
590
|
+
esutils "^2.0.2"
|
|
591
|
+
|
|
592
|
+
electron-to-chromium@^1.4.118:
|
|
593
|
+
version "1.4.144"
|
|
594
|
+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.144.tgz#9a5d1f41452ecc65b686d529ae919248da44f406"
|
|
595
|
+
integrity sha512-R3RV3rU1xWwFJlSClVWDvARaOk6VUO/FubHLodIASDB3Mc2dzuWvNdfOgH9bwHUTqT79u92qw60NWfwUdzAqdg==
|
|
596
|
+
|
|
230
597
|
entities@~2.1.0:
|
|
231
598
|
version "2.1.0"
|
|
232
599
|
resolved "https://registry.yarnpkg.com/entities/-/entities-2.1.0.tgz#992d3129cf7df6870b96c57858c249a120f8b8b5"
|
|
@@ -403,11 +770,138 @@ esbuild@^0.14.36:
|
|
|
403
770
|
esbuild-windows-64 "0.14.42"
|
|
404
771
|
esbuild-windows-arm64 "0.14.42"
|
|
405
772
|
|
|
773
|
+
escalade@^3.1.1:
|
|
774
|
+
version "3.1.1"
|
|
775
|
+
resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40"
|
|
776
|
+
integrity sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==
|
|
777
|
+
|
|
406
778
|
escape-string-regexp@^1.0.5:
|
|
407
779
|
version "1.0.5"
|
|
408
780
|
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
|
|
409
781
|
integrity sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==
|
|
410
782
|
|
|
783
|
+
escape-string-regexp@^4.0.0:
|
|
784
|
+
version "4.0.0"
|
|
785
|
+
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
|
|
786
|
+
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
|
|
787
|
+
|
|
788
|
+
eslint-scope@^5.1.1:
|
|
789
|
+
version "5.1.1"
|
|
790
|
+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
|
|
791
|
+
integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==
|
|
792
|
+
dependencies:
|
|
793
|
+
esrecurse "^4.3.0"
|
|
794
|
+
estraverse "^4.1.1"
|
|
795
|
+
|
|
796
|
+
eslint-scope@^7.1.1:
|
|
797
|
+
version "7.1.1"
|
|
798
|
+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.1.1.tgz#fff34894c2f65e5226d3041ac480b4513a163642"
|
|
799
|
+
integrity sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==
|
|
800
|
+
dependencies:
|
|
801
|
+
esrecurse "^4.3.0"
|
|
802
|
+
estraverse "^5.2.0"
|
|
803
|
+
|
|
804
|
+
eslint-utils@^3.0.0:
|
|
805
|
+
version "3.0.0"
|
|
806
|
+
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
|
|
807
|
+
integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==
|
|
808
|
+
dependencies:
|
|
809
|
+
eslint-visitor-keys "^2.0.0"
|
|
810
|
+
|
|
811
|
+
eslint-visitor-keys@^2.0.0, eslint-visitor-keys@^2.1.0:
|
|
812
|
+
version "2.1.0"
|
|
813
|
+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
|
|
814
|
+
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
|
|
815
|
+
|
|
816
|
+
eslint-visitor-keys@^3.3.0:
|
|
817
|
+
version "3.3.0"
|
|
818
|
+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
|
|
819
|
+
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
|
|
820
|
+
|
|
821
|
+
eslint@^8.16.0:
|
|
822
|
+
version "8.16.0"
|
|
823
|
+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.16.0.tgz#6d936e2d524599f2a86c708483b4c372c5d3bbae"
|
|
824
|
+
integrity sha512-MBndsoXY/PeVTDJeWsYj7kLZ5hQpJOfMYLsF6LicLHQWbRDG19lK5jOix4DPl8yY4SUFcE3txy86OzFLWT+yoA==
|
|
825
|
+
dependencies:
|
|
826
|
+
"@eslint/eslintrc" "^1.3.0"
|
|
827
|
+
"@humanwhocodes/config-array" "^0.9.2"
|
|
828
|
+
ajv "^6.10.0"
|
|
829
|
+
chalk "^4.0.0"
|
|
830
|
+
cross-spawn "^7.0.2"
|
|
831
|
+
debug "^4.3.2"
|
|
832
|
+
doctrine "^3.0.0"
|
|
833
|
+
escape-string-regexp "^4.0.0"
|
|
834
|
+
eslint-scope "^7.1.1"
|
|
835
|
+
eslint-utils "^3.0.0"
|
|
836
|
+
eslint-visitor-keys "^3.3.0"
|
|
837
|
+
espree "^9.3.2"
|
|
838
|
+
esquery "^1.4.0"
|
|
839
|
+
esutils "^2.0.2"
|
|
840
|
+
fast-deep-equal "^3.1.3"
|
|
841
|
+
file-entry-cache "^6.0.1"
|
|
842
|
+
functional-red-black-tree "^1.0.1"
|
|
843
|
+
glob-parent "^6.0.1"
|
|
844
|
+
globals "^13.15.0"
|
|
845
|
+
ignore "^5.2.0"
|
|
846
|
+
import-fresh "^3.0.0"
|
|
847
|
+
imurmurhash "^0.1.4"
|
|
848
|
+
is-glob "^4.0.0"
|
|
849
|
+
js-yaml "^4.1.0"
|
|
850
|
+
json-stable-stringify-without-jsonify "^1.0.1"
|
|
851
|
+
levn "^0.4.1"
|
|
852
|
+
lodash.merge "^4.6.2"
|
|
853
|
+
minimatch "^3.1.2"
|
|
854
|
+
natural-compare "^1.4.0"
|
|
855
|
+
optionator "^0.9.1"
|
|
856
|
+
regexpp "^3.2.0"
|
|
857
|
+
strip-ansi "^6.0.1"
|
|
858
|
+
strip-json-comments "^3.1.0"
|
|
859
|
+
text-table "^0.2.0"
|
|
860
|
+
v8-compile-cache "^2.0.3"
|
|
861
|
+
|
|
862
|
+
espree@^9.3.2:
|
|
863
|
+
version "9.3.2"
|
|
864
|
+
resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.2.tgz#f58f77bd334731182801ced3380a8cc859091596"
|
|
865
|
+
integrity sha512-D211tC7ZwouTIuY5x9XnS0E9sWNChB7IYKX/Xp5eQj3nFXhqmiUDB9q27y76oFl8jTg3pXcQx/bpxMfs3CIZbA==
|
|
866
|
+
dependencies:
|
|
867
|
+
acorn "^8.7.1"
|
|
868
|
+
acorn-jsx "^5.3.2"
|
|
869
|
+
eslint-visitor-keys "^3.3.0"
|
|
870
|
+
|
|
871
|
+
esquery@^1.4.0:
|
|
872
|
+
version "1.4.0"
|
|
873
|
+
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.4.0.tgz#2148ffc38b82e8c7057dfed48425b3e61f0f24a5"
|
|
874
|
+
integrity sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==
|
|
875
|
+
dependencies:
|
|
876
|
+
estraverse "^5.1.0"
|
|
877
|
+
|
|
878
|
+
esrecurse@^4.3.0:
|
|
879
|
+
version "4.3.0"
|
|
880
|
+
resolved "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.3.0.tgz#7ad7964d679abb28bee72cec63758b1c5d2c9921"
|
|
881
|
+
integrity sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==
|
|
882
|
+
dependencies:
|
|
883
|
+
estraverse "^5.2.0"
|
|
884
|
+
|
|
885
|
+
estraverse@^4.1.1:
|
|
886
|
+
version "4.3.0"
|
|
887
|
+
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d"
|
|
888
|
+
integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==
|
|
889
|
+
|
|
890
|
+
estraverse@^5.1.0, estraverse@^5.2.0:
|
|
891
|
+
version "5.3.0"
|
|
892
|
+
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123"
|
|
893
|
+
integrity sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==
|
|
894
|
+
|
|
895
|
+
esutils@^2.0.2:
|
|
896
|
+
version "2.0.3"
|
|
897
|
+
resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64"
|
|
898
|
+
integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==
|
|
899
|
+
|
|
900
|
+
fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
|
|
901
|
+
version "3.1.3"
|
|
902
|
+
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
|
|
903
|
+
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
|
|
904
|
+
|
|
411
905
|
fast-glob@^3.2.11:
|
|
412
906
|
version "3.2.11"
|
|
413
907
|
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9"
|
|
@@ -419,6 +913,16 @@ fast-glob@^3.2.11:
|
|
|
419
913
|
merge2 "^1.3.0"
|
|
420
914
|
micromatch "^4.0.4"
|
|
421
915
|
|
|
916
|
+
fast-json-stable-stringify@^2.0.0:
|
|
917
|
+
version "2.1.0"
|
|
918
|
+
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
|
|
919
|
+
integrity sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==
|
|
920
|
+
|
|
921
|
+
fast-levenshtein@^2.0.6:
|
|
922
|
+
version "2.0.6"
|
|
923
|
+
resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
|
|
924
|
+
integrity sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==
|
|
925
|
+
|
|
422
926
|
fastq@^1.6.0:
|
|
423
927
|
version "1.13.0"
|
|
424
928
|
resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.13.0.tgz#616760f88a7526bdfc596b7cab8c18938c36b98c"
|
|
@@ -426,6 +930,13 @@ fastq@^1.6.0:
|
|
|
426
930
|
dependencies:
|
|
427
931
|
reusify "^1.0.4"
|
|
428
932
|
|
|
933
|
+
file-entry-cache@^6.0.1:
|
|
934
|
+
version "6.0.1"
|
|
935
|
+
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027"
|
|
936
|
+
integrity sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==
|
|
937
|
+
dependencies:
|
|
938
|
+
flat-cache "^3.0.4"
|
|
939
|
+
|
|
429
940
|
fill-range@^7.0.1:
|
|
430
941
|
version "7.0.1"
|
|
431
942
|
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40"
|
|
@@ -433,6 +944,24 @@ fill-range@^7.0.1:
|
|
|
433
944
|
dependencies:
|
|
434
945
|
to-regex-range "^5.0.1"
|
|
435
946
|
|
|
947
|
+
flat-cache@^3.0.4:
|
|
948
|
+
version "3.0.4"
|
|
949
|
+
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.0.4.tgz#61b0338302b2fe9f957dcc32fc2a87f1c3048b11"
|
|
950
|
+
integrity sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==
|
|
951
|
+
dependencies:
|
|
952
|
+
flatted "^3.1.0"
|
|
953
|
+
rimraf "^3.0.2"
|
|
954
|
+
|
|
955
|
+
flatted@^3.1.0:
|
|
956
|
+
version "3.2.5"
|
|
957
|
+
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.5.tgz#76c8584f4fc843db64702a6bd04ab7a8bd666da3"
|
|
958
|
+
integrity sha512-WIWGi2L3DyTUvUrwRKgGi9TwxQMUEqPOPQBVi71R96jZXJdFskXEmf54BoZaS1kknGODoIGASGEzBUYdyMCBJg==
|
|
959
|
+
|
|
960
|
+
fs.realpath@^1.0.0:
|
|
961
|
+
version "1.0.0"
|
|
962
|
+
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
|
|
963
|
+
integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==
|
|
964
|
+
|
|
436
965
|
fsevents@~2.3.2:
|
|
437
966
|
version "2.3.2"
|
|
438
967
|
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a"
|
|
@@ -453,11 +982,21 @@ function.prototype.name@^1.1.5:
|
|
|
453
982
|
es-abstract "^1.19.0"
|
|
454
983
|
functions-have-names "^1.2.2"
|
|
455
984
|
|
|
985
|
+
functional-red-black-tree@^1.0.1:
|
|
986
|
+
version "1.0.1"
|
|
987
|
+
resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
|
|
988
|
+
integrity sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g==
|
|
989
|
+
|
|
456
990
|
functions-have-names@^1.2.2:
|
|
457
991
|
version "1.2.3"
|
|
458
992
|
resolved "https://registry.yarnpkg.com/functions-have-names/-/functions-have-names-1.2.3.tgz#0404fe4ee2ba2f607f0e0ec3c80bae994133b834"
|
|
459
993
|
integrity sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==
|
|
460
994
|
|
|
995
|
+
gensync@^1.0.0-beta.2:
|
|
996
|
+
version "1.0.0-beta.2"
|
|
997
|
+
resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0"
|
|
998
|
+
integrity sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==
|
|
999
|
+
|
|
461
1000
|
get-intrinsic@^1.0.2, get-intrinsic@^1.1.0, get-intrinsic@^1.1.1:
|
|
462
1001
|
version "1.1.1"
|
|
463
1002
|
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.1.1.tgz#15f59f376f855c446963948f0d24cd3637b4abc6"
|
|
@@ -482,13 +1021,37 @@ glob-parent@^5.1.2, glob-parent@~5.1.2:
|
|
|
482
1021
|
dependencies:
|
|
483
1022
|
is-glob "^4.0.1"
|
|
484
1023
|
|
|
485
|
-
glob-parent@^6.0.2:
|
|
1024
|
+
glob-parent@^6.0.1, glob-parent@^6.0.2:
|
|
486
1025
|
version "6.0.2"
|
|
487
1026
|
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-6.0.2.tgz#6d237d99083950c79290f24c7642a3de9a28f9e3"
|
|
488
1027
|
integrity sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==
|
|
489
1028
|
dependencies:
|
|
490
1029
|
is-glob "^4.0.3"
|
|
491
1030
|
|
|
1031
|
+
glob@^7.1.3:
|
|
1032
|
+
version "7.2.3"
|
|
1033
|
+
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
|
|
1034
|
+
integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==
|
|
1035
|
+
dependencies:
|
|
1036
|
+
fs.realpath "^1.0.0"
|
|
1037
|
+
inflight "^1.0.4"
|
|
1038
|
+
inherits "2"
|
|
1039
|
+
minimatch "^3.1.1"
|
|
1040
|
+
once "^1.3.0"
|
|
1041
|
+
path-is-absolute "^1.0.0"
|
|
1042
|
+
|
|
1043
|
+
globals@^11.1.0:
|
|
1044
|
+
version "11.12.0"
|
|
1045
|
+
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
|
|
1046
|
+
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
|
|
1047
|
+
|
|
1048
|
+
globals@^13.15.0:
|
|
1049
|
+
version "13.15.0"
|
|
1050
|
+
resolved "https://registry.yarnpkg.com/globals/-/globals-13.15.0.tgz#38113218c907d2f7e98658af246cef8b77e90bac"
|
|
1051
|
+
integrity sha512-bpzcOlgDhMG070Av0Vy5Owklpv1I6+j96GhUI7Rh7IzDCKLzboflLrrfqMu8NquDbiR4EOQk7XzJwqVJxicxog==
|
|
1052
|
+
dependencies:
|
|
1053
|
+
type-fest "^0.20.2"
|
|
1054
|
+
|
|
492
1055
|
graceful-fs@^4.1.2:
|
|
493
1056
|
version "4.2.10"
|
|
494
1057
|
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.10.tgz#147d3a006da4ca3ce14728c7aefc287c367d7a6c"
|
|
@@ -504,6 +1067,11 @@ has-flag@^3.0.0:
|
|
|
504
1067
|
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
|
|
505
1068
|
integrity sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==
|
|
506
1069
|
|
|
1070
|
+
has-flag@^4.0.0:
|
|
1071
|
+
version "4.0.0"
|
|
1072
|
+
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b"
|
|
1073
|
+
integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==
|
|
1074
|
+
|
|
507
1075
|
has-property-descriptors@^1.0.0:
|
|
508
1076
|
version "1.0.0"
|
|
509
1077
|
resolved "https://registry.yarnpkg.com/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz#610708600606d36961ed04c196193b6a607fa861"
|
|
@@ -535,6 +1103,37 @@ hosted-git-info@^2.1.4:
|
|
|
535
1103
|
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz#dffc0bf9a21c02209090f2aa69429e1414daf3f9"
|
|
536
1104
|
integrity sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==
|
|
537
1105
|
|
|
1106
|
+
ignore@^5.2.0:
|
|
1107
|
+
version "5.2.0"
|
|
1108
|
+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
|
|
1109
|
+
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
|
|
1110
|
+
|
|
1111
|
+
import-fresh@^3.0.0, import-fresh@^3.2.1:
|
|
1112
|
+
version "3.3.0"
|
|
1113
|
+
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
|
|
1114
|
+
integrity sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==
|
|
1115
|
+
dependencies:
|
|
1116
|
+
parent-module "^1.0.0"
|
|
1117
|
+
resolve-from "^4.0.0"
|
|
1118
|
+
|
|
1119
|
+
imurmurhash@^0.1.4:
|
|
1120
|
+
version "0.1.4"
|
|
1121
|
+
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
|
|
1122
|
+
integrity sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==
|
|
1123
|
+
|
|
1124
|
+
inflight@^1.0.4:
|
|
1125
|
+
version "1.0.6"
|
|
1126
|
+
resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9"
|
|
1127
|
+
integrity sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==
|
|
1128
|
+
dependencies:
|
|
1129
|
+
once "^1.3.0"
|
|
1130
|
+
wrappy "1"
|
|
1131
|
+
|
|
1132
|
+
inherits@2:
|
|
1133
|
+
version "2.0.4"
|
|
1134
|
+
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
|
|
1135
|
+
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
|
|
1136
|
+
|
|
538
1137
|
internal-slot@^1.0.3:
|
|
539
1138
|
version "1.0.3"
|
|
540
1139
|
resolved "https://registry.yarnpkg.com/internal-slot/-/internal-slot-1.0.3.tgz#7347e307deeea2faac2ac6205d4bc7d34967f59c"
|
|
@@ -595,7 +1194,7 @@ is-extglob@^2.1.1:
|
|
|
595
1194
|
resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2"
|
|
596
1195
|
integrity sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==
|
|
597
1196
|
|
|
598
|
-
is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1:
|
|
1197
|
+
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1:
|
|
599
1198
|
version "4.0.3"
|
|
600
1199
|
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084"
|
|
601
1200
|
integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==
|
|
@@ -660,11 +1259,51 @@ isexe@^2.0.0:
|
|
|
660
1259
|
resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
|
|
661
1260
|
integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==
|
|
662
1261
|
|
|
1262
|
+
js-tokens@^4.0.0:
|
|
1263
|
+
version "4.0.0"
|
|
1264
|
+
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
|
|
1265
|
+
integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
|
|
1266
|
+
|
|
1267
|
+
js-yaml@^4.1.0:
|
|
1268
|
+
version "4.1.0"
|
|
1269
|
+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602"
|
|
1270
|
+
integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==
|
|
1271
|
+
dependencies:
|
|
1272
|
+
argparse "^2.0.1"
|
|
1273
|
+
|
|
1274
|
+
jsesc@^2.5.1:
|
|
1275
|
+
version "2.5.2"
|
|
1276
|
+
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4"
|
|
1277
|
+
integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==
|
|
1278
|
+
|
|
663
1279
|
json-parse-better-errors@^1.0.1:
|
|
664
1280
|
version "1.0.2"
|
|
665
1281
|
resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9"
|
|
666
1282
|
integrity sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==
|
|
667
1283
|
|
|
1284
|
+
json-schema-traverse@^0.4.1:
|
|
1285
|
+
version "0.4.1"
|
|
1286
|
+
resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660"
|
|
1287
|
+
integrity sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==
|
|
1288
|
+
|
|
1289
|
+
json-stable-stringify-without-jsonify@^1.0.1:
|
|
1290
|
+
version "1.0.1"
|
|
1291
|
+
resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651"
|
|
1292
|
+
integrity sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==
|
|
1293
|
+
|
|
1294
|
+
json5@^2.2.1:
|
|
1295
|
+
version "2.2.1"
|
|
1296
|
+
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.1.tgz#655d50ed1e6f95ad1a3caababd2b0efda10b395c"
|
|
1297
|
+
integrity sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==
|
|
1298
|
+
|
|
1299
|
+
levn@^0.4.1:
|
|
1300
|
+
version "0.4.1"
|
|
1301
|
+
resolved "https://registry.yarnpkg.com/levn/-/levn-0.4.1.tgz#ae4562c007473b932a6200d403268dd2fffc6ade"
|
|
1302
|
+
integrity sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==
|
|
1303
|
+
dependencies:
|
|
1304
|
+
prelude-ls "^1.2.1"
|
|
1305
|
+
type-check "~0.4.0"
|
|
1306
|
+
|
|
668
1307
|
lilconfig@^2.0.5:
|
|
669
1308
|
version "2.0.5"
|
|
670
1309
|
resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-2.0.5.tgz#19e57fd06ccc3848fd1891655b5a447092225b25"
|
|
@@ -748,7 +1387,7 @@ mini-svg-data-uri@^1.2.3:
|
|
|
748
1387
|
resolved "https://registry.yarnpkg.com/mini-svg-data-uri/-/mini-svg-data-uri-1.4.4.tgz#8ab0aabcdf8c29ad5693ca595af19dd2ead09939"
|
|
749
1388
|
integrity sha512-r9deDe9p5FJUPZAk3A59wGH7Ii9YrjjWw0jmw/liSbHl2CHiyXj6FcDXDu2K3TjVAXqiJdaw3xxwlZZr9E6nHg==
|
|
750
1389
|
|
|
751
|
-
minimatch@^3.0.4:
|
|
1390
|
+
minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2:
|
|
752
1391
|
version "3.1.2"
|
|
753
1392
|
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
|
|
754
1393
|
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
|
|
@@ -760,16 +1399,31 @@ minimist@^1.2.6:
|
|
|
760
1399
|
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
|
|
761
1400
|
integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==
|
|
762
1401
|
|
|
1402
|
+
ms@2.1.2:
|
|
1403
|
+
version "2.1.2"
|
|
1404
|
+
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
|
|
1405
|
+
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
|
|
1406
|
+
|
|
763
1407
|
nanoid@^3.3.4:
|
|
764
1408
|
version "3.3.4"
|
|
765
1409
|
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab"
|
|
766
1410
|
integrity sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==
|
|
767
1411
|
|
|
1412
|
+
natural-compare@^1.4.0:
|
|
1413
|
+
version "1.4.0"
|
|
1414
|
+
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
|
|
1415
|
+
integrity sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==
|
|
1416
|
+
|
|
768
1417
|
nice-try@^1.0.4:
|
|
769
1418
|
version "1.0.5"
|
|
770
1419
|
resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
|
|
771
1420
|
integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
|
|
772
1421
|
|
|
1422
|
+
node-releases@^2.0.3:
|
|
1423
|
+
version "2.0.5"
|
|
1424
|
+
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.5.tgz#280ed5bc3eba0d96ce44897d8aee478bfb3d9666"
|
|
1425
|
+
integrity sha512-U9h1NLROZTq9uE1SNffn6WuPDg8icmi3ns4rEl/oTfIle4iLjTliCzgTsbaIFMq/Xn078/lfY/BL0GWZ+psK4Q==
|
|
1426
|
+
|
|
773
1427
|
normalize-package-data@^2.3.2:
|
|
774
1428
|
version "2.5.0"
|
|
775
1429
|
resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8"
|
|
@@ -825,6 +1479,32 @@ object.assign@^4.1.2:
|
|
|
825
1479
|
has-symbols "^1.0.1"
|
|
826
1480
|
object-keys "^1.1.1"
|
|
827
1481
|
|
|
1482
|
+
once@^1.3.0:
|
|
1483
|
+
version "1.4.0"
|
|
1484
|
+
resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1"
|
|
1485
|
+
integrity sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==
|
|
1486
|
+
dependencies:
|
|
1487
|
+
wrappy "1"
|
|
1488
|
+
|
|
1489
|
+
optionator@^0.9.1:
|
|
1490
|
+
version "0.9.1"
|
|
1491
|
+
resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.9.1.tgz#4f236a6373dae0566a6d43e1326674f50c291499"
|
|
1492
|
+
integrity sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==
|
|
1493
|
+
dependencies:
|
|
1494
|
+
deep-is "^0.1.3"
|
|
1495
|
+
fast-levenshtein "^2.0.6"
|
|
1496
|
+
levn "^0.4.1"
|
|
1497
|
+
prelude-ls "^1.2.1"
|
|
1498
|
+
type-check "^0.4.0"
|
|
1499
|
+
word-wrap "^1.2.3"
|
|
1500
|
+
|
|
1501
|
+
parent-module@^1.0.0:
|
|
1502
|
+
version "1.0.1"
|
|
1503
|
+
resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2"
|
|
1504
|
+
integrity sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==
|
|
1505
|
+
dependencies:
|
|
1506
|
+
callsites "^3.0.0"
|
|
1507
|
+
|
|
828
1508
|
parse-json@^4.0.0:
|
|
829
1509
|
version "4.0.0"
|
|
830
1510
|
resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-4.0.0.tgz#be35f5425be1f7f6c747184f98a788cb99477ee0"
|
|
@@ -833,11 +1513,21 @@ parse-json@^4.0.0:
|
|
|
833
1513
|
error-ex "^1.3.1"
|
|
834
1514
|
json-parse-better-errors "^1.0.1"
|
|
835
1515
|
|
|
1516
|
+
path-is-absolute@^1.0.0:
|
|
1517
|
+
version "1.0.1"
|
|
1518
|
+
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
|
|
1519
|
+
integrity sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==
|
|
1520
|
+
|
|
836
1521
|
path-key@^2.0.1:
|
|
837
1522
|
version "2.0.1"
|
|
838
1523
|
resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
|
|
839
1524
|
integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=
|
|
840
1525
|
|
|
1526
|
+
path-key@^3.1.0:
|
|
1527
|
+
version "3.1.1"
|
|
1528
|
+
resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
|
|
1529
|
+
integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==
|
|
1530
|
+
|
|
841
1531
|
path-parse@^1.0.7:
|
|
842
1532
|
version "1.0.7"
|
|
843
1533
|
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
|
|
@@ -914,6 +1604,11 @@ postcss@^8.4.12:
|
|
|
914
1604
|
picocolors "^1.0.0"
|
|
915
1605
|
source-map-js "^1.0.2"
|
|
916
1606
|
|
|
1607
|
+
prelude-ls@^1.2.1:
|
|
1608
|
+
version "1.2.1"
|
|
1609
|
+
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
|
|
1610
|
+
integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==
|
|
1611
|
+
|
|
917
1612
|
prettier-html-templates@^0.1.0:
|
|
918
1613
|
version "0.1.0"
|
|
919
1614
|
resolved "https://registry.yarnpkg.com/prettier-html-templates/-/prettier-html-templates-0.1.0.tgz#dfa12bd71c032e3b796e8c645210c5614403575d"
|
|
@@ -931,6 +1626,11 @@ prettier@>=2.3.0, prettier@^2.6.2:
|
|
|
931
1626
|
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.6.2.tgz#e26d71a18a74c3d0f0597f55f01fb6c06c206032"
|
|
932
1627
|
integrity sha512-PkUpF+qoXTqhOeWL9fu7As8LXsIUZ1WYaJiY/a7McAQzxjk82OF0tibkFXVCDImZtWxbvojFjerkiLb0/q8mew==
|
|
933
1628
|
|
|
1629
|
+
punycode@^2.1.0:
|
|
1630
|
+
version "2.1.1"
|
|
1631
|
+
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
|
|
1632
|
+
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
|
|
1633
|
+
|
|
934
1634
|
queue-microtask@^1.2.2:
|
|
935
1635
|
version "1.2.3"
|
|
936
1636
|
resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243"
|
|
@@ -966,6 +1666,16 @@ regexp.prototype.flags@^1.4.3:
|
|
|
966
1666
|
define-properties "^1.1.3"
|
|
967
1667
|
functions-have-names "^1.2.2"
|
|
968
1668
|
|
|
1669
|
+
regexpp@^3.2.0:
|
|
1670
|
+
version "3.2.0"
|
|
1671
|
+
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
|
|
1672
|
+
integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==
|
|
1673
|
+
|
|
1674
|
+
resolve-from@^4.0.0:
|
|
1675
|
+
version "4.0.0"
|
|
1676
|
+
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6"
|
|
1677
|
+
integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==
|
|
1678
|
+
|
|
969
1679
|
resolve@^1.10.0, resolve@^1.22.0:
|
|
970
1680
|
version "1.22.0"
|
|
971
1681
|
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.0.tgz#5e0b8c67c15df57a89bdbabe603a002f21731198"
|
|
@@ -980,6 +1690,13 @@ reusify@^1.0.4:
|
|
|
980
1690
|
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
|
|
981
1691
|
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
|
|
982
1692
|
|
|
1693
|
+
rimraf@^3.0.2:
|
|
1694
|
+
version "3.0.2"
|
|
1695
|
+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
|
|
1696
|
+
integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==
|
|
1697
|
+
dependencies:
|
|
1698
|
+
glob "^7.1.3"
|
|
1699
|
+
|
|
983
1700
|
run-parallel@^1.1.9:
|
|
984
1701
|
version "1.2.0"
|
|
985
1702
|
resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.2.0.tgz#66d1368da7bdf921eb9d95bd1a9229e7f21a43ee"
|
|
@@ -987,11 +1704,21 @@ run-parallel@^1.1.9:
|
|
|
987
1704
|
dependencies:
|
|
988
1705
|
queue-microtask "^1.2.2"
|
|
989
1706
|
|
|
1707
|
+
safe-buffer@~5.1.1:
|
|
1708
|
+
version "5.1.2"
|
|
1709
|
+
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"
|
|
1710
|
+
integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==
|
|
1711
|
+
|
|
990
1712
|
"semver@2 || 3 || 4 || 5", semver@^5.5.0:
|
|
991
1713
|
version "5.7.1"
|
|
992
1714
|
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
|
|
993
1715
|
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
|
|
994
1716
|
|
|
1717
|
+
semver@^6.3.0:
|
|
1718
|
+
version "6.3.0"
|
|
1719
|
+
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
|
|
1720
|
+
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
|
|
1721
|
+
|
|
995
1722
|
shebang-command@^1.2.0:
|
|
996
1723
|
version "1.2.0"
|
|
997
1724
|
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea"
|
|
@@ -999,11 +1726,23 @@ shebang-command@^1.2.0:
|
|
|
999
1726
|
dependencies:
|
|
1000
1727
|
shebang-regex "^1.0.0"
|
|
1001
1728
|
|
|
1729
|
+
shebang-command@^2.0.0:
|
|
1730
|
+
version "2.0.0"
|
|
1731
|
+
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
|
|
1732
|
+
integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==
|
|
1733
|
+
dependencies:
|
|
1734
|
+
shebang-regex "^3.0.0"
|
|
1735
|
+
|
|
1002
1736
|
shebang-regex@^1.0.0:
|
|
1003
1737
|
version "1.0.0"
|
|
1004
1738
|
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
|
|
1005
1739
|
integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=
|
|
1006
1740
|
|
|
1741
|
+
shebang-regex@^3.0.0:
|
|
1742
|
+
version "3.0.0"
|
|
1743
|
+
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
|
|
1744
|
+
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
|
|
1745
|
+
|
|
1007
1746
|
shell-quote@^1.6.1:
|
|
1008
1747
|
version "1.7.3"
|
|
1009
1748
|
resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.3.tgz#aa40edac170445b9a431e17bb62c0b881b9c4123"
|
|
@@ -1076,11 +1815,23 @@ string.prototype.trimstart@^1.0.5:
|
|
|
1076
1815
|
define-properties "^1.1.4"
|
|
1077
1816
|
es-abstract "^1.19.5"
|
|
1078
1817
|
|
|
1818
|
+
strip-ansi@^6.0.1:
|
|
1819
|
+
version "6.0.1"
|
|
1820
|
+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
|
|
1821
|
+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
|
|
1822
|
+
dependencies:
|
|
1823
|
+
ansi-regex "^5.0.1"
|
|
1824
|
+
|
|
1079
1825
|
strip-bom@^3.0.0:
|
|
1080
1826
|
version "3.0.0"
|
|
1081
1827
|
resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3"
|
|
1082
1828
|
integrity sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=
|
|
1083
1829
|
|
|
1830
|
+
strip-json-comments@^3.1.0, strip-json-comments@^3.1.1:
|
|
1831
|
+
version "3.1.1"
|
|
1832
|
+
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
|
|
1833
|
+
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
|
|
1834
|
+
|
|
1084
1835
|
supports-color@^5.3.0:
|
|
1085
1836
|
version "5.5.0"
|
|
1086
1837
|
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f"
|
|
@@ -1088,6 +1839,13 @@ supports-color@^5.3.0:
|
|
|
1088
1839
|
dependencies:
|
|
1089
1840
|
has-flag "^3.0.0"
|
|
1090
1841
|
|
|
1842
|
+
supports-color@^7.1.0:
|
|
1843
|
+
version "7.2.0"
|
|
1844
|
+
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz#1b7dcdcb32b8138801b3e478ba6a51caa89648da"
|
|
1845
|
+
integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==
|
|
1846
|
+
dependencies:
|
|
1847
|
+
has-flag "^4.0.0"
|
|
1848
|
+
|
|
1091
1849
|
supports-preserve-symlinks-flag@^1.0.0:
|
|
1092
1850
|
version "1.0.0"
|
|
1093
1851
|
resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
|
|
@@ -1120,11 +1878,21 @@ tailwindcss@^3.0.24:
|
|
|
1120
1878
|
quick-lru "^5.1.1"
|
|
1121
1879
|
resolve "^1.22.0"
|
|
1122
1880
|
|
|
1881
|
+
text-table@^0.2.0:
|
|
1882
|
+
version "0.2.0"
|
|
1883
|
+
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
|
|
1884
|
+
integrity sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=
|
|
1885
|
+
|
|
1123
1886
|
timeago.js@^4.0.2:
|
|
1124
1887
|
version "4.0.2"
|
|
1125
1888
|
resolved "https://registry.yarnpkg.com/timeago.js/-/timeago.js-4.0.2.tgz#724e8c8833e3490676c7bb0a75f5daf20e558028"
|
|
1126
1889
|
integrity sha512-a7wPxPdVlQL7lqvitHGGRsofhdwtkoSXPGATFuSOA2i1ZNQEPLrGnj68vOp2sOJTCFAQVXPeNMX/GctBaO9L2w==
|
|
1127
1890
|
|
|
1891
|
+
to-fast-properties@^2.0.0:
|
|
1892
|
+
version "2.0.0"
|
|
1893
|
+
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e"
|
|
1894
|
+
integrity sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=
|
|
1895
|
+
|
|
1128
1896
|
to-regex-range@^5.0.1:
|
|
1129
1897
|
version "5.0.1"
|
|
1130
1898
|
resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz#1648c44aae7c8d988a326018ed72f5b4dd0392e4"
|
|
@@ -1132,6 +1900,18 @@ to-regex-range@^5.0.1:
|
|
|
1132
1900
|
dependencies:
|
|
1133
1901
|
is-number "^7.0.0"
|
|
1134
1902
|
|
|
1903
|
+
type-check@^0.4.0, type-check@~0.4.0:
|
|
1904
|
+
version "0.4.0"
|
|
1905
|
+
resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.4.0.tgz#07b8203bfa7056c0657050e3ccd2c37730bab8f1"
|
|
1906
|
+
integrity sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==
|
|
1907
|
+
dependencies:
|
|
1908
|
+
prelude-ls "^1.2.1"
|
|
1909
|
+
|
|
1910
|
+
type-fest@^0.20.2:
|
|
1911
|
+
version "0.20.2"
|
|
1912
|
+
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4"
|
|
1913
|
+
integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==
|
|
1914
|
+
|
|
1135
1915
|
uc.micro@^1.0.1, uc.micro@^1.0.5:
|
|
1136
1916
|
version "1.0.6"
|
|
1137
1917
|
resolved "https://registry.yarnpkg.com/uc.micro/-/uc.micro-1.0.6.tgz#9c411a802a409a91fc6cf74081baba34b24499ac"
|
|
@@ -1147,11 +1927,23 @@ unbox-primitive@^1.0.2:
|
|
|
1147
1927
|
has-symbols "^1.0.3"
|
|
1148
1928
|
which-boxed-primitive "^1.0.2"
|
|
1149
1929
|
|
|
1930
|
+
uri-js@^4.2.2:
|
|
1931
|
+
version "4.4.1"
|
|
1932
|
+
resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e"
|
|
1933
|
+
integrity sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==
|
|
1934
|
+
dependencies:
|
|
1935
|
+
punycode "^2.1.0"
|
|
1936
|
+
|
|
1150
1937
|
util-deprecate@^1.0.2:
|
|
1151
1938
|
version "1.0.2"
|
|
1152
1939
|
resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"
|
|
1153
1940
|
integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=
|
|
1154
1941
|
|
|
1942
|
+
v8-compile-cache@^2.0.3:
|
|
1943
|
+
version "2.3.0"
|
|
1944
|
+
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"
|
|
1945
|
+
integrity sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==
|
|
1946
|
+
|
|
1155
1947
|
validate-npm-package-license@^3.0.1:
|
|
1156
1948
|
version "3.0.4"
|
|
1157
1949
|
resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a"
|
|
@@ -1178,6 +1970,23 @@ which@^1.2.9:
|
|
|
1178
1970
|
dependencies:
|
|
1179
1971
|
isexe "^2.0.0"
|
|
1180
1972
|
|
|
1973
|
+
which@^2.0.1:
|
|
1974
|
+
version "2.0.2"
|
|
1975
|
+
resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"
|
|
1976
|
+
integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==
|
|
1977
|
+
dependencies:
|
|
1978
|
+
isexe "^2.0.0"
|
|
1979
|
+
|
|
1980
|
+
word-wrap@^1.2.3:
|
|
1981
|
+
version "1.2.3"
|
|
1982
|
+
resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.3.tgz#610636f6b1f703891bd34771ccb17fb93b47079c"
|
|
1983
|
+
integrity sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==
|
|
1984
|
+
|
|
1985
|
+
wrappy@1:
|
|
1986
|
+
version "1.0.2"
|
|
1987
|
+
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
|
|
1988
|
+
integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=
|
|
1989
|
+
|
|
1181
1990
|
xtend@^4.0.2:
|
|
1182
1991
|
version "4.0.2"
|
|
1183
1992
|
resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54"
|