{
  "name": "tronnodejs",
  "version": "1.0.0",
  "lockfileVersion": 1,
  "requires": true,
  "dependencies": {
    "@babel/runtime": {
      "version": "7.14.6",
      "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.6.tgz",
      "integrity": "sha512-/PCB2uJ7oM44tz8YhC4Z/6PeOKXp4K588f+5M3clr1M4zbqztlo0XEfJ2LEzj/FgwfgGcIdl8n7YYjTCI0BYwg==",
      "requires": {
        "regenerator-runtime": "^0.13.4"
      }
    },
    "@ethersproject/abi": {
      "version": "5.4.0",
      "resolved": "https://registry.npmjs.org/@ethersproject/abi/-/abi-5.4.0.tgz",
      "integrity": "sha512-9gU2H+/yK1j2eVMdzm6xvHSnMxk8waIHQGYCZg5uvAyH0rsAzxkModzBSpbAkAuhKFEovC2S9hM4nPuLym8IZw==",
      "requires": {
        "@ethersproject/address": "^5.4.0",
        "@ethersproject/bignumber": "^5.4.0",
        "@ethersproject/bytes": "^5.4.0",
        "@ethersproject/constants": "^5.4.0",
        "@ethersproject/hash": "^5.4.0",
        "@ethersproject/keccak256": "^5.4.0",
        "@ethersproject/logger": "^5.4.0",
        "@ethersproject/properties": "^5.4.0",
        "@ethersproject/strings": "^5.4.0"
      }
    },
    "@ethersproject/abstract-provider": {
      "version": "5.4.0",
      "resolved": "https://registry.npmjs.org/@ethersproject/abstract-provider/-/abstract-provider-5.4.0.tgz",
      "integrity": "sha512-vPBR7HKUBY0lpdllIn7tLIzNN7DrVnhCLKSzY0l8WAwxz686m/aL7ASDzrVxV93GJtIub6N2t4dfZ29CkPOxgA==",
      "requires": {
        "@ethersproject/bignumber": "^5.4.0",
        "@ethersproject/bytes": "^5.4.0",
        "@ethersproject/logger": "^5.4.0",
        "@ethersproject/networks": "^5.4.0",
        "@ethersproject/properties": "^5.4.0",
        "@ethersproject/transactions": "^5.4.0",
        "@ethersproject/web": "^5.4.0"
      }
    },
    "@ethersproject/abstract-signer": {
      "version": "5.4.0",
      "resolved": "https://registry.npmjs.org/@ethersproject/abstract-signer/-/abstract-signer-5.4.0.tgz",
      "integrity": "sha512-AieQAzt05HJZS2bMofpuxMEp81AHufA5D6M4ScKwtolj041nrfIbIi8ciNW7+F59VYxXq+V4c3d568Q6l2m8ew==",
      "requires": {
        "@ethersproject/abstract-provider": "^5.4.0",
        "@ethersproject/bignumber": "^5.4.0",
        "@ethersproject/bytes": "^5.4.0",
        "@ethersproject/logger": "^5.4.0",
        "@ethersproject/properties": "^5.4.0"
      }
    },
    "@ethersproject/address": {
      "version": "5.4.0",
      "resolved": "https://registry.npmjs.org/@ethersproject/address/-/address-5.4.0.tgz",
      "integrity": "sha512-SD0VgOEkcACEG/C6xavlU1Hy3m5DGSXW3CUHkaaEHbAPPsgi0coP5oNPsxau8eTlZOk/bpa/hKeCNoK5IzVI2Q==",
      "requires": {
        "@ethersproject/bignumber": "^5.4.0",
        "@ethersproject/bytes": "^5.4.0",
        "@ethersproject/keccak256": "^5.4.0",
        "@ethersproject/logger": "^5.4.0",
        "@ethersproject/rlp": "^5.4.0"
      }
    },
    "@ethersproject/base64": {
      "version": "5.4.0",
      "resolved": "https://registry.npmjs.org/@ethersproject/base64/-/base64-5.4.0.tgz",
      "integrity": "sha512-CjQw6E17QDSSC5jiM9YpF7N1aSCHmYGMt9bWD8PWv6YPMxjsys2/Q8xLrROKI3IWJ7sFfZ8B3flKDTM5wlWuZQ==",
      "requires": {
        "@ethersproject/bytes": "^5.4.0"
      }
    },
    "@ethersproject/basex": {
      "version": "5.4.0",
      "resolved": "https://registry.npmjs.org/@ethersproject/basex/-/basex-5.4.0.tgz",
      "integrity": "sha512-J07+QCVJ7np2bcpxydFVf/CuYo9mZ7T73Pe7KQY4c1lRlrixMeblauMxHXD0MPwFmUHZIILDNViVkykFBZylbg==",
      "requires": {
        "@ethersproject/bytes": "^5.4.0",
        "@ethersproject/properties": "^5.4.0"
      }
    },
    "@ethersproject/bignumber": {
      "version": "5.4.0",
      "resolved": "https://registry.npmjs.org/@ethersproject/bignumber/-/bignumber-5.4.0.tgz",
      "integrity": "sha512-OXUu9f9hO3vGRIPxU40cignXZVaYyfx6j9NNMjebKdnaCL3anCLSSy8/b8d03vY6dh7duCC0kW72GEC4tZer2w==",
      "requires": {
        "@ethersproject/bytes": "^5.4.0",
        "@ethersproject/logger": "^5.4.0",
        "bn.js": "^4.11.9"
      }
    },
    "@ethersproject/bytes": {
      "version": "5.4.0",
      "resolved": "https://registry.npmjs.org/@ethersproject/bytes/-/bytes-5.4.0.tgz",
      "integrity": "sha512-H60ceqgTHbhzOj4uRc/83SCN9d+BSUnOkrr2intevqdtEMO1JFVZ1XL84OEZV+QjV36OaZYxtnt4lGmxcGsPfA==",
      "requires": {
        "@ethersproject/logger": "^5.4.0"
      }
    },
    "@ethersproject/constants": {
      "version": "5.4.0",
      "resolved": "https://registry.npmjs.org/@ethersproject/constants/-/constants-5.4.0.tgz",
      "integrity": "sha512-tzjn6S7sj9+DIIeKTJLjK9WGN2Tj0P++Z8ONEIlZjyoTkBuODN+0VfhAyYksKi43l1Sx9tX2VlFfzjfmr5Wl3Q==",
      "requires": {
        "@ethersproject/bignumber": "^5.4.0"
      }
    },
    "@ethersproject/contracts": {
      "version": "5.4.0",
      "resolved": "https://registry.npmjs.org/@ethersproject/contracts/-/contracts-5.4.0.tgz",
      "integrity": "sha512-hkO3L3IhS1Z3ZtHtaAG/T87nQ7KiPV+/qnvutag35I0IkiQ8G3ZpCQ9NNOpSCzn4pWSW4CfzmtE02FcqnLI+hw==",
      "requires": {
        "@ethersproject/abi": "^5.4.0",
        "@ethersproject/abstract-provider": "^5.4.0",
        "@ethersproject/abstract-signer": "^5.4.0",
        "@ethersproject/address": "^5.4.0",
        "@ethersproject/bignumber": "^5.4.0",
        "@ethersproject/bytes": "^5.4.0",
        "@ethersproject/constants": "^5.4.0",
        "@ethersproject/logger": "^5.4.0",
        "@ethersproject/properties": "^5.4.0",
        "@ethersproject/transactions": "^5.4.0"
      }
    },
    "@ethersproject/hash": {
      "version": "5.4.0",
      "resolved": "https://registry.npmjs.org/@ethersproject/hash/-/hash-5.4.0.tgz",
      "integrity": "sha512-xymAM9tmikKgbktOCjW60Z5sdouiIIurkZUr9oW5NOex5uwxrbsYG09kb5bMcNjlVeJD3yPivTNzViIs1GCbqA==",
      "requires": {
        "@ethersproject/abstract-signer": "^5.4.0",
        "@ethersproject/address": "^5.4.0",
        "@ethersproject/bignumber": "^5.4.0",
        "@ethersproject/bytes": "^5.4.0",
        "@ethersproject/keccak256": "^5.4.0",
        "@ethersproject/logger": "^5.4.0",
        "@ethersproject/properties": "^5.4.0",
        "@ethersproject/strings": "^5.4.0"
      }
    },
    "@ethersproject/hdnode": {
      "version": "5.4.0",
      "resolved": "https://registry.npmjs.org/@ethersproject/hdnode/-/hdnode-5.4.0.tgz",
      "integrity": "sha512-pKxdS0KAaeVGfZPp1KOiDLB0jba11tG6OP1u11QnYfb7pXn6IZx0xceqWRr6ygke8+Kw74IpOoSi7/DwANhy8Q==",
      "requires": {
        "@ethersproject/abstract-signer": "^5.4.0",
        "@ethersproject/basex": "^5.4.0",
        "@ethersproject/bignumber": "^5.4.0",
        "@ethersproject/bytes": "^5.4.0",
        "@ethersproject/logger": "^5.4.0",
        "@ethersproject/pbkdf2": "^5.4.0",
        "@ethersproject/properties": "^5.4.0",
        "@ethersproject/sha2": "^5.4.0",
        "@ethersproject/signing-key": "^5.4.0",
        "@ethersproject/strings": "^5.4.0",
        "@ethersproject/transactions": "^5.4.0",
        "@ethersproject/wordlists": "^5.4.0"
      }
    },
    "@ethersproject/json-wallets": {
      "version": "5.4.0",
      "resolved": "https://registry.npmjs.org/@ethersproject/json-wallets/-/json-wallets-5.4.0.tgz",
      "integrity": "sha512-igWcu3fx4aiczrzEHwG1xJZo9l1cFfQOWzTqwRw/xcvxTk58q4f9M7cjh51EKphMHvrJtcezJ1gf1q1AUOfEQQ==",
      "requires": {
        "@ethersproject/abstract-signer": "^5.4.0",
        "@ethersproject/address": "^5.4.0",
        "@ethersproject/bytes": "^5.4.0",
        "@ethersproject/hdnode": "^5.4.0",
        "@ethersproject/keccak256": "^5.4.0",
        "@ethersproject/logger": "^5.4.0",
        "@ethersproject/pbkdf2": "^5.4.0",
        "@ethersproject/properties": "^5.4.0",
        "@ethersproject/random": "^5.4.0",
        "@ethersproject/strings": "^5.4.0",
        "@ethersproject/transactions": "^5.4.0",
        "aes-js": "3.0.0",
        "scrypt-js": "3.0.1"
      }
    },
    "@ethersproject/keccak256": {
      "version": "5.4.0",
      "resolved": "https://registry.npmjs.org/@ethersproject/keccak256/-/keccak256-5.4.0.tgz",
      "integrity": "sha512-FBI1plWet+dPUvAzPAeHzRKiPpETQzqSUWR1wXJGHVWi4i8bOSrpC3NwpkPjgeXG7MnugVc1B42VbfnQikyC/A==",
      "requires": {
        "@ethersproject/bytes": "^5.4.0",
        "js-sha3": "0.5.7"
      }
    },
    "@ethersproject/logger": {
      "version": "5.4.0",
      "resolved": "https://registry.npmjs.org/@ethersproject/logger/-/logger-5.4.0.tgz",
      "integrity": "sha512-xYdWGGQ9P2cxBayt64d8LC8aPFJk6yWCawQi/4eJ4+oJdMMjEBMrIcIMZ9AxhwpPVmnBPrsB10PcXGmGAqgUEQ=="
    },
    "@ethersproject/networks": {
      "version": "5.4.1",
      "resolved": "https://registry.npmjs.org/@ethersproject/networks/-/networks-5.4.1.tgz",
      "integrity": "sha512-8SvowCKz9Uf4xC5DTKI8+il8lWqOr78kmiqAVLYT9lzB8aSmJHQMD1GSuJI0CW4hMAnzocpGpZLgiMdzsNSPig==",
      "requires": {
        "@ethersproject/logger": "^5.4.0"
      }
    },
    "@ethersproject/pbkdf2": {
      "version": "5.4.0",
      "resolved": "https://registry.npmjs.org/@ethersproject/pbkdf2/-/pbkdf2-5.4.0.tgz",
      "integrity": "sha512-x94aIv6tiA04g6BnazZSLoRXqyusawRyZWlUhKip2jvoLpzJuLb//KtMM6PEovE47pMbW+Qe1uw+68ameJjB7g==",
      "requires": {
        "@ethersproject/bytes": "^5.4.0",
        "@ethersproject/sha2": "^5.4.0"
      }
    },
    "@ethersproject/properties": {
      "version": "5.4.0",
      "resolved": "https://registry.npmjs.org/@ethersproject/properties/-/properties-5.4.0.tgz",
      "integrity": "sha512-7jczalGVRAJ+XSRvNA6D5sAwT4gavLq3OXPuV/74o3Rd2wuzSL035IMpIMgei4CYyBdialJMrTqkOnzccLHn4A==",
      "requires": {
        "@ethersproject/logger": "^5.4.0"
      }
    },
    "@ethersproject/providers": {
      "version": "5.4.1",
      "resolved": "https://registry.npmjs.org/@ethersproject/providers/-/providers-5.4.1.tgz",
      "integrity": "sha512-p06eiFKz8nu/5Ju0kIX024gzEQIgE5pvvGrBCngpyVjpuLtUIWT3097Agw4mTn9/dEA0FMcfByzFqacBMSgCVg==",
      "requires": {
        "@ethersproject/abstract-provider": "^5.4.0",
        "@ethersproject/abstract-signer": "^5.4.0",
        "@ethersproject/address": "^5.4.0",
        "@ethersproject/basex": "^5.4.0",
        "@ethersproject/bignumber": "^5.4.0",
        "@ethersproject/bytes": "^5.4.0",
        "@ethersproject/constants": "^5.4.0",
        "@ethersproject/hash": "^5.4.0",
        "@ethersproject/logger": "^5.4.0",
        "@ethersproject/networks": "^5.4.0",
        "@ethersproject/properties": "^5.4.0",
        "@ethersproject/random": "^5.4.0",
        "@ethersproject/rlp": "^5.4.0",
        "@ethersproject/sha2": "^5.4.0",
        "@ethersproject/strings": "^5.4.0",
        "@ethersproject/transactions": "^5.4.0",
        "@ethersproject/web": "^5.4.0",
        "bech32": "1.1.4",
        "ws": "7.4.6"
      }
    },
    "@ethersproject/random": {
      "version": "5.4.0",
      "resolved": "https://registry.npmjs.org/@ethersproject/random/-/random-5.4.0.tgz",
      "integrity": "sha512-pnpWNQlf0VAZDEOVp1rsYQosmv2o0ITS/PecNw+mS2/btF8eYdspkN0vIXrCMtkX09EAh9bdk8GoXmFXM1eAKw==",
      "requires": {
        "@ethersproject/bytes": "^5.4.0",
        "@ethersproject/logger": "^5.4.0"
      }
    },
    "@ethersproject/rlp": {
      "version": "5.4.0",
      "resolved": "https://registry.npmjs.org/@ethersproject/rlp/-/rlp-5.4.0.tgz",
      "integrity": "sha512-0I7MZKfi+T5+G8atId9QaQKHRvvasM/kqLyAH4XxBCBchAooH2EX5rL9kYZWwcm3awYV+XC7VF6nLhfeQFKVPg==",
      "requires": {
        "@ethersproject/bytes": "^5.4.0",
        "@ethersproject/logger": "^5.4.0"
      }
    },
    "@ethersproject/sha2": {
      "version": "5.4.0",
      "resolved": "https://registry.npmjs.org/@ethersproject/sha2/-/sha2-5.4.0.tgz",
      "integrity": "sha512-siheo36r1WD7Cy+bDdE1BJ8y0bDtqXCOxRMzPa4bV1TGt/eTUUt03BHoJNB6reWJD8A30E/pdJ8WFkq+/uz4Gg==",
      "requires": {
        "@ethersproject/bytes": "^5.4.0",
        "@ethersproject/logger": "^5.4.0",
        "hash.js": "1.1.7"
      }
    },
    "@ethersproject/signing-key": {
      "version": "5.4.0",
      "resolved": "https://registry.npmjs.org/@ethersproject/signing-key/-/signing-key-5.4.0.tgz",
      "integrity": "sha512-q8POUeywx6AKg2/jX9qBYZIAmKSB4ubGXdQ88l40hmATj29JnG5pp331nAWwwxPn2Qao4JpWHNZsQN+bPiSW9A==",
      "requires": {
        "@ethersproject/bytes": "^5.4.0",
        "@ethersproject/logger": "^5.4.0",
        "@ethersproject/properties": "^5.4.0",
        "bn.js": "^4.11.9",
        "elliptic": "6.5.4",
        "hash.js": "1.1.7"
      }
    },
    "@ethersproject/solidity": {
      "version": "5.4.0",
      "resolved": "https://registry.npmjs.org/@ethersproject/solidity/-/solidity-5.4.0.tgz",
      "integrity": "sha512-XFQTZ7wFSHOhHcV1DpcWj7VXECEiSrBuv7JErJvB9Uo+KfCdc3QtUZV+Vjh/AAaYgezUEKbCtE6Khjm44seevQ==",
      "requires": {
        "@ethersproject/bignumber": "^5.4.0",
        "@ethersproject/bytes": "^5.4.0",
        "@ethersproject/keccak256": "^5.4.0",
        "@ethersproject/sha2": "^5.4.0",
        "@ethersproject/strings": "^5.4.0"
      }
    },
    "@ethersproject/strings": {
      "version": "5.4.0",
      "resolved": "https://registry.npmjs.org/@ethersproject/strings/-/strings-5.4.0.tgz",
      "integrity": "sha512-k/9DkH5UGDhv7aReXLluFG5ExurwtIpUfnDNhQA29w896Dw3i4uDTz01Quaptbks1Uj9kI8wo9tmW73wcIEaWA==",
      "requires": {
        "@ethersproject/bytes": "^5.4.0",
        "@ethersproject/constants": "^5.4.0",
        "@ethersproject/logger": "^5.4.0"
      }
    },
    "@ethersproject/transactions": {
      "version": "5.4.0",
      "resolved": "https://registry.npmjs.org/@ethersproject/transactions/-/transactions-5.4.0.tgz",
      "integrity": "sha512-s3EjZZt7xa4BkLknJZ98QGoIza94rVjaEed0rzZ/jB9WrIuu/1+tjvYCWzVrystXtDswy7TPBeIepyXwSYa4WQ==",
      "requires": {
        "@ethersproject/address": "^5.4.0",
        "@ethersproject/bignumber": "^5.4.0",
        "@ethersproject/bytes": "^5.4.0",
        "@ethersproject/constants": "^5.4.0",
        "@ethersproject/keccak256": "^5.4.0",
        "@ethersproject/logger": "^5.4.0",
        "@ethersproject/properties": "^5.4.0",
        "@ethersproject/rlp": "^5.4.0",
        "@ethersproject/signing-key": "^5.4.0"
      }
    },
    "@ethersproject/units": {
      "version": "5.4.0",
      "resolved": "https://registry.npmjs.org/@ethersproject/units/-/units-5.4.0.tgz",
      "integrity": "sha512-Z88krX40KCp+JqPCP5oPv5p750g+uU6gopDYRTBGcDvOASh6qhiEYCRatuM/suC4S2XW9Zz90QI35MfSrTIaFg==",
      "requires": {
        "@ethersproject/bignumber": "^5.4.0",
        "@ethersproject/constants": "^5.4.0",
        "@ethersproject/logger": "^5.4.0"
      }
    },
    "@ethersproject/wallet": {
      "version": "5.4.0",
      "resolved": "https://registry.npmjs.org/@ethersproject/wallet/-/wallet-5.4.0.tgz",
      "integrity": "sha512-wU29majLjM6AjCjpat21mPPviG+EpK7wY1+jzKD0fg3ui5fgedf2zEu1RDgpfIMsfn8fJHJuzM4zXZ2+hSHaSQ==",
      "requires": {
        "@ethersproject/abstract-provider": "^5.4.0",
        "@ethersproject/abstract-signer": "^5.4.0",
        "@ethersproject/address": "^5.4.0",
        "@ethersproject/bignumber": "^5.4.0",
        "@ethersproject/bytes": "^5.4.0",
        "@ethersproject/hash": "^5.4.0",
        "@ethersproject/hdnode": "^5.4.0",
        "@ethersproject/json-wallets": "^5.4.0",
        "@ethersproject/keccak256": "^5.4.0",
        "@ethersproject/logger": "^5.4.0",
        "@ethersproject/properties": "^5.4.0",
        "@ethersproject/random": "^5.4.0",
        "@ethersproject/signing-key": "^5.4.0",
        "@ethersproject/transactions": "^5.4.0",
        "@ethersproject/wordlists": "^5.4.0"
      }
    },
    "@ethersproject/web": {
      "version": "5.4.0",
      "resolved": "https://registry.npmjs.org/@ethersproject/web/-/web-5.4.0.tgz",
      "integrity": "sha512-1bUusGmcoRLYgMn6c1BLk1tOKUIFuTg8j+6N8lYlbMpDesnle+i3pGSagGNvwjaiLo4Y5gBibwctpPRmjrh4Og==",
      "requires": {
        "@ethersproject/base64": "^5.4.0",
        "@ethersproject/bytes": "^5.4.0",
        "@ethersproject/logger": "^5.4.0",
        "@ethersproject/properties": "^5.4.0",
        "@ethersproject/strings": "^5.4.0"
      }
    },
    "@ethersproject/wordlists": {
      "version": "5.4.0",
      "resolved": "https://registry.npmjs.org/@ethersproject/wordlists/-/wordlists-5.4.0.tgz",
      "integrity": "sha512-FemEkf6a+EBKEPxlzeVgUaVSodU7G0Na89jqKjmWMlDB0tomoU8RlEMgUvXyqtrg8N4cwpLh8nyRnm1Nay1isA==",
      "requires": {
        "@ethersproject/bytes": "^5.4.0",
        "@ethersproject/hash": "^5.4.0",
        "@ethersproject/logger": "^5.4.0",
        "@ethersproject/properties": "^5.4.0",
        "@ethersproject/strings": "^5.4.0"
      }
    },
    "aes-js": {
      "version": "3.0.0",
      "resolved": "https://registry.npmjs.org/aes-js/-/aes-js-3.0.0.tgz",
      "integrity": "sha1-4h3xCtbCBTKVvLuNq0Cwnb6ofk0="
    },
    "axios": {
      "version": "0.21.1",
      "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz",
      "integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==",
      "requires": {
        "follow-redirects": "^1.10.0"
      }
    },
    "babel-runtime": {
      "version": "6.26.0",
      "resolved": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.26.0.tgz",
      "integrity": "sha1-llxwWGaOgrVde/4E/yM3vItWR/4=",
      "requires": {
        "core-js": "^2.4.0",
        "regenerator-runtime": "^0.11.0"
      },
      "dependencies": {
        "regenerator-runtime": {
          "version": "0.11.1",
          "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz",
          "integrity": "sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg=="
        }
      }
    },
    "bech32": {
      "version": "1.1.4",
      "resolved": "https://registry.npmjs.org/bech32/-/bech32-1.1.4.tgz",
      "integrity": "sha512-s0IrSOzLlbvX7yp4WBfPITzpAU8sqQcpsmwXDiKwrG4r491vwCO/XpejasRNl0piBMe/DvP4Tz0mIS/X1DPJBQ=="
    },
    "bignumber.js": {
      "version": "7.2.1",
      "resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-7.2.1.tgz",
      "integrity": "sha512-S4XzBk5sMB+Rcb/LNcpzXr57VRTxgAvaAEDAl1AwRx27j00hT84O6OkteE7u8UB3NuaaygCRrEpqox4uDOrbdQ=="
    },
    "bn.js": {
      "version": "4.12.0",
      "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz",
      "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA=="
    },
    "brorand": {
      "version": "1.1.0",
      "resolved": "https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz",
      "integrity": "sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8="
    },
    "buffer-equal-constant-time": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz",
      "integrity": "sha1-+OcRMvf/5uAaXJaXpMbz5I1cyBk="
    },
    "core-js": {
      "version": "2.6.12",
      "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.12.tgz",
      "integrity": "sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ=="
    },
    "denque": {
      "version": "1.5.0",
      "resolved": "https://registry.npmjs.org/denque/-/denque-1.5.0.tgz",
      "integrity": "sha512-CYiCSgIF1p6EUByQPlGkKnP1M9g0ZV3qMIrqMqZqdwazygIA/YP2vrbcyl1h/WppKJTdl1F85cXIle+394iDAQ=="
    },
    "dotenv": {
      "version": "16.0.0",
      "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.0.0.tgz",
      "integrity": "sha512-qD9WU0MPM4SWLPJy/r2Be+2WgQj8plChsyrCNQzW/0WjvcJQiKQJ9mH3ZgB3fxbUUxgc/11ZJ0Fi5KiimWGz2Q=="
    },
    "ecdsa-sig-formatter": {
      "version": "1.0.11",
      "resolved": "https://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz",
      "integrity": "sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==",
      "requires": {
        "safe-buffer": "^5.0.1"
      }
    },
    "elliptic": {
      "version": "6.5.4",
      "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.4.tgz",
      "integrity": "sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==",
      "requires": {
        "bn.js": "^4.11.9",
        "brorand": "^1.1.0",
        "hash.js": "^1.0.0",
        "hmac-drbg": "^1.0.1",
        "inherits": "^2.0.4",
        "minimalistic-assert": "^1.0.1",
        "minimalistic-crypto-utils": "^1.0.1"
      }
    },
    "ethers": {
      "version": "5.4.1",
      "resolved": "https://registry.npmjs.org/ethers/-/ethers-5.4.1.tgz",
      "integrity": "sha512-SrcddMdCgP1hukDvCPd87Aipbf4NWjQvdfAbZ65XSZGbfyuYPtIrUJPDH5B1SBRsdlfiEgX3eoz28DdBDzMNFg==",
      "requires": {
        "@ethersproject/abi": "5.4.0",
        "@ethersproject/abstract-provider": "5.4.0",
        "@ethersproject/abstract-signer": "5.4.0",
        "@ethersproject/address": "5.4.0",
        "@ethersproject/base64": "5.4.0",
        "@ethersproject/basex": "5.4.0",
        "@ethersproject/bignumber": "5.4.0",
        "@ethersproject/bytes": "5.4.0",
        "@ethersproject/constants": "5.4.0",
        "@ethersproject/contracts": "5.4.0",
        "@ethersproject/hash": "5.4.0",
        "@ethersproject/hdnode": "5.4.0",
        "@ethersproject/json-wallets": "5.4.0",
        "@ethersproject/keccak256": "5.4.0",
        "@ethersproject/logger": "5.4.0",
        "@ethersproject/networks": "5.4.1",
        "@ethersproject/pbkdf2": "5.4.0",
        "@ethersproject/properties": "5.4.0",
        "@ethersproject/providers": "5.4.1",
        "@ethersproject/random": "5.4.0",
        "@ethersproject/rlp": "5.4.0",
        "@ethersproject/sha2": "5.4.0",
        "@ethersproject/signing-key": "5.4.0",
        "@ethersproject/solidity": "5.4.0",
        "@ethersproject/strings": "5.4.0",
        "@ethersproject/transactions": "5.4.0",
        "@ethersproject/units": "5.4.0",
        "@ethersproject/wallet": "5.4.0",
        "@ethersproject/web": "5.4.0",
        "@ethersproject/wordlists": "5.4.0"
      }
    },
    "eventemitter3": {
      "version": "3.1.2",
      "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-3.1.2.tgz",
      "integrity": "sha512-tvtQIeLVHjDkJYnzf2dgVMxfuSGJeM/7UCG17TT4EumTfNtF+0nebF/4zWOIkCreAbtNqhGEboB6BWrwqNaw4Q=="
    },
    "follow-redirects": {
      "version": "1.14.1",
      "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.1.tgz",
      "integrity": "sha512-HWqDgT7ZEkqRzBvc2s64vSZ/hfOceEol3ac/7tKwzuvEyWx3/4UegXh5oBOIotkGsObyk3xznnSRVADBgWSQVg=="
    },
    "hash.js": {
      "version": "1.1.7",
      "resolved": "https://registry.npmjs.org/hash.js/-/hash.js-1.1.7.tgz",
      "integrity": "sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==",
      "requires": {
        "inherits": "^2.0.3",
        "minimalistic-assert": "^1.0.1"
      }
    },
    "hmac-drbg": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz",
      "integrity": "sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=",
      "requires": {
        "hash.js": "^1.0.3",
        "minimalistic-assert": "^1.0.0",
        "minimalistic-crypto-utils": "^1.0.1"
      }
    },
    "inherits": {
      "version": "2.0.4",
      "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
      "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
    },
    "injectpromise": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/injectpromise/-/injectpromise-1.0.0.tgz",
      "integrity": "sha512-qNq5wy4qX4uWHcVFOEU+RqZkoVG65FhvGkyDWbuBxILMjK6A1LFf5A1mgXZkD4nRx5FCorD81X/XvPKp/zVfPA=="
    },
    "js-sha3": {
      "version": "0.5.7",
      "resolved": "https://registry.npmjs.org/js-sha3/-/js-sha3-0.5.7.tgz",
      "integrity": "sha1-DU/9gALVMzqrr0oj7tL2N0yfKOc="
    },
    "jsonwebtoken": {
      "version": "8.5.1",
      "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz",
      "integrity": "sha512-XjwVfRS6jTMsqYs0EsuJ4LGxXV14zQybNd4L2r0UvbVnSF9Af8x7p5MzbJ90Ioz/9TI41/hTCvznF/loiSzn8w==",
      "requires": {
        "jws": "^3.2.2",
        "lodash.includes": "^4.3.0",
        "lodash.isboolean": "^3.0.3",
        "lodash.isinteger": "^4.0.4",
        "lodash.isnumber": "^3.0.3",
        "lodash.isplainobject": "^4.0.6",
        "lodash.isstring": "^4.0.1",
        "lodash.once": "^4.0.0",
        "ms": "^2.1.1",
        "semver": "^5.6.0"
      }
    },
    "jwa": {
      "version": "1.4.1",
      "resolved": "https://registry.npmjs.org/jwa/-/jwa-1.4.1.tgz",
      "integrity": "sha512-qiLX/xhEEFKUAJ6FiBMbes3w9ATzyk5W7Hvzpa/SLYdxNtng+gcurvrI7TbACjIXlsJyr05/S1oUhZrc63evQA==",
      "requires": {
        "buffer-equal-constant-time": "1.0.1",
        "ecdsa-sig-formatter": "1.0.11",
        "safe-buffer": "^5.0.1"
      }
    },
    "jws": {
      "version": "3.2.2",
      "resolved": "https://registry.npmjs.org/jws/-/jws-3.2.2.tgz",
      "integrity": "sha512-YHlZCB6lMTllWDtSPHz/ZXTsi8S00usEV6v1tjq8tOUZzw7DpSDWVXjXDre6ed1w/pd495ODpHZYSdkRTsa0HA==",
      "requires": {
        "jwa": "^1.4.1",
        "safe-buffer": "^5.0.1"
      }
    },
    "lodash": {
      "version": "4.17.21",
      "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
      "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
    },
    "lodash.includes": {
      "version": "4.3.0",
      "resolved": "https://registry.npmjs.org/lodash.includes/-/lodash.includes-4.3.0.tgz",
      "integrity": "sha1-YLuYqHy5I8aMoeUTJUgzFISfVT8="
    },
    "lodash.isboolean": {
      "version": "3.0.3",
      "resolved": "https://registry.npmjs.org/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz",
      "integrity": "sha1-bC4XHbKiV82WgC/UOwGyDV9YcPY="
    },
    "lodash.isinteger": {
      "version": "4.0.4",
      "resolved": "https://registry.npmjs.org/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz",
      "integrity": "sha1-YZwK89A/iwTDH1iChAt3sRzWg0M="
    },
    "lodash.isnumber": {
      "version": "3.0.3",
      "resolved": "https://registry.npmjs.org/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz",
      "integrity": "sha1-POdoEMWSjQM1IwGsKHMX8RwLH/w="
    },
    "lodash.isplainobject": {
      "version": "4.0.6",
      "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz",
      "integrity": "sha1-fFJqUtibRcRcxpC4gWO+BJf1UMs="
    },
    "lodash.isstring": {
      "version": "4.0.1",
      "resolved": "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz",
      "integrity": "sha1-1SfftUVuynzJu5XV2ur4i6VKVFE="
    },
    "lodash.once": {
      "version": "4.1.1",
      "resolved": "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz",
      "integrity": "sha1-DdOXEhPHxW34gJd9UEyI+0cal6w="
    },
    "minimalistic-assert": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz",
      "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A=="
    },
    "minimalistic-crypto-utils": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz",
      "integrity": "sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo="
    },
    "ms": {
      "version": "2.1.3",
      "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
      "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
    },
    "redis": {
      "version": "3.1.2",
      "resolved": "https://registry.npmjs.org/redis/-/redis-3.1.2.tgz",
      "integrity": "sha512-grn5KoZLr/qrRQVwoSkmzdbw6pwF+/rwODtrOr6vuBRiR/f3rjSTGupbF90Zpqm2oenix8Do6RV7pYEkGwlKkw==",
      "requires": {
        "denque": "^1.5.0",
        "redis-commands": "^1.7.0",
        "redis-errors": "^1.2.0",
        "redis-parser": "^3.0.0"
      }
    },
    "redis-commands": {
      "version": "1.7.0",
      "resolved": "https://registry.npmjs.org/redis-commands/-/redis-commands-1.7.0.tgz",
      "integrity": "sha512-nJWqw3bTFy21hX/CPKHth6sfhZbdiHP6bTawSgQBlKOVRG7EZkfHbbHwQJnrE4vsQf0CMNE+3gJ4Fmm16vdVlQ=="
    },
    "redis-errors": {
      "version": "1.2.0",
      "resolved": "https://registry.npmjs.org/redis-errors/-/redis-errors-1.2.0.tgz",
      "integrity": "sha1-62LSrbFeTq9GEMBK/hUpOEJQq60="
    },
    "redis-parser": {
      "version": "3.0.0",
      "resolved": "https://registry.npmjs.org/redis-parser/-/redis-parser-3.0.0.tgz",
      "integrity": "sha1-tm2CjNyv5rS4pCin3vTGvKwxyLQ=",
      "requires": {
        "redis-errors": "^1.0.0"
      }
    },
    "regenerator-runtime": {
      "version": "0.13.7",
      "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz",
      "integrity": "sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew=="
    },
    "safe-buffer": {
      "version": "5.2.1",
      "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
      "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ=="
    },
    "scrypt-js": {
      "version": "3.0.1",
      "resolved": "https://registry.npmjs.org/scrypt-js/-/scrypt-js-3.0.1.tgz",
      "integrity": "sha512-cdwTTnqPu0Hyvf5in5asVdZocVDTNRmR7XEcJuIzMjJeSHybHl7vpB66AzwTaIg6CLSbtjcxc8fqcySfnTkccA=="
    },
    "semver": {
      "version": "5.7.1",
      "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
      "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ=="
    },
    "tronweb": {
      "version": "3.2.7",
      "resolved": "https://registry.npmjs.org/tronweb/-/tronweb-3.2.7.tgz",
      "integrity": "sha512-DqKFxhHTwYXFshoD0vGoUYxnXg5xsKxbxJrlfdmDbw22T1M8Cnowo6kpLi4xbHm4hiVVdmyzC6Ty4yniTG3zTw==",
      "requires": {
        "@babel/runtime": "^7.0.0",
        "axios": "^0.21.1",
        "babel-runtime": "^6.26.0",
        "bignumber.js": "^7.2.1",
        "elliptic": "^6.5.4",
        "ethers": "^5.0.8",
        "eventemitter3": "^3.1.0",
        "injectpromise": "^1.0.0",
        "jsonwebtoken": "^8.5.1",
        "lodash": "^4.17.14",
        "semver": "^5.6.0",
        "validator": "^13.6.0"
      }
    },
    "validator": {
      "version": "13.6.0",
      "resolved": "https://registry.npmjs.org/validator/-/validator-13.6.0.tgz",
      "integrity": "sha512-gVgKbdbHgtxpRyR8K0O6oFZPhhB5tT1jeEHZR0Znr9Svg03U0+r9DXWMrnRAB+HtCStDQKlaIZm42tVsVjqtjg=="
    },
    "ws": {
      "version": "7.4.6",
      "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.6.tgz",
      "integrity": "sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A=="
    }
  }
}
