{
  "name": "tronnodejs",
  "version": "1.0.0",
  "lockfileVersion": 1,
  "requires": true,
  "dependencies": {
    "@babel/runtime": {
      "version": "7.14.0",
      "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz",
      "integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==",
      "requires": {
        "regenerator-runtime": "^0.13.4"
      }
    },
    "@ethersproject/abi": {
      "version": "5.1.2",
      "resolved": "https://registry.npmjs.org/@ethersproject/abi/-/abi-5.1.2.tgz",
      "integrity": "sha512-uMhoQVPX0UtfzTpekYQSEUcJGDgsJ25ifz+SV6PDETWaUFhcR8RNgb1QPTASP13inW8r6iy0/Xdq9D5hK2pNvA==",
      "requires": {
        "@ethersproject/address": "^5.1.0",
        "@ethersproject/bignumber": "^5.1.0",
        "@ethersproject/bytes": "^5.1.0",
        "@ethersproject/constants": "^5.1.0",
        "@ethersproject/hash": "^5.1.0",
        "@ethersproject/keccak256": "^5.1.0",
        "@ethersproject/logger": "^5.1.0",
        "@ethersproject/properties": "^5.1.0",
        "@ethersproject/strings": "^5.1.0"
      }
    },
    "@ethersproject/abstract-provider": {
      "version": "5.1.0",
      "resolved": "https://registry.npmjs.org/@ethersproject/abstract-provider/-/abstract-provider-5.1.0.tgz",
      "integrity": "sha512-8dJUnT8VNvPwWhYIau4dwp7qe1g+KgdRm4XTWvjkI9gAT2zZa90WF5ApdZ3vl1r6NDmnn6vUVvyphClRZRteTQ==",
      "requires": {
        "@ethersproject/bignumber": "^5.1.0",
        "@ethersproject/bytes": "^5.1.0",
        "@ethersproject/logger": "^5.1.0",
        "@ethersproject/networks": "^5.1.0",
        "@ethersproject/properties": "^5.1.0",
        "@ethersproject/transactions": "^5.1.0",
        "@ethersproject/web": "^5.1.0"
      }
    },
    "@ethersproject/abstract-signer": {
      "version": "5.1.0",
      "resolved": "https://registry.npmjs.org/@ethersproject/abstract-signer/-/abstract-signer-5.1.0.tgz",
      "integrity": "sha512-qQDMkjGZSSJSKl6AnfTgmz9FSnzq3iEoEbHTYwjDlEAv+LNP7zd4ixCcVWlWyk+2siud856M5CRhAmPdupeN9w==",
      "requires": {
        "@ethersproject/abstract-provider": "^5.1.0",
        "@ethersproject/bignumber": "^5.1.0",
        "@ethersproject/bytes": "^5.1.0",
        "@ethersproject/logger": "^5.1.0",
        "@ethersproject/properties": "^5.1.0"
      }
    },
    "@ethersproject/address": {
      "version": "5.1.0",
      "resolved": "https://registry.npmjs.org/@ethersproject/address/-/address-5.1.0.tgz",
      "integrity": "sha512-rfWQR12eHn2cpstCFS4RF7oGjfbkZb0oqep+BfrT+gWEGWG2IowJvIsacPOvzyS1jhNF4MQ4BS59B04Mbovteg==",
      "requires": {
        "@ethersproject/bignumber": "^5.1.0",
        "@ethersproject/bytes": "^5.1.0",
        "@ethersproject/keccak256": "^5.1.0",
        "@ethersproject/logger": "^5.1.0",
        "@ethersproject/rlp": "^5.1.0"
      }
    },
    "@ethersproject/base64": {
      "version": "5.1.0",
      "resolved": "https://registry.npmjs.org/@ethersproject/base64/-/base64-5.1.0.tgz",
      "integrity": "sha512-npD1bLvK4Bcxz+m4EMkx+F8Rd7CnqS9DYnhNu0/GlQBXhWjvfoAZzk5HJ0f1qeyp8d+A86PTuzLOGOXf4/CN8g==",
      "requires": {
        "@ethersproject/bytes": "^5.1.0"
      }
    },
    "@ethersproject/basex": {
      "version": "5.1.0",
      "resolved": "https://registry.npmjs.org/@ethersproject/basex/-/basex-5.1.0.tgz",
      "integrity": "sha512-vBKr39bum7DDbOvkr1Sj19bRMEPA4FnST6Utt6xhDzI7o7L6QNkDn2yrCfP+hnvJGhZFKtLygWwqlTBZoBXYLg==",
      "requires": {
        "@ethersproject/bytes": "^5.1.0",
        "@ethersproject/properties": "^5.1.0"
      }
    },
    "@ethersproject/bignumber": {
      "version": "5.1.1",
      "resolved": "https://registry.npmjs.org/@ethersproject/bignumber/-/bignumber-5.1.1.tgz",
      "integrity": "sha512-AVz5iqz7+70RIqoQTznsdJ6DOVBYciNlvO+AlQmPTB6ofCvoihI9bQdr6wljsX+d5W7Yc4nyvQvP4JMzg0Agig==",
      "requires": {
        "@ethersproject/bytes": "^5.1.0",
        "@ethersproject/logger": "^5.1.0",
        "bn.js": "^4.4.0"
      }
    },
    "@ethersproject/bytes": {
      "version": "5.1.0",
      "resolved": "https://registry.npmjs.org/@ethersproject/bytes/-/bytes-5.1.0.tgz",
      "integrity": "sha512-sGTxb+LVjFxJcJeUswAIK6ncgOrh3D8c192iEJd7mLr95V6du119rRfYT/b87WPkZ5I3gRBUYIYXtdgCWACe8g==",
      "requires": {
        "@ethersproject/logger": "^5.1.0"
      }
    },
    "@ethersproject/constants": {
      "version": "5.1.0",
      "resolved": "https://registry.npmjs.org/@ethersproject/constants/-/constants-5.1.0.tgz",
      "integrity": "sha512-0/SuHrxc8R8k+JiLmJymxHJbojUDWBQqO+b+XFdwaP0jGzqC09YDy/CAlSZB6qHsBifY8X3I89HcK/oMqxRdBw==",
      "requires": {
        "@ethersproject/bignumber": "^5.1.0"
      }
    },
    "@ethersproject/contracts": {
      "version": "5.1.1",
      "resolved": "https://registry.npmjs.org/@ethersproject/contracts/-/contracts-5.1.1.tgz",
      "integrity": "sha512-6WwktLJ0DFWU8pDkgH4IGttQHhQN4SnwKFu9h+QYVe48VGWtbDu4W8/q/7QA1u/HWlWMrKxqawPiZUJj0UMvOw==",
      "requires": {
        "@ethersproject/abi": "^5.1.0",
        "@ethersproject/abstract-provider": "^5.1.0",
        "@ethersproject/abstract-signer": "^5.1.0",
        "@ethersproject/address": "^5.1.0",
        "@ethersproject/bignumber": "^5.1.0",
        "@ethersproject/bytes": "^5.1.0",
        "@ethersproject/constants": "^5.1.0",
        "@ethersproject/logger": "^5.1.0",
        "@ethersproject/properties": "^5.1.0",
        "@ethersproject/transactions": "^5.1.0"
      }
    },
    "@ethersproject/hash": {
      "version": "5.1.0",
      "resolved": "https://registry.npmjs.org/@ethersproject/hash/-/hash-5.1.0.tgz",
      "integrity": "sha512-fNwry20yLLPpnRRwm3fBL+2ksgO+KMadxM44WJmRIoTKzy4269+rbq9KFoe2LTqq2CXJM2CE70beGaNrpuqflQ==",
      "requires": {
        "@ethersproject/abstract-signer": "^5.1.0",
        "@ethersproject/address": "^5.1.0",
        "@ethersproject/bignumber": "^5.1.0",
        "@ethersproject/bytes": "^5.1.0",
        "@ethersproject/keccak256": "^5.1.0",
        "@ethersproject/logger": "^5.1.0",
        "@ethersproject/properties": "^5.1.0",
        "@ethersproject/strings": "^5.1.0"
      }
    },
    "@ethersproject/hdnode": {
      "version": "5.1.0",
      "resolved": "https://registry.npmjs.org/@ethersproject/hdnode/-/hdnode-5.1.0.tgz",
      "integrity": "sha512-obIWdlujloExPHWJGmhJO/sETOOo7SEb6qemV4f8kyFoXg+cJK+Ta9SvBrj7hsUK85n3LZeZJZRjjM7oez3Clg==",
      "requires": {
        "@ethersproject/abstract-signer": "^5.1.0",
        "@ethersproject/basex": "^5.1.0",
        "@ethersproject/bignumber": "^5.1.0",
        "@ethersproject/bytes": "^5.1.0",
        "@ethersproject/logger": "^5.1.0",
        "@ethersproject/pbkdf2": "^5.1.0",
        "@ethersproject/properties": "^5.1.0",
        "@ethersproject/sha2": "^5.1.0",
        "@ethersproject/signing-key": "^5.1.0",
        "@ethersproject/strings": "^5.1.0",
        "@ethersproject/transactions": "^5.1.0",
        "@ethersproject/wordlists": "^5.1.0"
      }
    },
    "@ethersproject/json-wallets": {
      "version": "5.1.0",
      "resolved": "https://registry.npmjs.org/@ethersproject/json-wallets/-/json-wallets-5.1.0.tgz",
      "integrity": "sha512-00n2iBy27w8zrGZSiU762UOVuzCQZxUZxopsZC47++js6xUFuI74DHcJ5K/2pddlF1YBskvmMuboEu1geK8mnA==",
      "requires": {
        "@ethersproject/abstract-signer": "^5.1.0",
        "@ethersproject/address": "^5.1.0",
        "@ethersproject/bytes": "^5.1.0",
        "@ethersproject/hdnode": "^5.1.0",
        "@ethersproject/keccak256": "^5.1.0",
        "@ethersproject/logger": "^5.1.0",
        "@ethersproject/pbkdf2": "^5.1.0",
        "@ethersproject/properties": "^5.1.0",
        "@ethersproject/random": "^5.1.0",
        "@ethersproject/strings": "^5.1.0",
        "@ethersproject/transactions": "^5.1.0",
        "aes-js": "3.0.0",
        "scrypt-js": "3.0.1"
      }
    },
    "@ethersproject/keccak256": {
      "version": "5.1.0",
      "resolved": "https://registry.npmjs.org/@ethersproject/keccak256/-/keccak256-5.1.0.tgz",
      "integrity": "sha512-vrTB1W6AEYoadww5c9UyVJ2YcSiyIUTNDRccZIgwTmFFoSHwBtcvG1hqy9RzJ1T0bMdATbM9Hfx2mJ6H0i7Hig==",
      "requires": {
        "@ethersproject/bytes": "^5.1.0",
        "js-sha3": "0.5.7"
      }
    },
    "@ethersproject/logger": {
      "version": "5.1.0",
      "resolved": "https://registry.npmjs.org/@ethersproject/logger/-/logger-5.1.0.tgz",
      "integrity": "sha512-wtUaD1lBX10HBXjjKV9VHCBnTdUaKQnQ2XSET1ezglqLdPdllNOIlLfhyCRqXm5xwcjExVI5ETokOYfjPtaAlw=="
    },
    "@ethersproject/networks": {
      "version": "5.1.0",
      "resolved": "https://registry.npmjs.org/@ethersproject/networks/-/networks-5.1.0.tgz",
      "integrity": "sha512-A/NIrIED/G/IgU1XUukOA3WcFRxn2I4O5GxsYGA5nFlIi+UZWdGojs85I1VXkR1gX9eFnDXzjE6OtbgZHjFhIA==",
      "requires": {
        "@ethersproject/logger": "^5.1.0"
      }
    },
    "@ethersproject/pbkdf2": {
      "version": "5.1.0",
      "resolved": "https://registry.npmjs.org/@ethersproject/pbkdf2/-/pbkdf2-5.1.0.tgz",
      "integrity": "sha512-B8cUbHHTgs8OtgJIafrRcz/YPDobVd5Ru8gTnShOiM9EBuFpYHQpq3+8iQJ6pyczDu6HP/oc/njAsIBhwFZYew==",
      "requires": {
        "@ethersproject/bytes": "^5.1.0",
        "@ethersproject/sha2": "^5.1.0"
      }
    },
    "@ethersproject/properties": {
      "version": "5.1.0",
      "resolved": "https://registry.npmjs.org/@ethersproject/properties/-/properties-5.1.0.tgz",
      "integrity": "sha512-519KKTwgmH42AQL3+GFV3SX6khYEfHsvI6v8HYejlkigSDuqttdgVygFTDsGlofNFchhDwuclrxQnD5B0YLNMg==",
      "requires": {
        "@ethersproject/logger": "^5.1.0"
      }
    },
    "@ethersproject/providers": {
      "version": "5.1.2",
      "resolved": "https://registry.npmjs.org/@ethersproject/providers/-/providers-5.1.2.tgz",
      "integrity": "sha512-GqsS8rd+eyd4eNkcNgzZ4l9IRULBPUZa7JPnv22k4MHflMobUseyhfbVnmoN5bVNNkOxjV1IPTw9i0sV1hwdpg==",
      "requires": {
        "@ethersproject/abstract-provider": "^5.1.0",
        "@ethersproject/abstract-signer": "^5.1.0",
        "@ethersproject/address": "^5.1.0",
        "@ethersproject/basex": "^5.1.0",
        "@ethersproject/bignumber": "^5.1.0",
        "@ethersproject/bytes": "^5.1.0",
        "@ethersproject/constants": "^5.1.0",
        "@ethersproject/hash": "^5.1.0",
        "@ethersproject/logger": "^5.1.0",
        "@ethersproject/networks": "^5.1.0",
        "@ethersproject/properties": "^5.1.0",
        "@ethersproject/random": "^5.1.0",
        "@ethersproject/rlp": "^5.1.0",
        "@ethersproject/sha2": "^5.1.0",
        "@ethersproject/strings": "^5.1.0",
        "@ethersproject/transactions": "^5.1.0",
        "@ethersproject/web": "^5.1.0",
        "bech32": "1.1.4",
        "ws": "7.2.3"
      }
    },
    "@ethersproject/random": {
      "version": "5.1.0",
      "resolved": "https://registry.npmjs.org/@ethersproject/random/-/random-5.1.0.tgz",
      "integrity": "sha512-+uuczLQZ4+no9cP6TCoCktXx0u2YbNaRT7lRkSt12d8263e702f0u+4JnnRO8Qmv5nylWJebnqCHzyxP+6mLqw==",
      "requires": {
        "@ethersproject/bytes": "^5.1.0",
        "@ethersproject/logger": "^5.1.0"
      }
    },
    "@ethersproject/rlp": {
      "version": "5.1.0",
      "resolved": "https://registry.npmjs.org/@ethersproject/rlp/-/rlp-5.1.0.tgz",
      "integrity": "sha512-vDTyHIwNPrecy55gKGZ47eJZhBm8LLBxihzi5ou+zrSvYTpkSTWRcKUlXFDFQVwfWB+P5PGyERAdiDEI76clxw==",
      "requires": {
        "@ethersproject/bytes": "^5.1.0",
        "@ethersproject/logger": "^5.1.0"
      }
    },
    "@ethersproject/sha2": {
      "version": "5.1.0",
      "resolved": "https://registry.npmjs.org/@ethersproject/sha2/-/sha2-5.1.0.tgz",
      "integrity": "sha512-+fNSeZRstOpdRJpdGUkRONFCaiAqWkc91zXgg76Nlp5ndBQE25Kk5yK8gCPG1aGnCrbariiPr5j9DmrYH78JCA==",
      "requires": {
        "@ethersproject/bytes": "^5.1.0",
        "@ethersproject/logger": "^5.1.0",
        "hash.js": "1.1.3"
      },
      "dependencies": {
        "hash.js": {
          "version": "1.1.3",
          "resolved": "https://registry.npmjs.org/hash.js/-/hash.js-1.1.3.tgz",
          "integrity": "sha512-/UETyP0W22QILqS+6HowevwhEFJ3MBJnwTf75Qob9Wz9t0DPuisL8kW8YZMK62dHAKE1c1p+gY1TtOLY+USEHA==",
          "requires": {
            "inherits": "^2.0.3",
            "minimalistic-assert": "^1.0.0"
          }
        }
      }
    },
    "@ethersproject/signing-key": {
      "version": "5.1.0",
      "resolved": "https://registry.npmjs.org/@ethersproject/signing-key/-/signing-key-5.1.0.tgz",
      "integrity": "sha512-tE5LFlbmdObG8bY04NpuwPWSRPgEswfxweAI1sH7TbP0ml1elNfqcq7ii/3AvIN05i5U0Pkm3Tf8bramt8MmLw==",
      "requires": {
        "@ethersproject/bytes": "^5.1.0",
        "@ethersproject/logger": "^5.1.0",
        "@ethersproject/properties": "^5.1.0",
        "bn.js": "^4.4.0",
        "elliptic": "6.5.4"
      }
    },
    "@ethersproject/solidity": {
      "version": "5.1.0",
      "resolved": "https://registry.npmjs.org/@ethersproject/solidity/-/solidity-5.1.0.tgz",
      "integrity": "sha512-kPodsGyo9zg1g9XSXp1lGhFaezBAUUsAUB1Vf6OkppE5Wksg4Et+x3kG4m7J/uShDMP2upkJtHNsIBK2XkVpKQ==",
      "requires": {
        "@ethersproject/bignumber": "^5.1.0",
        "@ethersproject/bytes": "^5.1.0",
        "@ethersproject/keccak256": "^5.1.0",
        "@ethersproject/sha2": "^5.1.0",
        "@ethersproject/strings": "^5.1.0"
      }
    },
    "@ethersproject/strings": {
      "version": "5.1.0",
      "resolved": "https://registry.npmjs.org/@ethersproject/strings/-/strings-5.1.0.tgz",
      "integrity": "sha512-perBZy0RrmmL0ejiFGUOlBVjMsUceqLut3OBP3zP96LhiJWWbS8u1NqQVgN4/Gyrbziuda66DxiQocXhsvx+Sw==",
      "requires": {
        "@ethersproject/bytes": "^5.1.0",
        "@ethersproject/constants": "^5.1.0",
        "@ethersproject/logger": "^5.1.0"
      }
    },
    "@ethersproject/transactions": {
      "version": "5.1.1",
      "resolved": "https://registry.npmjs.org/@ethersproject/transactions/-/transactions-5.1.1.tgz",
      "integrity": "sha512-Nwgbp09ttIVN0OoUBatCXaHxR7grWPHbozJN8v7AXDLrl6nnOIBEMDh+yJTnosSQlFhcyjfTGGN+Mx6R8HdvMw==",
      "requires": {
        "@ethersproject/address": "^5.1.0",
        "@ethersproject/bignumber": "^5.1.0",
        "@ethersproject/bytes": "^5.1.0",
        "@ethersproject/constants": "^5.1.0",
        "@ethersproject/keccak256": "^5.1.0",
        "@ethersproject/logger": "^5.1.0",
        "@ethersproject/properties": "^5.1.0",
        "@ethersproject/rlp": "^5.1.0",
        "@ethersproject/signing-key": "^5.1.0"
      }
    },
    "@ethersproject/units": {
      "version": "5.1.0",
      "resolved": "https://registry.npmjs.org/@ethersproject/units/-/units-5.1.0.tgz",
      "integrity": "sha512-isvJrx6qG0nKWfxsGORNjmOq/nh175fStfvRTA2xEKrGqx8JNJY83fswu4GkILowfriEM/eYpretfJnfzi7YhA==",
      "requires": {
        "@ethersproject/bignumber": "^5.1.0",
        "@ethersproject/constants": "^5.1.0",
        "@ethersproject/logger": "^5.1.0"
      }
    },
    "@ethersproject/wallet": {
      "version": "5.1.0",
      "resolved": "https://registry.npmjs.org/@ethersproject/wallet/-/wallet-5.1.0.tgz",
      "integrity": "sha512-ULmUtiYQLTUS+y3DgkLzRhFEK10zMwmjOthnjiZxee3Q/MVwr3rnmuAnXIUZrPjna6hvUPnyRIdW5XuF0Ld0YQ==",
      "requires": {
        "@ethersproject/abstract-provider": "^5.1.0",
        "@ethersproject/abstract-signer": "^5.1.0",
        "@ethersproject/address": "^5.1.0",
        "@ethersproject/bignumber": "^5.1.0",
        "@ethersproject/bytes": "^5.1.0",
        "@ethersproject/hash": "^5.1.0",
        "@ethersproject/hdnode": "^5.1.0",
        "@ethersproject/json-wallets": "^5.1.0",
        "@ethersproject/keccak256": "^5.1.0",
        "@ethersproject/logger": "^5.1.0",
        "@ethersproject/properties": "^5.1.0",
        "@ethersproject/random": "^5.1.0",
        "@ethersproject/signing-key": "^5.1.0",
        "@ethersproject/transactions": "^5.1.0",
        "@ethersproject/wordlists": "^5.1.0"
      }
    },
    "@ethersproject/web": {
      "version": "5.1.0",
      "resolved": "https://registry.npmjs.org/@ethersproject/web/-/web-5.1.0.tgz",
      "integrity": "sha512-LTeluWgTq04+RNqAkVhpydPcRZK/kKxD2Vy7PYGrAD27ABO9kTqTBKwiOuzTyAHKUQHfnvZbXmxBXJAGViSDcA==",
      "requires": {
        "@ethersproject/base64": "^5.1.0",
        "@ethersproject/bytes": "^5.1.0",
        "@ethersproject/logger": "^5.1.0",
        "@ethersproject/properties": "^5.1.0",
        "@ethersproject/strings": "^5.1.0"
      }
    },
    "@ethersproject/wordlists": {
      "version": "5.1.0",
      "resolved": "https://registry.npmjs.org/@ethersproject/wordlists/-/wordlists-5.1.0.tgz",
      "integrity": "sha512-NsUCi/TpBb+oTFvMSccUkJGtp5o/84eOyqp5q5aBeiNBSLkYyw21znRn9mAmxZgySpxgruVgKbaapnYPgvctPQ==",
      "requires": {
        "@ethersproject/bytes": "^5.1.0",
        "@ethersproject/hash": "^5.1.0",
        "@ethersproject/logger": "^5.1.0",
        "@ethersproject/properties": "^5.1.0",
        "@ethersproject/strings": "^5.1.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=="
    },
    "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.1.4",
      "resolved": "https://registry.npmjs.org/ethers/-/ethers-5.1.4.tgz",
      "integrity": "sha512-EAPQ/fgGRu0PoR/VNFnHTMOtG/IZ0AItdW55C9T8ffmVu0rnyllZL404eBF66elJehOLz2kxnUrhXpE7TCpW7g==",
      "requires": {
        "@ethersproject/abi": "5.1.2",
        "@ethersproject/abstract-provider": "5.1.0",
        "@ethersproject/abstract-signer": "5.1.0",
        "@ethersproject/address": "5.1.0",
        "@ethersproject/base64": "5.1.0",
        "@ethersproject/basex": "5.1.0",
        "@ethersproject/bignumber": "5.1.1",
        "@ethersproject/bytes": "5.1.0",
        "@ethersproject/constants": "5.1.0",
        "@ethersproject/contracts": "5.1.1",
        "@ethersproject/hash": "5.1.0",
        "@ethersproject/hdnode": "5.1.0",
        "@ethersproject/json-wallets": "5.1.0",
        "@ethersproject/keccak256": "5.1.0",
        "@ethersproject/logger": "5.1.0",
        "@ethersproject/networks": "5.1.0",
        "@ethersproject/pbkdf2": "5.1.0",
        "@ethersproject/properties": "5.1.0",
        "@ethersproject/providers": "5.1.2",
        "@ethersproject/random": "5.1.0",
        "@ethersproject/rlp": "5.1.0",
        "@ethersproject/sha2": "5.1.0",
        "@ethersproject/signing-key": "5.1.0",
        "@ethersproject/solidity": "5.1.0",
        "@ethersproject/strings": "5.1.0",
        "@ethersproject/transactions": "5.1.1",
        "@ethersproject/units": "5.1.0",
        "@ethersproject/wallet": "5.1.0",
        "@ethersproject/web": "5.1.0",
        "@ethersproject/wordlists": "5.1.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.0",
      "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.0.tgz",
      "integrity": "sha512-0vRwd7RKQBTt+mgu87mtYeofLFZpTas2S9zY+jIeuLJMNvudIgF52nr19q40HOwH5RrhWIPuj9puybzSJiRrVg=="
    },
    "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.6",
      "resolved": "https://registry.npmjs.org/tronweb/-/tronweb-3.2.6.tgz",
      "integrity": "sha512-IZLMNUi1V31bLeU/cK/O0+BUQVMpHdIhBjnQV0vs7D/pGka3qoZCYDS/bH66kPvehwXBZncsSYLJ/qTiJnQSSw==",
      "requires": {
        "@babel/runtime": "^7.0.0",
        "axios": "^0.21.1",
        "babel-runtime": "^6.26.0",
        "bignumber.js": "^7.2.1",
        "elliptic": "^6.5.3",
        "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": "^10.7.1"
      }
    },
    "validator": {
      "version": "10.11.0",
      "resolved": "https://registry.npmjs.org/validator/-/validator-10.11.0.tgz",
      "integrity": "sha512-X/p3UZerAIsbBfN/IwahhYaBbY68EN/UQBWHtsbXGT5bfrH/p4NQzUCG1kF/rtKaNpnJ7jAu6NGTdSNtyNIXMw=="
    },
    "ws": {
      "version": "7.2.3",
      "resolved": "https://registry.npmjs.org/ws/-/ws-7.2.3.tgz",
      "integrity": "sha512-HTDl9G9hbkNDk98naoR/cHDws7+EyYMOdL1BmjsZXRUjf7d+MficC4B7HLUPlSiho0vg+CWKrGIt/VJBd1xunQ=="
    }
  }
}
