|
2 | 2 | # yarn lockfile v1 |
3 | 3 |
|
4 | 4 |
|
5 | | -"@babel/cli@7.12.0": |
6 | | - version "7.12.0" |
7 | | - resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.12.0.tgz#5de7ac9e8916a48725712c9ff1b26e8463c0d7a7" |
8 | | - integrity sha512-0EO6EN6brF4g0HaR6qQr2USkCvFjKNgBdmaYNW5NzB1IeHhqQkGhErX3/hvWA7+g/onS41IM/wm+yD+hcSwgVQ== |
| 5 | +"@babel/cli@7.12.1": |
| 6 | + version "7.12.1" |
| 7 | + resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.12.1.tgz#e08a0b1cb6fcd4b9eb6a606ba5602c5c0fe24a0c" |
| 8 | + integrity sha512-eRJREyrfAJ2r42Iaxe8h3v6yyj1wu9OyosaUHW6UImjGf9ahGL9nsFNh7OCopvtcPL8WnEo7tp78wrZaZ6vG9g== |
9 | 9 | dependencies: |
10 | 10 | commander "^4.0.1" |
11 | 11 | convert-source-map "^1.1.0" |
|
16 | 16 | slash "^2.0.0" |
17 | 17 | source-map "^0.5.0" |
18 | 18 | optionalDependencies: |
| 19 | + "@nicolo-ribaudo/chokidar-2" "^2.1.8" |
19 | 20 | chokidar "^3.4.0" |
20 | | - chokidarAt2 "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz" |
21 | 21 |
|
22 | 22 | "@babel/code-frame@7.5.5": |
23 | 23 | version "7.5.5" |
|
42 | 42 | invariant "^2.2.4" |
43 | 43 | semver "^5.5.0" |
44 | 44 |
|
45 | | -"@babel/core@7.12.0", "@babel/core@^7.1.0", "@babel/core@^7.4.5", "@babel/core@^7.7.5": |
46 | | - version "7.12.0" |
47 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.0.tgz#e42e07a086e978cdd4c61f4078d8230fb817cc86" |
48 | | - integrity sha512-iV7Gwg0DePKvdDZZWRTkj4MW+6/AbVWd4ZCg+zk8H1RVt5xBpUZS6vLQWwb3pyLg4BFTaGiQCPoJ4Ibmbne4fA== |
| 45 | +"@babel/core@7.12.1", "@babel/core@^7.1.0", "@babel/core@^7.4.5", "@babel/core@^7.7.5": |
| 46 | + version "7.12.1" |
| 47 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.1.tgz#980b115a05929ef3ce1b6af9bf50e5a5cf668667" |
| 48 | + integrity sha512-6bGmltqzIJrinwRRdczQsMhruSi9Sqty9Te+/5hudn4Izx/JYRhW1QELpR+CIL0gC/c9A7WroH6FmkDGxmWx3w== |
49 | 49 | dependencies: |
50 | 50 | "@babel/code-frame" "^7.10.4" |
51 | | - "@babel/generator" "^7.12.0" |
52 | | - "@babel/helper-module-transforms" "^7.12.0" |
53 | | - "@babel/helpers" "^7.10.4" |
54 | | - "@babel/parser" "^7.12.0" |
| 51 | + "@babel/generator" "^7.12.1" |
| 52 | + "@babel/helper-module-transforms" "^7.12.1" |
| 53 | + "@babel/helpers" "^7.12.1" |
| 54 | + "@babel/parser" "^7.12.1" |
55 | 55 | "@babel/template" "^7.10.4" |
56 | | - "@babel/traverse" "^7.12.0" |
57 | | - "@babel/types" "^7.12.0" |
| 56 | + "@babel/traverse" "^7.12.1" |
| 57 | + "@babel/types" "^7.12.1" |
58 | 58 | convert-source-map "^1.7.0" |
59 | 59 | debug "^4.1.0" |
60 | 60 | gensync "^1.0.0-beta.1" |
|
64 | 64 | semver "^5.4.1" |
65 | 65 | source-map "^0.5.0" |
66 | 66 |
|
67 | | -"@babel/generator@^7.12.0", "@babel/generator@^7.4.0": |
68 | | - version "7.12.0" |
69 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.0.tgz#91a45f1c18ca8d895a35a04da1a4cf7ea3f37f98" |
70 | | - integrity sha512-8lnf4QcyiQMf5XQp47BltuMTocsOh6P0z/vueEh8GzhmWWlDbdvOoI5Ziddg0XYhmnx35HyByUW51/9NprF8cA== |
| 67 | +"@babel/generator@^7.12.1", "@babel/generator@^7.4.0": |
| 68 | + version "7.12.1" |
| 69 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.1.tgz#0d70be32bdaa03d7c51c8597dda76e0df1f15468" |
| 70 | + integrity sha512-DB+6rafIdc9o72Yc3/Ph5h+6hUjeOp66pF0naQBgUFFuPqzQwIlPTm3xZR7YNvduIMtkDIj2t21LSQwnbCrXvg== |
71 | 71 | dependencies: |
72 | | - "@babel/types" "^7.12.0" |
| 72 | + "@babel/types" "^7.12.1" |
73 | 73 | jsesc "^2.5.1" |
74 | 74 | source-map "^0.5.0" |
75 | 75 |
|
|
177 | 177 | dependencies: |
178 | 178 | "@babel/types" "^7.8.3" |
179 | 179 |
|
180 | | -"@babel/helper-member-expression-to-functions@^7.12.0", "@babel/helper-member-expression-to-functions@^7.8.3": |
181 | | - version "7.12.0" |
182 | | - resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.0.tgz#48f605fa801764f3e5b2e301e49d35fe1820c4f3" |
183 | | - integrity sha512-I0d/bgzgzgLsJMk7UZ0TN2KV3OGjC/t/9Saz8PKb9jrcEAXhgjGysOgp4PDKydIKjUv/gj2St4ae+ov8l+T9Xg== |
| 180 | +"@babel/helper-member-expression-to-functions@^7.12.1", "@babel/helper-member-expression-to-functions@^7.8.3": |
| 181 | + version "7.12.1" |
| 182 | + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.1.tgz#fba0f2fcff3fba00e6ecb664bb5e6e26e2d6165c" |
| 183 | + integrity sha512-k0CIe3tXUKTRSoEx1LQEPFU9vRQfqHtl+kf8eNnDqb4AUJEy5pz6aIiog+YWtVm2jpggjS1laH68bPsR+KWWPQ== |
184 | 184 | dependencies: |
185 | | - "@babel/types" "^7.12.0" |
| 185 | + "@babel/types" "^7.12.1" |
186 | 186 |
|
187 | | -"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.0.0-beta.49", "@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.8.3": |
188 | | - version "7.10.4" |
189 | | - resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.10.4.tgz#4c5c54be04bd31670a7382797d75b9fa2e5b5620" |
190 | | - integrity sha512-nEQJHqYavI217oD9+s5MUBzk6x1IlvoS9WTPfgG43CbMEeStE0v+r+TucWdx8KFGowPGvyOkDT9+7DHedIDnVw== |
| 187 | +"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.0.0-beta.49", "@babel/helper-module-imports@^7.12.1", "@babel/helper-module-imports@^7.8.3": |
| 188 | + version "7.12.1" |
| 189 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.1.tgz#1644c01591a15a2f084dd6d092d9430eb1d1216c" |
| 190 | + integrity sha512-ZeC1TlMSvikvJNy1v/wPIazCu3NdOwgYZLIkmIyAsGhqkNpiDoQQRmaCK8YP4Pq3GPTLPV9WXaPCJKvx06JxKA== |
191 | 191 | dependencies: |
192 | | - "@babel/types" "^7.10.4" |
| 192 | + "@babel/types" "^7.12.1" |
193 | 193 |
|
194 | | -"@babel/helper-module-transforms@^7.12.0", "@babel/helper-module-transforms@^7.9.0": |
195 | | - version "7.12.0" |
196 | | - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.12.0.tgz#8ac7d9e8716f94549a42e577c5429391950e33f3" |
197 | | - integrity sha512-1ZTMoCiLSzTJLbq7mSaTHki4oIrBIf/dUbzdhwTrvtMU3ZNVKwQmGae3gSiqppo7G8HAgnXmc43rfEaD8yYLLQ== |
| 194 | +"@babel/helper-module-transforms@^7.12.1", "@babel/helper-module-transforms@^7.9.0": |
| 195 | + version "7.12.1" |
| 196 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.12.1.tgz#7954fec71f5b32c48e4b303b437c34453fd7247c" |
| 197 | + integrity sha512-QQzehgFAZ2bbISiCpmVGfiGux8YVFXQ0abBic2Envhej22DVXV9nCFaS5hIQbkyo1AdGb+gNME2TSh3hYJVV/w== |
198 | 198 | dependencies: |
199 | | - "@babel/helper-module-imports" "^7.10.4" |
200 | | - "@babel/helper-replace-supers" "^7.12.0" |
201 | | - "@babel/helper-simple-access" "^7.10.4" |
| 199 | + "@babel/helper-module-imports" "^7.12.1" |
| 200 | + "@babel/helper-replace-supers" "^7.12.1" |
| 201 | + "@babel/helper-simple-access" "^7.12.1" |
202 | 202 | "@babel/helper-split-export-declaration" "^7.11.0" |
203 | 203 | "@babel/helper-validator-identifier" "^7.10.4" |
204 | 204 | "@babel/template" "^7.10.4" |
205 | | - "@babel/traverse" "^7.12.0" |
206 | | - "@babel/types" "^7.12.0" |
| 205 | + "@babel/traverse" "^7.12.1" |
| 206 | + "@babel/types" "^7.12.1" |
207 | 207 | lodash "^4.17.19" |
208 | 208 |
|
209 | 209 | "@babel/helper-optimise-call-expression@^7.10.4", "@babel/helper-optimise-call-expression@^7.8.3": |
|
236 | 236 | "@babel/traverse" "^7.8.3" |
237 | 237 | "@babel/types" "^7.8.3" |
238 | 238 |
|
239 | | -"@babel/helper-replace-supers@^7.12.0", "@babel/helper-replace-supers@^7.8.3", "@babel/helper-replace-supers@^7.8.6": |
240 | | - version "7.12.0" |
241 | | - resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.12.0.tgz#98d3f3eb779752e59c7422ab387c9b444323be60" |
242 | | - integrity sha512-9kycFdq2c9e7PXZOr2z/ZqTFF9OzFu287iFwYS+CiDVPuoTCfY8hoTsIqNQNetQjlqoRsRyJFrMG1uhGAR4EEw== |
| 239 | +"@babel/helper-replace-supers@^7.12.1", "@babel/helper-replace-supers@^7.8.3", "@babel/helper-replace-supers@^7.8.6": |
| 240 | + version "7.12.1" |
| 241 | + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.12.1.tgz#f15c9cc897439281891e11d5ce12562ac0cf3fa9" |
| 242 | + integrity sha512-zJjTvtNJnCFsCXVi5rUInstLd/EIVNmIKA1Q9ynESmMBWPWd+7sdR+G4/wdu+Mppfep0XLyG2m7EBPvjCeFyrw== |
243 | 243 | dependencies: |
244 | | - "@babel/helper-member-expression-to-functions" "^7.12.0" |
| 244 | + "@babel/helper-member-expression-to-functions" "^7.12.1" |
245 | 245 | "@babel/helper-optimise-call-expression" "^7.10.4" |
246 | | - "@babel/traverse" "^7.12.0" |
247 | | - "@babel/types" "^7.12.0" |
| 246 | + "@babel/traverse" "^7.12.1" |
| 247 | + "@babel/types" "^7.12.1" |
248 | 248 |
|
249 | | -"@babel/helper-simple-access@^7.10.4", "@babel/helper-simple-access@^7.8.3": |
250 | | - version "7.10.4" |
251 | | - resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.10.4.tgz#0f5ccda2945277a2a7a2d3a821e15395edcf3461" |
252 | | - integrity sha512-0fMy72ej/VEvF8ULmX6yb5MtHG4uH4Dbd6I/aHDb/JVg0bbivwt9Wg+h3uMvX+QSFtwr5MeItvazbrc4jtRAXw== |
| 249 | +"@babel/helper-simple-access@^7.12.1", "@babel/helper-simple-access@^7.8.3": |
| 250 | + version "7.12.1" |
| 251 | + resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.12.1.tgz#32427e5aa61547d38eb1e6eaf5fd1426fdad9136" |
| 252 | + integrity sha512-OxBp7pMrjVewSSC8fXDFrHrBcJATOOFssZwv16F3/6Xtc138GHybBfPbm9kfiqQHKhYQrlamWILwlDCeyMFEaA== |
253 | 253 | dependencies: |
254 | | - "@babel/template" "^7.10.4" |
255 | | - "@babel/types" "^7.10.4" |
| 254 | + "@babel/types" "^7.12.1" |
256 | 255 |
|
257 | 256 | "@babel/helper-split-export-declaration@^7.11.0", "@babel/helper-split-export-declaration@^7.8.3": |
258 | 257 | version "7.11.0" |
|
276 | 275 | "@babel/traverse" "^7.8.3" |
277 | 276 | "@babel/types" "^7.8.3" |
278 | 277 |
|
279 | | -"@babel/helpers@^7.10.4": |
280 | | - version "7.10.4" |
281 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.10.4.tgz#2abeb0d721aff7c0a97376b9e1f6f65d7a475044" |
282 | | - integrity sha512-L2gX/XeUONeEbI78dXSrJzGdz4GQ+ZTA/aazfUsFaWjSe95kiCuOZ5HsXvkiw3iwF+mFHSRUfJU8t6YavocdXA== |
| 278 | +"@babel/helpers@^7.12.1": |
| 279 | + version "7.12.1" |
| 280 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.1.tgz#8a8261c1d438ec18cb890434df4ec768734c1e79" |
| 281 | + integrity sha512-9JoDSBGoWtmbay98efmT2+mySkwjzeFeAL9BuWNoVQpkPFQF8SIIFUfY5os9u8wVzglzoiPRSW7cuJmBDUt43g== |
283 | 282 | dependencies: |
284 | 283 | "@babel/template" "^7.10.4" |
285 | | - "@babel/traverse" "^7.10.4" |
286 | | - "@babel/types" "^7.10.4" |
| 284 | + "@babel/traverse" "^7.12.1" |
| 285 | + "@babel/types" "^7.12.1" |
287 | 286 |
|
288 | 287 | "@babel/highlight@^7.0.0", "@babel/highlight@^7.10.4": |
289 | 288 | version "7.10.4" |
|
294 | 293 | chalk "^2.0.0" |
295 | 294 | js-tokens "^4.0.0" |
296 | 295 |
|
297 | | -"@babel/parser@^7.1.0", "@babel/parser@^7.10.4", "@babel/parser@^7.12.0", "@babel/parser@^7.4.3", "@babel/parser@^7.7.0": |
298 | | - version "7.12.0" |
299 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.0.tgz#2ad388f3960045b22f9b7d4bf85e80b15a1c9e3a" |
300 | | - integrity sha512-dYmySMYnlus2jwl7JnnajAj11obRStZoW9cG04wh4ZuhozDn11tDUrhHcUZ9iuNHqALAhh60XqNaYXpvuuE/Gg== |
| 296 | +"@babel/parser@^7.1.0", "@babel/parser@^7.10.4", "@babel/parser@^7.12.1", "@babel/parser@^7.4.3", "@babel/parser@^7.7.0": |
| 297 | + version "7.12.1" |
| 298 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.1.tgz#dc03f543a0ed51396d4081463df66ecb3a2efa53" |
| 299 | + integrity sha512-xjZsx0sBjb6J2+QkoHI69UeD2EWbsyUW0WyZKOoJ9sBrQLxfOApWEefR9dIVOYJVj97VRXnLKLDvnn3dPDNgww== |
301 | 300 |
|
302 | 301 | "@babel/plugin-proposal-async-generator-functions@^7.8.3": |
303 | 302 | version "7.8.3" |
|
907 | 906 | "@babel/parser" "^7.10.4" |
908 | 907 | "@babel/types" "^7.10.4" |
909 | 908 |
|
910 | | -"@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.12.0", "@babel/traverse@^7.4.3", "@babel/traverse@^7.7.0", "@babel/traverse@^7.8.3": |
911 | | - version "7.12.0" |
912 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.0.tgz#ed31953d6e708cdd34443de2fcdb55f72cdfb266" |
913 | | - integrity sha512-ZU9e79xpOukCNPkQ1UzR4gJKCruGckr6edd8v8lmKpSk8iakgUIvb+5ZtaKKV9f7O+x5r+xbMDDIbzVpUoiIuw== |
| 909 | +"@babel/traverse@^7.1.0", "@babel/traverse@^7.12.1", "@babel/traverse@^7.4.3", "@babel/traverse@^7.7.0", "@babel/traverse@^7.8.3": |
| 910 | + version "7.12.1" |
| 911 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.1.tgz#941395e0c5cc86d5d3e75caa095d3924526f0c1e" |
| 912 | + integrity sha512-MA3WPoRt1ZHo2ZmoGKNqi20YnPt0B1S0GTZEPhhd+hw2KGUzBlHuVunj6K4sNuK+reEvyiPwtp0cpaqLzJDmAw== |
914 | 913 | dependencies: |
915 | 914 | "@babel/code-frame" "^7.10.4" |
916 | | - "@babel/generator" "^7.12.0" |
| 915 | + "@babel/generator" "^7.12.1" |
917 | 916 | "@babel/helper-function-name" "^7.10.4" |
918 | 917 | "@babel/helper-split-export-declaration" "^7.11.0" |
919 | | - "@babel/parser" "^7.12.0" |
920 | | - "@babel/types" "^7.12.0" |
| 918 | + "@babel/parser" "^7.12.1" |
| 919 | + "@babel/types" "^7.12.1" |
921 | 920 | debug "^4.1.0" |
922 | 921 | globals "^11.1.0" |
923 | 922 | lodash "^4.17.19" |
924 | 923 |
|
925 | | -"@babel/types@^7.0.0", "@babel/types@^7.0.0-beta.49", "@babel/types@^7.10.4", "@babel/types@^7.11.0", "@babel/types@^7.12.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.7.0", "@babel/types@^7.8.3", "@babel/types@^7.9.0": |
926 | | - version "7.12.0" |
927 | | - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.0.tgz#b6b49f425ee59043fbc89c61b11a13d5eae7b5c6" |
928 | | - integrity sha512-ggIyFmT2zMaYRheOfPDQ4gz7QqV3B+t2rjqjbttDJxMcb7/LukvWCmlIl1sWcOxrvwpTDd+z0OytzqsbGeb3/g== |
| 924 | +"@babel/types@^7.0.0", "@babel/types@^7.0.0-beta.49", "@babel/types@^7.10.4", "@babel/types@^7.11.0", "@babel/types@^7.12.1", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.7.0", "@babel/types@^7.8.3", "@babel/types@^7.9.0": |
| 925 | + version "7.12.1" |
| 926 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.1.tgz#e109d9ab99a8de735be287ee3d6a9947a190c4ae" |
| 927 | + integrity sha512-BzSY3NJBKM4kyatSOWh3D/JJ2O3CVzBybHWxtgxnggaxEuaSTTDqeiSb/xk9lrkw2Tbqyivw5ZU4rT+EfznQsA== |
929 | 928 | dependencies: |
930 | 929 | "@babel/helper-validator-identifier" "^7.10.4" |
931 | 930 | lodash "^4.17.19" |
|
1326 | 1325 | call-me-maybe "^1.0.1" |
1327 | 1326 | glob-to-regexp "^0.3.0" |
1328 | 1327 |
|
| 1328 | +"@nicolo-ribaudo/chokidar-2@^2.1.8": |
| 1329 | + version "2.1.8" |
| 1330 | + resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8.tgz#eef8d9b47e8dc589499f14d656e8d2dd978c3d14" |
| 1331 | + integrity sha512-FohwULwAebCUKi/akMFyGi7jfc7JXTeMHzKxuP3umRd9mK/2Y7/SMBSI2jX+YLopPXi+PF9l307NmpfxTdCegA== |
| 1332 | + dependencies: |
| 1333 | + chokidar "2.1.8" |
| 1334 | + |
1329 | 1335 | "@nodelib/fs.scandir@2.1.3": |
1330 | 1336 | version "2.1.3" |
1331 | 1337 | resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.3.tgz#3a582bdb53804c6ba6d146579c46e52130cf4a3b" |
@@ -4173,7 +4179,7 @@ cheerio@^1.0.0-rc.3: |
4173 | 4179 | lodash "^4.15.0" |
4174 | 4180 | parse5 "^3.0.1" |
4175 | 4181 |
|
4176 | | -chokidar@^2.0.4, chokidar@^2.1.8: |
| 4182 | +chokidar@2.1.8, chokidar@^2.0.4, chokidar@^2.1.8: |
4177 | 4183 | version "2.1.8" |
4178 | 4184 | resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.8.tgz#804b3a7b6a99358c3c5c61e71d8728f041cff917" |
4179 | 4185 | integrity sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg== |
@@ -4207,25 +4213,6 @@ chokidar@^3.4.0: |
4207 | 4213 | optionalDependencies: |
4208 | 4214 | fsevents "~2.1.2" |
4209 | 4215 |
|
4210 | | -"chokidarAt2@https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz": |
4211 | | - version "2.1.8" |
4212 | | - uid "804b3a7b6a99358c3c5c61e71d8728f041cff917" |
4213 | | - resolved "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz#804b3a7b6a99358c3c5c61e71d8728f041cff917" |
4214 | | - dependencies: |
4215 | | - anymatch "^2.0.0" |
4216 | | - async-each "^1.0.1" |
4217 | | - braces "^2.3.2" |
4218 | | - glob-parent "^3.1.0" |
4219 | | - inherits "^2.0.3" |
4220 | | - is-binary-path "^1.0.0" |
4221 | | - is-glob "^4.0.0" |
4222 | | - normalize-path "^3.0.0" |
4223 | | - path-is-absolute "^1.0.0" |
4224 | | - readdirp "^2.2.1" |
4225 | | - upath "^1.1.1" |
4226 | | - optionalDependencies: |
4227 | | - fsevents "^1.2.7" |
4228 | | - |
4229 | 4216 | chownr@^1.1.1, chownr@^1.1.2, chownr@^1.1.4: |
4230 | 4217 | version "1.1.4" |
4231 | 4218 | resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.4.tgz#6fc9d7b42d32a583596337666e7d08084da2cc6b" |
|
0 commit comments