-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
This should be in devDependencies, not in dependencies.
Lines 27 to 29 in f942d32
| "dependencies": { | |
| "@nomiclabs/hardhat-truffle5": "^2.0.0" | |
| } |
This is resulting in a ton of unnecessary dependencies from just installing @ensdomains/ens-contracts!
We're talking about 200MB of unnecessary dependencies, seen below:
└─┬ @ensdomains/ens-contracts@0.0.16
├─┬ @ensdomains/buffer@0.0.13
│ └─┬ @nomiclabs/hardhat-truffle5@2.0.7
│ ├─┬ @nomiclabs/hardhat-web3@2.0.0
│ │ ├─┬ @types/bignumber.js@5.0.0
│ │ │ └── bignumber.js@7.2.1 deduped
│ │ ├── hardhat@2.12.6 deduped
│ │ └── web3@1.8.1 deduped
│ ├─┬ @nomiclabs/truffle-contract@4.5.10
│ │ ├─┬ @ensdomains/ensjs@2.1.0
│ │ │ ├─┬ @babel/runtime@7.20.7
│ │ │ │ └── regenerator-runtime@0.13.11
│ │ │ ├─┬ @ensdomains/address-encoder@0.1.9
│ │ │ │ ├── bech32@1.1.4
│ │ │ │ ├── blakejs@1.2.1 deduped
│ │ │ │ ├── bn.js@4.12.0 deduped
│ │ │ │ ├─┬ bs58@4.0.1
│ │ │ │ │ └─┬ base-x@3.0.9
│ │ │ │ │ └── safe-buffer@5.2.1 deduped
│ │ │ │ ├─┬ crypto-addr-codec@0.1.7
│ │ │ │ │ ├── base-x@3.0.9 deduped
│ │ │ │ │ ├── big-integer@1.6.36
│ │ │ │ │ ├── blakejs@1.2.1 deduped
│ │ │ │ │ ├── bs58@4.0.1 deduped
│ │ │ │ │ ├── ripemd160-min@0.0.6
│ │ │ │ │ ├── safe-buffer@5.2.1 deduped
│ │ │ │ │ └─┬ sha3@2.1.4
│ │ │ │ │ └─┬ buffer@6.0.3
│ │ │ │ │ ├── base64-js@1.5.1 deduped
│ │ │ │ │ └── ieee754@1.2.1 deduped
│ │ │ │ ├── nano-base32@1.0.1
│ │ │ │ └── ripemd160@2.0.2 deduped
│ │ │ ├─┬ @ensdomains/ens@0.4.5
│ │ │ │ ├── bluebird@3.7.2 deduped
│ │ │ │ ├── eth-ens-namehash@2.0.8 deduped
│ │ │ │ ├─┬ solc@0.4.26
│ │ │ │ │ ├─┬ fs-extra@0.30.0
│ │ │ │ │ │ ├── graceful-fs@4.2.10 deduped
│ │ │ │ │ │ ├─┬ jsonfile@2.4.0
│ │ │ │ │ │ │ └── graceful-fs@4.2.10 deduped
│ │ │ │ │ │ ├── klaw@1.3.1 deduped
│ │ │ │ │ │ ├── path-is-absolute@1.0.1 deduped
│ │ │ │ │ │ └── rimraf@2.7.1 deduped
│ │ │ │ │ ├── memorystream@0.3.1 deduped
│ │ │ │ │ ├── require-from-string@1.2.1
│ │ │ │ │ ├── semver@5.7.1
│ │ │ │ │ └─┬ yargs@4.8.1
│ │ │ │ │ ├─┬ cliui@3.2.0
│ │ │ │ │ │ ├── string-width@1.0.2 deduped
│ │ │ │ │ │ ├─┬ strip-ansi@3.0.1
│ │ │ │ │ │ │ └── ansi-regex@2.1.1
│ │ │ │ │ │ └─┬ wrap-ansi@2.1.0
│ │ │ │ │ │ ├── string-width@1.0.2 deduped
│ │ │ │ │ │ └── strip-ansi@3.0.1 deduped
│ │ │ │ │ ├── decamelize@1.2.0
│ │ │ │ │ ├── get-caller-file@1.0.3
│ │ │ │ │ ├── lodash.assign@4.2.0
│ │ │ │ │ ├─┬ os-locale@1.4.0
│ │ │ │ │ │ └─┬ lcid@1.0.0
│ │ │ │ │ │ └── invert-kv@1.0.0
│ │ │ │ │ ├─┬ read-pkg-up@1.0.1
│ │ │ │ │ │ ├─┬ find-up@1.1.2
│ │ │ │ │ │ │ ├─┬ path-exists@2.1.0
│ │ │ │ │ │ │ │ └── pinkie-promise@2.0.1 deduped
│ │ │ │ │ │ │ └─┬ pinkie-promise@2.0.1
│ │ │ │ │ │ │ └── pinkie@2.0.4
│ │ │ │ │ │ └─┬ read-pkg@1.1.0
│ │ │ │ │ │ ├─┬ load-json-file@1.1.0
│ │ │ │ │ │ │ ├── graceful-fs@4.2.10 deduped
│ │ │ │ │ │ │ ├─┬ parse-json@2.2.0
│ │ │ │ │ │ │ │ └─┬ error-ex@1.3.2
│ │ │ │ │ │ │ │ └── is-arrayish@0.2.1
│ │ │ │ │ │ │ ├── pify@2.3.0
│ │ │ │ │ │ │ ├── pinkie-promise@2.0.1 deduped
│ │ │ │ │ │ │ └─┬ strip-bom@2.0.0
│ │ │ │ │ │ │ └── is-utf8@0.2.1
│ │ │ │ │ │ ├─┬ normalize-package-data@2.5.0
│ │ │ │ │ │ │ ├── hosted-git-info@2.8.9
│ │ │ │ │ │ │ ├── resolve@1.17.0 deduped
│ │ │ │ │ │ │ ├── semver@5.7.1
│ │ │ │ │ │ │ └─┬ validate-npm-package-license@3.0.4
│ │ │ │ │ │ │ ├─┬ spdx-correct@3.1.1
│ │ │ │ │ │ │ │ ├── spdx-expression-parse@3.0.1 deduped
│ │ │ │ │ │ │ │ └── spdx-license-ids@3.0.12
│ │ │ │ │ │ │ └─┬ spdx-expression-parse@3.0.1
│ │ │ │ │ │ │ ├── spdx-exceptions@2.3.0
│ │ │ │ │ │ │ └── spdx-license-ids@3.0.12 deduped
│ │ │ │ │ │ └─┬ path-type@1.1.0
│ │ │ │ │ │ ├── graceful-fs@4.2.10 deduped
│ │ │ │ │ │ ├── pify@2.3.0 deduped
│ │ │ │ │ │ └── pinkie-promise@2.0.1 deduped
│ │ │ │ │ ├── require-directory@2.1.1 deduped
│ │ │ │ │ ├── require-main-filename@1.0.1
│ │ │ │ │ ├── set-blocking@2.0.0
│ │ │ │ │ ├─┬ string-width@1.0.2
│ │ │ │ │ │ ├── code-point-at@1.1.0
│ │ │ │ │ │ ├─┬ is-fullwidth-code-point@1.0.0
│ │ │ │ │ │ │ └── number-is-nan@1.0.1
│ │ │ │ │ │ └── strip-ansi@3.0.1 deduped
│ │ │ │ │ ├── which-module@1.0.0
│ │ │ │ │ ├── window-size@0.2.0
│ │ │ │ │ ├── y18n@3.2.2
│ │ │ │ │ └─┬ yargs-parser@2.4.1
│ │ │ │ │ ├── camelcase@3.0.0
│ │ │ │ │ └── lodash.assign@4.2.0 deduped
│ │ │ │ ├── testrpc@0.0.1
│ │ │ │ └── web3-utils@1.8.1 deduped
│ │ │ ├── @ensdomains/resolver@0.2.4
│ │ │ ├─┬ content-hash@2.5.2
│ │ │ │ ├─┬ cids@0.7.5
│ │ │ │ │ ├── buffer@5.7.1 deduped
│ │ │ │ │ ├── class-is@1.1.0
│ │ │ │ │ ├─┬ multibase@0.6.1
│ │ │ │ │ │ ├── base-x@3.0.9 deduped
│ │ │ │ │ │ └── buffer@5.7.1 deduped
│ │ │ │ │ ├─┬ multicodec@1.0.4
│ │ │ │ │ │ ├── buffer@5.7.1 deduped
│ │ │ │ │ │ └── varint@5.0.2 deduped
│ │ │ │ │ └── multihashes@0.4.21 deduped
│ │ │ │ ├─┬ multicodec@0.5.7
│ │ │ │ │ └── varint@5.0.2
│ │ │ │ └─┬ multihashes@0.4.21
│ │ │ │ ├── buffer@5.7.1 deduped
│ │ │ │ ├─┬ multibase@0.7.0
│ │ │ │ │ ├── base-x@3.0.9 deduped
│ │ │ │ │ └── buffer@5.7.1 deduped
│ │ │ │ └── varint@5.0.2 deduped
│ │ │ ├─┬ eth-ens-namehash@2.0.8
│ │ │ │ ├─┬ idna-uts46-hx@2.3.1
│ │ │ │ │ └── punycode@2.1.0
│ │ │ │ └── js-sha3@0.5.7
│ │ │ ├─┬ ethers@5.7.2
│ │ │ │ ├── @ethersproject/abi@5.7.0 deduped
│ │ │ │ ├─┬ @ethersproject/abstract-provider@5.7.0
│ │ │ │ │ ├── @ethersproject/bignumber@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/bytes@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/logger@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/networks@5.7.1 deduped
│ │ │ │ │ ├── @ethersproject/properties@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/transactions@5.7.0 deduped
│ │ │ │ │ └── @ethersproject/web@5.7.1 deduped
│ │ │ │ ├─┬ @ethersproject/abstract-signer@5.7.0
│ │ │ │ │ ├── @ethersproject/abstract-provider@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/bignumber@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/bytes@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/logger@5.7.0 deduped
│ │ │ │ │ └── @ethersproject/properties@5.7.0 deduped
│ │ │ │ ├── @ethersproject/address@5.7.0 deduped
│ │ │ │ ├─┬ @ethersproject/base64@5.7.0
│ │ │ │ │ └── @ethersproject/bytes@5.7.0 deduped
│ │ │ │ ├─┬ @ethersproject/basex@5.7.0
│ │ │ │ │ ├── @ethersproject/bytes@5.7.0 deduped
│ │ │ │ │ └── @ethersproject/properties@5.7.0 deduped
│ │ │ │ ├── @ethersproject/bignumber@5.7.0 deduped
│ │ │ │ ├── @ethersproject/bytes@5.7.0 deduped
│ │ │ │ ├── @ethersproject/constants@5.7.0 deduped
│ │ │ │ ├─┬ @ethersproject/contracts@5.7.0
│ │ │ │ │ ├── @ethersproject/abi@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/abstract-provider@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/abstract-signer@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/address@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/bignumber@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/bytes@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/constants@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/logger@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/properties@5.7.0 deduped
│ │ │ │ │ └── @ethersproject/transactions@5.7.0 deduped
│ │ │ │ ├── @ethersproject/hash@5.7.0 deduped
│ │ │ │ ├─┬ @ethersproject/hdnode@5.7.0
│ │ │ │ │ ├── @ethersproject/abstract-signer@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/basex@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/bignumber@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/bytes@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/logger@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/pbkdf2@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/properties@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/sha2@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/signing-key@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/strings@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/transactions@5.7.0 deduped
│ │ │ │ │ └── @ethersproject/wordlists@5.7.0 deduped
│ │ │ │ ├─┬ @ethersproject/json-wallets@5.7.0
│ │ │ │ │ ├── @ethersproject/abstract-signer@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/address@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/bytes@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/hdnode@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/keccak256@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/logger@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/pbkdf2@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/properties@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/random@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/strings@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/transactions@5.7.0 deduped
│ │ │ │ │ ├── aes-js@3.0.0 deduped
│ │ │ │ │ └── scrypt-js@3.0.1 deduped
│ │ │ │ ├── @ethersproject/keccak256@5.7.0 deduped
│ │ │ │ ├── @ethersproject/logger@5.7.0 deduped
│ │ │ │ ├─┬ @ethersproject/networks@5.7.1
│ │ │ │ │ └── @ethersproject/logger@5.7.0 deduped
│ │ │ │ ├─┬ @ethersproject/pbkdf2@5.7.0
│ │ │ │ │ ├── @ethersproject/bytes@5.7.0 deduped
│ │ │ │ │ └── @ethersproject/sha2@5.7.0 deduped
│ │ │ │ ├── @ethersproject/properties@5.7.0 deduped
│ │ │ │ ├─┬ @ethersproject/providers@5.7.2
│ │ │ │ │ ├── @ethersproject/abstract-provider@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/abstract-signer@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/address@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/base64@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/basex@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/bignumber@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/bytes@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/constants@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/hash@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/logger@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/networks@5.7.1 deduped
│ │ │ │ │ ├── @ethersproject/properties@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/random@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/rlp@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/sha2@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/strings@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/transactions@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/web@5.7.1 deduped
│ │ │ │ │ ├── bech32@1.1.4 deduped
│ │ │ │ │ └─┬ ws@7.4.6
│ │ │ │ │ ├── bufferutil@4.0.7 deduped
│ │ │ │ │ └── utf-8-validate@5.0.10 deduped
│ │ │ │ ├─┬ @ethersproject/random@5.7.0
│ │ │ │ │ ├── @ethersproject/bytes@5.7.0 deduped
│ │ │ │ │ └── @ethersproject/logger@5.7.0 deduped
│ │ │ │ ├─┬ @ethersproject/rlp@5.7.0
│ │ │ │ │ ├── @ethersproject/bytes@5.7.0 deduped
│ │ │ │ │ └── @ethersproject/logger@5.7.0 deduped
│ │ │ │ ├─┬ @ethersproject/sha2@5.7.0
│ │ │ │ │ ├── @ethersproject/bytes@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/logger@5.7.0 deduped
│ │ │ │ │ └── hash.js@1.1.7 deduped
│ │ │ │ ├─┬ @ethersproject/signing-key@5.7.0
│ │ │ │ │ ├── @ethersproject/bytes@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/logger@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/properties@5.7.0 deduped
│ │ │ │ │ ├── bn.js@5.2.1
│ │ │ │ │ ├── elliptic@6.5.4 deduped
│ │ │ │ │ └── hash.js@1.1.7 deduped
│ │ │ │ ├─┬ @ethersproject/solidity@5.7.0
│ │ │ │ │ ├── @ethersproject/bignumber@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/bytes@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/keccak256@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/logger@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/sha2@5.7.0 deduped
│ │ │ │ │ └── @ethersproject/strings@5.7.0 deduped
│ │ │ │ ├── @ethersproject/strings@5.7.0 deduped
│ │ │ │ ├─┬ @ethersproject/transactions@5.7.0
│ │ │ │ │ ├── @ethersproject/address@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/bignumber@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/bytes@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/constants@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/keccak256@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/logger@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/properties@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/rlp@5.7.0 deduped
│ │ │ │ │ └── @ethersproject/signing-key@5.7.0 deduped
│ │ │ │ ├─┬ @ethersproject/units@5.7.0
│ │ │ │ │ ├── @ethersproject/bignumber@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/constants@5.7.0 deduped
│ │ │ │ │ └── @ethersproject/logger@5.7.0 deduped
│ │ │ │ ├─┬ @ethersproject/wallet@5.7.0
│ │ │ │ │ ├── @ethersproject/abstract-provider@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/abstract-signer@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/address@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/bignumber@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/bytes@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/hash@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/hdnode@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/json-wallets@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/keccak256@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/logger@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/properties@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/random@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/signing-key@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/transactions@5.7.0 deduped
│ │ │ │ │ └── @ethersproject/wordlists@5.7.0 deduped
│ │ │ │ ├─┬ @ethersproject/web@5.7.1
│ │ │ │ │ ├── @ethersproject/base64@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/bytes@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/logger@5.7.0 deduped
│ │ │ │ │ ├── @ethersproject/properties@5.7.0 deduped
│ │ │ │ │ └── @ethersproject/strings@5.7.0 deduped
│ │ │ │ └─┬ @ethersproject/wordlists@5.7.0
│ │ │ │ ├── @ethersproject/bytes@5.7.0 deduped
│ │ │ │ ├── @ethersproject/hash@5.7.0 deduped
│ │ │ │ ├── @ethersproject/logger@5.7.0 deduped
│ │ │ │ ├── @ethersproject/properties@5.7.0 deduped
│ │ │ │ └── @ethersproject/strings@5.7.0 deduped
│ │ │ └── js-sha3@0.8.0
│ │ ├── @truffle/blockchain-utils@0.1.6
│ │ ├─┬ @truffle/contract-schema@3.4.11
│ │ │ ├─┬ ajv@6.12.6
│ │ │ │ ├── fast-deep-equal@3.1.3
│ │ │ │ ├── fast-json-stable-stringify@2.1.0
│ │ │ │ ├── json-schema-traverse@0.4.1
│ │ │ │ └─┬ uri-js@4.4.1
│ │ │ │ └── punycode@2.1.0 deduped
│ │ │ └── debug@4.3.4 deduped
│ │ ├─┬ @truffle/debug-utils@6.0.44
│ │ │ ├─┬ @truffle/codec@0.14.13
│ │ │ │ ├─┬ @truffle/abi-utils@0.3.6
│ │ │ │ │ ├─┬ change-case@3.0.2
│ │ │ │ │ │ ├─┬ camel-case@3.0.0
│ │ │ │ │ │ │ ├── no-case@2.3.2 deduped
│ │ │ │ │ │ │ └── upper-case@1.1.3 deduped
│ │ │ │ │ │ ├─┬ constant-case@2.0.0
│ │ │ │ │ │ │ ├── snake-case@2.1.0 deduped
│ │ │ │ │ │ │ └── upper-case@1.1.3 deduped
│ │ │ │ │ │ ├─┬ dot-case@2.1.1
│ │ │ │ │ │ │ └── no-case@2.3.2 deduped
│ │ │ │ │ │ ├─┬ header-case@1.0.1
│ │ │ │ │ │ │ ├── no-case@2.3.2 deduped
│ │ │ │ │ │ │ └── upper-case@1.1.3 deduped
│ │ │ │ │ │ ├─┬ is-lower-case@1.1.3
│ │ │ │ │ │ │ └── lower-case@1.1.4 deduped
│ │ │ │ │ │ ├─┬ is-upper-case@1.1.2
│ │ │ │ │ │ │ └── upper-case@1.1.3 deduped
│ │ │ │ │ │ ├─┬ lower-case-first@1.0.2
│ │ │ │ │ │ │ └── lower-case@1.1.4 deduped
│ │ │ │ │ │ ├── lower-case@1.1.4
│ │ │ │ │ │ ├─┬ no-case@2.3.2
│ │ │ │ │ │ │ └── lower-case@1.1.4 deduped
│ │ │ │ │ │ ├─┬ param-case@2.1.1
│ │ │ │ │ │ │ └── no-case@2.3.2 deduped
│ │ │ │ │ │ ├─┬ pascal-case@2.0.1
│ │ │ │ │ │ │ ├── camel-case@3.0.0 deduped
│ │ │ │ │ │ │ └── upper-case-first@1.1.2 deduped
│ │ │ │ │ │ ├─┬ path-case@2.1.1
│ │ │ │ │ │ │ └── no-case@2.3.2 deduped
│ │ │ │ │ │ ├─┬ sentence-case@2.1.1
│ │ │ │ │ │ │ ├── no-case@2.3.2 deduped
│ │ │ │ │ │ │ └── upper-case-first@1.1.2 deduped
│ │ │ │ │ │ ├─┬ snake-case@2.1.0
│ │ │ │ │ │ │ └── no-case@2.3.2 deduped
│ │ │ │ │ │ ├─┬ swap-case@1.1.2
│ │ │ │ │ │ │ ├── lower-case@1.1.4 deduped
│ │ │ │ │ │ │ └── upper-case@1.1.3 deduped
│ │ │ │ │ │ ├─┬ title-case@2.1.1
│ │ │ │ │ │ │ ├── no-case@2.3.2 deduped
│ │ │ │ │ │ │ └── upper-case@1.1.3 deduped
│ │ │ │ │ │ ├─┬ upper-case-first@1.1.2
│ │ │ │ │ │ │ └── upper-case@1.1.3 deduped
│ │ │ │ │ │ └── upper-case@1.1.3
│ │ │ │ │ ├─┬ fast-check@3.1.1
│ │ │ │ │ │ └── pure-rand@5.0.5
│ │ │ │ │ └── web3-utils@1.8.1 deduped
│ │ │ │ ├─┬ @truffle/compile-common@0.9.2
│ │ │ │ │ ├── @truffle/error@0.2.0
│ │ │ │ │ └── colors@1.4.0
│ │ │ │ ├── big.js@6.2.1
│ │ │ │ ├── bn.js@5.2.1
│ │ │ │ ├─┬ cbor@5.2.0
│ │ │ │ │ ├── bignumber.js@9.1.1
│ │ │ │ │ └── nofilter@1.0.4
│ │ │ │ ├── debug@4.3.4 deduped
│ │ │ │ ├── lodash@4.17.21 deduped
│ │ │ │ ├─┬ semver@7.3.7
│ │ │ │ │ └─┬ lru-cache@6.0.0
│ │ │ │ │ └── yallist@4.0.0
│ │ │ │ ├── utf8@3.0.0 deduped
│ │ │ │ └── web3-utils@1.8.1 deduped
│ │ │ ├─┬ @trufflesuite/chromafi@3.0.0
│ │ │ │ ├── camelcase@4.1.0
│ │ │ │ ├── chalk@2.4.2 deduped
│ │ │ │ ├─┬ cheerio@1.0.0-rc.12
│ │ │ │ │ ├─┬ cheerio-select@2.1.0
│ │ │ │ │ │ ├── boolbase@1.0.0
│ │ │ │ │ │ ├─┬ css-select@5.1.0
│ │ │ │ │ │ │ ├── boolbase@1.0.0 deduped
│ │ │ │ │ │ │ ├── css-what@6.1.0 deduped
│ │ │ │ │ │ │ ├── domhandler@5.0.3 deduped
│ │ │ │ │ │ │ ├── domutils@3.0.1 deduped
│ │ │ │ │ │ │ └─┬ nth-check@2.1.1
│ │ │ │ │ │ │ └── boolbase@1.0.0 deduped
│ │ │ │ │ │ ├── css-what@6.1.0
│ │ │ │ │ │ ├── domelementtype@2.3.0
│ │ │ │ │ │ ├── domhandler@5.0.3 deduped
│ │ │ │ │ │ └── domutils@3.0.1 deduped
│ │ │ │ │ ├─┬ dom-serializer@2.0.0
│ │ │ │ │ │ ├── domelementtype@2.3.0 deduped
│ │ │ │ │ │ ├── domhandler@5.0.3 deduped
│ │ │ │ │ │ └── entities@4.4.0
│ │ │ │ │ ├─┬ domhandler@5.0.3
│ │ │ │ │ │ └── domelementtype@2.3.0 deduped
│ │ │ │ │ ├─┬ domutils@3.0.1
│ │ │ │ │ │ ├── dom-serializer@2.0.0 deduped
│ │ │ │ │ │ ├── domelementtype@2.3.0 deduped
│ │ │ │ │ │ └── domhandler@5.0.3 deduped
│ │ │ │ │ ├─┬ htmlparser2@8.0.1
│ │ │ │ │ │ ├── domelementtype@2.3.0 deduped
│ │ │ │ │ │ ├── domhandler@5.0.3 deduped
│ │ │ │ │ │ ├── domutils@3.0.1 deduped
│ │ │ │ │ │ └── entities@4.4.0 deduped
│ │ │ │ │ ├─┬ parse5-htmlparser2-tree-adapter@7.0.0
│ │ │ │ │ │ ├── domhandler@5.0.3 deduped
│ │ │ │ │ │ └── parse5@7.1.2 deduped
│ │ │ │ │ └─┬ parse5@7.1.2
│ │ │ │ │ └── entities@4.4.0 deduped
│ │ │ │ ├── detect-indent@5.0.0
│ │ │ │ ├── highlight.js@10.7.3
│ │ │ │ ├── lodash.merge@4.6.2
│ │ │ │ ├─┬ strip-ansi@4.0.0
│ │ │ │ │ └── ansi-regex@3.0.1
│ │ │ │ └── strip-indent@2.0.0
│ │ │ ├── bn.js@5.2.1
│ │ │ ├── chalk@2.4.2 deduped
│ │ │ ├── debug@4.3.4 deduped
│ │ │ └── highlightjs-solidity@2.0.5
│ │ ├── @truffle/error@0.1.1
│ │ ├─┬ @truffle/interface-adapter@0.5.27
│ │ │ ├── bn.js@5.2.1
│ │ │ ├── ethers@4.0.49 deduped
│ │ │ └── web3@1.8.1 deduped
│ │ ├── bignumber.js@7.2.1
│ │ ├─┬ ethereum-ens@0.8.0
│ │ │ ├── bluebird@3.7.2
│ │ │ ├── eth-ens-namehash@2.0.8 deduped
│ │ │ ├── js-sha3@0.5.7
│ │ │ ├── pako@1.0.11
│ │ │ ├── underscore@1.13.6
│ │ │ └── web3@1.8.1 deduped
│ │ ├─┬ ethers@4.0.49
│ │ │ ├── aes-js@3.0.0
│ │ │ ├── bn.js@4.12.0
│ │ │ ├─┬ elliptic@6.5.4
│ │ │ │ ├── bn.js@4.12.0 deduped
│ │ │ │ ├── brorand@1.1.0
│ │ │ │ ├── hash.js@1.1.7 deduped
│ │ │ │ ├─┬ hmac-drbg@1.0.1
│ │ │ │ │ ├── hash.js@1.1.7 deduped
│ │ │ │ │ ├── minimalistic-assert@1.0.1 deduped
│ │ │ │ │ └── minimalistic-crypto-utils@1.0.1 deduped
│ │ │ │ ├── inherits@2.0.4 deduped
│ │ │ │ ├── minimalistic-assert@1.0.1
│ │ │ │ └── minimalistic-crypto-utils@1.0.1
│ │ │ ├─┬ hash.js@1.1.3
│ │ │ │ ├── inherits@2.0.4 deduped
│ │ │ │ └── minimalistic-assert@1.0.1 deduped
│ │ │ ├── js-sha3@0.5.7
│ │ │ ├── scrypt-js@2.0.4
│ │ │ ├── setimmediate@1.0.4
│ │ │ ├── uuid@2.0.1
│ │ │ └── xmlhttprequest@1.8.0
│ │ ├─┬ source-map-support@0.5.21
│ │ │ ├── buffer-from@1.1.2
│ │ │ └── source-map@0.6.1
│ │ ├─┬ web3-core-helpers@1.8.1
│ │ │ ├─┬ web3-eth-iban@1.8.1
│ │ │ │ ├── bn.js@5.2.1
│ │ │ │ └── web3-utils@1.8.1 deduped
│ │ │ └── web3-utils@1.8.1 deduped
│ │ ├─┬ web3-core-promievent@1.8.1
│ │ │ └── eventemitter3@4.0.4
│ │ ├─┬ web3-eth-abi@1.8.1
│ │ │ ├── @ethersproject/abi@5.7.0 deduped
│ │ │ └── web3-utils@1.8.1 deduped
│ │ ├─┬ web3-utils@1.8.1
│ │ │ ├── bn.js@5.2.1
│ │ │ ├─┬ ethereum-bloom-filters@1.0.10
│ │ │ │ └── js-sha3@0.8.0 deduped
│ │ │ ├── ethereumjs-util@7.1.5 deduped
│ │ │ ├─┬ ethjs-unit@0.1.6
│ │ │ │ ├── bn.js@4.11.6
│ │ │ │ └── number-to-bn@1.7.0 deduped
│ │ │ ├─┬ number-to-bn@1.7.0
│ │ │ │ ├── bn.js@4.11.6
│ │ │ │ └─┬ strip-hex-prefix@1.0.0
│ │ │ │ └── is-hex-prefixed@1.0.0 deduped
│ │ │ ├─┬ randombytes@2.1.0
│ │ │ │ └── safe-buffer@5.2.1 deduped
│ │ │ └── utf8@3.0.0
│ │ └── web3@1.8.1 deduped
│ ├── @types/chai@4.3.4
│ ├─┬ chai@4.3.7
│ │ ├── assertion-error@1.1.0
│ │ ├── check-error@1.0.2
│ │ ├─┬ deep-eql@4.1.3
│ │ │ └── type-detect@4.0.8 deduped
│ │ ├── get-func-name@2.0.0
│ │ ├─┬ loupe@2.3.6
│ │ │ └── get-func-name@2.0.0 deduped
│ │ ├── pathval@1.1.1
│ │ └── type-detect@4.0.8
│ ├─┬ ethereumjs-util@7.1.5
│ │ ├─┬ @types/bn.js@5.1.1
│ │ │ └── @types/node@18.11.18
│ │ ├── bn.js@5.2.1
│ │ ├─┬ create-hash@1.2.0
│ │ │ ├─┬ cipher-base@1.0.4
│ │ │ │ ├── inherits@2.0.4 deduped
│ │ │ │ └── safe-buffer@5.2.1 deduped
│ │ │ ├── inherits@2.0.4
│ │ │ ├─┬ md5.js@1.3.5
│ │ │ │ ├─┬ hash-base@3.1.0
│ │ │ │ │ ├── inherits@2.0.4 deduped
│ │ │ │ │ ├── readable-stream@3.6.0 deduped
│ │ │ │ │ └── safe-buffer@5.2.1 deduped
│ │ │ │ ├── inherits@2.0.4 deduped
│ │ │ │ └── safe-buffer@5.2.1 deduped
│ │ │ ├─┬ ripemd160@2.0.2
│ │ │ │ ├── hash-base@3.1.0 deduped
│ │ │ │ └── inherits@2.0.4 deduped
│ │ │ └─┬ sha.js@2.4.11
│ │ │ ├── inherits@2.0.4 deduped
│ │ │ └── safe-buffer@5.2.1 deduped
│ │ ├─┬ ethereum-cryptography@0.1.3
│ │ │ ├─┬ @types/pbkdf2@3.1.0
│ │ │ │ └── @types/node@18.11.18 deduped
│ │ │ ├─┬ @types/secp256k1@4.0.3
│ │ │ │ └── @types/node@18.11.18 deduped
│ │ │ ├── blakejs@1.2.1
│ │ │ ├─┬ browserify-aes@1.2.0
│ │ │ │ ├── buffer-xor@1.0.3
│ │ │ │ ├── cipher-base@1.0.4 deduped
│ │ │ │ ├── create-hash@1.2.0 deduped
│ │ │ │ ├─┬ evp_bytestokey@1.0.3
│ │ │ │ │ ├── md5.js@1.3.5 deduped
│ │ │ │ │ └── safe-buffer@5.2.1 deduped
│ │ │ │ ├── inherits@2.0.4 deduped
│ │ │ │ └── safe-buffer@5.2.1 deduped
│ │ │ ├─┬ bs58check@2.1.2
│ │ │ │ ├── bs58@4.0.1 deduped
│ │ │ │ ├── create-hash@1.2.0 deduped
│ │ │ │ └── safe-buffer@5.2.1 deduped
│ │ │ ├── create-hash@1.2.0 deduped
│ │ │ ├─┬ create-hmac@1.1.7
│ │ │ │ ├── cipher-base@1.0.4 deduped
│ │ │ │ ├── create-hash@1.2.0 deduped
│ │ │ │ ├── inherits@2.0.4 deduped
│ │ │ │ ├── ripemd160@2.0.2 deduped
│ │ │ │ ├── safe-buffer@5.2.1 deduped
│ │ │ │ └── sha.js@2.4.11 deduped
│ │ │ ├─┬ hash.js@1.1.7
│ │ │ │ ├── inherits@2.0.4 deduped
│ │ │ │ └── minimalistic-assert@1.0.1 deduped
│ │ │ ├── keccak@3.0.3 deduped
│ │ │ ├─┬ pbkdf2@3.1.2
│ │ │ │ ├── create-hash@1.2.0 deduped
│ │ │ │ ├── create-hmac@1.1.7 deduped
│ │ │ │ ├── ripemd160@2.0.2 deduped
│ │ │ │ ├── safe-buffer@5.2.1 deduped
│ │ │ │ └── sha.js@2.4.11 deduped
│ │ │ ├── randombytes@2.1.0 deduped
│ │ │ ├── safe-buffer@5.2.1
│ │ │ ├── scrypt-js@3.0.1
│ │ │ ├─┬ secp256k1@4.0.3
│ │ │ │ ├── elliptic@6.5.4 deduped
│ │ │ │ ├── node-addon-api@2.0.2 deduped
│ │ │ │ └── node-gyp-build@4.6.0 deduped
│ │ │ └── setimmediate@1.0.5
│ │ └─┬ rlp@2.2.7
│ │ └── bn.js@5.2.1
│ ├─┬ fs-extra@7.0.1
│ │ ├── graceful-fs@4.2.10
│ │ ├─┬ jsonfile@4.0.0
│ │ │ └── graceful-fs@4.2.10 deduped
│ │ └── universalify@0.1.2
│ ├─┬ hardhat@2.12.6
│ │ ├─┬ @ethersproject/abi@5.7.0
│ │ │ ├─┬ @ethersproject/address@5.7.0
│ │ │ │ ├── @ethersproject/bignumber@5.7.0 deduped
│ │ │ │ ├── @ethersproject/bytes@5.7.0 deduped
│ │ │ │ ├── @ethersproject/keccak256@5.7.0 deduped
│ │ │ │ ├── @ethersproject/logger@5.7.0 deduped
│ │ │ │ └── @ethersproject/rlp@5.7.0 deduped
│ │ │ ├─┬ @ethersproject/bignumber@5.7.0
│ │ │ │ ├── @ethersproject/bytes@5.7.0 deduped
│ │ │ │ ├── @ethersproject/logger@5.7.0 deduped
│ │ │ │ └── bn.js@5.2.1
│ │ │ ├─┬ @ethersproject/bytes@5.7.0
│ │ │ │ └── @ethersproject/logger@5.7.0 deduped
│ │ │ ├─┬ @ethersproject/constants@5.7.0
│ │ │ │ └── @ethersproject/bignumber@5.7.0 deduped
│ │ │ ├─┬ @ethersproject/hash@5.7.0
│ │ │ │ ├── @ethersproject/abstract-signer@5.7.0 deduped
│ │ │ │ ├── @ethersproject/address@5.7.0 deduped
│ │ │ │ ├── @ethersproject/base64@5.7.0 deduped
│ │ │ │ ├── @ethersproject/bignumber@5.7.0 deduped
│ │ │ │ ├── @ethersproject/bytes@5.7.0 deduped
│ │ │ │ ├── @ethersproject/keccak256@5.7.0 deduped
│ │ │ │ ├── @ethersproject/logger@5.7.0 deduped
│ │ │ │ ├── @ethersproject/properties@5.7.0 deduped
│ │ │ │ └── @ethersproject/strings@5.7.0 deduped
│ │ │ ├─┬ @ethersproject/keccak256@5.7.0
│ │ │ │ ├── @ethersproject/bytes@5.7.0 deduped
│ │ │ │ └── js-sha3@0.8.0 deduped
│ │ │ ├── @ethersproject/logger@5.7.0
│ │ │ ├─┬ @ethersproject/properties@5.7.0
│ │ │ │ └── @ethersproject/logger@5.7.0 deduped
│ │ │ └─┬ @ethersproject/strings@5.7.0
│ │ │ ├── @ethersproject/bytes@5.7.0 deduped
│ │ │ ├── @ethersproject/constants@5.7.0 deduped
│ │ │ └── @ethersproject/logger@5.7.0 deduped
│ │ ├─┬ @metamask/eth-sig-util@4.0.1
│ │ │ ├── ethereumjs-abi@0.6.8 deduped
│ │ │ ├─┬ ethereumjs-util@6.2.1
│ │ │ │ ├─┬ @types/bn.js@4.11.6
│ │ │ │ │ └── @types/node@18.11.18 deduped
│ │ │ │ ├── bn.js@4.12.0 deduped
│ │ │ │ ├── create-hash@1.2.0 deduped
│ │ │ │ ├── elliptic@6.5.4 deduped
│ │ │ │ ├── ethereum-cryptography@0.1.3 deduped
│ │ │ │ ├── ethjs-util@0.1.6 deduped
│ │ │ │ └── rlp@2.2.7 deduped
│ │ │ ├─┬ ethjs-util@0.1.6
│ │ │ │ ├── is-hex-prefixed@1.0.0
│ │ │ │ └── strip-hex-prefix@1.0.0 deduped
│ │ │ ├── tweetnacl-util@0.15.1
│ │ │ └── tweetnacl@1.0.3
│ │ ├─┬ @nomicfoundation/ethereumjs-block@4.0.0
│ │ │ ├── @nomicfoundation/ethereumjs-common@3.0.0 deduped
│ │ │ ├── @nomicfoundation/ethereumjs-rlp@4.0.0 deduped
│ │ │ ├── @nomicfoundation/ethereumjs-trie@5.0.0 deduped
│ │ │ ├── @nomicfoundation/ethereumjs-tx@4.0.0 deduped
│ │ │ ├── @nomicfoundation/ethereumjs-util@8.0.0 deduped
│ │ │ └── ethereum-cryptography@0.1.3 deduped
│ │ ├─┬ @nomicfoundation/ethereumjs-blockchain@6.0.0
│ │ │ ├── @nomicfoundation/ethereumjs-block@4.0.0 deduped
│ │ │ ├── @nomicfoundation/ethereumjs-common@3.0.0 deduped
│ │ │ ├─┬ @nomicfoundation/ethereumjs-ethash@2.0.0
│ │ │ │ ├── @nomicfoundation/ethereumjs-block@4.0.0 deduped
│ │ │ │ ├── @nomicfoundation/ethereumjs-rlp@4.0.0 deduped
│ │ │ │ ├── @nomicfoundation/ethereumjs-util@8.0.0 deduped
│ │ │ │ ├── abstract-level@1.0.3 deduped
│ │ │ │ ├─┬ bigint-crypto-utils@3.1.8
│ │ │ │ │ └── bigint-mod-arith@3.1.2
│ │ │ │ └── ethereum-cryptography@0.1.3 deduped
│ │ │ ├── @nomicfoundation/ethereumjs-rlp@4.0.0 deduped
│ │ │ ├── @nomicfoundation/ethereumjs-trie@5.0.0 deduped
│ │ │ ├── @nomicfoundation/ethereumjs-util@8.0.0 deduped
│ │ │ ├─┬ abstract-level@1.0.3
│ │ │ │ ├─┬ buffer@6.0.3
│ │ │ │ │ ├── base64-js@1.5.1
│ │ │ │ │ └── ieee754@1.2.1
│ │ │ │ ├── catering@2.1.1
│ │ │ │ ├── is-buffer@2.0.5
│ │ │ │ ├── level-supports@4.0.1
│ │ │ │ ├─┬ level-transcoder@1.0.1
│ │ │ │ │ ├─┬ buffer@6.0.3
│ │ │ │ │ │ ├── base64-js@1.5.1 deduped
│ │ │ │ │ │ └── ieee754@1.2.1 deduped
│ │ │ │ │ └── module-error@1.0.2 deduped
│ │ │ │ ├── module-error@1.0.2
│ │ │ │ └── queue-microtask@1.2.3
│ │ │ ├── debug@4.3.4 deduped
│ │ │ ├── ethereum-cryptography@0.1.3 deduped
│ │ │ ├─┬ level@8.0.0
│ │ │ │ ├─┬ browser-level@1.0.1
│ │ │ │ │ ├── abstract-level@1.0.3 deduped
│ │ │ │ │ ├── catering@2.1.1 deduped
│ │ │ │ │ ├── module-error@1.0.2 deduped
│ │ │ │ │ └─┬ run-parallel-limit@1.1.0
│ │ │ │ │ └── queue-microtask@1.2.3 deduped
│ │ │ │ └─┬ classic-level@1.2.0
│ │ │ │ ├── abstract-level@1.0.3 deduped
│ │ │ │ ├── catering@2.1.1 deduped
│ │ │ │ ├── module-error@1.0.2 deduped
│ │ │ │ ├── napi-macros@2.0.0
│ │ │ │ └── node-gyp-build@4.6.0 deduped
│ │ │ ├─┬ lru-cache@5.1.1
│ │ │ │ └── yallist@3.1.1
│ │ │ └─┬ memory-level@1.0.0
│ │ │ ├── abstract-level@1.0.3 deduped
│ │ │ ├── functional-red-black-tree@1.0.1 deduped
│ │ │ └── module-error@1.0.2 deduped
│ │ ├─┬ @nomicfoundation/ethereumjs-common@3.0.0
│ │ │ ├── @nomicfoundation/ethereumjs-util@8.0.0 deduped
│ │ │ └── crc-32@1.2.2
│ │ ├─┬ @nomicfoundation/ethereumjs-evm@1.0.0
│ │ │ ├── @nomicfoundation/ethereumjs-common@3.0.0 deduped
│ │ │ ├── @nomicfoundation/ethereumjs-util@8.0.0 deduped
│ │ │ ├── @types/async-eventemitter@0.2.1
│ │ │ ├─┬ async-eventemitter@0.2.4
│ │ │ │ └─┬ async@2.6.4
│ │ │ │ └── lodash@4.17.21 deduped
│ │ │ ├── debug@4.3.4 deduped
│ │ │ ├── ethereum-cryptography@0.1.3 deduped
│ │ │ ├── mcl-wasm@0.7.9
│ │ │ └── rustbn.js@0.2.0
│ │ ├── @nomicfoundation/ethereumjs-rlp@4.0.0
│ │ ├─┬ @nomicfoundation/ethereumjs-statemanager@1.0.0
│ │ │ ├── @nomicfoundation/ethereumjs-common@3.0.0 deduped
│ │ │ ├── @nomicfoundation/ethereumjs-rlp@4.0.0 deduped
│ │ │ ├── @nomicfoundation/ethereumjs-trie@5.0.0 deduped
│ │ │ ├── @nomicfoundation/ethereumjs-util@8.0.0 deduped
│ │ │ ├── debug@4.3.4 deduped
│ │ │ ├── ethereum-cryptography@0.1.3 deduped
│ │ │ └── functional-red-black-tree@1.0.1
│ │ ├─┬ @nomicfoundation/ethereumjs-trie@5.0.0
│ │ │ ├── @nomicfoundation/ethereumjs-rlp@4.0.0 deduped
│ │ │ ├── @nomicfoundation/ethereumjs-util@8.0.0 deduped
│ │ │ ├── ethereum-cryptography@0.1.3 deduped
│ │ │ └─┬ readable-stream@3.6.0
│ │ │ ├── inherits@2.0.4 deduped
│ │ │ ├─┬ string_decoder@1.3.0
│ │ │ │ └── safe-buffer@5.2.1 deduped
│ │ │ └── util-deprecate@1.0.2
│ │ ├─┬ @nomicfoundation/ethereumjs-tx@4.0.0
│ │ │ ├── @nomicfoundation/ethereumjs-common@3.0.0 deduped
│ │ │ ├── @nomicfoundation/ethereumjs-rlp@4.0.0 deduped
│ │ │ ├── @nomicfoundation/ethereumjs-util@8.0.0 deduped
│ │ │ └── ethereum-cryptography@0.1.3 deduped
│ │ ├─┬ @nomicfoundation/ethereumjs-util@8.0.0
│ │ │ ├── @nomicfoundation/ethereumjs-rlp@4.0.0 deduped
│ │ │ └── ethereum-cryptography@0.1.3 deduped
│ │ ├─┬ @nomicfoundation/ethereumjs-vm@6.0.0
│ │ │ ├── @nomicfoundation/ethereumjs-block@4.0.0 deduped
│ │ │ ├── @nomicfoundation/ethereumjs-blockchain@6.0.0 deduped
│ │ │ ├── @nomicfoundation/ethereumjs-common@3.0.0 deduped
│ │ │ ├── @nomicfoundation/ethereumjs-evm@1.0.0 deduped
│ │ │ ├── @nomicfoundation/ethereumjs-rlp@4.0.0 deduped
│ │ │ ├── @nomicfoundation/ethereumjs-statemanager@1.0.0 deduped
│ │ │ ├── @nomicfoundation/ethereumjs-trie@5.0.0 deduped
│ │ │ ├── @nomicfoundation/ethereumjs-tx@4.0.0 deduped
│ │ │ ├── @nomicfoundation/ethereumjs-util@8.0.0 deduped
│ │ │ ├── @types/async-eventemitter@0.2.1 deduped
│ │ │ ├── async-eventemitter@0.2.4 deduped
│ │ │ ├── debug@4.3.4 deduped
│ │ │ ├── ethereum-cryptography@0.1.3 deduped
│ │ │ ├── functional-red-black-tree@1.0.1 deduped
│ │ │ ├── mcl-wasm@0.7.9 deduped
│ │ │ └── rustbn.js@0.2.0 deduped
│ │ ├─┬ @nomicfoundation/solidity-analyzer@0.1.0
│ │ │ ├── UNMET OPTIONAL DEPENDENCY @nomicfoundation/solidity-analyzer-darwin-arm64@0.1.0
│ │ │ ├── UNMET OPTIONAL DEPENDENCY @nomicfoundation/solidity-analyzer-darwin-x64@0.1.0
│ │ │ ├── UNMET OPTIONAL DEPENDENCY @nomicfoundation/solidity-analyzer-freebsd-x64@0.1.0
│ │ │ ├── UNMET OPTIONAL DEPENDENCY @nomicfoundation/solidity-analyzer-linux-arm64-gnu@0.1.0
│ │ │ ├── UNMET OPTIONAL DEPENDENCY @nomicfoundation/solidity-analyzer-linux-arm64-musl@0.1.0
│ │ │ ├── @nomicfoundation/solidity-analyzer-linux-x64-gnu@0.1.0
│ │ │ ├── @nomicfoundation/solidity-analyzer-linux-x64-musl@0.1.0
│ │ │ ├── UNMET OPTIONAL DEPENDENCY @nomicfoundation/solidity-analyzer-win32-arm64-msvc@0.1.0
│ │ │ ├── UNMET OPTIONAL DEPENDENCY @nomicfoundation/solidity-analyzer-win32-ia32-msvc@0.1.0
│ │ │ └── UNMET OPTIONAL DEPENDENCY @nomicfoundation/solidity-analyzer-win32-x64-msvc@0.1.0
│ │ ├─┬ @sentry/node@5.30.0
│ │ │ ├─┬ @sentry/core@5.30.0
│ │ │ │ ├── @sentry/hub@5.30.0 deduped
│ │ │ │ ├─┬ @sentry/minimal@5.30.0
│ │ │ │ │ ├── @sentry/hub@5.30.0 deduped
│ │ │ │ │ ├── @sentry/types@5.30.0 deduped
│ │ │ │ │ └── tslib@1.14.1 deduped
│ │ │ │ ├── @sentry/types@5.30.0 deduped
│ │ │ │ ├── @sentry/utils@5.30.0 deduped
│ │ │ │ └── tslib@1.14.1 deduped
│ │ │ ├─┬ @sentry/hub@5.30.0
│ │ │ │ ├── @sentry/types@5.30.0 deduped
│ │ │ │ ├── @sentry/utils@5.30.0 deduped
│ │ │ │ └── tslib@1.14.1 deduped
│ │ │ ├─┬ @sentry/tracing@5.30.0
│ │ │ │ ├── @sentry/hub@5.30.0 deduped
│ │ │ │ ├── @sentry/minimal@5.30.0 deduped
│ │ │ │ ├── @sentry/types@5.30.0 deduped
│ │ │ │ ├── @sentry/utils@5.30.0 deduped
│ │ │ │ └── tslib@1.14.1 deduped
│ │ │ ├── @sentry/types@5.30.0
│ │ │ ├─┬ @sentry/utils@5.30.0
│ │ │ │ ├── @sentry/types@5.30.0 deduped
│ │ │ │ └── tslib@1.14.1 deduped
│ │ │ ├── cookie@0.4.2
│ │ │ ├─┬ https-proxy-agent@5.0.1
│ │ │ │ ├─┬ agent-base@6.0.2
│ │ │ │ │ └── debug@4.3.4 deduped
│ │ │ │ └── debug@4.3.4 deduped
│ │ │ ├── lru_map@0.3.3
│ │ │ └── tslib@1.14.1
│ │ ├── @types/bn.js@5.1.1 deduped
│ │ ├── @types/lru-cache@5.1.1
│ │ ├─┬ abort-controller@3.0.0
│ │ │ └── event-target-shim@5.0.1
│ │ ├── adm-zip@0.4.16
│ │ ├─┬ aggregate-error@3.1.0
│ │ │ ├── clean-stack@2.2.0
│ │ │ └── indent-string@4.0.0
│ │ ├─┬ ansi-escapes@4.3.2
│ │ │ └── type-fest@0.21.3
│ │ ├─┬ chalk@2.4.2
│ │ │ ├─┬ ansi-styles@3.2.1
│ │ │ │ └─┬ color-convert@1.9.3
│ │ │ │ └── color-name@1.1.3
│ │ │ ├── escape-string-regexp@1.0.5
│ │ │ └─┬ supports-color@5.5.0
│ │ │ └── has-flag@3.0.0
│ │ ├─┬ chokidar@3.5.3
│ │ │ ├─┬ anymatch@3.1.3
│ │ │ │ ├── normalize-path@3.0.0 deduped
│ │ │ │ └── picomatch@2.3.1
│ │ │ ├─┬ braces@3.0.2
│ │ │ │ └─┬ fill-range@7.0.1
│ │ │ │ └─┬ to-regex-range@5.0.1
│ │ │ │ └── is-number@7.0.0
│ │ │ ├── UNMET OPTIONAL DEPENDENCY fsevents@~2.3.2
│ │ │ ├─┬ glob-parent@5.1.2
│ │ │ │ └── is-glob@4.0.3 deduped
│ │ │ ├─┬ is-binary-path@2.1.0
│ │ │ │ └── binary-extensions@2.2.0
│ │ │ ├─┬ is-glob@4.0.3
│ │ │ │ └── is-extglob@2.1.1
│ │ │ ├── normalize-path@3.0.0
│ │ │ └─┬ readdirp@3.6.0
│ │ │ └── picomatch@2.3.1 deduped
│ │ ├── ci-info@2.0.0
│ │ ├─┬ debug@4.3.4
│ │ │ └── ms@2.1.2
│ │ ├─┬ enquirer@2.3.6
│ │ │ └── ansi-colors@4.1.3
│ │ ├── env-paths@2.2.1
│ │ ├─┬ ethereum-cryptography@1.1.2
│ │ │ ├── @noble/hashes@1.1.2
│ │ │ ├── @noble/secp256k1@1.6.3
│ │ │ ├─┬ @scure/bip32@1.1.0
│ │ │ │ ├── @noble/hashes@1.1.2 deduped
│ │ │ │ ├── @noble/secp256k1@1.6.3 deduped
│ │ │ │ └── @scure/base@1.1.1
│ │ │ └─┬ @scure/bip39@1.1.0
│ │ │ ├── @noble/hashes@1.1.2 deduped
│ │ │ └── @scure/base@1.1.1 deduped
│ │ ├─┬ ethereumjs-abi@0.6.8
│ │ │ ├── bn.js@4.12.0 deduped
│ │ │ └─┬ ethereumjs-util@6.2.1
│ │ │ ├─┬ @types/bn.js@4.11.6
│ │ │ │ └── @types/node@18.11.18 deduped
│ │ │ ├── bn.js@4.12.0 deduped
│ │ │ ├── create-hash@1.2.0 deduped
│ │ │ ├── elliptic@6.5.4 deduped
│ │ │ ├── ethereum-cryptography@0.1.3 deduped
│ │ │ ├── ethjs-util@0.1.6 deduped
│ │ │ └── rlp@2.2.7 deduped
│ │ ├─┬ find-up@2.1.0
│ │ │ └─┬ locate-path@2.0.0
│ │ │ ├─┬ p-locate@2.0.0
│ │ │ │ └─┬ p-limit@1.3.0
│ │ │ │ └── p-try@1.0.0
│ │ │ └── path-exists@3.0.0
│ │ ├── fp-ts@1.19.3
│ │ ├── fs-extra@7.0.1 deduped
│ │ ├─┬ glob@7.2.0
│ │ │ ├── fs.realpath@1.0.0
│ │ │ ├─┬ inflight@1.0.6
│ │ │ │ ├── once@1.4.0 deduped
│ │ │ │ └── wrappy@1.0.2
│ │ │ ├── inherits@2.0.4 deduped
│ │ │ ├─┬ minimatch@3.1.2
│ │ │ │ └─┬ brace-expansion@1.1.11
│ │ │ │ ├── balanced-match@1.0.2
│ │ │ │ └── concat-map@0.0.1
│ │ │ ├─┬ once@1.4.0
│ │ │ │ └── wrappy@1.0.2 deduped
│ │ │ └── path-is-absolute@1.0.1
│ │ ├── immutable@4.2.2
│ │ ├─┬ io-ts@1.10.4
│ │ │ └── fp-ts@1.19.3 deduped
│ │ ├─┬ keccak@3.0.3
│ │ │ ├── node-addon-api@2.0.2
│ │ │ ├── node-gyp-build@4.6.0
│ │ │ └── readable-stream@3.6.0 deduped
│ │ ├── lodash@4.17.21
│ │ ├─┬ mnemonist@0.38.5
│ │ │ └── obliterator@2.0.4
│ │ ├─┬ mocha@10.2.0
│ │ │ ├── ansi-colors@4.1.1
│ │ │ ├── browser-stdout@1.3.1
│ │ │ ├── chokidar@3.5.3 deduped
│ │ │ ├── debug@4.3.4 deduped
│ │ │ ├── diff@5.0.0
│ │ │ ├── escape-string-regexp@4.0.0
│ │ │ ├─┬ find-up@5.0.0
│ │ │ │ ├─┬ locate-path@6.0.0
│ │ │ │ │ └─┬ p-locate@5.0.0
│ │ │ │ │ └─┬ p-limit@3.1.0
│ │ │ │ │ └── yocto-queue@0.1.0
│ │ │ │ └── path-exists@4.0.0
│ │ │ ├── glob@7.2.0 deduped
│ │ │ ├── he@1.2.0
│ │ │ ├─┬ js-yaml@4.1.0
│ │ │ │ └── argparse@2.0.1
│ │ │ ├─┬ log-symbols@4.1.0
│ │ │ │ ├─┬ chalk@4.1.2
│ │ │ │ │ ├─┬ ansi-styles@4.3.0
│ │ │ │ │ │ └─┬ color-convert@2.0.1
│ │ │ │ │ │ └── color-name@1.1.4
│ │ │ │ │ └─┬ supports-color@7.2.0
│ │ │ │ │ └── has-flag@4.0.0
│ │ │ │ └── is-unicode-supported@0.1.0
│ │ │ ├─┬ minimatch@5.0.1
│ │ │ │ └─┬ brace-expansion@2.0.1
│ │ │ │ └── balanced-match@1.0.2 deduped
│ │ │ ├── ms@2.1.3
│ │ │ ├── nanoid@3.3.3
│ │ │ ├─┬ serialize-javascript@6.0.0
│ │ │ │ └── randombytes@2.1.0 deduped
│ │ │ ├── strip-json-comments@3.1.1
│ │ │ ├─┬ supports-color@8.1.1
│ │ │ │ └── has-flag@4.0.0
│ │ │ ├── workerpool@6.2.1
│ │ │ ├── yargs-parser@20.2.4
│ │ │ ├─┬ yargs-unparser@2.0.0
│ │ │ │ ├── camelcase@6.3.0
│ │ │ │ ├── decamelize@4.0.0
│ │ │ │ ├── flat@5.0.2
│ │ │ │ └── is-plain-obj@2.1.0
│ │ │ └─┬ yargs@16.2.0
│ │ │ ├─┬ cliui@7.0.4
│ │ │ │ ├── string-width@4.2.3 deduped
│ │ │ │ ├─┬ strip-ansi@6.0.1
│ │ │ │ │ └── ansi-regex@5.0.1
│ │ │ │ └─┬ wrap-ansi@7.0.0
│ │ │ │ ├─┬ ansi-styles@4.3.0
│ │ │ │ │ └─┬ color-convert@2.0.1
│ │ │ │ │ └── color-name@1.1.4
│ │ │ │ ├── string-width@4.2.3 deduped
│ │ │ │ └─┬ strip-ansi@6.0.1
│ │ │ │ └── ansi-regex@5.0.1
│ │ │ ├── escalade@3.1.1
│ │ │ ├── get-caller-file@2.0.5
│ │ │ ├── require-directory@2.1.1
│ │ │ ├─┬ string-width@4.2.3
│ │ │ │ ├── emoji-regex@8.0.0
│ │ │ │ ├── is-fullwidth-code-point@3.0.0
│ │ │ │ └─┬ strip-ansi@6.0.1
│ │ │ │ └── ansi-regex@5.0.1
│ │ │ ├── y18n@5.0.8
│ │ │ └── yargs-parser@20.2.4 deduped
│ │ ├─┬ p-map@4.0.0
│ │ │ └── aggregate-error@3.1.0 deduped
│ │ ├─┬ qs@6.11.0
│ │ │ └─┬ side-channel@1.0.4
│ │ │ ├─┬ call-bind@1.0.2
│ │ │ │ ├── function-bind@1.1.1
│ │ │ │ └── get-intrinsic@1.2.0 deduped
│ │ │ ├─┬ get-intrinsic@1.2.0
│ │ │ │ ├── function-bind@1.1.1 deduped
│ │ │ │ ├── has-symbols@1.0.3
│ │ │ │ └─┬ has@1.0.3
│ │ │ │ └── function-bind@1.1.1 deduped
│ │ │ └── object-inspect@1.12.3
│ │ ├─┬ raw-body@2.5.1
│ │ │ ├── bytes@3.1.2
│ │ │ ├─┬ http-errors@2.0.0
│ │ │ │ ├── depd@2.0.0
│ │ │ │ ├── inherits@2.0.4 deduped
│ │ │ │ ├── setprototypeof@1.2.0
│ │ │ │ ├── statuses@2.0.1
│ │ │ │ └── toidentifier@1.0.1
│ │ │ ├─┬ iconv-lite@0.4.24
│ │ │ │ └── safer-buffer@2.1.2
│ │ │ └── unpipe@1.0.0
│ │ ├─┬ resolve@1.17.0
│ │ │ └── path-parse@1.0.7
│ │ ├── semver@6.3.0
│ │ ├─┬ solc@0.7.3
│ │ │ ├── command-exists@1.2.9
│ │ │ ├── commander@3.0.2
│ │ │ ├── follow-redirects@1.15.2
│ │ │ ├─┬ fs-extra@0.30.0
│ │ │ │ ├── graceful-fs@4.2.10 deduped
│ │ │ │ ├─┬ jsonfile@2.4.0
│ │ │ │ │ └── graceful-fs@4.2.10 deduped
│ │ │ │ ├─┬ klaw@1.3.1
│ │ │ │ │ └── graceful-fs@4.2.10 deduped
│ │ │ │ ├── path-is-absolute@1.0.1 deduped
│ │ │ │ └─┬ rimraf@2.7.1
│ │ │ │ └── glob@7.2.0 deduped
│ │ │ ├── js-sha3@0.8.0 deduped
│ │ │ ├── memorystream@0.3.1
│ │ │ ├── require-from-string@2.0.2
│ │ │ ├── semver@5.7.1
│ │ │ └─┬ tmp@0.0.33
│ │ │ └── os-tmpdir@1.0.2
│ │ ├── source-map-support@0.5.21 deduped
│ │ ├─┬ stacktrace-parser@0.1.10
│ │ │ └── type-fest@0.7.1
│ │ ├── UNMET OPTIONAL DEPENDENCY ts-node@*
│ │ ├── tsort@0.0.1
│ │ ├── UNMET OPTIONAL DEPENDENCY typescript@*
│ │ ├─┬ undici@5.15.1
│ │ │ └─┬ busboy@1.6.0
│ │ │ └── streamsearch@1.1.0
│ │ ├── uuid@8.3.2
│ │ └─┬ ws@7.5.9
│ │ ├─┬ bufferutil@4.0.7
│ │ │ └── node-gyp-build@4.6.0 deduped
│ │ └─┬ utf-8-validate@5.0.10
│ │ └── node-gyp-build@4.6.0 deduped
│ └─┬ web3@1.8.1
│ ├─┬ web3-bzz@1.8.1
│ │ ├── @types/node@12.20.55
│ │ ├─┬ got@12.1.0
│ │ │ ├── @sindresorhus/is@4.6.0
│ │ │ ├─┬ @szmarczak/http-timer@5.0.1
│ │ │ │ └── defer-to-connect@2.0.1
│ │ │ ├─┬ @types/cacheable-request@6.0.3
│ │ │ │ ├── @types/http-cache-semantics@4.0.1
│ │ │ │ ├─┬ @types/keyv@3.1.4
│ │ │ │ │ └── @types/node@18.11.18 deduped
│ │ │ │ ├── @types/node@18.11.18 deduped
│ │ │ │ └── @types/responselike@1.0.0 deduped
│ │ │ ├─┬ @types/responselike@1.0.0
│ │ │ │ └── @types/node@18.11.18 deduped
│ │ │ ├── cacheable-lookup@6.1.0
│ │ │ ├─┬ cacheable-request@7.0.2
│ │ │ │ ├─┬ clone-response@1.0.3
│ │ │ │ │ └── mimic-response@1.0.1
│ │ │ │ ├─┬ get-stream@5.2.0
│ │ │ │ │ └─┬ pump@3.0.0
│ │ │ │ │ ├─┬ end-of-stream@1.4.4
│ │ │ │ │ │ └── once@1.4.0 deduped
│ │ │ │ │ └── once@1.4.0 deduped
│ │ │ │ ├── http-cache-semantics@4.1.0
│ │ │ │ ├─┬ keyv@4.5.2
│ │ │ │ │ └── json-buffer@3.0.1
│ │ │ │ ├── lowercase-keys@2.0.0
│ │ │ │ ├── normalize-url@6.1.0
│ │ │ │ └── responselike@2.0.1 deduped
│ │ │ ├─┬ decompress-response@6.0.0
│ │ │ │ └── mimic-response@3.1.0
│ │ │ ├── form-data-encoder@1.7.1
│ │ │ ├── get-stream@6.0.1
│ │ │ ├─┬ http2-wrapper@2.2.0
│ │ │ │ ├── quick-lru@5.1.1
│ │ │ │ └── resolve-alpn@1.2.1
│ │ │ ├── lowercase-keys@3.0.0
│ │ │ ├── p-cancelable@3.0.0
│ │ │ └─┬ responselike@2.0.1
│ │ │ └── lowercase-keys@2.0.0
│ │ └─┬ swarm-js@0.1.42
│ │ ├── bluebird@3.7.2 deduped
│ │ ├─┬ buffer@5.7.1
│ │ │ ├── base64-js@1.5.1 deduped
│ │ │ └── ieee754@1.2.1 deduped
│ │ ├─┬ eth-lib@0.1.29
│ │ │ ├── bn.js@4.12.0 deduped
│ │ │ ├── elliptic@6.5.4 deduped
│ │ │ ├── nano-json-stream-parser@0.1.2
│ │ │ ├─┬ servify@0.1.12
│ │ │ │ ├─┬ body-parser@1.20.1
│ │ │ │ │ ├── bytes@3.1.2 deduped
│ │ │ │ │ ├── content-type@1.0.4
│ │ │ │ │ ├─┬ debug@2.6.9
│ │ │ │ │ │ └── ms@2.0.0
│ │ │ │ │ ├── depd@2.0.0 deduped
│ │ │ │ │ ├── destroy@1.2.0
│ │ │ │ │ ├── http-errors@2.0.0 deduped
│ │ │ │ │ ├── iconv-lite@0.4.24 deduped
│ │ │ │ │ ├─┬ on-finished@2.4.1
│ │ │ │ │ │ └── ee-first@1.1.1
│ │ │ │ │ ├── qs@6.11.0 deduped
│ │ │ │ │ ├── raw-body@2.5.1 deduped
│ │ │ │ │ ├─┬ type-is@1.6.18
│ │ │ │ │ │ ├── media-typer@0.3.0
│ │ │ │ │ │ └── mime-types@2.1.35 deduped
│ │ │ │ │ └── unpipe@1.0.0 deduped
│ │ │ │ ├─┬ cors@2.8.5
│ │ │ │ │ ├── object-assign@4.1.1 deduped
│ │ │ │ │ └── vary@1.1.2
│ │ │ │ ├─┬ express@4.18.2
│ │ │ │ │ ├─┬ accepts@1.3.8
│ │ │ │ │ │ ├── mime-types@2.1.35 deduped
│ │ │ │ │ │ └── negotiator@0.6.3
│ │ │ │ │ ├── array-flatten@1.1.1
│ │ │ │ │ ├── body-parser@1.20.1 deduped
│ │ │ │ │ ├─┬ content-disposition@0.5.4
│ │ │ │ │ │ └── safe-buffer@5.2.1 deduped
│ │ │ │ │ ├── content-type@1.0.4 deduped
│ │ │ │ │ ├── cookie-signature@1.0.6
│ │ │ │ │ ├── cookie@0.5.0
│ │ │ │ │ ├─┬ debug@2.6.9
│ │ │ │ │ │ └── ms@2.0.0
│ │ │ │ │ ├── depd@2.0.0 deduped
│ │ │ │ │ ├── encodeurl@1.0.2
│ │ │ │ │ ├── escape-html@1.0.3
│ │ │ │ │ ├── etag@1.8.1
│ │ │ │ │ ├─┬ finalhandler@1.2.0
│ │ │ │ │ │ ├─┬ debug@2.6.9
│ │ │ │ │ │ │ └── ms@2.0.0
│ │ │ │ │ │ ├── encodeurl@1.0.2 deduped
│ │ │ │ │ │ ├── escape-html@1.0.3 deduped
│ │ │ │ │ │ ├── on-finished@2.4.1 deduped
│ │ │ │ │ │ ├── parseurl@1.3.3 deduped
│ │ │ │ │ │ ├── statuses@2.0.1 deduped
│ │ │ │ │ │ └── unpipe@1.0.0 deduped
│ │ │ │ │ ├── fresh@0.5.2
│ │ │ │ │ ├── http-errors@2.0.0 deduped
│ │ │ │ │ ├── merge-descriptors@1.0.1
│ │ │ │ │ ├── methods@1.1.2
│ │ │ │ │ ├── on-finished@2.4.1 deduped
│ │ │ │ │ ├── parseurl@1.3.3
│ │ │ │ │ ├── path-to-regexp@0.1.7
│ │ │ │ │ ├─┬ proxy-addr@2.0.7
│ │ │ │ │ │ ├── forwarded@0.2.0
│ │ │ │ │ │ └── ipaddr.js@1.9.1
│ │ │ │ │ ├── qs@6.11.0 deduped
│ │ │ │ │ ├── range-parser@1.2.1
│ │ │ │ │ ├── safe-buffer@5.2.1 deduped
│ │ │ │ │ ├─┬ send@0.18.0
│ │ │ │ │ │ ├─┬ debug@2.6.9
│ │ │ │ │ │ │ └── ms@2.0.0
│ │ │ │ │ │ ├── depd@2.0.0 deduped
│ │ │ │ │ │ ├── destroy@1.2.0 deduped
│ │ │ │ │ │ ├── encodeurl@1.0.2 deduped
│ │ │ │ │ │ ├── escape-html@1.0.3 deduped
│ │ │ │ │ │ ├── etag@1.8.1 deduped
│ │ │ │ │ │ ├── fresh@0.5.2 deduped
│ │ │ │ │ │ ├── http-errors@2.0.0 deduped
│ │ │ │ │ │ ├── mime@1.6.0
│ │ │ │ │ │ ├── ms@2.1.3
│ │ │ │ │ │ ├── on-finished@2.4.1 deduped
│ │ │ │ │ │ ├── range-parser@1.2.1 deduped
│ │ │ │ │ │ └── statuses@2.0.1 deduped
│ │ │ │ │ ├─┬ serve-static@1.15.0
│ │ │ │ │ │ ├── encodeurl@1.0.2 deduped
│ │ │ │ │ │ ├── escape-html@1.0.3 deduped
│ │ │ │ │ │ ├── parseurl@1.3.3 deduped
│ │ │ │ │ │ └── send@0.18.0 deduped
│ │ │ │ │ ├── setprototypeof@1.2.0 deduped
│ │ │ │ │ ├── statuses@2.0.1 deduped
│ │ │ │ │ ├── type-is@1.6.18 deduped
│ │ │ │ │ ├── utils-merge@1.0.1
│ │ │ │ │ └── vary@1.1.2 deduped
│ │ │ │ ├─┬ request@2.88.2
│ │ │ │ │ ├── aws-sign2@0.7.0
│ │ │ │ │ ├── aws4@1.12.0
│ │ │ │ │ ├── caseless@0.12.0
│ │ │ │ │ ├─┬ combined-stream@1.0.8
│ │ │ │ │ │ └── delayed-stream@1.0.0
│ │ │ │ │ ├── extend@3.0.2
│ │ │ │ │ ├── forever-agent@0.6.1
│ │ │ │ │ ├─┬ form-data@2.3.3
│ │ │ │ │ │ ├── asynckit@0.4.0
│ │ │ │ │ │ ├── combined-stream@1.0.8 deduped
│ │ │ │ │ │ └── mime-types@2.1.35 deduped
│ │ │ │ │ ├─┬ har-validator@5.1.5
│ │ │ │ │ │ ├── ajv@6.12.6 deduped
│ │ │ │ │ │ └── har-schema@2.0.0
│ │ │ │ │ ├─┬ http-signature@1.2.0
│ │ │ │ │ │ ├── assert-plus@1.0.0
│ │ │ │ │ │ ├─┬ jsprim@1.4.2
│ │ │ │ │ │ │ ├── assert-plus@1.0.0 deduped
│ │ │ │ │ │ │ ├── extsprintf@1.3.0
│ │ │ │ │ │ │ ├── json-schema@0.4.0
│ │ │ │ │ │ │ └─┬ verror@1.10.0
│ │ │ │ │ │ │ ├── assert-plus@1.0.0 deduped
│ │ │ │ │ │ │ ├── core-util-is@1.0.2
│ │ │ │ │ │ │ └── extsprintf@1.3.0 deduped
│ │ │ │ │ │ └─┬ sshpk@1.17.0
│ │ │ │ │ │ ├─┬ asn1@0.2.6
│ │ │ │ │ │ │ └── safer-buffer@2.1.2 deduped
│ │ │ │ │ │ ├── assert-plus@1.0.0 deduped
│ │ │ │ │ │ ├─┬ bcrypt-pbkdf@1.0.2
│ │ │ │ │ │ │ └── tweetnacl@0.14.5
│ │ │ │ │ │ ├─┬ dashdash@1.14.1
│ │ │ │ │ │ │ └── assert-plus@1.0.0 deduped
│ │ │ │ │ │ ├─┬ ecc-jsbn@0.1.2
│ │ │ │ │ │ │ ├── jsbn@0.1.1 deduped
│ │ │ │ │ │ │ └── safer-buffer@2.1.2 deduped
│ │ │ │ │ │ ├─┬ getpass@0.1.7
│ │ │ │ │ │ │ └── assert-plus@1.0.0 deduped
│ │ │ │ │ │ ├── jsbn@0.1.1
│ │ │ │ │ │ ├── safer-buffer@2.1.2 deduped
│ │ │ │ │ │ └── tweetnacl@0.14.5
│ │ │ │ │ ├── is-typedarray@1.0.0
│ │ │ │ │ ├── isstream@0.1.2
│ │ │ │ │ ├── json-stringify-safe@5.0.1
│ │ │ │ │ ├── mime-types@2.1.35 deduped
│ │ │ │ │ ├── oauth-sign@0.9.0
│ │ │ │ │ ├── performance-now@2.1.0
│ │ │ │ │ ├── qs@6.5.3
│ │ │ │ │ ├── safe-buffer@5.2.1 deduped
│ │ │ │ │ ├─┬ tough-cookie@2.5.0
│ │ │ │ │ │ ├── psl@1.9.0
│ │ │ │ │ │ └── punycode@2.3.0
│ │ │ │ │ ├─┬ tunnel-agent@0.6.0
│ │ │ │ │ │ └── safe-buffer@5.2.1 deduped
│ │ │ │ │ └── uuid@3.4.0
│ │ │ │ └── xhr@2.6.0 deduped
│ │ │ ├─┬ ws@3.3.3
│ │ │ │ ├── async-limiter@1.0.1
│ │ │ │ ├── safe-buffer@5.1.2
│ │ │ │ └── ultron@1.1.1
│ │ │ └─┬ xhr-request-promise@0.1.3
│ │ │ └── xhr-request@1.1.0 deduped
│ │ ├─┬ fs-extra@4.0.3
│ │ │ ├── graceful-fs@4.2.10 deduped
│ │ │ ├── jsonfile@4.0.0 deduped
│ │ │ └── universalify@0.1.2 deduped
│ │ ├─┬ got@11.8.6
│ │ │ ├── @sindresorhus/is@4.6.0 deduped
│ │ │ ├─┬ @szmarczak/http-timer@4.0.6
│ │ │ │ └── defer-to-connect@2.0.1 deduped
│ │ │ ├── @types/cacheable-request@6.0.3 deduped
│ │ │ ├── @types/responselike@1.0.0 deduped
│ │ │ ├── cacheable-lookup@5.0.4
│ │ │ ├── cacheable-request@7.0.2 deduped
│ │ │ ├── decompress-response@6.0.0 deduped
│ │ │ ├─┬ http2-wrapper@1.0.3
│ │ │ │ ├── quick-lru@5.1.1 deduped
│ │ │ │ └── resolve-alpn@1.2.1 deduped
│ │ │ ├── lowercase-keys@2.0.0
│ │ │ ├── p-cancelable@2.1.1
│ │ │ └── responselike@2.0.1 deduped
│ │ ├─┬ mime-types@2.1.35
│ │ │ └── mime-db@1.52.0
│ │ ├─┬ mkdirp-promise@5.0.1
│ │ │ └── mkdirp@2.1.3
│ │ ├── mock-fs@4.14.0
│ │ ├── setimmediate@1.0.5 deduped
│ │ ├─┬ tar@4.4.19
│ │ │ ├── chownr@1.1.4
│ │ │ ├─┬ fs-minipass@1.2.7
│ │ │ │ └── minipass@2.9.0 deduped
│ │ │ ├─┬ minipass@2.9.0
│ │ │ │ ├── safe-buffer@5.2.1 deduped
│ │ │ │ └── yallist@3.1.1 deduped
│ │ │ ├─┬ minizlib@1.3.3
│ │ │ │ └── minipass@2.9.0 deduped
│ │ │ ├─┬ mkdirp@0.5.6
│ │ │ │ └── minimist@1.2.7
│ │ │ ├── safe-buffer@5.2.1 deduped
│ │ │ └── yallist@3.1.1 deduped
│ │ └─┬ xhr-request@1.1.0
│ │ ├── buffer-to-arraybuffer@0.0.5
│ │ ├── object-assign@4.1.1
│ │ ├─┬ query-string@5.1.1
│ │ │ ├── decode-uri-component@0.2.2
│ │ │ ├── object-assign@4.1.1 deduped
│ │ │ └── strict-uri-encode@1.1.0
│ │ ├─┬ simple-get@2.8.2
│ │ │ ├─┬ decompress-response@3.3.0
│ │ │ │ └── mimic-response@1.0.1 deduped
│ │ │ ├── once@1.4.0 deduped
│ │ │ └── simple-concat@1.0.1
│ │ ├── timed-out@4.0.1
│ │ ├── url-set-query@1.0.0
│ │ └─┬ xhr@2.6.0
│ │ ├─┬ global@4.4.0
│ │ │ ├─┬ min-document@2.19.0
│ │ │ │ └── dom-walk@0.1.2
│ │ │ └── process@0.11.10
│ │ ├── is-function@1.0.2
│ │ ├── parse-headers@2.0.5
│ │ └── xtend@4.0.2
│ ├─┬ web3-core@1.8.1
│ │ ├── @types/bn.js@5.1.1 deduped
│ │ ├── @types/node@12.20.55
│ │ ├── bignumber.js@9.1.1
│ │ ├── web3-core-helpers@1.8.1 deduped
│ │ ├─┬ web3-core-method@1.8.1
│ │ │ ├── @ethersproject/transactions@5.7.0 deduped
│ │ │ ├── web3-core-helpers@1.8.1 deduped
│ │ │ ├── web3-core-promievent@1.8.1 deduped
│ │ │ ├── web3-core-subscriptions@1.8.1 deduped
│ │ │ └── web3-utils@1.8.1 deduped
│ │ ├─┬ web3-core-requestmanager@1.8.1
│ │ │ ├─┬ util@0.12.5
│ │ │ │ ├── inherits@2.0.4 deduped
│ │ │ │ ├─┬ is-arguments@1.1.1
│ │ │ │ │ ├── call-bind@1.0.2 deduped
│ │ │ │ │ └─┬ has-tostringtag@1.0.0
│ │ │ │ │ └── has-symbols@1.0.3 deduped
│ │ │ │ ├─┬ is-generator-function@1.0.10
│ │ │ │ │ └── has-tostringtag@1.0.0 deduped
│ │ │ │ ├─┬ is-typed-array@1.1.10
│ │ │ │ │ ├── available-typed-arrays@1.0.5
│ │ │ │ │ ├── call-bind@1.0.2 deduped
│ │ │ │ │ ├─┬ for-each@0.3.3
│ │ │ │ │ │ └── is-callable@1.2.7
│ │ │ │ │ ├─┬ gopd@1.0.1
│ │ │ │ │ │ └── get-intrinsic@1.2.0 deduped
│ │ │ │ │ └── has-tostringtag@1.0.0 deduped
│ │ │ │ └─┬ which-typed-array@1.1.9
│ │ │ │ ├── available-typed-arrays@1.0.5 deduped
│ │ │ │ ├── call-bind@1.0.2 deduped
│ │ │ │ ├── for-each@0.3.3 deduped
│ │ │ │ ├── gopd@1.0.1 deduped
│ │ │ │ ├── has-tostringtag@1.0.0 deduped
│ │ │ │ └── is-typed-array@1.1.10 deduped
│ │ │ ├── web3-core-helpers@1.8.1 deduped
│ │ │ ├─┬ web3-providers-http@1.8.1
│ │ │ │ ├── abortcontroller-polyfill@1.7.5
│ │ │ │ ├─┬ cross-fetch@3.1.5
│ │ │ │ │ └─┬ node-fetch@2.6.7
│ │ │ │ │ ├── UNMET OPTIONAL DEPENDENCY encoding@^0.1.0
│ │ │ │ │ └─┬ whatwg-url@5.0.0
│ │ │ │ │ ├── tr46@0.0.3
│ │ │ │ │ └── webidl-conversions@3.0.1
│ │ │ │ ├── es6-promise@4.2.8
│ │ │ │ └── web3-core-helpers@1.8.1 deduped
│ │ │ ├─┬ web3-providers-ipc@1.8.1
│ │ │ │ ├─┬ oboe@2.1.5
│ │ │ │ │ └── http-https@1.0.0
│ │ │ │ └── web3-core-helpers@1.8.1 deduped
│ │ │ └─┬ web3-providers-ws@1.8.1
│ │ │ ├── eventemitter3@4.0.4 deduped
│ │ │ ├── web3-core-helpers@1.8.1 deduped
│ │ │ └─┬ websocket@1.0.34
│ │ │ ├── bufferutil@4.0.7 deduped
│ │ │ ├─┬ debug@2.6.9
│ │ │ │ └── ms@2.0.0
│ │ │ ├─┬ es5-ext@0.10.62
│ │ │ │ ├─┬ es6-iterator@2.0.3
│ │ │ │ │ ├─┬ d@1.0.1
│ │ │ │ │ │ ├── es5-ext@0.10.62 deduped
│ │ │ │ │ │ └── type@1.2.0
│ │ │ │ │ ├── es5-ext@0.10.62 deduped
│ │ │ │ │ └── es6-symbol@3.1.3 deduped
│ │ │ │ ├─┬ es6-symbol@3.1.3
│ │ │ │ │ ├── d@1.0.1 deduped
│ │ │ │ │ └─┬ ext@1.7.0
│ │ │ │ │ └── type@2.7.2
│ │ │ │ └── next-tick@1.1.0
│ │ │ ├─┬ typedarray-to-buffer@3.1.5
│ │ │ │ └── is-typedarray@1.0.0 deduped
│ │ │ ├── utf-8-validate@5.0.10 deduped
│ │ │ └── yaeti@0.0.6
│ │ └── web3-utils@1.8.1 deduped
│ ├─┬ web3-eth-personal@1.8.1
│ │ ├── @types/node@12.20.55
│ │ ├── web3-core-helpers@1.8.1 deduped
│ │ ├── web3-core-method@1.8.1 deduped
│ │ ├── web3-core@1.8.1 deduped
│ │ ├── web3-net@1.8.1 deduped
│ │ └── web3-utils@1.8.1 deduped
│ ├─┬ web3-eth@1.8.1
│ │ ├── web3-core-helpers@1.8.1 deduped
│ │ ├── web3-core-method@1.8.1 deduped
│ │ ├─┬ web3-core-subscriptions@1.8.1
│ │ │ ├── eventemitter3@4.0.4 deduped
│ │ │ └── web3-core-helpers@1.8.1 deduped
│ │ ├── web3-core@1.8.1 deduped
│ │ ├── web3-eth-abi@1.8.1 deduped
│ │ ├─┬ web3-eth-accounts@1.8.1
│ │ │ ├─┬ @ethereumjs/common@2.5.0
│ │ │ │ ├── crc-32@1.2.2 deduped
│ │ │ │ └── ethereumjs-util@7.1.5 deduped
│ │ │ ├─┬ @ethereumjs/tx@3.3.2
│ │ │ │ ├── @ethereumjs/common@2.5.0 deduped
│ │ │ │ └── ethereumjs-util@7.1.5 deduped
│ │ │ ├─┬ crypto-browserify@3.12.0
│ │ │ │ ├─┬ browserify-cipher@1.0.1
│ │ │ │ │ ├── browserify-aes@1.2.0 deduped
│ │ │ │ │ ├─┬ browserify-des@1.0.2
│ │ │ │ │ │ ├── cipher-base@1.0.4 deduped
│ │ │ │ │ │ ├─┬ des.js@1.0.1
│ │ │ │ │ │ │ ├── inherits@2.0.4 deduped
│ │ │ │ │ │ │ └── minimalistic-assert@1.0.1 deduped
│ │ │ │ │ │ ├── inherits@2.0.4 deduped
│ │ │ │ │ │ └── safe-buffer@5.2.1 deduped
│ │ │ │ │ └── evp_bytestokey@1.0.3 deduped
│ │ │ │ ├─┬ browserify-sign@4.2.1
│ │ │ │ │ ├── bn.js@5.2.1
│ │ │ │ │ ├─┬ browserify-rsa@4.1.0
│ │ │ │ │ │ ├── bn.js@5.2.1
│ │ │ │ │ │ └── randombytes@2.1.0 deduped
│ │ │ │ │ ├── create-hash@1.2.0 deduped
│ │ │ │ │ ├── create-hmac@1.1.7 deduped
│ │ │ │ │ ├── elliptic@6.5.4 deduped
│ │ │ │ │ ├── inherits@2.0.4 deduped
│ │ │ │ │ ├─┬ parse-asn1@5.1.6
│ │ │ │ │ │ ├─┬ asn1.js@5.4.1
│ │ │ │ │ │ │ ├── bn.js@4.12.0 deduped
│ │ │ │ │ │ │ ├── inherits@2.0.4 deduped
│ │ │ │ │ │ │ ├── minimalistic-assert@1.0.1 deduped
│ │ │ │ │ │ │ └── safer-buffer@2.1.2 deduped
│ │ │ │ │ │ ├── browserify-aes@1.2.0 deduped
│ │ │ │ │ │ ├── evp_bytestokey@1.0.3 deduped
│ │ │ │ │ │ ├── pbkdf2@3.1.2 deduped
│ │ │ │ │ │ └── safe-buffer@5.2.1 deduped
│ │ │ │ │ ├── readable-stream@3.6.0 deduped
│ │ │ │ │ └── safe-buffer@5.2.1 deduped
│ │ │ │ ├─┬ create-ecdh@4.0.4
│ │ │ │ │ ├── bn.js@4.12.0 deduped
│ │ │ │ │ └── elliptic@6.5.4 deduped
│ │ │ │ ├── create-hash@1.2.0 deduped
│ │ │ │ ├── create-hmac@1.1.7 deduped
│ │ │ │ ├─┬ diffie-hellman@5.0.3
│ │ │ │ │ ├── bn.js@4.12.0 deduped
│ │ │ │ │ ├─┬ miller-rabin@4.0.1
│ │ │ │ │ │ ├── bn.js@4.12.0 deduped
│ │ │ │ │ │ └── brorand@1.1.0 deduped
│ │ │ │ │ └── randombytes@2.1.0 deduped
│ │ │ │ ├── inherits@2.0.4 deduped
│ │ │ │ ├── pbkdf2@3.1.2 deduped
│ │ │ │ ├─┬ public-encrypt@4.0.3
│ │ │ │ │ ├── bn.js@4.12.0 deduped
│ │ │ │ │ ├── browserify-rsa@4.1.0 deduped
│ │ │ │ │ ├── create-hash@1.2.0 deduped
│ │ │ │ │ ├── parse-asn1@5.1.6 deduped
│ │ │ │ │ ├── randombytes@2.1.0 deduped
│ │ │ │ │ └── safe-buffer@5.2.1 deduped
│ │ │ │ ├── randombytes@2.1.0 deduped
│ │ │ │ └─┬ randomfill@1.0.4
│ │ │ │ ├── randombytes@2.1.0 deduped
│ │ │ │ └── safe-buffer@5.2.1 deduped
│ │ │ ├─┬ eth-lib@0.2.8
│ │ │ │ ├── bn.js@4.12.0 deduped
│ │ │ │ ├── elliptic@6.5.4 deduped
│ │ │ │ └── xhr-request-promise@0.1.3 deduped
│ │ │ ├── ethereumjs-util@7.1.5 deduped
│ │ │ ├── scrypt-js@3.0.1 deduped
│ │ │ ├── uuid@9.0.0
│ │ │ ├── web3-core-helpers@1.8.1 deduped
│ │ │ ├── web3-core-method@1.8.1 deduped
│ │ │ ├── web3-core@1.8.1 deduped
│ │ │ └── web3-utils@1.8.1 deduped
│ │ ├─┬ web3-eth-contract@1.8.1
│ │ │ ├── @types/bn.js@5.1.1 deduped
│ │ │ ├── web3-core-helpers@1.8.1 deduped
│ │ │ ├── web3-core-method@1.8.1 deduped
│ │ │ ├── web3-core-promievent@1.8.1 deduped
│ │ │ ├── web3-core-subscriptions@1.8.1 deduped
│ │ │ ├── web3-core@1.8.1 deduped
│ │ │ ├── web3-eth-abi@1.8.1 deduped
│ │ │ └── web3-utils@1.8.1 deduped
│ │ ├─┬ web3-eth-ens@1.8.1
│ │ │ ├── content-hash@2.5.2 deduped
│ │ │ ├── eth-ens-namehash@2.0.8 deduped
│ │ │ ├── web3-core-helpers@1.8.1 deduped
│ │ │ ├── web3-core-promievent@1.8.1 deduped
│ │ │ ├── web3-core@1.8.1 deduped
│ │ │ ├── web3-eth-abi@1.8.1 deduped
│ │ │ ├── web3-eth-contract@1.8.1 deduped
│ │ │ └── web3-utils@1.8.1 deduped
│ │ ├── web3-eth-iban@1.8.1 deduped
│ │ ├── web3-eth-personal@1.8.1 deduped
│ │ ├── web3-net@1.8.1 deduped
│ │ └── web3-utils@1.8.1 deduped
│ ├─┬ web3-net@1.8.1
│ │ ├── web3-core-method@1.8.1 deduped
│ │ ├── web3-core@1.8.1 deduped
│ │ └── web3-utils@1.8.1 deduped
│ ├─┬ web3-shh@1.8.1
│ │ ├── web3-core-method@1.8.1 deduped
│ │ ├── web3-core-subscriptions@1.8.1 deduped
│ │ ├── web3-core@1.8.1 deduped
│ │ └── web3-net@1.8.1 deduped
│ └── web3-utils@1.8.1 deduped
Metadata
Metadata
Assignees
Labels
No labels