-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency eslint-import-resolver-webpack to v0.13.2
- Loading branch information
1 parent
4f6f63e
commit a554185
Showing
2 changed files
with
101 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1143,12 +1143,6 @@ browserify-zlib@^0.1.4: | |
dependencies: | ||
pako "~0.2.0" | ||
|
||
browserify-zlib@^0.2.0: | ||
version "0.2.0" | ||
resolved "https://registry.yarnpkg.com/browserify-zlib/-/browserify-zlib-0.2.0.tgz#2869459d9aa3be245fe8fe2ca1f46e2e7f54d73f" | ||
dependencies: | ||
pako "~1.0.5" | ||
|
||
buffer-equal@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/buffer-equal/-/buffer-equal-1.0.0.tgz#59616b498304d556abd466966b22eeda3eca5fbe" | ||
|
@@ -1173,6 +1167,14 @@ builtin-status-codes@^3.0.0: | |
version "3.0.0" | ||
resolved "https://registry.yarnpkg.com/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz#85982878e21b98e1c66425e03d0174788f569ee8" | ||
|
||
call-bind@^1.0.2: | ||
version "1.0.2" | ||
resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c" | ||
integrity sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA== | ||
dependencies: | ||
function-bind "^1.1.1" | ||
get-intrinsic "^1.0.2" | ||
|
||
caller-path@^0.1.0: | ||
version "0.1.0" | ||
resolved "https://registry.yarnpkg.com/caller-path/-/caller-path-0.1.0.tgz#94085ef63581ecd3daa92444a8fe94e82577751f" | ||
|
@@ -1722,6 +1724,13 @@ debug@^2.1.1, debug@^2.1.3, debug@^2.2.0, debug@^2.6.8, debug@^2.6.9: | |
dependencies: | ||
ms "2.0.0" | ||
|
||
debug@^3.2.7: | ||
version "3.2.7" | ||
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a" | ||
integrity sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ== | ||
dependencies: | ||
ms "^2.1.1" | ||
|
||
decamelize-keys@^1.0.0: | ||
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/decamelize-keys/-/decamelize-keys-1.1.0.tgz#d171a87933252807eb3cb61dc1c1445d078df2d9" | ||
|
@@ -2109,20 +2118,21 @@ eslint-import-resolver-node@^0.3.3: | |
debug "^2.6.9" | ||
resolve "^1.13.1" | ||
|
||
eslint-import-resolver-webpack@0.12.2: | ||
version "0.12.2" | ||
resolved "https://registry.yarnpkg.com/eslint-import-resolver-webpack/-/eslint-import-resolver-webpack-0.12.2.tgz#769e86cd0c752a1536c19855ebd90aa14ce384ee" | ||
integrity sha512-7Jnm4YAoNNkvqPaZkKdIHsKGmv8/uNnYC5QsXkiSodvX4XEEfH2AKOna98FK52fCDXm3q4HzuX+7pRMKkJ64EQ== | ||
eslint-import-resolver-webpack@0.13.2: | ||
version "0.13.2" | ||
resolved "https://registry.yarnpkg.com/eslint-import-resolver-webpack/-/eslint-import-resolver-webpack-0.13.2.tgz#fc813df0d08b9265cc7072d22393bda5198bdc1e" | ||
integrity sha512-XodIPyg1OgE2h5BDErz3WJoK7lawxKTJNhgPNafRST6csC/MZC+L5P6kKqsZGRInpbgc02s/WZMrb4uGJzcuRg== | ||
dependencies: | ||
array-find "^1.0.0" | ||
debug "^2.6.9" | ||
debug "^3.2.7" | ||
enhanced-resolve "^0.9.1" | ||
find-root "^1.1.0" | ||
has "^1.0.3" | ||
interpret "^1.2.0" | ||
lodash "^4.17.15" | ||
node-libs-browser "^1.0.0 || ^2.0.0" | ||
resolve "^1.13.1" | ||
interpret "^1.4.0" | ||
is-core-module "^2.7.0" | ||
is-regex "^1.1.4" | ||
lodash "^4.17.21" | ||
resolve "^1.20.0" | ||
semver "^5.7.1" | ||
|
||
eslint-import-resolver-webpack@^0.6.0: | ||
|
@@ -2555,6 +2565,15 @@ generate-object-property@^1.1.0: | |
dependencies: | ||
is-property "^1.0.0" | ||
|
||
get-intrinsic@^1.0.2: | ||
version "1.1.1" | ||
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.1.1.tgz#15f59f376f855c446963948f0d24cd3637b4abc6" | ||
integrity sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q== | ||
dependencies: | ||
function-bind "^1.1.1" | ||
has "^1.0.3" | ||
has-symbols "^1.0.1" | ||
|
||
get-own-enumerable-property-symbols@^2.0.1: | ||
version "2.0.1" | ||
resolved "https://registry.yarnpkg.com/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-2.0.1.tgz#5c4ad87f2834c4b9b4e84549dc1e0650fb38c24b" | ||
|
@@ -2751,6 +2770,18 @@ has-symbols@^1.0.1: | |
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.1.tgz#9f5214758a44196c406d9bd76cebf81ec2dd31e8" | ||
|
||
has-symbols@^1.0.2: | ||
version "1.0.3" | ||
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.3.tgz#bb7b2c4349251dce87b125f7bdf874aa7c8b39f8" | ||
integrity sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A== | ||
|
||
has-tostringtag@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.0.tgz#7e133818a7d394734f941e73c3d3f9291e658b25" | ||
integrity sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ== | ||
dependencies: | ||
has-symbols "^1.0.2" | ||
|
||
has-unicode@^2.0.0: | ||
version "2.0.1" | ||
resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9" | ||
|
@@ -2846,10 +2877,6 @@ [email protected]: | |
version "0.0.1" | ||
resolved "https://registry.yarnpkg.com/https-browserify/-/https-browserify-0.0.1.tgz#3f91365cabe60b77ed0ebba24b454e3e09d95a82" | ||
|
||
https-browserify@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/https-browserify/-/https-browserify-1.0.0.tgz#ec06c10e0a34c0f2faf199f7fd7fc78fffd03c73" | ||
|
||
ieee754@^1.1.4: | ||
version "1.1.8" | ||
resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.1.8.tgz#be33d40ac10ef1926701f6f08a2d86fbfd1ad3e4" | ||
|
@@ -2933,9 +2960,10 @@ interpret@^1.0.0: | |
version "1.0.4" | ||
resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.0.4.tgz#820cdd588b868ffb191a809506d6c9c8f212b1b0" | ||
|
||
interpret@^1.2.0: | ||
version "1.2.0" | ||
resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.2.0.tgz#d5061a6224be58e8083985f5014d844359576296" | ||
interpret@^1.4.0: | ||
version "1.4.0" | ||
resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.4.0.tgz#665ab8bc4da27a774a40584e812e3e0fa45b1a1e" | ||
integrity sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA== | ||
|
||
invariant@^2.2.0, invariant@^2.2.2: | ||
version "2.2.2" | ||
|
@@ -3021,6 +3049,13 @@ is-ci@^1.0.10: | |
dependencies: | ||
ci-info "^1.0.0" | ||
|
||
is-core-module@^2.7.0, is-core-module@^2.8.1: | ||
version "2.8.1" | ||
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.8.1.tgz#f59fdfca701d5879d0a6b100a40aa1560ce27211" | ||
integrity sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA== | ||
dependencies: | ||
has "^1.0.3" | ||
|
||
is-date-object@^1.0.1: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.1.tgz#9aa20eb6aeebbff77fbd33e74ca01b33581d3a16" | ||
|
@@ -3208,6 +3243,14 @@ is-regex@^1.1.0: | |
dependencies: | ||
has-symbols "^1.0.1" | ||
|
||
is-regex@^1.1.4: | ||
version "1.1.4" | ||
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.4.tgz#eef5663cd59fa4c0ae339505323df6854bb15958" | ||
integrity sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg== | ||
dependencies: | ||
call-bind "^1.0.2" | ||
has-tostringtag "^1.0.0" | ||
|
||
is-regexp@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/is-regexp/-/is-regexp-1.0.0.tgz#fd2d883545c46bac5a633e7b9a09e87fa2cb5069" | ||
|
@@ -3551,9 +3594,10 @@ lodash@^4.0.0, lodash@^4.17.4, lodash@^4.2.0, lodash@^4.2.1, lodash@^4.3.0: | |
version "4.17.4" | ||
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae" | ||
|
||
lodash@^4.17.15: | ||
version "4.17.15" | ||
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548" | ||
lodash@^4.17.21: | ||
version "4.17.21" | ||
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" | ||
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== | ||
|
||
longest@^1.0.1: | ||
version "1.0.1" | ||
|
@@ -3760,6 +3804,11 @@ [email protected]: | |
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8" | ||
|
||
ms@^2.1.1: | ||
version "2.1.3" | ||
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2" | ||
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== | ||
|
||
[email protected]: | ||
version "0.0.5" | ||
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.5.tgz#8fbfabb0a98a253d3184331f9e8deb7372fac6c0" | ||
|
@@ -3821,34 +3870,6 @@ node-libs-browser@^1.0.0: | |
util "^0.10.3" | ||
vm-browserify "0.0.4" | ||
|
||
"node-libs-browser@^1.0.0 || ^2.0.0": | ||
version "2.1.0" | ||
resolved "https://registry.yarnpkg.com/node-libs-browser/-/node-libs-browser-2.1.0.tgz#5f94263d404f6e44767d726901fff05478d600df" | ||
dependencies: | ||
assert "^1.1.1" | ||
browserify-zlib "^0.2.0" | ||
buffer "^4.3.0" | ||
console-browserify "^1.1.0" | ||
constants-browserify "^1.0.0" | ||
crypto-browserify "^3.11.0" | ||
domain-browser "^1.1.1" | ||
events "^1.0.0" | ||
https-browserify "^1.0.0" | ||
os-browserify "^0.3.0" | ||
path-browserify "0.0.0" | ||
process "^0.11.10" | ||
punycode "^1.2.4" | ||
querystring-es3 "^0.2.0" | ||
readable-stream "^2.3.3" | ||
stream-browserify "^2.0.1" | ||
stream-http "^2.7.2" | ||
string_decoder "^1.0.0" | ||
timers-browserify "^2.0.4" | ||
tty-browserify "0.0.0" | ||
url "^0.11.0" | ||
util "^0.10.3" | ||
vm-browserify "0.0.4" | ||
|
||
node-pre-gyp@^0.6.36: | ||
version "0.6.38" | ||
resolved "https://registry.yarnpkg.com/node-pre-gyp/-/node-pre-gyp-0.6.38.tgz#e92a20f83416415bb4086f6d1fb78b3da73d113d" | ||
|
@@ -4033,10 +4054,6 @@ os-browserify@^0.2.0: | |
version "0.2.1" | ||
resolved "https://registry.yarnpkg.com/os-browserify/-/os-browserify-0.2.1.tgz#63fc4ccee5d2d7763d26bbf8601078e6c2e0044f" | ||
|
||
os-browserify@^0.3.0: | ||
version "0.3.0" | ||
resolved "https://registry.yarnpkg.com/os-browserify/-/os-browserify-0.3.0.tgz#854373c7f5c2315914fc9bfc6bd8238fdda1ec27" | ||
|
||
os-homedir@^1.0.0: | ||
version "1.0.2" | ||
resolved "https://registry.yarnpkg.com/os-homedir/-/os-homedir-1.0.2.tgz#ffbc4988336e0e833de0c168c7ef152121aa7fb3" | ||
|
@@ -4087,10 +4104,6 @@ pako@~0.2.0: | |
version "0.2.9" | ||
resolved "https://registry.yarnpkg.com/pako/-/pako-0.2.9.tgz#f3f7522f4ef782348da8161bad9ecfd51bf83a75" | ||
|
||
pako@~1.0.5: | ||
version "1.0.6" | ||
resolved "https://registry.yarnpkg.com/pako/-/pako-1.0.6.tgz#0101211baa70c4bca4a0f63f2206e97b7dfaf258" | ||
|
||
parse-asn1@^5.0.0: | ||
version "5.1.0" | ||
resolved "https://registry.yarnpkg.com/parse-asn1/-/parse-asn1-5.1.0.tgz#37c4f9b7ed3ab65c74817b5f2480937fbf97c712" | ||
|
@@ -4176,6 +4189,11 @@ path-parse@^1.0.6: | |
version "1.0.6" | ||
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c" | ||
|
||
path-parse@^1.0.7: | ||
version "1.0.7" | ||
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735" | ||
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw== | ||
|
||
path-type@^1.0.0: | ||
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/path-type/-/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4070ba4f8fe441" | ||
|
@@ -4268,7 +4286,7 @@ process-nextick-args@~1.0.6: | |
version "1.0.7" | ||
resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-1.0.7.tgz#150e20b756590ad3f91093f25a4f2ad8bff30ba3" | ||
|
||
process@^0.11.0, process@^0.11.10, process@~0.11.0: | ||
process@^0.11.0, process@~0.11.0: | ||
version "0.11.10" | ||
resolved "https://registry.yarnpkg.com/process/-/process-0.11.10.tgz#7332300e840161bda3e69a1d1d91a7d4bc16f182" | ||
|
||
|
@@ -4709,6 +4727,15 @@ resolve@^1.17.0: | |
dependencies: | ||
path-parse "^1.0.6" | ||
|
||
resolve@^1.20.0: | ||
version "1.22.0" | ||
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.0.tgz#5e0b8c67c15df57a89bdbabe603a002f21731198" | ||
integrity sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw== | ||
dependencies: | ||
is-core-module "^2.8.1" | ||
path-parse "^1.0.7" | ||
supports-preserve-symlinks-flag "^1.0.0" | ||
|
||
restore-cursor@^1.0.1: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-1.0.1.tgz#34661f46886327fed2991479152252df92daa541" | ||
|
@@ -4779,10 +4806,6 @@ set-immediate-shim@^1.0.1: | |
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/set-immediate-shim/-/set-immediate-shim-1.0.1.tgz#4b2b1b27eb808a9f8dcc481a58e5e56f599f3f61" | ||
|
||
setimmediate@^1.0.4: | ||
version "1.0.5" | ||
resolved "https://registry.yarnpkg.com/setimmediate/-/setimmediate-1.0.5.tgz#290cbb232e306942d7d7ea9b83732ab7856f8285" | ||
|
||
sha.js@^2.4.0, sha.js@^2.4.8: | ||
version "2.4.9" | ||
resolved "https://registry.yarnpkg.com/sha.js/-/sha.js-2.4.9.tgz#98f64880474b74f4a38b8da9d3c0f2d104633e7d" | ||
|
@@ -4914,16 +4937,6 @@ stream-http@^2.3.1: | |
to-arraybuffer "^1.0.0" | ||
xtend "^4.0.0" | ||
|
||
stream-http@^2.7.2: | ||
version "2.8.0" | ||
resolved "https://registry.yarnpkg.com/stream-http/-/stream-http-2.8.0.tgz#fd86546dac9b1c91aff8fc5d287b98fafb41bc10" | ||
dependencies: | ||
builtin-status-codes "^3.0.0" | ||
inherits "^2.0.1" | ||
readable-stream "^2.3.3" | ||
to-arraybuffer "^1.0.0" | ||
xtend "^4.0.0" | ||
|
||
stream-shift@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/stream-shift/-/stream-shift-1.0.0.tgz#d5c752825e5367e786f78e18e445ea223a155952" | ||
|
@@ -5002,18 +5015,18 @@ string_decoder@^0.10.25: | |
version "0.10.31" | ||
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-0.10.31.tgz#62e203bc41766c6c28c9fc84301dab1c5310fa94" | ||
|
||
string_decoder@^1.0.0, string_decoder@~1.0.3: | ||
version "1.0.3" | ||
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.0.3.tgz#0fc67d7c141825de94282dd536bec6b9bce860ab" | ||
dependencies: | ||
safe-buffer "~5.1.0" | ||
|
||
string_decoder@^1.1.1: | ||
version "1.2.0" | ||
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.2.0.tgz#fe86e738b19544afe70469243b2a1ee9240eae8d" | ||
dependencies: | ||
safe-buffer "~5.1.0" | ||
|
||
string_decoder@~1.0.3: | ||
version "1.0.3" | ||
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.0.3.tgz#0fc67d7c141825de94282dd536bec6b9bce860ab" | ||
dependencies: | ||
safe-buffer "~5.1.0" | ||
|
||
string_decoder@~1.1.1: | ||
version "1.1.1" | ||
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8" | ||
|
@@ -5107,6 +5120,11 @@ supports-hyperlinks@^1.0.1: | |
has-flag "^2.0.0" | ||
supports-color "^5.0.0" | ||
|
||
supports-preserve-symlinks-flag@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09" | ||
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w== | ||
|
||
table@^3.7.8: | ||
version "3.8.3" | ||
resolved "https://registry.yarnpkg.com/table/-/table-3.8.3.tgz#2bbc542f0fda9861a755d3947fefd8b3f513855f" | ||
|
@@ -5203,12 +5221,6 @@ timers-browserify@^1.4.2: | |
dependencies: | ||
process "~0.11.0" | ||
|
||
timers-browserify@^2.0.4: | ||
version "2.0.6" | ||
resolved "https://registry.yarnpkg.com/timers-browserify/-/timers-browserify-2.0.6.tgz#241e76927d9ca05f4d959819022f5b3664b64bae" | ||
dependencies: | ||
setimmediate "^1.0.4" | ||
|
||
tmatch@^2.0.1: | ||
version "2.0.1" | ||
resolved "https://registry.yarnpkg.com/tmatch/-/tmatch-2.0.1.tgz#0c56246f33f30da1b8d3d72895abaf16660f38cf" | ||
|