This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a15b7ce
commit a20a8f1
Showing
2 changed files
with
164 additions
and
31 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 |
---|---|---|
|
@@ -35,13 +35,30 @@ | |
dependencies: | ||
"@babel/types" "^7.7.4" | ||
|
||
"@babel/helper-module-imports@^7.10.3": | ||
version "7.10.3" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.10.3.tgz#766fa1d57608e53e5676f23ae498ec7a95e1b11a" | ||
integrity sha512-Jtqw5M9pahLSUWA+76nhK9OG8nwYXzhQzVIGFoNaHnXF/r4l7kz4Fl0UAW7B6mqC5myoJiBP5/YQlXQTMfHI9w== | ||
dependencies: | ||
"@babel/types" "^7.10.3" | ||
|
||
"@babel/helper-plugin-utils@^7.10.3": | ||
version "7.10.3" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.3.tgz#aac45cccf8bc1873b99a85f34bceef3beb5d3244" | ||
integrity sha512-j/+j8NAWUTxOtx4LKHybpSClxHoq6I91DQ/mKgAXn5oNUPIUiGppjPIX3TDtJWPrdfP9Kfl7e4fgVMiQR9VE/g== | ||
|
||
"@babel/helper-split-export-declaration@^7.7.4": | ||
version "7.7.4" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.7.4.tgz#57292af60443c4a3622cf74040ddc28e68336fd8" | ||
integrity sha512-guAg1SXFcVr04Guk9eq0S4/rWS++sbmyqosJzVs8+1fH5NI+ZcmkaSkc7dmtAFbHFva6yRJnjW3yAcGxjueDug== | ||
dependencies: | ||
"@babel/types" "^7.7.4" | ||
|
||
"@babel/helper-validator-identifier@^7.10.3": | ||
version "7.10.3" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.3.tgz#60d9847f98c4cea1b279e005fdb7c28be5412d15" | ||
integrity sha512-bU8JvtlYpJSBPuj1VUmKpFGaDZuLxASky3LhaKj3bmpSTY6VWooSM8msk+Z0CZoErFye2tlABF6yDkT3FOPAXw== | ||
|
||
"@babel/highlight@^7.0.0": | ||
version "7.5.0" | ||
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.5.0.tgz#56d11312bd9248fa619591d02472be6e8cb32540" | ||
|
@@ -56,6 +73,16 @@ | |
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.7.5.tgz#cbf45321619ac12d83363fcf9c94bb67fa646d71" | ||
integrity sha512-KNlOe9+/nk4i29g0VXgl8PEXIRms5xKLJeuZ6UptN0fHv+jDiriG+y94X6qAgWTR0h3KaoM1wK5G5h7MHFRSig== | ||
|
||
"@babel/plugin-transform-runtime@^7.5.5": | ||
version "7.10.3" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.10.3.tgz#3b287b06acc534a7cb6e6c71d6b1d88b1922dd6c" | ||
integrity sha512-b5OzMD1Hi8BBzgQdRHyVVaYrk9zG0wset1it2o3BgonkPadXfOv0aXRqd7864DeOIu3FGKP/h6lr15FE5mahVw== | ||
dependencies: | ||
"@babel/helper-module-imports" "^7.10.3" | ||
"@babel/helper-plugin-utils" "^7.10.3" | ||
resolve "^1.8.1" | ||
semver "^5.5.1" | ||
|
||
"@babel/runtime-corejs2@^7.2.0": | ||
version "7.7.6" | ||
resolved "https://registry.yarnpkg.com/@babel/runtime-corejs2/-/runtime-corejs2-7.7.6.tgz#50b7cd4eab929b4cb66167c4972d35eaceaa124b" | ||
|
@@ -64,6 +91,13 @@ | |
core-js "^2.6.5" | ||
regenerator-runtime "^0.13.2" | ||
|
||
"@babel/runtime@^7.5.5": | ||
version "7.10.3" | ||
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.10.3.tgz#670d002655a7c366540c67f6fd3342cd09500364" | ||
integrity sha512-RzGO0RLSdokm9Ipe/YD+7ww8X2Ro79qiXZF3HU9ljrM+qnJmH1Vqth+hbiQZy761LnMJTMitHDuKVYTk3k4dLw== | ||
dependencies: | ||
regenerator-runtime "^0.13.4" | ||
|
||
"@babel/runtime@^7.6.3": | ||
version "7.7.6" | ||
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.7.6.tgz#d18c511121aff1b4f2cd1d452f1bac9601dd830f" | ||
|
@@ -95,6 +129,15 @@ | |
globals "^11.1.0" | ||
lodash "^4.17.13" | ||
|
||
"@babel/types@^7.10.3": | ||
version "7.10.3" | ||
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.3.tgz#6535e3b79fea86a6b09e012ea8528f935099de8e" | ||
integrity sha512-nZxaJhBXBQ8HVoIcGsf9qWep3Oh3jCENK54V4mRF7qaJabVsAYdbTtmSD8WmAp1R6ytPiu5apMwSXyxB1WlaBA== | ||
dependencies: | ||
"@babel/helper-validator-identifier" "^7.10.3" | ||
lodash "^4.17.13" | ||
to-fast-properties "^2.0.0" | ||
|
||
"@babel/types@^7.4.0", "@babel/types@^7.7.4": | ||
version "7.7.4" | ||
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.7.4.tgz#516570d539e44ddf308c07569c258ff94fde9193" | ||
|
@@ -1111,6 +1154,34 @@ | |
lunr "^2.3.6" | ||
underscore "^1.9.1" | ||
|
||
"@trufflesuite/[email protected]": | ||
version "14.0.6" | ||
resolved "https://registry.yarnpkg.com/@trufflesuite/web3-provider-engine/-/web3-provider-engine-14.0.6.tgz#024d192cde9534a778e5d2436be1caf3c553a2e0" | ||
integrity sha512-nBLwJYCmEDtABIDib9VpwbtwsNRlDZ3Slsu0F2HsOf8MnFUXF4/7ysSH/Q9SXLeAyp0HvsMv4v123PpPwrv4Hg== | ||
dependencies: | ||
async "^2.5.0" | ||
backoff "^2.5.0" | ||
clone "^2.0.0" | ||
cross-fetch "^2.1.0" | ||
eth-block-tracker "^4.2.0" | ||
eth-json-rpc-filters "^4.0.2" | ||
eth-json-rpc-infura "^3.1.0" | ||
eth-json-rpc-middleware "^4.1.1" | ||
eth-sig-util "^1.4.2" | ||
ethereumjs-block "^1.2.2" | ||
ethereumjs-tx "^1.2.0" | ||
ethereumjs-util "^5.1.5" | ||
ethereumjs-vm "^2.3.4" | ||
json-rpc-error "^2.0.0" | ||
json-stable-stringify "^1.0.1" | ||
promise-to-callback "^1.0.0" | ||
readable-stream "^2.2.9" | ||
request "^2.85.0" | ||
semaphore "^1.0.3" | ||
ws "^5.1.1" | ||
xhr "^2.2.0" | ||
xtend "^4.0.1" | ||
|
||
"@types/anymatch@*": | ||
version "1.3.1" | ||
resolved "https://registry.yarnpkg.com/@types/anymatch/-/anymatch-1.3.1.tgz#336badc1beecb9dacc38bea2cf32adf627a8421a" | ||
|
@@ -2351,6 +2422,11 @@ author-regex@^1.0.0: | |
resolved "https://registry.yarnpkg.com/author-regex/-/author-regex-1.0.0.tgz#d08885be6b9bbf9439fe087c76287245f0a81450" | ||
integrity sha1-0IiFvmubv5Q5/gh8dihyRfCoFFA= | ||
|
||
await-semaphore@^0.1.3: | ||
version "0.1.3" | ||
resolved "https://registry.yarnpkg.com/await-semaphore/-/await-semaphore-0.1.3.tgz#2b88018cc8c28e06167ae1cdff02504f1f9688d3" | ||
integrity sha512-d1W2aNSYcz/sxYO4pMGX9vq65qOTu0P800epMud+6cYYX0QcT7zyqcxec3VWzpgvdXo57UWmVbZpLMjX2m1I7Q== | ||
|
||
aws-sign2@~0.7.0: | ||
version "0.7.0" | ||
resolved "https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.7.0.tgz#b46e890934a9591f2d2f6f86d7e6a9f1b3fe76a8" | ||
|
@@ -3358,6 +3434,11 @@ btoa-lite@^1.0.0: | |
resolved "https://registry.yarnpkg.com/btoa-lite/-/btoa-lite-1.0.0.tgz#337766da15801210fdd956c22e9c6891ab9d0337" | ||
integrity sha1-M3dm2hWAEhD92VbCLpxokaudAzc= | ||
|
||
btoa@^1.2.1: | ||
version "1.2.1" | ||
resolved "https://registry.yarnpkg.com/btoa/-/btoa-1.2.1.tgz#01a9909f8b2c93f6bf680ba26131eb30f7fa3d73" | ||
integrity sha512-SB4/MIGlsiVkMcHmT+pSmIPoNDoHg+7cMzmt3Uxt628MTz2487DKSqK/fuhFBrkuqrYv5UCEnACpF4dTFNKc/g== | ||
|
||
buffer-alloc-unsafe@^1.1.0: | ||
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/buffer-alloc-unsafe/-/buffer-alloc-unsafe-1.1.0.tgz#bd7dc26ae2972d0eda253be061dba992349c19f0" | ||
|
@@ -5780,6 +5861,18 @@ eth-block-tracker@^3.0.0: | |
pify "^2.3.0" | ||
tape "^4.6.3" | ||
|
||
eth-block-tracker@^4.2.0: | ||
version "4.4.3" | ||
resolved "https://registry.yarnpkg.com/eth-block-tracker/-/eth-block-tracker-4.4.3.tgz#766a0a0eb4a52c867a28328e9ae21353812cf626" | ||
integrity sha512-A8tG4Z4iNg4mw5tP1Vung9N9IjgMNqpiMoJ/FouSFwNCGHv2X0mmOYwtQOJzki6XN7r7Tyo01S29p7b224I4jw== | ||
dependencies: | ||
"@babel/plugin-transform-runtime" "^7.5.5" | ||
"@babel/runtime" "^7.5.5" | ||
eth-query "^2.1.0" | ||
json-rpc-random-id "^1.0.1" | ||
pify "^3.0.0" | ||
safe-event-emitter "^1.0.1" | ||
|
||
[email protected], eth-ens-namehash@^2.0.0, eth-ens-namehash@^2.0.8: | ||
version "2.0.8" | ||
resolved "https://registry.yarnpkg.com/eth-ens-namehash/-/eth-ens-namehash-2.0.8.tgz#229ac46eca86d52e0c991e7cb2aef83ff0f68bcf" | ||
|
@@ -5788,6 +5881,32 @@ [email protected], eth-ens-namehash@^2.0.0, eth-ens-namehash@^2.0.8: | |
idna-uts46-hx "^2.3.1" | ||
js-sha3 "^0.5.7" | ||
|
||
eth-json-rpc-errors@^1.0.1: | ||
version "1.1.1" | ||
resolved "https://registry.yarnpkg.com/eth-json-rpc-errors/-/eth-json-rpc-errors-1.1.1.tgz#148377ef55155585981c21ff574a8937f9d6991f" | ||
integrity sha512-WT5shJ5KfNqHi9jOZD+ID8I1kuYWNrigtZat7GOQkvwo99f8SzAVaEcWhJUv656WiZOAg3P1RiJQANtUmDmbIg== | ||
dependencies: | ||
fast-safe-stringify "^2.0.6" | ||
|
||
eth-json-rpc-errors@^2.0.1: | ||
version "2.0.2" | ||
resolved "https://registry.yarnpkg.com/eth-json-rpc-errors/-/eth-json-rpc-errors-2.0.2.tgz#c1965de0301fe941c058e928bebaba2e1285e3c4" | ||
integrity sha512-uBCRM2w2ewusRHGxN8JhcuOb2RN3ueAOYH/0BhqdFmQkZx5lj5+fLKTz0mIVOzd4FG5/kUksCzCD7eTEim6gaA== | ||
dependencies: | ||
fast-safe-stringify "^2.0.6" | ||
|
||
eth-json-rpc-filters@^4.0.2: | ||
version "4.1.1" | ||
resolved "https://registry.yarnpkg.com/eth-json-rpc-filters/-/eth-json-rpc-filters-4.1.1.tgz#15277c66790236d85f798f4d7dc6bab99a798cd2" | ||
integrity sha512-GkXb2h6STznD+AmMzblwXgm1JMvjdK9PTIXG7BvIkTlXQ9g0QOxuU1iQRYHoslF9S30BYBSoLSisAYPdLggW+A== | ||
dependencies: | ||
await-semaphore "^0.1.3" | ||
eth-json-rpc-middleware "^4.1.4" | ||
eth-query "^2.1.2" | ||
json-rpc-engine "^5.1.3" | ||
lodash.flatmap "^4.5.0" | ||
safe-event-emitter "^1.0.1" | ||
|
||
eth-json-rpc-infura@^3.1.0: | ||
version "3.2.1" | ||
resolved "https://registry.yarnpkg.com/eth-json-rpc-infura/-/eth-json-rpc-infura-3.2.1.tgz#26702a821067862b72d979c016fd611502c6057f" | ||
|
@@ -5817,6 +5936,26 @@ eth-json-rpc-middleware@^1.5.0: | |
promise-to-callback "^1.0.0" | ||
tape "^4.6.3" | ||
|
||
eth-json-rpc-middleware@^4.1.1, eth-json-rpc-middleware@^4.1.4: | ||
version "4.4.1" | ||
resolved "https://registry.yarnpkg.com/eth-json-rpc-middleware/-/eth-json-rpc-middleware-4.4.1.tgz#07d3dd0724c24a8d31e4a172ee96271da71b4228" | ||
integrity sha512-yoSuRgEYYGFdVeZg3poWOwAlRI+MoBIltmOB86MtpoZjvLbou9EB/qWMOWSmH2ryCWLW97VYY6NWsmWm3OAA7A== | ||
dependencies: | ||
btoa "^1.2.1" | ||
clone "^2.1.1" | ||
eth-json-rpc-errors "^1.0.1" | ||
eth-query "^2.1.2" | ||
eth-sig-util "^1.4.2" | ||
ethereumjs-block "^1.6.0" | ||
ethereumjs-tx "^1.3.7" | ||
ethereumjs-util "^5.1.2" | ||
ethereumjs-vm "^2.6.0" | ||
fetch-ponyfill "^4.0.0" | ||
json-rpc-engine "^5.1.3" | ||
json-stable-stringify "^1.0.1" | ||
pify "^3.0.0" | ||
safe-event-emitter "^1.0.1" | ||
|
||
[email protected]: | ||
version "0.2.7" | ||
resolved "https://registry.yarnpkg.com/eth-lib/-/eth-lib-0.2.7.tgz#2f93f17b1e23aec3759cd4a3fe20c1286a3fc1ca" | ||
|
@@ -6025,7 +6164,7 @@ [email protected], ethereumjs-tx@^2.1.2: | |
ethereumjs-common "^1.5.0" | ||
ethereumjs-util "^6.0.0" | ||
|
||
ethereumjs-tx@^1.0.0, ethereumjs-tx@^1.1.1, ethereumjs-tx@^1.2.0, ethereumjs-tx@^1.2.2, ethereumjs-tx@^1.3.3: | ||
ethereumjs-tx@^1.0.0, ethereumjs-tx@^1.1.1, ethereumjs-tx@^1.2.0, ethereumjs-tx@^1.2.2, ethereumjs-tx@^1.3.3, ethereumjs-tx@^1.3.7: | ||
version "1.3.7" | ||
resolved "https://registry.yarnpkg.com/ethereumjs-tx/-/ethereumjs-tx-1.3.7.tgz#88323a2d875b10549b8347e09f4862b546f3d89a" | ||
integrity sha512-wvLMxzt1RPhAQ9Yi3/HKZTn0FZYpnsmQdbKYfUUpi4j1SEIcbkd9tndVjcPrufY3V7j2IebOpC00Zp2P/Ay2kA== | ||
|
@@ -6527,7 +6666,7 @@ fast-levenshtein@~2.0.6: | |
resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917" | ||
integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc= | ||
|
||
fast-safe-stringify@^2.0.7: | ||
fast-safe-stringify@^2.0.6, fast-safe-stringify@^2.0.7: | ||
version "2.0.7" | ||
resolved "https://registry.yarnpkg.com/fast-safe-stringify/-/fast-safe-stringify-2.0.7.tgz#124aa885899261f68aedb42a7c080de9da608743" | ||
integrity sha512-Utm6CdzT+6xsDk2m8S6uL8VHxNwI6Jub+e9NYTcAms28T84pTa25GJQV9j0CY0N1rM8hK4x6grpF2BQf+2qwVA== | ||
|
@@ -9131,14 +9270,24 @@ json-rpc-engine@^3.4.0, json-rpc-engine@^3.6.0: | |
promise-to-callback "^1.0.0" | ||
safe-event-emitter "^1.0.1" | ||
|
||
json-rpc-engine@^5.1.3: | ||
version "5.1.8" | ||
resolved "https://registry.yarnpkg.com/json-rpc-engine/-/json-rpc-engine-5.1.8.tgz#5ba0147ce571899bbaa7133ffbc05317c34a3c7f" | ||
integrity sha512-vTBSDEPJV1fPAsbm2g5sEuPjsgLdiab2f1CTn2PyRr8nxggUpA996PDlNQDsM0gnrA99F8KIBLq2nIKrOFl1Mg== | ||
dependencies: | ||
async "^2.0.1" | ||
eth-json-rpc-errors "^2.0.1" | ||
promise-to-callback "^1.0.0" | ||
safe-event-emitter "^1.0.1" | ||
|
||
json-rpc-error@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/json-rpc-error/-/json-rpc-error-2.0.0.tgz#a7af9c202838b5e905c7250e547f1aff77258a02" | ||
integrity sha1-p6+cICg4tekFxyUOVH8a/3cligI= | ||
dependencies: | ||
inherits "^2.0.1" | ||
|
||
json-rpc-random-id@^1.0.0: | ||
json-rpc-random-id@^1.0.0, json-rpc-random-id@^1.0.1: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/json-rpc-random-id/-/json-rpc-random-id-1.0.1.tgz#ba49d96aded1444dbb8da3d203748acbbcdec8c8" | ||
integrity sha1-uknZat7RRE27jaPSA3SKy7zeyMg= | ||
|
@@ -9886,6 +10035,11 @@ lodash.filter@^4.4.0: | |
resolved "https://registry.yarnpkg.com/lodash.filter/-/lodash.filter-4.6.0.tgz#668b1d4981603ae1cc5a6fa760143e480b4c4ace" | ||
integrity sha1-ZosdSYFgOuHMWm+nYBQ+SAtMSs4= | ||
|
||
lodash.flatmap@^4.5.0: | ||
version "4.5.0" | ||
resolved "https://registry.yarnpkg.com/lodash.flatmap/-/lodash.flatmap-4.5.0.tgz#ef8cbf408f6e48268663345305c6acc0b778702e" | ||
integrity sha1-74y/QI9uSCaGYzRTBcaswLd4cC4= | ||
|
||
lodash.flatten@^4.2.0, lodash.flatten@^4.4.0: | ||
version "4.4.0" | ||
resolved "https://registry.yarnpkg.com/lodash.flatten/-/lodash.flatten-4.4.0.tgz#f31c22225a9632d2bbf8e4addbef240aa765a61f" | ||
|
@@ -12911,6 +13065,11 @@ regenerator-runtime@^0.13.2: | |
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.3.tgz#7cf6a77d8f5c6f60eb73c5fc1955b2ceb01e6bf5" | ||
integrity sha512-naKIZz2GQ8JWh///G7L3X6LaQUAMp2lvb1rvwwsURe/VXwD6VMfr+/1NuNw3ag8v2kY1aQ/go5SNn79O9JU7yw== | ||
|
||
regenerator-runtime@^0.13.4: | ||
version "0.13.5" | ||
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.5.tgz#d878a1d094b4306d10b9096484b33ebd55e26697" | ||
integrity sha512-ZS5w8CpKFinUzOwW3c83oPeVXoNsrLsaCoLtJvAClH135j/R77RuymhiSErhm2lKcwSCIpmvIWSbDkIfAqKQlA== | ||
|
||
regenerator-transform@^0.10.0: | ||
version "0.10.1" | ||
resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.10.1.tgz#1e4996837231da8b7f3cf4114d71b5691a0680dd" | ||
|
@@ -13230,7 +13389,7 @@ resolve@^1.1.3, resolve@^1.1.4, resolve@^1.1.6, resolve@^1.1.7, resolve@^1.10.0, | |
dependencies: | ||
path-parse "^1.0.6" | ||
|
||
resolve@^1.4.0: | ||
resolve@^1.4.0, resolve@^1.8.1: | ||
version "1.17.0" | ||
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.17.0.tgz#b25941b54968231cc2d1bb76a79cb7f2c0bf8444" | ||
integrity sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w== | ||
|
@@ -16271,31 +16430,6 @@ [email protected]: | |
xhr "^2.2.0" | ||
xtend "^4.0.1" | ||
|
||
"web3-provider-engine@https://github.com/trufflesuite/provider-engine#web3-one": | ||
version "14.0.6" | ||
resolved "https://github.com/trufflesuite/provider-engine#3538c60bc4836b73ccae1ac3f64c8fed8ef19c1a" | ||
dependencies: | ||
async "^2.5.0" | ||
backoff "^2.5.0" | ||
clone "^2.0.0" | ||
cross-fetch "^2.1.0" | ||
eth-block-tracker "^3.0.0" | ||
eth-json-rpc-infura "^3.1.0" | ||
eth-sig-util "^1.4.2" | ||
ethereumjs-block "^1.2.2" | ||
ethereumjs-tx "^1.2.0" | ||
ethereumjs-util "^5.1.5" | ||
ethereumjs-vm "^2.3.4" | ||
json-rpc-error "^2.0.0" | ||
json-stable-stringify "^1.0.1" | ||
promise-to-callback "^1.0.0" | ||
readable-stream "^2.2.9" | ||
request "^2.85.0" | ||
semaphore "^1.0.3" | ||
ws "^5.1.1" | ||
xhr "^2.2.0" | ||
xtend "^4.0.1" | ||
|
||
[email protected]: | ||
version "1.2.1" | ||
resolved "https://registry.yarnpkg.com/web3-providers-http/-/web3-providers-http-1.2.1.tgz#c93ea003a42e7b894556f7e19dd3540f947f5013" | ||
|
@@ -16596,7 +16730,6 @@ [email protected], "websocket@github:web3-js/WebSocket-Node#polyfill/globalThis": | |
dependencies: | ||
debug "^2.2.0" | ||
es5-ext "^0.10.50" | ||
gulp "^4.0.2" | ||
nan "^2.14.0" | ||
typedarray-to-buffer "^3.1.5" | ||
yaeti "^0.0.6" | ||
|