{
  "name": "gabi-cli",
  "version": "7.1.6",
  "lockfileVersion": 1,
  "requires": true,
  "dependencies": {
    "abort-controller": {
      "version": "3.0.0",
      "resolved": "https://registry.yarnpkg.com/abort-controller/-/abort-controller-3.0.0.tgz",
      "integrity": "sha1-6vVNU7YrrkE46AnKIlyEOabvs5I=",
      "requires": {
        "event-target-shim": "5.0.1"
      }
    },
    "abstract-leveldown": {
      "version": "5.0.0",
      "resolved": "https://registry.yarnpkg.com/abstract-leveldown/-/abstract-leveldown-5.0.0.tgz",
      "integrity": "sha1-9xKOH4bMq/fSiTB3zl0G15jjhsY=",
      "requires": {
        "xtend": "4.0.2"
      }
    },
    "accepts": {
      "version": "1.3.7",
      "resolved": "https://registry.yarnpkg.com/accepts/-/accepts-1.3.7.tgz",
      "integrity": "sha1-UxvHJlF6OytB+FACHGzBXqq1B80=",
      "requires": {
        "mime-types": "2.1.26",
        "negotiator": "0.6.2"
      }
    },
    "acorn": {
      "version": "7.3.1",
      "resolved": "https://registry.yarnpkg.com/acorn/-/acorn-7.3.1.tgz",
      "integrity": "sha1-hQEHVNtTw/uvO56j4IOqXF0Uf/0="
    },
    "acorn-jsx": {
      "version": "5.2.0",
      "resolved": "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.2.0.tgz",
      "integrity": "sha1-TGYGkXPW/daO2FI5/CViJhgrLr4="
    },
    "acorn-walk": {
      "version": "7.2.0",
      "resolved": "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-7.2.0.tgz",
      "integrity": "sha1-DeiJpgEgOQmw++B7iTjcIdLpZ7w="
    },
    "aes-js": {
      "version": "3.0.0",
      "resolved": "https://registry.yarnpkg.com/aes-js/-/aes-js-3.0.0.tgz",
      "integrity": "sha1-4h3xCtbCBTKVvLuNq0Cwnb6ofk0="
    },
    "aggregate-error": {
      "version": "3.0.1",
      "resolved": "https://registry.yarnpkg.com/aggregate-error/-/aggregate-error-3.0.1.tgz",
      "integrity": "sha1-2y/nJG5Tb0DZtUQqOeEX191qJOA=",
      "requires": {
        "clean-stack": "2.2.0",
        "indent-string": "4.0.0"
      },
      "dependencies": {
        "indent-string": {
          "version": "4.0.0",
          "resolved": "https://registry.yarnpkg.com/indent-string/-/indent-string-4.0.0.tgz",
          "integrity": "sha1-Yk+PRJfWGbLZdoUx1Y9BIoVNclE="
        }
      }
    },
    "ajv": {
      "version": "6.12.3",
      "resolved": "https://registry.yarnpkg.com/ajv/-/ajv-6.12.3.tgz",
      "integrity": "sha1-GMWvOKER3etPJpe9eNaKvByr1wY=",
      "requires": {
        "fast-deep-equal": "3.1.1",
        "fast-json-stable-stringify": "2.1.0",
        "json-schema-traverse": "0.4.1",
        "uri-js": "4.2.2"
      }
    },
    "ansi-align": {
      "version": "3.0.0",
      "resolved": "https://registry.yarnpkg.com/ansi-align/-/ansi-align-3.0.0.tgz",
      "integrity": "sha1-tTazcc9ofKrvI2wY0+If43l0Z8s=",
      "requires": {
        "string-width": "3.1.0"
      },
      "dependencies": {
        "ansi-regex": {
          "version": "4.1.0",
          "resolved": "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.0.tgz",
          "integrity": "sha1-i5+PCM8ay4Q3Vqg5yox+MWjFGZc="
        },
        "emoji-regex": {
          "version": "7.0.3",
          "resolved": "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-7.0.3.tgz",
          "integrity": "sha1-kzoEBShgyF6DwSJHnEdIqOTHIVY="
        },
        "string-width": {
          "version": "3.1.0",
          "resolved": "https://registry.yarnpkg.com/string-width/-/string-width-3.1.0.tgz",
          "integrity": "sha1-InZ74htirxCBV0MG9prFG2IgOWE=",
          "requires": {
            "emoji-regex": "7.0.3",
            "is-fullwidth-code-point": "2.0.0",
            "strip-ansi": "5.2.0"
          }
        },
        "strip-ansi": {
          "version": "5.2.0",
          "resolved": "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.2.0.tgz",
          "integrity": "sha1-jJpTb+tq/JYr36WxBKUJHBrZwK4=",
          "requires": {
            "ansi-regex": "4.1.0"
          }
        }
      }
    },
    "ansi-colors": {
      "version": "4.1.1",
      "resolved": "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.1.tgz",
      "integrity": "sha1-y7muJWv3UK8eqzRPIpqif+lLo0g="
    },
    "ansi-escapes": {
      "version": "3.2.0",
      "resolved": "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-3.2.0.tgz",
      "integrity": "sha1-h4C5j/nb9WOBUtHx/lwde0RCl2s="
    },
    "ansi-regex": {
      "version": "2.1.1",
      "resolved": "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz",
      "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8="
    },
    "ansi-styles": {
      "version": "4.2.1",
      "resolved": "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.2.1.tgz",
      "integrity": "sha1-kK51xCTQCNJiTFvynq0xd+v881k=",
      "requires": {
        "@types/color-name": "1.1.1",
        "color-convert": "2.0.1"
      }
    },
    "any-observable": {
      "version": "0.3.0",
      "resolved": "https://registry.yarnpkg.com/any-observable/-/any-observable-0.3.0.tgz",
      "integrity": "sha1-r5M0deWAamfQ198JDdXovvZdEZs="
    },
    "any-promise": {
      "version": "1.3.0",
      "resolved": "https://registry.yarnpkg.com/any-promise/-/any-promise-1.3.0.tgz",
      "integrity": "sha1-q8av7tzqUugJzcA3au0845Y10X8="
    },
    "anymatch": {
      "version": "3.1.1",
      "resolved": "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.1.tgz",
      "integrity": "sha1-xV7PAhheJGklk5kxDBc84xIzsUI=",
      "requires": {
        "normalize-path": "3.0.0",
        "picomatch": "2.2.2"
      }
    },
    "app-module-path": {
      "version": "2.2.0",
      "resolved": "https://registry.yarnpkg.com/app-module-path/-/app-module-path-2.2.0.tgz",
      "integrity": "sha1-ZBqlXft9am8KgUHEucCqULbCTdU="
    },
    "append-transform": {
      "version": "2.0.0",
      "resolved": "https://registry.yarnpkg.com/append-transform/-/append-transform-2.0.0.tgz",
      "integrity": "sha1-mdnSnHs4OR5vQo0ozhNlUfC3fhI=",
      "requires": {
        "default-require-extensions": "3.0.0"
      }
    },
    "archy": {
      "version": "1.0.0",
      "resolved": "https://registry.yarnpkg.com/archy/-/archy-1.0.0.tgz",
      "integrity": "sha1-+cjBN1fMHde8N5rHeyxipcKGjEA="
    },
    "argparse": {
      "version": "1.0.10",
      "resolved": "https://registry.yarnpkg.com/argparse/-/argparse-1.0.10.tgz",
      "integrity": "sha1-vNZ5HqWuCXJeF+WtmIE0zUCz2RE=",
      "requires": {
        "sprintf-js": "1.0.3"
      }
    },
    "arr-diff": {
      "version": "4.0.0",
      "resolved": "https://registry.yarnpkg.com/arr-diff/-/arr-diff-4.0.0.tgz",
      "integrity": "sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA="
    },
    "arr-flatten": {
      "version": "1.1.0",
      "resolved": "https://registry.yarnpkg.com/arr-flatten/-/arr-flatten-1.1.0.tgz",
      "integrity": "sha1-NgSLv/TntH4TZkQxbJlmnqWukfE="
    },
    "arr-union": {
      "version": "3.1.0",
      "resolved": "https://registry.yarnpkg.com/arr-union/-/arr-union-3.1.0.tgz",
      "integrity": "sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ="
    },
    "array-find-index": {
      "version": "1.0.2",
      "resolved": "https://registry.yarnpkg.com/array-find-index/-/array-find-index-1.0.2.tgz",
      "integrity": "sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E="
    },
    "array-flatten": {
      "version": "1.1.1",
      "resolved": "https://registry.yarnpkg.com/array-flatten/-/array-flatten-1.1.1.tgz",
      "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI="
    },
    "array-includes": {
      "version": "3.1.1",
      "resolved": "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.1.tgz",
      "integrity": "sha1-zdZ+aFK9+cEhVGB4ZzIlXtJFk0g=",
      "requires": {
        "define-properties": "1.1.3",
        "es-abstract": "1.17.5",
        "is-string": "1.0.5"
      },
      "dependencies": {
        "es-abstract": {
          "version": "1.17.5",
          "resolved": "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.5.tgz",
          "integrity": "sha1-2MnR1myJgfuSAOIlHXme7pJ3Suk=",
          "requires": {
            "es-to-primitive": "1.2.1",
            "function-bind": "1.1.1",
            "has": "1.0.3",
            "has-symbols": "1.0.1",
            "is-callable": "1.1.5",
            "is-regex": "1.0.5",
            "object-inspect": "1.7.0",
            "object-keys": "1.1.1",
            "object.assign": "4.1.0",
            "string.prototype.trimleft": "2.1.1",
            "string.prototype.trimright": "2.1.1"
          }
        },
        "is-callable": {
          "version": "1.1.5",
          "resolved": "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.5.tgz",
          "integrity": "sha1-9+RrWWiQRW23Tn9ul2yzJz0G+qs="
        }
      }
    },
    "array-union": {
      "version": "2.1.0",
      "resolved": "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz",
      "integrity": "sha1-t5hCCtvrHego2ErNii4j0+/oXo0="
    },
    "array-unique": {
      "version": "0.3.2",
      "resolved": "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz",
      "integrity": "sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg="
    },
    "array.prototype.flat": {
      "version": "1.2.3",
      "resolved": "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.3.tgz",
      "integrity": "sha1-DegrQmsDGNv9uUAInjiwQ9N/bHs=",
      "requires": {
        "define-properties": "1.1.3",
        "es-abstract": "1.17.4"
      }
    },
    "array.prototype.map": {
      "version": "1.0.2",
      "resolved": "https://registry.yarnpkg.com/array.prototype.map/-/array.prototype.map-1.0.2.tgz",
      "integrity": "sha1-mkFZ9BZFiiPpSDB43hEGsu9o+Ow=",
      "requires": {
        "define-properties": "1.1.3",
        "es-abstract": "1.17.4",
        "es-array-method-boxes-properly": "1.0.0",
        "is-string": "1.0.5"
      }
    },
    "arrgv": {
      "version": "1.0.2",
      "resolved": "https://registry.yarnpkg.com/arrgv/-/arrgv-1.0.2.tgz",
      "integrity": "sha1-Al7VWmpDPK2bYE+BEvxCknFabsA="
    },
    "arrify": {
      "version": "1.0.1",
      "resolved": "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz",
      "integrity": "sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0="
    },
    "asmcrypto.js": {
      "version": "2.3.2",
      "resolved": "https://registry.yarnpkg.com/asmcrypto.js/-/asmcrypto.js-2.3.2.tgz",
      "integrity": "sha1-ufhL0KH7gvIfjCnMKEpwetF7ui4="
    },
    "asn1": {
      "version": "0.2.4",
      "resolved": "https://registry.yarnpkg.com/asn1/-/asn1-0.2.4.tgz",
      "integrity": "sha1-jSR136tVO7M+d7VOWeiAu4ziMTY=",
      "requires": {
        "safer-buffer": "2.1.2"
      }
    },
    "asn1.js": {
      "version": "5.3.0",
      "resolved": "https://registry.yarnpkg.com/asn1.js/-/asn1.js-5.3.0.tgz",
      "integrity": "sha1-Q5CZ/pF04Jz/WlSp3acCYFF+hok=",
      "requires": {
        "bn.js": "4.11.8",
        "inherits": "2.0.4",
        "minimalistic-assert": "1.0.1",
        "safer-buffer": "2.1.2"
      },
      "dependencies": {
        "bn.js": {
          "version": "4.11.8",
          "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
          "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
        }
      }
    },
    "assert-plus": {
      "version": "1.0.0",
      "resolved": "https://registry.yarnpkg.com/assert-plus/-/assert-plus-1.0.0.tgz",
      "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU="
    },
    "assign-symbols": {
      "version": "1.0.0",
      "resolved": "https://registry.yarnpkg.com/assign-symbols/-/assign-symbols-1.0.0.tgz",
      "integrity": "sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c="
    },
    "astral-regex": {
      "version": "1.0.0",
      "resolved": "https://registry.yarnpkg.com/astral-regex/-/astral-regex-1.0.0.tgz",
      "integrity": "sha1-bIw/uCfdQ+45GPJ7gngqt2WKb9k="
    },
    "async": {
      "version": "2.6.3",
      "resolved": "https://registry.yarnpkg.com/async/-/async-2.6.3.tgz",
      "integrity": "sha1-1yYl4jRKNlbjo61Pp0n6gymdgv8=",
      "requires": {
        "lodash": "4.17.19"
      }
    },
    "async-each": {
      "version": "1.0.3",
      "resolved": "https://registry.yarnpkg.com/async-each/-/async-each-1.0.3.tgz",
      "integrity": "sha1-tyfb+H12UWAvBvTUrDh/R9kbDL8="
    },
    "async-eventemitter": {
      "version": "0.2.4",
      "resolved": "https://registry.yarnpkg.com/async-eventemitter/-/async-eventemitter-0.2.4.tgz",
      "integrity": "sha1-9efIyn0+Rqq57ECikrr2hqC6+so=",
      "requires": {
        "async": "2.6.3"
      }
    },
    "async-iterator-to-pull-stream": {
      "version": "1.3.0",
      "resolved": "https://registry.yarnpkg.com/async-iterator-to-pull-stream/-/async-iterator-to-pull-stream-1.3.0.tgz",
      "integrity": "sha1-OmufPM6t/5csog60gOPLQ/h4lzI=",
      "requires": {
        "get-iterator": "1.0.2",
        "pull-stream-to-async-iterator": "1.0.2"
      }
    },
    "async-limiter": {
      "version": "1.0.1",
      "resolved": "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.1.tgz",
      "integrity": "sha1-3TeelPDbgxCwgpH51kwyCXZmF/0="
    },
    "asynckit": {
      "version": "0.4.0",
      "resolved": "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz",
      "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k="
    },
    "at-least-node": {
      "version": "1.0.0",
      "resolved": "https://registry.yarnpkg.com/at-least-node/-/at-least-node-1.0.0.tgz",
      "integrity": "sha1-YCzUtG6EStTv/JKoARo8RuAjjcI="
    },
    "atob": {
      "version": "2.1.2",
      "resolved": "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz",
      "integrity": "sha1-bZUX654DDSQ2ZmZR6GvZ9vE1M8k="
    },
    "ava": {
      "version": "3.10.1",
      "resolved": "https://registry.yarnpkg.com/ava/-/ava-3.10.1.tgz",
      "integrity": "sha1-pOaLGiuySPoNllKdI92D9XCC6UQ=",
      "requires": {
        "@concordance/react": "2.0.0",
        "acorn": "7.3.1",
        "acorn-walk": "7.2.0",
        "ansi-styles": "4.2.1",
        "arrgv": "1.0.2",
        "arrify": "2.0.1",
        "callsites": "3.1.0",
        "chalk": "4.1.0",
        "chokidar": "3.4.0",
        "chunkd": "2.0.1",
        "ci-info": "2.0.0",
        "ci-parallel-vars": "1.0.1",
        "clean-yaml-object": "0.1.0",
        "cli-cursor": "3.1.0",
        "cli-truncate": "2.1.0",
        "code-excerpt": "3.0.0",
        "common-path-prefix": "3.0.0",
        "concordance": "5.0.0",
        "convert-source-map": "1.7.0",
        "currently-unhandled": "0.4.1",
        "debug": "4.1.1",
        "del": "5.1.0",
        "emittery": "0.7.0",
        "equal-length": "1.0.1",
        "figures": "3.2.0",
        "globby": "11.0.1",
        "ignore-by-default": "2.0.0",
        "import-local": "3.0.2",
        "indent-string": "4.0.0",
        "is-error": "2.2.2",
        "is-plain-object": "3.0.1",
        "is-promise": "4.0.0",
        "lodash": "4.17.19",
        "matcher": "3.0.0",
        "md5-hex": "3.0.1",
        "mem": "6.1.0",
        "ms": "2.1.2",
        "ora": "4.0.4",
        "p-map": "4.0.0",
        "picomatch": "2.2.2",
        "pkg-conf": "3.1.0",
        "plur": "4.0.0",
        "pretty-ms": "7.0.0",
        "read-pkg": "5.2.0",
        "resolve-cwd": "3.0.0",
        "slash": "3.0.0",
        "source-map-support": "0.5.19",
        "stack-utils": "2.0.2",
        "strip-ansi": "6.0.0",
        "supertap": "1.0.0",
        "temp-dir": "2.0.0",
        "trim-off-newlines": "1.0.1",
        "update-notifier": "4.1.0",
        "write-file-atomic": "3.0.3",
        "yargs": "15.4.1"
      },
      "dependencies": {
        "arrify": {
          "version": "2.0.1",
          "resolved": "https://registry.yarnpkg.com/arrify/-/arrify-2.0.1.tgz",
          "integrity": "sha1-yWVekzHgq81YjSp8rX6ZVvZnAfo="
        },
        "astral-regex": {
          "version": "2.0.0",
          "resolved": "https://registry.yarnpkg.com/astral-regex/-/astral-regex-2.0.0.tgz",
          "integrity": "sha1-SDFDxWeu7UeFdZwIZXhtx319LjE="
        },
        "chokidar": {
          "version": "3.4.0",
          "resolved": "https://registry.yarnpkg.com/chokidar/-/chokidar-3.4.0.tgz",
          "integrity": "sha1-swYRQjzjdjV8dlubj5BLn7o8C+g=",
          "requires": {
            "anymatch": "3.1.1",
            "braces": "3.0.2",
            "glob-parent": "5.1.1",
            "is-binary-path": "2.1.0",
            "is-glob": "4.0.1",
            "normalize-path": "3.0.0",
            "readdirp": "3.4.0"
          }
        },
        "cli-cursor": {
          "version": "3.1.0",
          "resolved": "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-3.1.0.tgz",
          "integrity": "sha1-JkMFp65JDR0Dvwybp8kl0XU68wc=",
          "requires": {
            "restore-cursor": "3.1.0"
          }
        },
        "cli-truncate": {
          "version": "2.1.0",
          "resolved": "https://registry.yarnpkg.com/cli-truncate/-/cli-truncate-2.1.0.tgz",
          "integrity": "sha1-w54ovwXtzeW+O5iZKiLe7Vork8c=",
          "requires": {
            "slice-ansi": "3.0.0",
            "string-width": "4.2.0"
          }
        },
        "debug": {
          "version": "4.1.1",
          "resolved": "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz",
          "integrity": "sha1-O3ImAlUQnGtYnO4FDx1RYTlmR5E=",
          "requires": {
            "ms": "2.1.2"
          }
        },
        "indent-string": {
          "version": "4.0.0",
          "resolved": "https://registry.yarnpkg.com/indent-string/-/indent-string-4.0.0.tgz",
          "integrity": "sha1-Yk+PRJfWGbLZdoUx1Y9BIoVNclE="
        },
        "is-fullwidth-code-point": {
          "version": "3.0.0",
          "resolved": "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
          "integrity": "sha1-8Rb4Bk/pCz94RKOJl8C3UFEmnx0="
        },
        "is-plain-object": {
          "version": "3.0.1",
          "resolved": "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-3.0.1.tgz",
          "integrity": "sha1-Zi2S0kwKpDAkB7DUXSHyJRyF+Fs="
        },
        "is-promise": {
          "version": "4.0.0",
          "resolved": "https://registry.yarnpkg.com/is-promise/-/is-promise-4.0.0.tgz",
          "integrity": "sha1-Qv+fhCBsGZHSbev1IN1cAQQt0vM="
        },
        "p-map": {
          "version": "4.0.0",
          "resolved": "https://registry.yarnpkg.com/p-map/-/p-map-4.0.0.tgz",
          "integrity": "sha1-uy+Vpe2i7BaOySdOBqdHw+KQTSs=",
          "requires": {
            "aggregate-error": "3.0.1"
          }
        },
        "readdirp": {
          "version": "3.4.0",
          "resolved": "https://registry.yarnpkg.com/readdirp/-/readdirp-3.4.0.tgz",
          "integrity": "sha1-n9zN+ekVWAVEkiGsZF6DA6tbmto=",
          "requires": {
            "picomatch": "2.2.2"
          }
        },
        "restore-cursor": {
          "version": "3.1.0",
          "resolved": "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-3.1.0.tgz",
          "integrity": "sha1-OfZ8VLOnpYzqUjbZXPADQjljH34=",
          "requires": {
            "onetime": "5.1.0",
            "signal-exit": "3.0.3"
          }
        },
        "slice-ansi": {
          "version": "3.0.0",
          "resolved": "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-3.0.0.tgz",
          "integrity": "sha1-Md3BCTCht+C2ewjJbC9Jt3p4l4c=",
          "requires": {
            "ansi-styles": "4.2.1",
            "astral-regex": "2.0.0",
            "is-fullwidth-code-point": "3.0.0"
          }
        }
      }
    },
    "await-semaphore": {
      "version": "0.1.3",
      "resolved": "https://registry.yarnpkg.com/await-semaphore/-/await-semaphore-0.1.3.tgz",
      "integrity": "sha1-K4gBjMjCjgYWeuHN/wJQTx+WiNM="
    },
    "aws-sign2": {
      "version": "0.7.0",
      "resolved": "https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.7.0.tgz",
      "integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg="
    },
    "aws4": {
      "version": "1.9.1",
      "resolved": "https://registry.yarnpkg.com/aws4/-/aws4-1.9.1.tgz",
      "integrity": "sha1-fjPY99RJs/ZzzXLeuavcVS2+Uo4="
    },
    "axios": {
      "version": "0.18.1",
      "resolved": "https://registry.yarnpkg.com/axios/-/axios-0.18.1.tgz",
      "integrity": "sha1-/z8N4ue10YDnV62YAA8Qgbh7zqM=",
      "requires": {
        "follow-redirects": "1.5.10",
        "is-buffer": "2.0.4"
      }
    },
    "babel-code-frame": {
      "version": "6.26.0",
      "resolved": "https://registry.yarnpkg.com/babel-code-frame/-/babel-code-frame-6.26.0.tgz",
      "integrity": "sha1-Y/1D99weO7fONZR9uP42mj9Yx0s=",
      "requires": {
        "chalk": "1.1.3",
        "esutils": "2.0.3",
        "js-tokens": "3.0.2"
      },
      "dependencies": {
        "ansi-styles": {
          "version": "2.2.1",
          "resolved": "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz",
          "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4="
        },
        "chalk": {
          "version": "1.1.3",
          "resolved": "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz",
          "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
          "requires": {
            "ansi-styles": "2.2.1",
            "escape-string-regexp": "1.0.5",
            "has-ansi": "2.0.0",
            "strip-ansi": "3.0.1",
            "supports-color": "2.0.0"
          }
        },
        "strip-ansi": {
          "version": "3.0.1",
          "resolved": "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz",
          "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
          "requires": {
            "ansi-regex": "2.1.1"
          }
        },
        "supports-color": {
          "version": "2.0.0",
          "resolved": "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz",
          "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc="
        }
      }
    },
    "babel-core": {
      "version": "6.26.3",
      "resolved": "https://registry.yarnpkg.com/babel-core/-/babel-core-6.26.3.tgz",
      "integrity": "sha1-suLwnjQtDwyI4vAuBneUEl51wgc=",
      "requires": {
        "babel-code-frame": "6.26.0",
        "babel-generator": "6.26.1",
        "babel-helpers": "6.24.1",
        "babel-messages": "6.23.0",
        "babel-register": "6.26.0",
        "babel-runtime": "6.26.0",
        "babel-template": "6.26.0",
        "babel-traverse": "6.26.0",
        "babel-types": "6.26.0",
        "babylon": "6.18.0",
        "convert-source-map": "1.7.0",
        "debug": "2.6.9",
        "json5": "0.5.1",
        "lodash": "4.17.19",
        "minimatch": "3.0.4",
        "path-is-absolute": "1.0.1",
        "private": "0.1.8",
        "slash": "1.0.0",
        "source-map": "0.5.7"
      },
      "dependencies": {
        "json5": {
          "version": "0.5.1",
          "resolved": "https://registry.yarnpkg.com/json5/-/json5-0.5.1.tgz",
          "integrity": "sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE="
        },
        "slash": {
          "version": "1.0.0",
          "resolved": "https://registry.yarnpkg.com/slash/-/slash-1.0.0.tgz",
          "integrity": "sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU="
        }
      }
    },
    "babel-eslint": {
      "version": "10.1.0",
      "resolved": "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.1.0.tgz",
      "integrity": "sha1-aWjlaKkQt4+zd5zdi2rC9HmUMjI=",
      "requires": {
        "@babel/code-frame": "7.10.4",
        "@babel/parser": "7.10.5",
        "@babel/traverse": "7.10.5",
        "@babel/types": "7.10.5",
        "eslint-visitor-keys": "1.3.0",
        "resolve": "1.17.0"
      }
    },
    "babel-generator": {
      "version": "6.26.1",
      "resolved": "https://registry.yarnpkg.com/babel-generator/-/babel-generator-6.26.1.tgz",
      "integrity": "sha1-GERAjTuPDTWkBOp6wYDwh6YBvZA=",
      "requires": {
        "babel-messages": "6.23.0",
        "babel-runtime": "6.26.0",
        "babel-types": "6.26.0",
        "detect-indent": "4.0.0",
        "jsesc": "1.3.0",
        "lodash": "4.17.19",
        "source-map": "0.5.7",
        "trim-right": "1.0.1"
      },
      "dependencies": {
        "jsesc": {
          "version": "1.3.0",
          "resolved": "https://registry.yarnpkg.com/jsesc/-/jsesc-1.3.0.tgz",
          "integrity": "sha1-RsP+yMGJKxKwgz25vHYiF226s0s="
        }
      }
    },
    "babel-helper-builder-binary-assignment-operator-visitor": {
      "version": "6.24.1",
      "resolved": "https://registry.yarnpkg.com/babel-helper-builder-binary-assignment-operator-visitor/-/babel-helper-builder-binary-assignment-operator-visitor-6.24.1.tgz",
      "integrity": "sha1-zORReto1b0IgvK6KAsKzRvmlZmQ=",
      "requires": {
        "babel-helper-explode-assignable-expression": "6.24.1",
        "babel-runtime": "6.26.0",
        "babel-types": "6.26.0"
      }
    },
    "babel-helper-call-delegate": {
      "version": "6.24.1",
      "resolved": "https://registry.yarnpkg.com/babel-helper-call-delegate/-/babel-helper-call-delegate-6.24.1.tgz",
      "integrity": "sha1-7Oaqzdx25Bw0YfiL/Fdb0Nqi340=",
      "requires": {
        "babel-traverse": "6.26.0",
        "babel-runtime": "6.26.0",
        "babel-types": "6.26.0",
        "babel-helper-hoist-variables": "6.24.1"
      }
    },
    "babel-helper-define-map": {
      "version": "6.26.0",
      "resolved": "https://registry.yarnpkg.com/babel-helper-define-map/-/babel-helper-define-map-6.26.0.tgz",
      "integrity": "sha1-pfVtq0GiX5fstJjH66ypgZ+Vvl8=",
      "requires": {
        "babel-helper-function-name": "6.24.1",
        "babel-runtime": "6.26.0",
        "babel-types": "6.26.0",
        "lodash": "4.17.19"
      }
    },
    "babel-helper-explode-assignable-expression": {
      "version": "6.24.1",
      "resolved": "https://registry.yarnpkg.com/babel-helper-explode-assignable-expression/-/babel-helper-explode-assignable-expression-6.24.1.tgz",
      "integrity": "sha1-8luCz33BBDPFX3BZLVdGQArCLKo=",
      "requires": {
        "babel-traverse": "6.26.0",
        "babel-runtime": "6.26.0",
        "babel-types": "6.26.0"
      }
    },
    "babel-helper-function-name": {
      "version": "6.24.1",
      "resolved": "https://registry.yarnpkg.com/babel-helper-function-name/-/babel-helper-function-name-6.24.1.tgz",
      "integrity": "sha1-00dbjAPtmCQqJbSDUasYOZ01gKk=",
      "requires": {
        "babel-runtime": "6.26.0",
        "babel-types": "6.26.0",
        "babel-traverse": "6.26.0",
        "babel-helper-get-function-arity": "6.24.1",
        "babel-template": "6.26.0"
      }
    },
    "babel-helper-get-function-arity": {
      "version": "6.24.1",
      "resolved": "https://registry.yarnpkg.com/babel-helper-get-function-arity/-/babel-helper-get-function-arity-6.24.1.tgz",
      "integrity": "sha1-j3eCqpNAfEHTqlCQj4mwMbG2hT0=",
      "requires": {
        "babel-runtime": "6.26.0",
        "babel-types": "6.26.0"
      }
    },
    "babel-helper-hoist-variables": {
      "version": "6.24.1",
      "resolved": "https://registry.yarnpkg.com/babel-helper-hoist-variables/-/babel-helper-hoist-variables-6.24.1.tgz",
      "integrity": "sha1-HssnaJydJVE+rbyZFKc/VAi+enY=",
      "requires": {
        "babel-runtime": "6.26.0",
        "babel-types": "6.26.0"
      }
    },
    "babel-helper-optimise-call-expression": {
      "version": "6.24.1",
      "resolved": "https://registry.yarnpkg.com/babel-helper-optimise-call-expression/-/babel-helper-optimise-call-expression-6.24.1.tgz",
      "integrity": "sha1-96E0J7qfc/j0+pk8VKl4gtEkQlc=",
      "requires": {
        "babel-runtime": "6.26.0",
        "babel-types": "6.26.0"
      }
    },
    "babel-helper-regex": {
      "version": "6.26.0",
      "resolved": "https://registry.yarnpkg.com/babel-helper-regex/-/babel-helper-regex-6.26.0.tgz",
      "integrity": "sha1-MlxZ+QL4LyS3T6zu0DY5VPZJXnI=",
      "requires": {
        "babel-runtime": "6.26.0",
        "babel-types": "6.26.0",
        "lodash": "4.17.19"
      }
    },
    "babel-helper-remap-async-to-generator": {
      "version": "6.24.1",
      "resolved": "https://registry.yarnpkg.com/babel-helper-remap-async-to-generator/-/babel-helper-remap-async-to-generator-6.24.1.tgz",
      "integrity": "sha1-XsWBgnrXI/7N04HxySg5BnbkVRs=",
      "requires": {
        "babel-runtime": "6.26.0",
        "babel-template": "6.26.0",
        "babel-types": "6.26.0",
        "babel-traverse": "6.26.0",
        "babel-helper-function-name": "6.24.1"
      }
    },
    "babel-helper-replace-supers": {
      "version": "6.24.1",
      "resolved": "https://registry.yarnpkg.com/babel-helper-replace-supers/-/babel-helper-replace-supers-6.24.1.tgz",
      "integrity": "sha1-v22/5Dk40XNpohPKiov3S2qQqxo=",
      "requires": {
        "babel-helper-optimise-call-expression": "6.24.1",
        "babel-runtime": "6.26.0",
        "babel-traverse": "6.26.0",
        "babel-messages": "6.23.0",
        "babel-template": "6.26.0",
        "babel-types": "6.26.0"
      }
    },
    "babel-helpers": {
      "version": "6.24.1",
      "resolved": "https://registry.yarnpkg.com/babel-helpers/-/babel-helpers-6.24.1.tgz",
      "integrity": "sha1-NHHenK7DiOXIUOWX5Yom3fN2ArI=",
      "requires": {
        "babel-runtime": "6.26.0",
        "babel-template": "6.26.0"
      }
    },
    "babel-messages": {
      "version": "6.23.0",
      "resolved": "https://registry.yarnpkg.com/babel-messages/-/babel-messages-6.23.0.tgz",
      "integrity": "sha1-8830cDhYA1sqKVHG7F7fbGLyYw4=",
      "requires": {
        "babel-runtime": "6.26.0"
      }
    },
    "babel-plugin-check-es2015-constants": {
      "version": "6.22.0",
      "resolved": "https://registry.yarnpkg.com/babel-plugin-check-es2015-constants/-/babel-plugin-check-es2015-constants-6.22.0.tgz",
      "integrity": "sha1-NRV7EBQm/S/9PaP3XH0ekYNbv4o=",
      "requires": {
        "babel-runtime": "6.26.0"
      }
    },
    "babel-plugin-dynamic-import-node": {
      "version": "2.3.3",
      "resolved": "https://registry.yarnpkg.com/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz",
      "integrity": "sha1-hP2hnJduxcbe/vV/lCez3vZuF6M=",
      "requires": {
        "object.assign": "4.1.0"
      }
    },
    "babel-plugin-istanbul": {
      "version": "6.0.0",
      "resolved": "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-6.0.0.tgz",
      "integrity": "sha1-4VnM3Jr5XgtXDHW0Vzt8NNZx12U=",
      "requires": {
        "@babel/helper-plugin-utils": "7.10.4",
        "@istanbuljs/load-nyc-config": "1.0.0",
        "@istanbuljs/schema": "0.1.2",
        "istanbul-lib-instrument": "4.0.1",
        "test-exclude": "6.0.0"
      }
    },
    "babel-plugin-syntax-async-functions": {
      "version": "6.13.0",
      "resolved": "https://registry.yarnpkg.com/babel-plugin-syntax-async-functions/-/babel-plugin-syntax-async-functions-6.13.0.tgz",
      "integrity": "sha1-ytnK0RkbWtY0vzCuCHI5HgZHvpU="
    },
    "babel-plugin-syntax-exponentiation-operator": {
      "version": "6.13.0",
      "resolved": "https://registry.yarnpkg.com/babel-plugin-syntax-exponentiation-operator/-/babel-plugin-syntax-exponentiation-operator-6.13.0.tgz",
      "integrity": "sha1-nufoM3KQ2pUoggGmpX9BcDF4MN4="
    },
    "babel-plugin-syntax-trailing-function-commas": {
      "version": "6.22.0",
      "resolved": "https://registry.yarnpkg.com/babel-plugin-syntax-trailing-function-commas/-/babel-plugin-syntax-trailing-function-commas-6.22.0.tgz",
      "integrity": "sha1-ugNgk3+NBuQBgKQ/4NVhb/9TLPM="
    },
    "babel-plugin-transform-async-to-generator": {
      "version": "6.24.1",
      "resolved": "https://registry.yarnpkg.com/babel-plugin-transform-async-to-generator/-/babel-plugin-transform-async-to-generator-6.24.1.tgz",
      "integrity": "sha1-ZTbjeK/2yx1VF6wOQOs+n8jQh2E=",
      "requires": {
        "babel-helper-remap-async-to-generator": "6.24.1",
        "babel-plugin-syntax-async-functions": "6.13.0",
        "babel-runtime": "6.26.0"
      }
    },
    "babel-plugin-transform-es2015-arrow-functions": {
      "version": "6.22.0",
      "resolved": "https://registry.yarnpkg.com/babel-plugin-transform-es2015-arrow-functions/-/babel-plugin-transform-es2015-arrow-functions-6.22.0.tgz",
      "integrity": "sha1-RSaSy3EdX3ncf4XkQM5BufJE0iE=",
      "requires": {
        "babel-runtime": "6.26.0"
      }
    },
    "babel-plugin-transform-es2015-block-scoped-functions": {
      "version": "6.22.0",
      "resolved": "https://registry.yarnpkg.com/babel-plugin-transform-es2015-block-scoped-functions/-/babel-plugin-transform-es2015-block-scoped-functions-6.22.0.tgz",
      "integrity": "sha1-u8UbSflk1wy42OC5ToICRs46YUE=",
      "requires": {
        "babel-runtime": "6.26.0"
      }
    },
    "babel-plugin-transform-es2015-block-scoping": {
      "version": "6.26.0",
      "resolved": "https://registry.yarnpkg.com/babel-plugin-transform-es2015-block-scoping/-/babel-plugin-transform-es2015-block-scoping-6.26.0.tgz",
      "integrity": "sha1-1w9SmcEwjQXBL0Y4E7CgnnOxiV8=",
      "requires": {
        "babel-runtime": "6.26.0",
        "babel-template": "6.26.0",
        "babel-traverse": "6.26.0",
        "babel-types": "6.26.0",
        "lodash": "4.17.19"
      }
    },
    "babel-plugin-transform-es2015-classes": {
      "version": "6.24.1",
      "resolved": "https://registry.yarnpkg.com/babel-plugin-transform-es2015-classes/-/babel-plugin-transform-es2015-classes-6.24.1.tgz",
      "integrity": "sha1-WkxYpQyclGHlZLSyo7+ryXolhNs=",
      "requires": {
        "babel-helper-optimise-call-expression": "6.24.1",
        "babel-helper-function-name": "6.24.1",
        "babel-helper-replace-supers": "6.24.1",
        "babel-template": "6.26.0",
        "babel-traverse": "6.26.0",
        "babel-helper-define-map": "6.26.0",
        "babel-messages": "6.23.0",
        "babel-runtime": "6.26.0",
        "babel-types": "6.26.0"
      }
    },
    "babel-plugin-transform-es2015-computed-properties": {
      "version": "6.24.1",
      "resolved": "https://registry.yarnpkg.com/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-6.24.1.tgz",
      "integrity": "sha1-b+Ko0WiV1WNPTNmZttNICjCBWbM=",
      "requires": {
        "babel-template": "6.26.0",
        "babel-runtime": "6.26.0"
      }
    },
    "babel-plugin-transform-es2015-destructuring": {
      "version": "6.23.0",
      "resolved": "https://registry.yarnpkg.com/babel-plugin-transform-es2015-destructuring/-/babel-plugin-transform-es2015-destructuring-6.23.0.tgz",
      "integrity": "sha1-mXux8auWf2gtKwh2/jWNYOdlxW0=",
      "requires": {
        "babel-runtime": "6.26.0"
      }
    },
    "babel-plugin-transform-es2015-duplicate-keys": {
      "version": "6.24.1",
      "resolved": "https://registry.yarnpkg.com/babel-plugin-transform-es2015-duplicate-keys/-/babel-plugin-transform-es2015-duplicate-keys-6.24.1.tgz",
      "integrity": "sha1-c+s9MQypaePvnskcU3QabxV2Qj4=",
      "requires": {
        "babel-runtime": "6.26.0",
        "babel-types": "6.26.0"
      }
    },
    "babel-plugin-transform-es2015-for-of": {
      "version": "6.23.0",
      "resolved": "https://registry.yarnpkg.com/babel-plugin-transform-es2015-for-of/-/babel-plugin-transform-es2015-for-of-6.23.0.tgz",
      "integrity": "sha1-9HyVsrYT3x0+zC/bdXNiPHUkhpE=",
      "requires": {
        "babel-runtime": "6.26.0"
      }
    },
    "babel-plugin-transform-es2015-function-name": {
      "version": "6.24.1",
      "resolved": "https://registry.yarnpkg.com/babel-plugin-transform-es2015-function-name/-/babel-plugin-transform-es2015-function-name-6.24.1.tgz",
      "integrity": "sha1-g0yJhTvDaxrw86TF26qU/Y6sqos=",
      "requires": {
        "babel-helper-function-name": "6.24.1",
        "babel-types": "6.26.0",
        "babel-runtime": "6.26.0"
      }
    },
    "babel-plugin-transform-es2015-literals": {
      "version": "6.22.0",
      "resolved": "https://registry.yarnpkg.com/babel-plugin-transform-es2015-literals/-/babel-plugin-transform-es2015-literals-6.22.0.tgz",
      "integrity": "sha1-T1SgLWzWbPkVKAAZox0xklN3yi4=",
      "requires": {
        "babel-runtime": "6.26.0"
      }
    },
    "babel-plugin-transform-es2015-modules-amd": {
      "version": "6.24.1",
      "resolved": "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-amd/-/babel-plugin-transform-es2015-modules-amd-6.24.1.tgz",
      "integrity": "sha1-Oz5UAXI5hC1tGcMBHEvS8AoA0VQ=",
      "requires": {
        "babel-plugin-transform-es2015-modules-commonjs": "6.26.2",
        "babel-template": "6.26.0",
        "babel-runtime": "6.26.0"
      }
    },
    "babel-plugin-transform-es2015-modules-commonjs": {
      "version": "6.26.2",
      "resolved": "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-commonjs/-/babel-plugin-transform-es2015-modules-commonjs-6.26.2.tgz",
      "integrity": "sha1-WKeThjqefKhwvcWogRF/+sJ9tvM=",
      "requires": {
        "babel-plugin-transform-strict-mode": "6.24.1",
        "babel-runtime": "6.26.0",
        "babel-template": "6.26.0",
        "babel-types": "6.26.0"
      }
    },
    "babel-plugin-transform-es2015-modules-systemjs": {
      "version": "6.24.1",
      "resolved": "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-systemjs/-/babel-plugin-transform-es2015-modules-systemjs-6.24.1.tgz",
      "integrity": "sha1-/4mhQrkRmpBhlfXxBuzzBdlAfSM=",
      "requires": {
        "babel-template": "6.26.0",
        "babel-helper-hoist-variables": "6.24.1",
        "babel-runtime": "6.26.0"
      }
    },
    "babel-plugin-transform-es2015-modules-umd": {
      "version": "6.24.1",
      "resolved": "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-umd/-/babel-plugin-transform-es2015-modules-umd-6.24.1.tgz",
      "integrity": "sha1-rJl+YoXNGO1hdq22B9YCNErThGg=",
      "requires": {
        "babel-plugin-transform-es2015-modules-amd": "6.24.1",
        "babel-template": "6.26.0",
        "babel-runtime": "6.26.0"
      }
    },
    "babel-plugin-transform-es2015-object-super": {
      "version": "6.24.1",
      "resolved": "https://registry.yarnpkg.com/babel-plugin-transform-es2015-object-super/-/babel-plugin-transform-es2015-object-super-6.24.1.tgz",
      "integrity": "sha1-JM72muIcuDp/hgPa0CH1cusnj40=",
      "requires": {
        "babel-helper-replace-supers": "6.24.1",
        "babel-runtime": "6.26.0"
      }
    },
    "babel-plugin-transform-es2015-parameters": {
      "version": "6.24.1",
      "resolved": "https://registry.yarnpkg.com/babel-plugin-transform-es2015-parameters/-/babel-plugin-transform-es2015-parameters-6.24.1.tgz",
      "integrity": "sha1-V6w1GrScrxSpfNE7CfZv3wpiXys=",
      "requires": {
        "babel-traverse": "6.26.0",
        "babel-helper-call-delegate": "6.24.1",
        "babel-helper-get-function-arity": "6.24.1",
        "babel-template": "6.26.0",
        "babel-types": "6.26.0",
        "babel-runtime": "6.26.0"
      }
    },
    "babel-plugin-transform-es2015-shorthand-properties": {
      "version": "6.24.1",
      "resolved": "https://registry.yarnpkg.com/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-6.24.1.tgz",
      "integrity": "sha1-JPh11nIch2YbvZmkYi5R8U3jiqA=",
      "requires": {
        "babel-types": "6.26.0",
        "babel-runtime": "6.26.0"
      }
    },
    "babel-plugin-transform-es2015-spread": {
      "version": "6.22.0",
      "resolved": "https://registry.yarnpkg.com/babel-plugin-transform-es2015-spread/-/babel-plugin-transform-es2015-spread-6.22.0.tgz",
      "integrity": "sha1-1taKmfia7cRTbIGlQujdnxdG+NE=",
      "requires": {
        "babel-runtime": "6.26.0"
      }
    },
    "babel-plugin-transform-es2015-sticky-regex": {
      "version": "6.24.1",
      "resolved": "https://registry.yarnpkg.com/babel-plugin-transform-es2015-sticky-regex/-/babel-plugin-transform-es2015-sticky-regex-6.24.1.tgz",
      "integrity": "sha1-AMHNsaynERLN8M9hJsLta0V8zbw=",
      "requires": {
        "babel-helper-regex": "6.26.0",
        "babel-types": "6.26.0",
        "babel-runtime": "6.26.0"
      }
    },
    "babel-plugin-transform-es2015-template-literals": {
      "version": "6.22.0",
      "resolved": "https://registry.yarnpkg.com/babel-plugin-transform-es2015-template-literals/-/babel-plugin-transform-es2015-template-literals-6.22.0.tgz",
      "integrity": "sha1-qEs0UPfp+PH2g51taH2oS7EjbY0=",
      "requires": {
        "babel-runtime": "6.26.0"
      }
    },
    "babel-plugin-transform-es2015-typeof-symbol": {
      "version": "6.23.0",
      "resolved": "https://registry.yarnpkg.com/babel-plugin-transform-es2015-typeof-symbol/-/babel-plugin-transform-es2015-typeof-symbol-6.23.0.tgz",
      "integrity": "sha1-3sCfHN3/lLUqxz1QXITfWdzOs3I=",
      "requires": {
        "babel-runtime": "6.26.0"
      }
    },
    "babel-plugin-transform-es2015-unicode-regex": {
      "version": "6.24.1",
      "resolved": "https://registry.yarnpkg.com/babel-plugin-transform-es2015-unicode-regex/-/babel-plugin-transform-es2015-unicode-regex-6.24.1.tgz",
      "integrity": "sha1-04sS9C6nMj9yk4fxinxa4frrNek=",
      "requires": {
        "babel-helper-regex": "6.26.0",
        "babel-runtime": "6.26.0",
        "regexpu-core": "2.0.0"
      }
    },
    "babel-plugin-transform-exponentiation-operator": {
      "version": "6.24.1",
      "resolved": "https://registry.yarnpkg.com/babel-plugin-transform-exponentiation-operator/-/babel-plugin-transform-exponentiation-operator-6.24.1.tgz",
      "integrity": "sha1-KrDJx/MJj6SJB3cruBP+QejeOg4=",
      "requires": {
        "babel-plugin-syntax-exponentiation-operator": "6.13.0",
        "babel-helper-builder-binary-assignment-operator-visitor": "6.24.1",
        "babel-runtime": "6.26.0"
      }
    },
    "babel-plugin-transform-regenerator": {
      "version": "6.26.0",
      "resolved": "https://registry.yarnpkg.com/babel-plugin-transform-regenerator/-/babel-plugin-transform-regenerator-6.26.0.tgz",
      "integrity": "sha1-4HA2lvveJ/Cj78rPi03KL3s6jy8=",
      "requires": {
        "regenerator-transform": "0.10.1"
      },
      "dependencies": {
        "regenerator-transform": {
          "version": "0.10.1",
          "resolved": "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.10.1.tgz",
          "integrity": "sha1-HkmWg3Ix2ot/PPQRTXG1aRoGgN0=",
          "requires": {
            "babel-runtime": "6.26.0",
            "babel-types": "6.26.0",
            "private": "0.1.8"
          }
        }
      }
    },
    "babel-plugin-transform-strict-mode": {
      "version": "6.24.1",
      "resolved": "https://registry.yarnpkg.com/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-6.24.1.tgz",
      "integrity": "sha1-1fr3qleKZbvlkc9e2uBKDGcCB1g=",
      "requires": {
        "babel-runtime": "6.26.0",
        "babel-types": "6.26.0"
      }
    },
    "babel-preset-env": {
      "version": "1.7.0",
      "resolved": "https://registry.yarnpkg.com/babel-preset-env/-/babel-preset-env-1.7.0.tgz",
      "integrity": "sha1-3qefpOvriDzTXasH4mDBycBN93o=",
      "requires": {
        "babel-plugin-check-es2015-constants": "6.22.0",
        "babel-plugin-syntax-trailing-function-commas": "6.22.0",
        "babel-plugin-transform-async-to-generator": "6.24.1",
        "babel-plugin-transform-es2015-arrow-functions": "6.22.0",
        "babel-plugin-transform-es2015-block-scoped-functions": "6.22.0",
        "babel-plugin-transform-es2015-block-scoping": "6.26.0",
        "babel-plugin-transform-es2015-classes": "6.24.1",
        "babel-plugin-transform-es2015-computed-properties": "6.24.1",
        "babel-plugin-transform-es2015-destructuring": "6.23.0",
        "babel-plugin-transform-es2015-duplicate-keys": "6.24.1",
        "babel-plugin-transform-es2015-for-of": "6.23.0",
        "babel-plugin-transform-es2015-function-name": "6.24.1",
        "babel-plugin-transform-es2015-literals": "6.22.0",
        "babel-plugin-transform-es2015-modules-amd": "6.24.1",
        "babel-plugin-transform-es2015-modules-commonjs": "6.26.2",
        "babel-plugin-transform-es2015-modules-systemjs": "6.24.1",
        "babel-plugin-transform-es2015-modules-umd": "6.24.1",
        "babel-plugin-transform-es2015-object-super": "6.24.1",
        "babel-plugin-transform-es2015-parameters": "6.24.1",
        "babel-plugin-transform-es2015-shorthand-properties": "6.24.1",
        "babel-plugin-transform-es2015-spread": "6.22.0",
        "babel-plugin-transform-es2015-sticky-regex": "6.24.1",
        "babel-plugin-transform-es2015-template-literals": "6.22.0",
        "babel-plugin-transform-es2015-typeof-symbol": "6.23.0",
        "babel-plugin-transform-es2015-unicode-regex": "6.24.1",
        "babel-plugin-transform-exponentiation-operator": "6.24.1",
        "babel-plugin-transform-regenerator": "6.26.0",
        "browserslist": "3.2.8",
        "invariant": "2.2.4",
        "semver": "5.7.1"
      },
      "dependencies": {
        "browserslist": {
          "version": "3.2.8",
          "resolved": "https://registry.yarnpkg.com/browserslist/-/browserslist-3.2.8.tgz",
          "integrity": "sha1-sABTYdZHHw9ZUnl6dvyYXx+Xj8Y=",
          "requires": {
            "caniuse-lite": "1.0.30001023",
            "electron-to-chromium": "1.3.341"
          }
        },
        "caniuse-lite": {
          "version": "1.0.30001023",
          "resolved": "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001023.tgz",
          "integrity": "sha1-uCFVgn8/UAkHe90t89iWi8vMb8Q="
        },
        "electron-to-chromium": {
          "version": "1.3.341",
          "resolved": "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.341.tgz",
          "integrity": "sha1-rUwDm/YhcVoS3YFKlafYnsgLCSw="
        },
        "semver": {
          "version": "5.7.1",
          "resolved": "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz",
          "integrity": "sha1-qVT5Ma66UI0we78Gnv8MAclhFvc="
        }
      }
    },
    "babel-register": {
      "version": "6.26.0",
      "resolved": "https://registry.yarnpkg.com/babel-register/-/babel-register-6.26.0.tgz",
      "integrity": "sha1-btAhFz4vy0htestFxgCahW9kcHE=",
      "requires": {
        "babel-core": "6.26.3",
        "babel-runtime": "6.26.0",
        "core-js": "2.6.11",
        "home-or-tmp": "2.0.0",
        "lodash": "4.17.19",
        "mkdirp": "0.5.5",
        "source-map-support": "0.4.18"
      },
      "dependencies": {
        "core-js": {
          "version": "2.6.11",
          "resolved": "https://registry.yarnpkg.com/core-js/-/core-js-2.6.11.tgz",
          "integrity": "sha1-OIMUafmSK97Y7iHJ3EaYXgOZMIw="
        },
        "source-map-support": {
          "version": "0.4.18",
          "resolved": "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.4.18.tgz",
          "integrity": "sha1-Aoam3ovkJkEzhZTpfM6nXwosWF8=",
          "requires": {
            "source-map": "0.5.7"
          }
        }
      }
    },
    "babel-runtime": {
      "version": "6.26.0",
      "resolved": "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz",
      "integrity": "sha1-llxwWGaOgrVde/4E/yM3vItWR/4=",
      "requires": {
        "core-js": "2.6.11",
        "regenerator-runtime": "0.11.1"
      },
      "dependencies": {
        "core-js": {
          "version": "2.6.11",
          "resolved": "https://registry.yarnpkg.com/core-js/-/core-js-2.6.11.tgz",
          "integrity": "sha1-OIMUafmSK97Y7iHJ3EaYXgOZMIw="
        },
        "regenerator-runtime": {
          "version": "0.11.1",
          "resolved": "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz",
          "integrity": "sha1-vgWtf5v30i4Fb5cmzuUBf78Z4uk="
        }
      }
    },
    "babel-template": {
      "version": "6.26.0",
      "resolved": "https://registry.yarnpkg.com/babel-template/-/babel-template-6.26.0.tgz",
      "integrity": "sha1-3gPi0WOWsGn0bdn/+FIfsaDjXgI=",
      "requires": {
        "babel-runtime": "6.26.0",
        "babel-traverse": "6.26.0",
        "babel-types": "6.26.0",
        "babylon": "6.18.0",
        "lodash": "4.17.19"
      }
    },
    "babel-traverse": {
      "version": "6.26.0",
      "resolved": "https://registry.yarnpkg.com/babel-traverse/-/babel-traverse-6.26.0.tgz",
      "integrity": "sha1-RqnL1+3MYsjlwGTi0tjQ9ANXZu4=",
      "requires": {
        "babel-code-frame": "6.26.0",
        "babel-messages": "6.23.0",
        "babel-runtime": "6.26.0",
        "babel-types": "6.26.0",
        "babylon": "6.18.0",
        "debug": "2.6.9",
        "globals": "9.18.0",
        "invariant": "2.2.4",
        "lodash": "4.17.19"
      },
      "dependencies": {
        "globals": {
          "version": "9.18.0",
          "resolved": "https://registry.yarnpkg.com/globals/-/globals-9.18.0.tgz",
          "integrity": "sha1-qjiWs+abSH8X4x7SFD1pqOMMLYo="
        }
      }
    },
    "babel-types": {
      "version": "6.26.0",
      "resolved": "https://registry.yarnpkg.com/babel-types/-/babel-types-6.26.0.tgz",
      "integrity": "sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc=",
      "requires": {
        "babel-runtime": "6.26.0",
        "esutils": "2.0.3",
        "lodash": "4.17.19",
        "to-fast-properties": "1.0.3"
      },
      "dependencies": {
        "to-fast-properties": {
          "version": "1.0.3",
          "resolved": "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-1.0.3.tgz",
          "integrity": "sha1-uDVx+k2MJbguIxsG46MFXeTKGkc="
        }
      }
    },
    "babelify": {
      "version": "7.3.0",
      "resolved": "https://registry.yarnpkg.com/babelify/-/babelify-7.3.0.tgz",
      "integrity": "sha1-qlau3nBn/XvVSWZu4W3ChQh+iOU=",
      "requires": {
        "babel-core": "6.26.3",
        "object-assign": "4.1.1"
      }
    },
    "babylon": {
      "version": "6.18.0",
      "resolved": "https://registry.yarnpkg.com/babylon/-/babylon-6.18.0.tgz",
      "integrity": "sha1-ry87iPpvXB5MY00aD46sT1WzleM="
    },
    "backo2": {
      "version": "1.0.2",
      "resolved": "https://registry.yarnpkg.com/backo2/-/backo2-1.0.2.tgz",
      "integrity": "sha1-MasayLEpNjRj41s+u2n038+6eUc="
    },
    "backoff": {
      "version": "2.5.0",
      "resolved": "https://registry.yarnpkg.com/backoff/-/backoff-2.5.0.tgz",
      "integrity": "sha1-9hbtqdPktmuMp/ynn2lXIsX44m8=",
      "requires": {
        "precond": "0.2.3"
      }
    },
    "balanced-match": {
      "version": "1.0.0",
      "resolved": "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz",
      "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c="
    },
    "base": {
      "version": "0.11.2",
      "resolved": "https://registry.yarnpkg.com/base/-/base-0.11.2.tgz",
      "integrity": "sha1-e95c7RRbbVUakNuH+DxVi060io8=",
      "requires": {
        "cache-base": "1.0.1",
        "class-utils": "0.3.6",
        "component-emitter": "1.3.0",
        "define-property": "1.0.0",
        "isobject": "3.0.1",
        "mixin-deep": "1.3.2",
        "pascalcase": "0.1.1"
      },
      "dependencies": {
        "define-property": {
          "version": "1.0.0",
          "resolved": "https://registry.yarnpkg.com/define-property/-/define-property-1.0.0.tgz",
          "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=",
          "requires": {
            "is-descriptor": "1.0.2"
          }
        }
      }
    },
    "base-x": {
      "version": "3.0.8",
      "resolved": "https://registry.yarnpkg.com/base-x/-/base-x-3.0.8.tgz",
      "integrity": "sha1-HhEGwlN/AWLotSR0pVfrsJAAAY0=",
      "requires": {
        "safe-buffer": "5.2.0"
      }
    },
    "base64-js": {
      "version": "1.3.1",
      "resolved": "https://registry.yarnpkg.com/base64-js/-/base64-js-1.3.1.tgz",
      "integrity": "sha1-WOzoy3XdB+ce0IxzarxfrE2/jfE="
    },
    "basic-auth": {
      "version": "1.1.0",
      "resolved": "https://registry.yarnpkg.com/basic-auth/-/basic-auth-1.1.0.tgz",
      "integrity": "sha1-RSIe5Cn37h5QNb4/UVM/HN/SmIQ="
    },
    "bcrypt-pbkdf": {
      "version": "1.0.2",
      "resolved": "https://registry.yarnpkg.com/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz",
      "integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=",
      "requires": {
        "tweetnacl": "0.14.5"
      },
      "dependencies": {
        "tweetnacl": {
          "version": "0.14.5",
          "resolved": "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz",
          "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q="
        }
      }
    },
    "big.js": {
      "version": "5.2.2",
      "resolved": "https://registry.yarnpkg.com/big.js/-/big.js-5.2.2.tgz",
      "integrity": "sha1-ZfCvOC9Xi83HQr2cKB6cstd2gyg="
    },
    "bignumber.js": {
      "version": "9.0.0",
      "resolved": "https://registry.yarnpkg.com/bignumber.js/-/bignumber.js-9.0.0.tgz",
      "integrity": "sha1-gFiA+Eoym16sbny2+CdLbYK98HU="
    },
    "binary-extensions": {
      "version": "2.0.0",
      "resolved": "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.0.0.tgz",
      "integrity": "sha1-I8DfFPaogHf1+YbA0WfsA8PVU3w="
    },
    "bindings": {
      "version": "1.5.0",
      "resolved": "https://registry.yarnpkg.com/bindings/-/bindings-1.5.0.tgz",
      "integrity": "sha1-EDU8npRTNLwFEabZCzj7x8nFBN8=",
      "requires": {
        "file-uri-to-path": "1.0.0"
      }
    },
    "bip39": {
      "version": "2.6.0",
      "resolved": "https://registry.yarnpkg.com/bip39/-/bip39-2.6.0.tgz",
      "integrity": "sha1-njpyC0Lsiz++QDjx5EUxe2qZMhw=",
      "requires": {
        "create-hash": "1.2.0",
        "pbkdf2": "3.0.17",
        "randombytes": "2.1.0",
        "safe-buffer": "5.2.0",
        "unorm": "1.6.0"
      }
    },
    "bip66": {
      "version": "1.1.5",
      "resolved": "https://registry.yarnpkg.com/bip66/-/bip66-1.1.5.tgz",
      "integrity": "sha1-AfqHSHhcpwlV1QESF9GzE5lpyiI=",
      "requires": {
        "safe-buffer": "5.2.0"
      }
    },
    "bl": {
      "version": "4.0.2",
      "resolved": "https://registry.yarnpkg.com/bl/-/bl-4.0.2.tgz",
      "integrity": "sha1-UrcekIhRXQYG2d2cx6pI3B+Y5zo=",
      "requires": {
        "buffer": "5.6.0",
        "inherits": "2.0.4",
        "readable-stream": "3.6.0"
      },
      "dependencies": {
        "readable-stream": {
          "version": "3.6.0",
          "resolved": "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz",
          "integrity": "sha1-M3u9o63AcGvT4CRCaihtS0sskZg=",
          "requires": {
            "inherits": "2.0.4",
            "string_decoder": "1.1.1",
            "util-deprecate": "1.0.2"
          }
        },
        "safe-buffer": {
          "version": "5.1.2",
          "resolved": "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz",
          "integrity": "sha1-mR7GnSluAxN0fVm9/St0XDX4go0="
        },
        "string_decoder": {
          "version": "1.1.1",
          "resolved": "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz",
          "integrity": "sha1-nPFhG6YmhdcDCunkujQUnDrwP8g=",
          "requires": {
            "safe-buffer": "5.1.2"
          }
        }
      }
    },
    "blakejs": {
      "version": "1.1.0",
      "resolved": "https://registry.yarnpkg.com/blakejs/-/blakejs-1.1.0.tgz",
      "integrity": "sha1-ad+S75U6qIylGjLfarHFShVfx6U="
    },
    "bluebird": {
      "version": "3.7.2",
      "resolved": "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.2.tgz",
      "integrity": "sha1-nyKcFb4nJFT/qXOs4NvueaGww28="
    },
    "blueimp-md5": {
      "version": "2.13.0",
      "resolved": "https://registry.yarnpkg.com/blueimp-md5/-/blueimp-md5-2.13.0.tgz",
      "integrity": "sha1-BzFLDGTdoL8XM/ls5A1a+U6yiWU="
    },
    "bn.js": {
      "version": "5.1.2",
      "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-5.1.2.tgz",
      "integrity": "sha1-yWhpAtPJoncp9DqxD515wgBNp7A="
    },
    "body-parser": {
      "version": "1.19.0",
      "resolved": "https://registry.yarnpkg.com/body-parser/-/body-parser-1.19.0.tgz",
      "integrity": "sha1-lrJwnlfJxOCab9Zqj9l5hE9p8Io=",
      "requires": {
        "bytes": "3.1.0",
        "content-type": "1.0.4",
        "debug": "2.6.9",
        "depd": "1.1.2",
        "http-errors": "1.7.2",
        "iconv-lite": "0.4.24",
        "on-finished": "2.3.0",
        "qs": "6.7.0",
        "raw-body": "2.4.0",
        "type-is": "1.6.18"
      }
    },
    "borc": {
      "version": "2.1.1",
      "resolved": "https://registry.yarnpkg.com/borc/-/borc-2.1.1.tgz",
      "integrity": "sha1-3xpOwGO5kT8v/14HyTd+7v9HkUo=",
      "requires": {
        "bignumber.js": "9.0.0",
        "commander": "2.20.3",
        "ieee754": "1.1.13",
        "iso-url": "0.4.6",
        "json-text-sequence": "0.1.1"
      },
      "dependencies": {
        "iso-url": {
          "version": "0.4.6",
          "resolved": "https://registry.yarnpkg.com/iso-url/-/iso-url-0.4.6.tgz",
          "integrity": "sha1-RQBcSvSYTK1Ph1PaQRtBt0zwqKY="
        }
      }
    },
    "boxen": {
      "version": "4.2.0",
      "resolved": "https://registry.yarnpkg.com/boxen/-/boxen-4.2.0.tgz",
      "integrity": "sha1-5BG2I1fW1tNlh8isPV2XTaoHDmQ=",
      "requires": {
        "ansi-align": "3.0.0",
        "camelcase": "5.3.1",
        "chalk": "3.0.0",
        "cli-boxes": "2.2.0",
        "string-width": "4.2.0",
        "term-size": "2.2.0",
        "type-fest": "0.8.1",
        "widest-line": "3.1.0"
      },
      "dependencies": {
        "chalk": {
          "version": "3.0.0",
          "resolved": "https://registry.yarnpkg.com/chalk/-/chalk-3.0.0.tgz",
          "integrity": "sha1-P3PCv1JlkfV0zEksUeJFY0n4ROQ=",
          "requires": {
            "ansi-styles": "4.2.1",
            "supports-color": "7.1.0"
          }
        }
      }
    },
    "brace-expansion": {
      "version": "1.1.11",
      "resolved": "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz",
      "integrity": "sha1-PH/L9SnYcibz0vUrlm/1Jx60Qd0=",
      "requires": {
        "balanced-match": "1.0.0",
        "concat-map": "0.0.1"
      }
    },
    "braces": {
      "version": "3.0.2",
      "resolved": "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz",
      "integrity": "sha1-NFThpGLujVmeI23zNs2epPiv4Qc=",
      "requires": {
        "fill-range": "7.0.1"
      }
    },
    "brorand": {
      "version": "1.1.0",
      "resolved": "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz",
      "integrity": "sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8="
    },
    "browser-stdout": {
      "version": "1.3.1",
      "resolved": "https://registry.yarnpkg.com/browser-stdout/-/browser-stdout-1.3.1.tgz",
      "integrity": "sha1-uqVZ7hTO1zRSIputcyZGfGH6vWA="
    },
    "browserify-aes": {
      "version": "1.2.0",
      "resolved": "https://registry.yarnpkg.com/browserify-aes/-/browserify-aes-1.2.0.tgz",
      "integrity": "sha1-Mmc0ZC9APavDADIJhTu3CtQo70g=",
      "requires": {
        "buffer-xor": "1.0.3",
        "cipher-base": "1.0.4",
        "create-hash": "1.2.0",
        "evp_bytestokey": "1.0.3",
        "inherits": "2.0.4",
        "safe-buffer": "5.2.0"
      }
    },
    "browserify-cipher": {
      "version": "1.0.1",
      "resolved": "https://registry.yarnpkg.com/browserify-cipher/-/browserify-cipher-1.0.1.tgz",
      "integrity": "sha1-jWR0wbhwv9q807z8wZNKEOlPFfA=",
      "requires": {
        "browserify-aes": "1.2.0",
        "browserify-des": "1.0.2",
        "evp_bytestokey": "1.0.3"
      }
    },
    "browserify-des": {
      "version": "1.0.2",
      "resolved": "https://registry.yarnpkg.com/browserify-des/-/browserify-des-1.0.2.tgz",
      "integrity": "sha1-OvTx9Zg5QDVy8cZiBDdfen9wPpw=",
      "requires": {
        "cipher-base": "1.0.4",
        "des.js": "1.0.1",
        "inherits": "2.0.4",
        "safe-buffer": "5.2.0"
      }
    },
    "browserify-rsa": {
      "version": "4.0.1",
      "resolved": "https://registry.yarnpkg.com/browserify-rsa/-/browserify-rsa-4.0.1.tgz",
      "integrity": "sha1-IeCr+vbyApzy+vsTNWenAdQTVSQ=",
      "requires": {
        "bn.js": "4.11.8",
        "randombytes": "2.1.0"
      },
      "dependencies": {
        "bn.js": {
          "version": "4.11.8",
          "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
          "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
        }
      }
    },
    "browserify-sha3": {
      "version": "0.0.4",
      "resolved": "https://registry.yarnpkg.com/browserify-sha3/-/browserify-sha3-0.0.4.tgz",
      "integrity": "sha1-CGxHuMgjFsnUcCLCYYWVRXbdjiY=",
      "requires": {
        "js-sha3": "0.6.1",
        "safe-buffer": "5.2.0"
      },
      "dependencies": {
        "js-sha3": {
          "version": "0.6.1",
          "resolved": "https://registry.yarnpkg.com/js-sha3/-/js-sha3-0.6.1.tgz",
          "integrity": "sha1-W4n3enR3Z5h39YxKB1JAk0sflcA="
        }
      }
    },
    "browserify-sign": {
      "version": "4.0.4",
      "resolved": "https://registry.yarnpkg.com/browserify-sign/-/browserify-sign-4.0.4.tgz",
      "integrity": "sha1-qk62jl17ZYuqa/alfmMMvXqT0pg=",
      "requires": {
        "bn.js": "4.11.8",
        "browserify-rsa": "4.0.1",
        "create-hash": "1.2.0",
        "create-hmac": "1.1.7",
        "elliptic": "6.5.2",
        "inherits": "2.0.4",
        "parse-asn1": "5.1.5"
      },
      "dependencies": {
        "bn.js": {
          "version": "4.11.8",
          "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
          "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
        }
      }
    },
    "browserslist": {
      "version": "4.12.0",
      "resolved": "https://registry.yarnpkg.com/browserslist/-/browserslist-4.12.0.tgz",
      "integrity": "sha1-BsbVcVoe3mxR/Dn/Z/1kf3QLZW0=",
      "requires": {
        "caniuse-lite": "1.0.30001061",
        "electron-to-chromium": "1.3.441",
        "node-releases": "1.1.53",
        "pkg-up": "2.0.0"
      }
    },
    "bs58": {
      "version": "4.0.1",
      "resolved": "https://registry.yarnpkg.com/bs58/-/bs58-4.0.1.tgz",
      "integrity": "sha1-vhYedsNU9veIrkBx9j806MTwpCo=",
      "requires": {
        "base-x": "3.0.8"
      }
    },
    "bs58check": {
      "version": "2.1.2",
      "resolved": "https://registry.yarnpkg.com/bs58check/-/bs58check-2.1.2.tgz",
      "integrity": "sha1-U7AYKRIo2CpaoI59eW/a/aVK6/w=",
      "requires": {
        "bs58": "4.0.1",
        "create-hash": "1.2.0",
        "safe-buffer": "5.2.0"
      }
    },
    "btoa": {
      "version": "1.2.1",
      "resolved": "https://registry.yarnpkg.com/btoa/-/btoa-1.2.1.tgz",
      "integrity": "sha1-AamQn4ssk/a/aAuiYTHrMPf6PXM="
    },
    "buf-compare": {
      "version": "1.0.1",
      "resolved": "https://registry.yarnpkg.com/buf-compare/-/buf-compare-1.0.1.tgz",
      "integrity": "sha1-/vKNqLgROgoNtEMLC2Rntpcws0o="
    },
    "buffer": {
      "version": "5.6.0",
      "resolved": "https://registry.yarnpkg.com/buffer/-/buffer-5.6.0.tgz",
      "integrity": "sha1-oxdJ3H2B2E2wir+Te2uMQDP2J4Y=",
      "requires": {
        "base64-js": "1.3.1",
        "ieee754": "1.1.13"
      }
    },
    "buffer-alloc": {
      "version": "1.2.0",
      "resolved": "https://registry.yarnpkg.com/buffer-alloc/-/buffer-alloc-1.2.0.tgz",
      "integrity": "sha1-iQ3ZDZI6hz4I4Q5f1RpX5bfM4Ow=",
      "requires": {
        "buffer-alloc-unsafe": "1.1.0",
        "buffer-fill": "1.0.0"
      }
    },
    "buffer-alloc-unsafe": {
      "version": "1.1.0",
      "resolved": "https://registry.yarnpkg.com/buffer-alloc-unsafe/-/buffer-alloc-unsafe-1.1.0.tgz",
      "integrity": "sha1-vX3CauKXLQ7aJTvgYdupkjScGfA="
    },
    "buffer-crc32": {
      "version": "0.2.13",
      "resolved": "https://registry.yarnpkg.com/buffer-crc32/-/buffer-crc32-0.2.13.tgz",
      "integrity": "sha1-DTM+PwDqxQqhRUq9MO+MKl2ackI="
    },
    "buffer-fill": {
      "version": "1.0.0",
      "resolved": "https://registry.yarnpkg.com/buffer-fill/-/buffer-fill-1.0.0.tgz",
      "integrity": "sha1-+PeLdniYiO858gXNY39o5wISKyw="
    },
    "buffer-from": {
      "version": "1.1.1",
      "resolved": "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.1.tgz",
      "integrity": "sha1-MnE7wCj3XAL9txDXx7zsHyxgcO8="
    },
    "buffer-to-arraybuffer": {
      "version": "0.0.5",
      "resolved": "https://registry.yarnpkg.com/buffer-to-arraybuffer/-/buffer-to-arraybuffer-0.0.5.tgz",
      "integrity": "sha1-YGSkD6dutDxyOrqe+PbhIW0QURo="
    },
    "buffer-xor": {
      "version": "1.0.3",
      "resolved": "https://registry.yarnpkg.com/buffer-xor/-/buffer-xor-1.0.3.tgz",
      "integrity": "sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk="
    },
    "builtin-status-codes": {
      "version": "3.0.0",
      "resolved": "https://registry.yarnpkg.com/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz",
      "integrity": "sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug="
    },
    "byte-size": {
      "version": "7.0.0",
      "resolved": "https://registry.yarnpkg.com/byte-size/-/byte-size-7.0.0.tgz",
      "integrity": "sha1-NlKM0cqH05vZq9UfVxXck7bOsDI="
    },
    "bytes": {
      "version": "3.1.0",
      "resolved": "https://registry.yarnpkg.com/bytes/-/bytes-3.1.0.tgz",
      "integrity": "sha1-9s95M6Ng4FiPqf3oVlHNx/gF0fY="
    },
    "bytewise": {
      "version": "1.1.0",
      "resolved": "https://registry.yarnpkg.com/bytewise/-/bytewise-1.1.0.tgz",
      "integrity": "sha1-HRPL/3F65xWAlKqIGzXQgbOHJT4=",
      "requires": {
        "bytewise-core": "1.2.3",
        "typewise": "1.0.3"
      }
    },
    "bytewise-core": {
      "version": "1.2.3",
      "resolved": "https://registry.yarnpkg.com/bytewise-core/-/bytewise-core-1.2.3.tgz",
      "integrity": "sha1-P7QQx+kVWOsasiqCg0V3qmvWHUI=",
      "requires": {
        "typewise-core": "1.2.0"
      }
    },
    "cache-base": {
      "version": "1.0.1",
      "resolved": "https://registry.yarnpkg.com/cache-base/-/cache-base-1.0.1.tgz",
      "integrity": "sha1-Cn9GQWgxyLZi7jb+TnxZ129marI=",
      "requires": {
        "collection-visit": "1.0.0",
        "component-emitter": "1.3.0",
        "get-value": "2.0.6",
        "has-value": "1.0.0",
        "isobject": "3.0.1",
        "set-value": "2.0.1",
        "to-object-path": "0.3.0",
        "union-value": "1.0.1",
        "unset-value": "1.0.0"
      }
    },
    "cacheable-request": {
      "version": "6.1.0",
      "resolved": "https://registry.yarnpkg.com/cacheable-request/-/cacheable-request-6.1.0.tgz",
      "integrity": "sha1-IP+4vRYrpL4R6VZ9gj22UQUsqRI=",
      "requires": {
        "clone-response": "1.0.2",
        "get-stream": "5.1.0",
        "http-cache-semantics": "4.1.0",
        "keyv": "3.1.0",
        "lowercase-keys": "2.0.0",
        "normalize-url": "4.5.0",
        "responselike": "1.0.2"
      },
      "dependencies": {
        "lowercase-keys": {
          "version": "2.0.0",
          "resolved": "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-2.0.0.tgz",
          "integrity": "sha1-JgPni3tLAAbLyi+8yKMgJVislHk="
        }
      }
    },
    "cachedown": {
      "version": "1.0.0",
      "resolved": "https://registry.yarnpkg.com/cachedown/-/cachedown-1.0.0.tgz",
      "integrity": "sha1-1D8DbkUQaWsxJG19sx6/D3rDLRU=",
      "requires": {
        "abstract-leveldown": "2.7.2",
        "lru-cache": "3.2.0"
      },
      "dependencies": {
        "abstract-leveldown": {
          "version": "2.7.2",
          "resolved": "https://registry.yarnpkg.com/abstract-leveldown/-/abstract-leveldown-2.7.2.tgz",
          "integrity": "sha1-h6RNfr68NB1ZZlIEg0yLfgkyzJM=",
          "requires": {
            "xtend": "4.0.2"
          }
        }
      }
    },
    "caching-transform": {
      "version": "4.0.0",
      "resolved": "https://registry.yarnpkg.com/caching-transform/-/caching-transform-4.0.0.tgz",
      "integrity": "sha1-ANKXpCBtceIWPDnq/6gVesBlHw8=",
      "requires": {
        "hasha": "5.2.0",
        "make-dir": "3.0.2",
        "package-hash": "4.0.0",
        "write-file-atomic": "3.0.3"
      }
    },
    "callbackify": {
      "version": "1.1.0",
      "resolved": "https://registry.yarnpkg.com/callbackify/-/callbackify-1.1.0.tgz",
      "integrity": "sha1-0qNphtKKppcUUmwREgm+65l50x4="
    },
    "callsites": {
      "version": "3.1.0",
      "resolved": "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz",
      "integrity": "sha1-s2MKvYlDQy9Us/BRkjjjPNffL3M="
    },
    "camelcase": {
      "version": "5.3.1",
      "resolved": "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz",
      "integrity": "sha1-48mzFWnhBoEd8kL3FXJaH0xJQyA="
    },
    "caniuse-lite": {
      "version": "1.0.30001061",
      "resolved": "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001061.tgz",
      "integrity": "sha1-gMqH7xTrVDp0WOf9K14vrONFjJ8="
    },
    "caseless": {
      "version": "0.12.0",
      "resolved": "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz",
      "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw="
    },
    "chalk": {
      "version": "4.1.0",
      "resolved": "https://registry.yarnpkg.com/chalk/-/chalk-4.1.0.tgz",
      "integrity": "sha1-ThSHCmGNni7dl92DRf2dncMVZGo=",
      "requires": {
        "ansi-styles": "4.2.1",
        "supports-color": "7.1.0"
      }
    },
    "chardet": {
      "version": "0.7.0",
      "resolved": "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz",
      "integrity": "sha1-kAlISfCTfy7twkJdDSip5fDLrZ4="
    },
    "checkpoint-store": {
      "version": "1.1.0",
      "resolved": "https://registry.yarnpkg.com/checkpoint-store/-/checkpoint-store-1.1.0.tgz",
      "integrity": "sha1-BOTLUWuRQziTWB5tRgGnjpVS6gY=",
      "requires": {
        "functional-red-black-tree": "1.0.1"
      }
    },
    "chokidar": {
      "version": "2.1.8",
      "resolved": "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.8.tgz",
      "integrity": "sha1-gEs6e2qZNYw8XGHnHYco8EHP+Rc=",
      "requires": {
        "anymatch": "2.0.0",
        "async-each": "1.0.3",
        "braces": "2.3.2",
        "glob-parent": "3.1.0",
        "inherits": "2.0.4",
        "is-binary-path": "1.0.1",
        "is-glob": "4.0.1",
        "normalize-path": "3.0.0",
        "path-is-absolute": "1.0.1",
        "readdirp": "2.2.1",
        "upath": "1.2.0"
      },
      "dependencies": {
        "anymatch": {
          "version": "2.0.0",
          "resolved": "https://registry.yarnpkg.com/anymatch/-/anymatch-2.0.0.tgz",
          "integrity": "sha1-vLJLTzeTTZqnrBe0ra+J58du8us=",
          "requires": {
            "micromatch": "3.1.10",
            "normalize-path": "2.1.1"
          },
          "dependencies": {
            "normalize-path": {
              "version": "2.1.1",
              "resolved": "https://registry.yarnpkg.com/normalize-path/-/normalize-path-2.1.1.tgz",
              "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=",
              "requires": {
                "remove-trailing-separator": "1.1.0"
              }
            }
          }
        },
        "binary-extensions": {
          "version": "1.13.1",
          "resolved": "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.13.1.tgz",
          "integrity": "sha1-WYr+VHVbKGilMw0q/51Ou1Mgm2U="
        },
        "braces": {
          "version": "2.3.2",
          "resolved": "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz",
          "integrity": "sha1-WXn9PxTNUxVl5fot8av/8d+u5yk=",
          "requires": {
            "arr-flatten": "1.1.0",
            "array-unique": "0.3.2",
            "extend-shallow": "2.0.1",
            "fill-range": "4.0.0",
            "isobject": "3.0.1",
            "repeat-element": "1.1.3",
            "snapdragon": "0.8.2",
            "snapdragon-node": "2.1.1",
            "split-string": "3.1.0",
            "to-regex": "3.0.2"
          }
        },
        "fill-range": {
          "version": "4.0.0",
          "resolved": "https://registry.yarnpkg.com/fill-range/-/fill-range-4.0.0.tgz",
          "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=",
          "requires": {
            "extend-shallow": "2.0.1",
            "is-number": "3.0.0",
            "repeat-string": "1.6.1",
            "to-regex-range": "2.1.1"
          }
        },
        "fsevents": {
          "version": "1.2.12",
          "resolved": "https://registry.yarnpkg.com/fsevents/-/fsevents-1.2.12.tgz",
          "integrity": "sha1-234NjsOwtFck/U2D1DVUqPHw3lw=",
          "requires": {
            "bindings": "1.5.0",
            "nan": "2.14.0"
          },
          "dependencies": {
            "ansi-regex": {
              "version": "2.1.1",
              "resolved": "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz",
              "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8="
            },
            "balanced-match": {
              "version": "1.0.0",
              "resolved": "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz",
              "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c="
            },
            "brace-expansion": {
              "version": "1.1.11",
              "resolved": "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz",
              "integrity": "sha1-PH/L9SnYcibz0vUrlm/1Jx60Qd0=",
              "requires": {
                "balanced-match": "1.0.0",
                "concat-map": "0.0.1"
              }
            },
            "chownr": {
              "version": "1.1.4",
              "resolved": "https://registry.yarnpkg.com/chownr/-/chownr-1.1.4.tgz",
              "integrity": "sha1-b8nXtC0ypYNZYzdmbn0ICE2izGs="
            },
            "code-point-at": {
              "version": "1.1.0",
              "resolved": "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz",
              "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c="
            },
            "concat-map": {
              "version": "0.0.1",
              "resolved": "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz",
              "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s="
            },
            "core-util-is": {
              "version": "1.0.2",
              "resolved": "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz",
              "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac="
            },
            "debug": {
              "version": "3.2.6",
              "resolved": "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz",
              "integrity": "sha1-6D0X3hbYp++3cX7b5fsQE17uYps=",
              "requires": {
                "ms": "2.1.2"
              }
            },
            "deep-extend": {
              "version": "0.6.0",
              "resolved": "https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.6.0.tgz",
              "integrity": "sha1-xPp8lUBKF6nD6Mp+FTcxK3NjMKw="
            },
            "fs-minipass": {
              "version": "1.2.7",
              "resolved": "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-1.2.7.tgz",
              "integrity": "sha1-zP+FcIQef+QmVpPaiJNsVa7X98c=",
              "requires": {
                "minipass": "2.9.0"
              }
            },
            "fs.realpath": {
              "version": "1.0.0",
              "resolved": "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz",
              "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8="
            },
            "glob": {
              "version": "7.1.6",
              "resolved": "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz",
              "integrity": "sha1-FB8zuBp8JJLhJVlDB0gMRmeSeKY=",
              "requires": {
                "fs.realpath": "1.0.0",
                "inflight": "1.0.6",
                "inherits": "2.0.4",
                "minimatch": "3.0.4",
                "once": "1.4.0",
                "path-is-absolute": "1.0.1"
              }
            },
            "iconv-lite": {
              "version": "0.4.24",
              "resolved": "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz",
              "integrity": "sha1-ICK0sl+93CHS9SSXSkdKr+czkIs=",
              "requires": {
                "safer-buffer": "2.1.2"
              }
            },
            "inflight": {
              "version": "1.0.6",
              "resolved": "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz",
              "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
              "requires": {
                "once": "1.4.0",
                "wrappy": "1.0.2"
              }
            },
            "inherits": {
              "version": "2.0.4",
              "resolved": "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz",
              "integrity": "sha1-D6LGT5MpF8NDOg3tVTY6rjdBa3w="
            },
            "ini": {
              "version": "1.3.5",
              "resolved": "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz",
              "integrity": "sha1-7uJfVtscnsYIXgwid4CD9Zar+Sc="
            },
            "is-fullwidth-code-point": {
              "version": "1.0.0",
              "resolved": "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz",
              "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=",
              "requires": {
                "number-is-nan": "1.0.1"
              }
            },
            "isarray": {
              "version": "1.0.0",
              "resolved": "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz",
              "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE="
            },
            "minimatch": {
              "version": "3.0.4",
              "resolved": "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz",
              "integrity": "sha1-UWbihkV/AzBgZL5Ul+jbsMPTIIM=",
              "requires": {
                "brace-expansion": "1.1.11"
              }
            },
            "minimist": {
              "version": "1.2.5",
              "resolved": "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz",
              "integrity": "sha1-Z9ZgFLZqaoqqDAg8X9WN9OTpdgI="
            },
            "minipass": {
              "version": "2.9.0",
              "resolved": "https://registry.yarnpkg.com/minipass/-/minipass-2.9.0.tgz",
              "integrity": "sha1-5xN2Ln0+Mv7YAxFc+T4EvKn8yaY=",
              "requires": {
                "safe-buffer": "5.2.0",
                "yallist": "3.1.1"
              }
            },
            "minizlib": {
              "version": "1.3.3",
              "resolved": "https://registry.yarnpkg.com/minizlib/-/minizlib-1.3.3.tgz",
              "integrity": "sha1-IpDeloGKNMKVUcio0wEha9Zahh0=",
              "requires": {
                "minipass": "2.9.0"
              }
            },
            "ms": {
              "version": "2.1.2",
              "resolved": "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz",
              "integrity": "sha1-0J0fNXtEP0kzgqjrPM0YOHKuYAk="
            },
            "number-is-nan": {
              "version": "1.0.1",
              "resolved": "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz",
              "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0="
            },
            "object-assign": {
              "version": "4.1.1",
              "resolved": "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz",
              "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM="
            },
            "once": {
              "version": "1.4.0",
              "resolved": "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz",
              "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
              "requires": {
                "wrappy": "1.0.2"
              }
            },
            "os-homedir": {
              "version": "1.0.2",
              "resolved": "https://registry.yarnpkg.com/os-homedir/-/os-homedir-1.0.2.tgz",
              "integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M="
            },
            "os-tmpdir": {
              "version": "1.0.2",
              "resolved": "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
              "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ="
            },
            "path-is-absolute": {
              "version": "1.0.1",
              "resolved": "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
              "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18="
            },
            "process-nextick-args": {
              "version": "2.0.1",
              "resolved": "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
              "integrity": "sha1-eCDZsWEgzFXKmud5JoCufbptf+I="
            },
            "rc": {
              "version": "1.2.8",
              "resolved": "https://registry.yarnpkg.com/rc/-/rc-1.2.8.tgz",
              "integrity": "sha1-zZJL9SAKB1uDwYjNa54hG3/A0+0=",
              "requires": {
                "deep-extend": "0.6.0",
                "ini": "1.3.5",
                "minimist": "1.2.5",
                "strip-json-comments": "2.0.1"
              }
            },
            "readable-stream": {
              "version": "2.3.7",
              "resolved": "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.7.tgz",
              "integrity": "sha1-Hsoc9xGu+BTAT2IlKjamL2yyO1c=",
              "requires": {
                "core-util-is": "1.0.2",
                "inherits": "2.0.4",
                "isarray": "1.0.0",
                "process-nextick-args": "2.0.1",
                "safe-buffer": "5.1.2",
                "string_decoder": "1.1.1",
                "util-deprecate": "1.0.2"
              }
            },
            "rimraf": {
              "version": "2.7.1",
              "resolved": "https://registry.yarnpkg.com/rimraf/-/rimraf-2.7.1.tgz",
              "integrity": "sha1-NXl/E6f9rcVmFCwp1PB8ytSD4+w=",
              "requires": {
                "glob": "7.1.6"
              }
            },
            "safe-buffer": {
              "version": "5.1.2",
              "resolved": "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz",
              "integrity": "sha1-mR7GnSluAxN0fVm9/St0XDX4go0="
            },
            "safer-buffer": {
              "version": "2.1.2",
              "resolved": "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz",
              "integrity": "sha1-RPoWGwGHuVSd2Eu5GAL5vYOFzWo="
            },
            "semver": {
              "version": "5.7.1",
              "resolved": "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz",
              "integrity": "sha1-qVT5Ma66UI0we78Gnv8MAclhFvc="
            },
            "set-blocking": {
              "version": "2.0.0",
              "resolved": "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz",
              "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc="
            },
            "string-width": {
              "version": "1.0.2",
              "resolved": "https://registry.yarnpkg.com/string-width/-/string-width-1.0.2.tgz",
              "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=",
              "requires": {
                "code-point-at": "1.1.0",
                "is-fullwidth-code-point": "1.0.0",
                "strip-ansi": "3.0.1"
              }
            },
            "string_decoder": {
              "version": "1.1.1",
              "resolved": "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz",
              "integrity": "sha1-nPFhG6YmhdcDCunkujQUnDrwP8g=",
              "requires": {
                "safe-buffer": "5.1.2"
              }
            },
            "strip-ansi": {
              "version": "3.0.1",
              "resolved": "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz",
              "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
              "requires": {
                "ansi-regex": "2.1.1"
              }
            },
            "strip-json-comments": {
              "version": "2.0.1",
              "resolved": "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz",
              "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo="
            },
            "tar": {
              "version": "4.4.13",
              "resolved": "https://registry.yarnpkg.com/tar/-/tar-4.4.13.tgz",
              "integrity": "sha1-Q7NkvFKIjVVSmGN7ENYHkCVKtSU=",
              "requires": {
                "chownr": "1.1.4",
                "fs-minipass": "1.2.7",
                "minipass": "2.9.0",
                "minizlib": "1.3.3",
                "mkdirp": "0.5.5",
                "safe-buffer": "5.2.0",
                "yallist": "3.1.1"
              }
            },
            "util-deprecate": {
              "version": "1.0.2",
              "resolved": "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz",
              "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8="
            },
            "wide-align": {
              "version": "1.1.3",
              "resolved": "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.3.tgz",
              "integrity": "sha1-rgdOa9wMFKQx6ATmJFScYzsABFc=",
              "requires": {
                "string-width": "2.1.1"
              }
            },
            "wrappy": {
              "version": "1.0.2",
              "resolved": "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz",
              "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8="
            },
            "yallist": {
              "version": "3.1.1",
              "resolved": "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz",
              "integrity": "sha1-27fa+b/YusmrRev2ArjLrQ1dCP0="
            }
          }
        },
        "glob-parent": {
          "version": "3.1.0",
          "resolved": "https://registry.yarnpkg.com/glob-parent/-/glob-parent-3.1.0.tgz",
          "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=",
          "requires": {
            "is-glob": "3.1.0",
            "path-dirname": "1.0.2"
          },
          "dependencies": {
            "is-glob": {
              "version": "3.1.0",
              "resolved": "https://registry.yarnpkg.com/is-glob/-/is-glob-3.1.0.tgz",
              "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=",
              "requires": {
                "is-extglob": "2.1.1"
              }
            }
          }
        },
        "is-binary-path": {
          "version": "1.0.1",
          "resolved": "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-1.0.1.tgz",
          "integrity": "sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=",
          "requires": {
            "binary-extensions": "1.13.1"
          }
        },
        "to-regex-range": {
          "version": "2.1.1",
          "resolved": "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-2.1.1.tgz",
          "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=",
          "requires": {
            "is-number": "3.0.0",
            "repeat-string": "1.6.1"
          }
        }
      }
    },
    "chownr": {
      "version": "1.1.4",
      "resolved": "https://registry.yarnpkg.com/chownr/-/chownr-1.1.4.tgz",
      "integrity": "sha1-b8nXtC0ypYNZYzdmbn0ICE2izGs="
    },
    "chunkd": {
      "version": "2.0.1",
      "resolved": "https://registry.yarnpkg.com/chunkd/-/chunkd-2.0.1.tgz",
      "integrity": "sha1-Sc0dewaZLcT3/M2WL+KhAe59qSA="
    },
    "ci-info": {
      "version": "2.0.0",
      "resolved": "https://registry.yarnpkg.com/ci-info/-/ci-info-2.0.0.tgz",
      "integrity": "sha1-Z6npZL4xpR4V5QENWObxKDQAL0Y="
    },
    "ci-parallel-vars": {
      "version": "1.0.1",
      "resolved": "https://registry.yarnpkg.com/ci-parallel-vars/-/ci-parallel-vars-1.0.1.tgz",
      "integrity": "sha1-6H/wYlzPnShphbKbStqEhcqf+8I="
    },
    "cids": {
      "version": "0.5.8",
      "resolved": "https://registry.yarnpkg.com/cids/-/cids-0.5.8.tgz",
      "integrity": "sha1-PVAAw4VqLTwAlnshJlqlcUJhGqA=",
      "requires": {
        "class-is": "1.1.0",
        "multibase": "0.6.1",
        "multicodec": "0.5.6",
        "multihashes": "0.4.19"
      },
      "dependencies": {
        "multicodec": {
          "version": "0.5.6",
          "resolved": "https://registry.yarnpkg.com/multicodec/-/multicodec-0.5.6.tgz",
          "integrity": "sha1-/fJQtv6+VwUyIfCu64PmyuBzoF4=",
          "requires": {
            "varint": "5.0.0"
          }
        }
      }
    },
    "cipher-base": {
      "version": "1.0.4",
      "resolved": "https://registry.yarnpkg.com/cipher-base/-/cipher-base-1.0.4.tgz",
      "integrity": "sha1-h2Dk7MJy9MNjUy+SbYdKriwTl94=",
      "requires": {
        "inherits": "2.0.4",
        "safe-buffer": "5.2.0"
      }
    },
    "class-is": {
      "version": "1.1.0",
      "resolved": "https://registry.yarnpkg.com/class-is/-/class-is-1.1.0.tgz",
      "integrity": "sha1-nTwPugRA0hHYQ87D3t+kgFUAWCU="
    },
    "class-utils": {
      "version": "0.3.6",
      "resolved": "https://registry.yarnpkg.com/class-utils/-/class-utils-0.3.6.tgz",
      "integrity": "sha1-+TNprouafOAv1B+q0MqDAzGQxGM=",
      "requires": {
        "arr-union": "3.1.0",
        "define-property": "0.2.5",
        "isobject": "3.0.1",
        "static-extend": "0.1.2"
      }
    },
    "clean-stack": {
      "version": "2.2.0",
      "resolved": "https://registry.yarnpkg.com/clean-stack/-/clean-stack-2.2.0.tgz",
      "integrity": "sha1-7oRy27Ep5yezHooQpCfe6d/kAIs="
    },
    "clean-yaml-object": {
      "version": "0.1.0",
      "resolved": "https://registry.yarnpkg.com/clean-yaml-object/-/clean-yaml-object-0.1.0.tgz",
      "integrity": "sha1-Y/sRDcLOGoTcIfbZM0h20BCui2g="
    },
    "cli-boxes": {
      "version": "2.2.0",
      "resolved": "https://registry.yarnpkg.com/cli-boxes/-/cli-boxes-2.2.0.tgz",
      "integrity": "sha1-U47K6PnGylCOPDyVtFP+k8tMFo0="
    },
    "cli-cursor": {
      "version": "2.1.0",
      "resolved": "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-2.1.0.tgz",
      "integrity": "sha1-s12sN2R5+sw+lHR9QdDQ9SOP/LU=",
      "requires": {
        "restore-cursor": "2.0.0"
      }
    },
    "cli-spinners": {
      "version": "2.3.0",
      "resolved": "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.3.0.tgz",
      "integrity": "sha1-BjIjmktapMlYYQFCw0u3plH8jfU="
    },
    "cli-table": {
      "version": "0.3.1",
      "resolved": "https://registry.yarnpkg.com/cli-table/-/cli-table-0.3.1.tgz",
      "integrity": "sha1-9TsFJmqLGguTSz0IIebi3FkUriM=",
      "requires": {
        "colors": "1.0.3"
      },
      "dependencies": {
        "colors": {
          "version": "1.0.3",
          "resolved": "https://registry.yarnpkg.com/colors/-/colors-1.0.3.tgz",
          "integrity": "sha1-BDP0TYCWgP3rYO0mDxsMJi6CpAs="
        }
      }
    },
    "cli-truncate": {
      "version": "0.2.1",
      "resolved": "https://registry.yarnpkg.com/cli-truncate/-/cli-truncate-0.2.1.tgz",
      "integrity": "sha1-nxXPuwcFAFNpIWxiasfQWrkN1XQ=",
      "requires": {
        "slice-ansi": "0.0.4",
        "string-width": "1.0.2"
      },
      "dependencies": {
        "is-fullwidth-code-point": {
          "version": "1.0.0",
          "resolved": "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz",
          "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=",
          "requires": {
            "number-is-nan": "1.0.1"
          }
        },
        "string-width": {
          "version": "1.0.2",
          "resolved": "https://registry.yarnpkg.com/string-width/-/string-width-1.0.2.tgz",
          "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=",
          "requires": {
            "code-point-at": "1.1.0",
            "is-fullwidth-code-point": "1.0.0",
            "strip-ansi": "3.0.1"
          }
        },
        "strip-ansi": {
          "version": "3.0.1",
          "resolved": "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz",
          "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
          "requires": {
            "ansi-regex": "2.1.1"
          }
        }
      }
    },
    "cli-width": {
      "version": "3.0.0",
      "resolved": "https://registry.yarnpkg.com/cli-width/-/cli-width-3.0.0.tgz",
      "integrity": "sha1-ovSEN6LKqaIkNueUvwceyeYc7fY="
    },
    "cliui": {
      "version": "6.0.0",
      "resolved": "https://registry.yarnpkg.com/cliui/-/cliui-6.0.0.tgz",
      "integrity": "sha1-UR1wLAxOQcoVbX0OlgIfI+EyJbE=",
      "requires": {
        "string-width": "4.2.0",
        "strip-ansi": "6.0.0",
        "wrap-ansi": "6.2.0"
      },
      "dependencies": {
        "wrap-ansi": {
          "version": "6.2.0",
          "resolved": "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
          "integrity": "sha1-6Tk7oHEC5skaOyIUePAlfNKFblM=",
          "requires": {
            "ansi-styles": "4.2.1",
            "string-width": "4.2.0",
            "strip-ansi": "6.0.0"
          }
        }
      }
    },
    "clone": {
      "version": "2.1.2",
      "resolved": "https://registry.yarnpkg.com/clone/-/clone-2.1.2.tgz",
      "integrity": "sha1-G39Ln1kfHo+DZwQBYANFoCiHQ18="
    },
    "clone-response": {
      "version": "1.0.2",
      "resolved": "https://registry.yarnpkg.com/clone-response/-/clone-response-1.0.2.tgz",
      "integrity": "sha1-0dyXOSAxTfZ/vrlCI7TuNQI56Ws=",
      "requires": {
        "mimic-response": "1.0.1"
      }
    },
    "code-excerpt": {
      "version": "3.0.0",
      "resolved": "https://registry.yarnpkg.com/code-excerpt/-/code-excerpt-3.0.0.tgz",
      "integrity": "sha1-/PtnSMA9uoQxwZ9UdHR/rT8lDxA=",
      "requires": {
        "convert-to-spaces": "1.0.2"
      }
    },
    "code-point-at": {
      "version": "1.1.0",
      "resolved": "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz",
      "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c="
    },
    "coinstring": {
      "version": "2.3.0",
      "resolved": "https://registry.yarnpkg.com/coinstring/-/coinstring-2.3.0.tgz",
      "integrity": "sha1-zbYzY6lhUCQEolr7gsLibV/2J6Q=",
      "requires": {
        "bs58": "2.0.1",
        "create-hash": "1.2.0"
      },
      "dependencies": {
        "bs58": {
          "version": "2.0.1",
          "resolved": "https://registry.yarnpkg.com/bs58/-/bs58-2.0.1.tgz",
          "integrity": "sha1-VZCNWPGYKrogCPob7Y+RmYopv40="
        }
      }
    },
    "collection-visit": {
      "version": "1.0.0",
      "resolved": "https://registry.yarnpkg.com/collection-visit/-/collection-visit-1.0.0.tgz",
      "integrity": "sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=",
      "requires": {
        "map-visit": "1.0.0",
        "object-visit": "1.0.1"
      }
    },
    "color-convert": {
      "version": "2.0.1",
      "resolved": "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz",
      "integrity": "sha1-ctOmjVmMm9s68q0ehPIdiWq9TeM=",
      "requires": {
        "color-name": "1.1.4"
      }
    },
    "color-name": {
      "version": "1.1.4",
      "resolved": "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz",
      "integrity": "sha1-wqCah6y95pVD3m9j+jmVyCbFNqI="
    },
    "colors": {
      "version": "1.4.0",
      "resolved": "https://registry.yarnpkg.com/colors/-/colors-1.4.0.tgz",
      "integrity": "sha1-xQSRR51MG9rtLJztMs98fcI2D3g="
    },
    "combined-stream": {
      "version": "1.0.8",
      "resolved": "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz",
      "integrity": "sha1-w9RaizT9cwYxoRCoolIGgrMdWn8=",
      "requires": {
        "delayed-stream": "1.0.0"
      }
    },
    "commander": {
      "version": "2.20.3",
      "resolved": "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz",
      "integrity": "sha1-/UhehMA+tIgcIHIrpIA16FMa6zM="
    },
    "common-path-prefix": {
      "version": "3.0.0",
      "resolved": "https://registry.yarnpkg.com/common-path-prefix/-/common-path-prefix-3.0.0.tgz",
      "integrity": "sha1-fQB6fgfFjEtNX0MxMaGRQbKfEeA="
    },
    "commondir": {
      "version": "1.0.1",
      "resolved": "https://registry.yarnpkg.com/commondir/-/commondir-1.0.1.tgz",
      "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs="
    },
    "component-emitter": {
      "version": "1.3.0",
      "resolved": "https://registry.yarnpkg.com/component-emitter/-/component-emitter-1.3.0.tgz",
      "integrity": "sha1-FuQHD7qK4ptnnyIVhT7hgasuq8A="
    },
    "concat-map": {
      "version": "0.0.1",
      "resolved": "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz",
      "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s="
    },
    "concat-stream": {
      "version": "1.6.2",
      "resolved": "https://registry.yarnpkg.com/concat-stream/-/concat-stream-1.6.2.tgz",
      "integrity": "sha1-kEvfGUzTEi/Gdcd/xKw9T/D9GjQ=",
      "requires": {
        "buffer-from": "1.1.1",
        "inherits": "2.0.4",
        "readable-stream": "2.3.7",
        "typedarray": "0.0.6"
      }
    },
    "concordance": {
      "version": "5.0.0",
      "resolved": "https://registry.yarnpkg.com/concordance/-/concordance-5.0.0.tgz",
      "integrity": "sha1-bUVS92x4MB3WXnSMJq8s8TH53Uk=",
      "requires": {
        "date-time": "3.1.0",
        "esutils": "2.0.3",
        "fast-diff": "1.2.0",
        "js-string-escape": "1.0.1",
        "lodash": "4.17.19",
        "md5-hex": "3.0.1",
        "semver": "7.3.2",
        "well-known-symbols": "2.0.0"
      }
    },
    "configstore": {
      "version": "5.0.1",
      "resolved": "https://registry.yarnpkg.com/configstore/-/configstore-5.0.1.tgz",
      "integrity": "sha1-02UCG130uYzdGH1qOw4/anzF7ZY=",
      "requires": {
        "dot-prop": "5.2.0",
        "graceful-fs": "4.2.4",
        "make-dir": "3.0.2",
        "unique-string": "2.0.0",
        "write-file-atomic": "3.0.3",
        "xdg-basedir": "4.0.0"
      },
      "dependencies": {
        "dot-prop": {
          "version": "5.2.0",
          "resolved": "https://registry.yarnpkg.com/dot-prop/-/dot-prop-5.2.0.tgz",
          "integrity": "sha1-w07MKVVtxF8fTCJpe29JBODMT8s=",
          "requires": {
            "is-obj": "2.0.0"
          }
        },
        "is-obj": {
          "version": "2.0.0",
          "resolved": "https://registry.yarnpkg.com/is-obj/-/is-obj-2.0.0.tgz",
          "integrity": "sha1-Rz+wXZc3BeP9liBUUBjKjiLvSYI="
        }
      }
    },
    "contains-path": {
      "version": "0.1.0",
      "resolved": "https://registry.yarnpkg.com/contains-path/-/contains-path-0.1.0.tgz",
      "integrity": "sha1-/ozxhP9mcLa67wGp1IYaXL7EEgo="
    },
    "content-disposition": {
      "version": "0.5.3",
      "resolved": "https://registry.yarnpkg.com/content-disposition/-/content-disposition-0.5.3.tgz",
      "integrity": "sha1-4TDK9+cnkIfFYWwgB9BIVpiYT70=",
      "requires": {
        "safe-buffer": "5.1.2"
      },
      "dependencies": {
        "safe-buffer": {
          "version": "5.1.2",
          "resolved": "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz",
          "integrity": "sha1-mR7GnSluAxN0fVm9/St0XDX4go0="
        }
      }
    },
    "content-hash": {
      "version": "2.5.2",
      "resolved": "https://registry.yarnpkg.com/content-hash/-/content-hash-2.5.2.tgz",
      "integrity": "sha1-u8JlXnwh8U/Tv8e31L/m5FTJ4hE=",
      "requires": {
        "cids": "0.7.5",
        "multicodec": "0.5.7",
        "multihashes": "0.4.19"
      },
      "dependencies": {
        "cids": {
          "version": "0.7.5",
          "resolved": "https://registry.yarnpkg.com/cids/-/cids-0.7.5.tgz",
          "integrity": "sha1-YKCBOKmb+2m2vkzrY7/vejlrKLI=",
          "requires": {
            "buffer": "5.6.0",
            "class-is": "1.1.0",
            "multibase": "0.6.1",
            "multicodec": "1.0.1",
            "multihashes": "0.4.19"
          },
          "dependencies": {
            "multicodec": {
              "version": "1.0.1",
              "resolved": "https://registry.yarnpkg.com/multicodec/-/multicodec-1.0.1.tgz",
              "integrity": "sha1-TigS1ya598fWFdPrxXh9NqCGgPk=",
              "requires": {
                "buffer": "5.6.0",
                "varint": "5.0.0"
              }
            }
          }
        },
        "multicodec": {
          "version": "0.5.7",
          "resolved": "https://registry.yarnpkg.com/multicodec/-/multicodec-0.5.7.tgz",
          "integrity": "sha1-H7P53YZqEKVdIm4ZSrui3MHun/0=",
          "requires": {
            "varint": "5.0.0"
          }
        }
      }
    },
    "content-type": {
      "version": "1.0.4",
      "resolved": "https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz",
      "integrity": "sha1-4TjMdeBAxyexlm/l5fjJruJW/js="
    },
    "convert-source-map": {
      "version": "1.7.0",
      "resolved": "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.7.0.tgz",
      "integrity": "sha1-F6LLiC1/d9NJBYXizmxSRCSjpEI=",
      "requires": {
        "safe-buffer": "5.1.2"
      },
      "dependencies": {
        "safe-buffer": {
          "version": "5.1.2",
          "resolved": "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz",
          "integrity": "sha1-mR7GnSluAxN0fVm9/St0XDX4go0="
        }
      }
    },
    "convert-to-spaces": {
      "version": "1.0.2",
      "resolved": "https://registry.yarnpkg.com/convert-to-spaces/-/convert-to-spaces-1.0.2.tgz",
      "integrity": "sha1-fj5Iu+bZl7FBfdyihoIEtNPYVxU="
    },
    "cookie": {
      "version": "0.4.0",
      "resolved": "https://registry.yarnpkg.com/cookie/-/cookie-0.4.0.tgz",
      "integrity": "sha1-vrQ35wIrO21JAZ0IhmUwPr6cFLo="
    },
    "cookie-signature": {
      "version": "1.0.6",
      "resolved": "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz",
      "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw="
    },
    "cookiejar": {
      "version": "2.1.2",
      "resolved": "https://registry.yarnpkg.com/cookiejar/-/cookiejar-2.1.2.tgz",
      "integrity": "sha1-3YojVTB1L5iPmghE8/xYnjERElw="
    },
    "copy-descriptor": {
      "version": "0.1.1",
      "resolved": "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz",
      "integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40="
    },
    "core-assert": {
      "version": "0.2.1",
      "resolved": "https://registry.yarnpkg.com/core-assert/-/core-assert-0.2.1.tgz",
      "integrity": "sha1-+F4s+b/tKPdzzIs/pcW2m9wC/j8=",
      "requires": {
        "buf-compare": "1.0.1",
        "is-error": "2.2.2"
      }
    },
    "core-js": {
      "version": "3.6.5",
      "resolved": "https://registry.yarnpkg.com/core-js/-/core-js-3.6.5.tgz",
      "integrity": "sha1-c5XcJzrzf7LlDpvT2f6EEoUjHRo="
    },
    "core-js-compat": {
      "version": "3.6.5",
      "resolved": "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.6.5.tgz",
      "integrity": "sha1-KlHZpOJd/W5pAlGqgfmePAVIHxw=",
      "requires": {
        "browserslist": "4.12.0",
        "semver": "7.0.0"
      },
      "dependencies": {
        "semver": {
          "version": "7.0.0",
          "resolved": "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz",
          "integrity": "sha1-XzyjV2HkfgWyBsba/yz4FPAxa44="
        }
      }
    },
    "core-js-pure": {
      "version": "3.4.7",
      "resolved": "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.4.7.tgz",
      "integrity": "sha1-yZjhiS2plJIAx0UsvTPA35W+n1Q="
    },
    "core-util-is": {
      "version": "1.0.2",
      "resolved": "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz",
      "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac="
    },
    "cors": {
      "version": "2.8.5",
      "resolved": "https://registry.yarnpkg.com/cors/-/cors-2.8.5.tgz",
      "integrity": "sha1-6sEdpRWS3Ya58G9uesKTs9+HXSk=",
      "requires": {
        "object-assign": "4.1.1",
        "vary": "1.1.2"
      }
    },
    "corser": {
      "version": "2.0.1",
      "resolved": "https://registry.yarnpkg.com/corser/-/corser-2.0.1.tgz",
      "integrity": "sha1-jtolLsqrWEDc2XXOuQ2TcMgZ/4c="
    },
    "create-ecdh": {
      "version": "4.0.3",
      "resolved": "https://registry.yarnpkg.com/create-ecdh/-/create-ecdh-4.0.3.tgz",
      "integrity": "sha1-yREbbzMEXEaX8UR4f5JUzcd8Rf8=",
      "requires": {
        "bn.js": "4.11.8",
        "elliptic": "6.5.2"
      },
      "dependencies": {
        "bn.js": {
          "version": "4.11.8",
          "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
          "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
        }
      }
    },
    "create-hash": {
      "version": "1.2.0",
      "resolved": "https://registry.yarnpkg.com/create-hash/-/create-hash-1.2.0.tgz",
      "integrity": "sha1-iJB4rxGmN1a8+1m9IhmWvjqe8ZY=",
      "requires": {
        "cipher-base": "1.0.4",
        "inherits": "2.0.4",
        "md5.js": "1.3.5",
        "ripemd160": "2.0.2",
        "sha.js": "2.4.11"
      }
    },
    "create-hmac": {
      "version": "1.1.7",
      "resolved": "https://registry.yarnpkg.com/create-hmac/-/create-hmac-1.1.7.tgz",
      "integrity": "sha1-aRcMeLOrlXFHsriwRXLkfq0iQ/8=",
      "requires": {
        "cipher-base": "1.0.4",
        "create-hash": "1.2.0",
        "inherits": "2.0.4",
        "ripemd160": "2.0.2",
        "safe-buffer": "5.2.0",
        "sha.js": "2.4.11"
      }
    },
    "cross-fetch": {
      "version": "2.2.3",
      "resolved": "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-2.2.3.tgz",
      "integrity": "sha1-6KCzxUWYE24Df4ZQ+OgjzN+sGY4=",
      "requires": {
        "node-fetch": "2.1.2",
        "whatwg-fetch": "2.0.4"
      },
      "dependencies": {
        "node-fetch": {
          "version": "2.1.2",
          "resolved": "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.1.2.tgz",
          "integrity": "sha1-q4hOjn5X44qUR1POxwb3iNF2i7U="
        }
      }
    },
    "cross-spawn": {
      "version": "7.0.3",
      "resolved": "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz",
      "integrity": "sha1-9zqFudXUHQRVUcF34ogtSshXKKY=",
      "requires": {
        "path-key": "3.1.1",
        "shebang-command": "2.0.0",
        "which": "2.0.2"
      }
    },
    "crypto-browserify": {
      "version": "3.12.0",
      "resolved": "https://registry.yarnpkg.com/crypto-browserify/-/crypto-browserify-3.12.0.tgz",
      "integrity": "sha1-OWz58xN/A+S45TLFj2mCVOAPgOw=",
      "requires": {
        "browserify-cipher": "1.0.1",
        "browserify-sign": "4.0.4",
        "create-ecdh": "4.0.3",
        "create-hash": "1.2.0",
        "create-hmac": "1.1.7",
        "diffie-hellman": "5.0.3",
        "inherits": "2.0.4",
        "pbkdf2": "3.0.17",
        "public-encrypt": "4.0.3",
        "randombytes": "2.1.0",
        "randomfill": "1.0.4"
      }
    },
    "crypto-js": {
      "version": "3.3.0",
      "resolved": "https://registry.yarnpkg.com/crypto-js/-/crypto-js-3.3.0.tgz",
      "integrity": "sha1-hG3RzOL2iqz6FWyFePkmpgm3l2s="
    },
    "crypto-random-string": {
      "version": "2.0.0",
      "resolved": "https://registry.yarnpkg.com/crypto-random-string/-/crypto-random-string-2.0.0.tgz",
      "integrity": "sha1-7yp6lm7BEIM4g2m6oC6+rSKbMNU="
    },
    "currently-unhandled": {
      "version": "0.4.1",
      "resolved": "https://registry.yarnpkg.com/currently-unhandled/-/currently-unhandled-0.4.1.tgz",
      "integrity": "sha1-mI3zP+qxke95mmE2nddsF635V+o=",
      "requires": {
        "array-find-index": "1.0.2"
      }
    },
    "d": {
      "version": "1.0.1",
      "resolved": "https://registry.yarnpkg.com/d/-/d-1.0.1.tgz",
      "integrity": "sha1-hpgJU3LVjb7jRv/Qxwk/mfj561o=",
      "requires": {
        "es5-ext": "0.10.53",
        "type": "1.2.0"
      }
    },
    "dashdash": {
      "version": "1.14.1",
      "resolved": "https://registry.yarnpkg.com/dashdash/-/dashdash-1.14.1.tgz",
      "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=",
      "requires": {
        "assert-plus": "1.0.0"
      }
    },
    "date-fns": {
      "version": "2.0.0-alpha.22",
      "resolved": "https://registry.yarnpkg.com/date-fns/-/date-fns-2.0.0-alpha.22.tgz",
      "integrity": "sha1-xl9d1+lZxZ+OpVkeRYr8dqKg2NA="
    },
    "date-time": {
      "version": "3.1.0",
      "resolved": "https://registry.yarnpkg.com/date-time/-/date-time-3.1.0.tgz",
      "integrity": "sha1-DR6TTRcFefSB7Y3x4rj/cO6EXh4=",
      "requires": {
        "time-zone": "1.0.0"
      }
    },
    "dayjs": {
      "version": "1.8.28",
      "resolved": "https://registry.yarnpkg.com/dayjs/-/dayjs-1.8.28.tgz",
      "integrity": "sha1-N6piAd9IPQiWRctsj2zvbwxNvAc="
    },
    "debug": {
      "version": "2.6.9",
      "resolved": "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz",
      "integrity": "sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8=",
      "requires": {
        "ms": "2.0.0"
      },
      "dependencies": {
        "ms": {
          "version": "2.0.0",
          "resolved": "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz",
          "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
        }
      }
    },
    "decamelize": {
      "version": "1.2.0",
      "resolved": "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz",
      "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA="
    },
    "decode-uri-component": {
      "version": "0.2.0",
      "resolved": "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz",
      "integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU="
    },
    "decompress": {
      "version": "4.2.1",
      "resolved": "https://registry.yarnpkg.com/decompress/-/decompress-4.2.1.tgz",
      "integrity": "sha1-AH9VzGpiwFWvo3wH62pO4bdz8Rg=",
      "requires": {
        "decompress-tar": "4.1.1",
        "decompress-tarbz2": "4.1.1",
        "decompress-targz": "4.1.1",
        "decompress-unzip": "4.0.1",
        "graceful-fs": "4.2.4",
        "make-dir": "1.3.0",
        "pify": "2.3.0",
        "strip-dirs": "2.1.0"
      },
      "dependencies": {
        "make-dir": {
          "version": "1.3.0",
          "resolved": "https://registry.yarnpkg.com/make-dir/-/make-dir-1.3.0.tgz",
          "integrity": "sha1-ecEDO4BRW9bSTsmTPoYMp17ifww=",
          "requires": {
            "pify": "3.0.0"
          },
          "dependencies": {
            "pify": {
              "version": "3.0.0",
              "resolved": "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz",
              "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY="
            }
          }
        }
      }
    },
    "decompress-response": {
      "version": "3.3.0",
      "resolved": "https://registry.yarnpkg.com/decompress-response/-/decompress-response-3.3.0.tgz",
      "integrity": "sha1-gKTdMjdIOEv6JICDYirt7Jgq3/M=",
      "requires": {
        "mimic-response": "1.0.1"
      }
    },
    "decompress-tar": {
      "version": "4.1.1",
      "resolved": "https://registry.yarnpkg.com/decompress-tar/-/decompress-tar-4.1.1.tgz",
      "integrity": "sha1-cYy9P8sWIJcW5womuE57pFkuWvE=",
      "requires": {
        "file-type": "5.2.0",
        "is-stream": "1.1.0",
        "tar-stream": "1.6.2"
      }
    },
    "decompress-tarbz2": {
      "version": "4.1.1",
      "resolved": "https://registry.yarnpkg.com/decompress-tarbz2/-/decompress-tarbz2-4.1.1.tgz",
      "integrity": "sha1-MIKluIDqQEOBY0nzeLVsUWvho5s=",
      "requires": {
        "decompress-tar": "4.1.1",
        "file-type": "6.2.0",
        "is-stream": "1.1.0",
        "seek-bzip": "1.0.5",
        "unbzip2-stream": "1.4.1"
      },
      "dependencies": {
        "file-type": {
          "version": "6.2.0",
          "resolved": "https://registry.yarnpkg.com/file-type/-/file-type-6.2.0.tgz",
          "integrity": "sha1-5QzXXTVv/tTjBtxPW89Sp5kDqRk="
        }
      }
    },
    "decompress-targz": {
      "version": "4.1.1",
      "resolved": "https://registry.yarnpkg.com/decompress-targz/-/decompress-targz-4.1.1.tgz",
      "integrity": "sha1-wJvDXE0R894J8tLaU+neI+fOHu4=",
      "requires": {
        "decompress-tar": "4.1.1",
        "file-type": "5.2.0",
        "is-stream": "1.1.0"
      }
    },
    "decompress-unzip": {
      "version": "4.0.1",
      "resolved": "https://registry.yarnpkg.com/decompress-unzip/-/decompress-unzip-4.0.1.tgz",
      "integrity": "sha1-3qrM39FK6vhVePczroIQ+bSEj2k=",
      "requires": {
        "file-type": "3.9.0",
        "get-stream": "2.3.1",
        "pify": "2.3.0",
        "yauzl": "2.10.0"
      },
      "dependencies": {
        "file-type": {
          "version": "3.9.0",
          "resolved": "https://registry.yarnpkg.com/file-type/-/file-type-3.9.0.tgz",
          "integrity": "sha1-JXoHg4TR24CHvESdEH1SpSZyuek="
        },
        "get-stream": {
          "version": "2.3.1",
          "resolved": "https://registry.yarnpkg.com/get-stream/-/get-stream-2.3.1.tgz",
          "integrity": "sha1-Xzj5PzRgCWZu4BUKBUFn+Rvdld4=",
          "requires": {
            "object-assign": "4.1.1",
            "pinkie-promise": "2.0.1"
          }
        }
      }
    },
    "deep-equal": {
      "version": "1.1.1",
      "resolved": "https://registry.yarnpkg.com/deep-equal/-/deep-equal-1.1.1.tgz",
      "integrity": "sha1-tcmMlCzv+vfLBR4k4UNKJaLmB2o=",
      "requires": {
        "is-arguments": "1.0.4",
        "is-date-object": "1.0.2",
        "is-regex": "1.0.5",
        "object-is": "1.1.2",
        "object-keys": "1.1.1",
        "regexp.prototype.flags": "1.3.0"
      }
    },
    "deep-extend": {
      "version": "0.6.0",
      "resolved": "https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.6.0.tgz",
      "integrity": "sha1-xPp8lUBKF6nD6Mp+FTcxK3NjMKw="
    },
    "deep-is": {
      "version": "0.1.3",
      "resolved": "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.3.tgz",
      "integrity": "sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ="
    },
    "deep-strict-equal": {
      "version": "0.2.0",
      "resolved": "https://registry.yarnpkg.com/deep-strict-equal/-/deep-strict-equal-0.2.0.tgz",
      "integrity": "sha1-SgeBR6irV/ag1PVUckPNIvROtOQ=",
      "requires": {
        "core-assert": "0.2.1"
      }
    },
    "default-gateway": {
      "version": "6.0.0",
      "resolved": "https://registry.yarnpkg.com/default-gateway/-/default-gateway-6.0.0.tgz",
      "integrity": "sha1-0q6IKP+OSVSctS+JsRTpqU7QBH0=",
      "requires": {
        "execa": "4.0.3"
      }
    },
    "default-require-extensions": {
      "version": "3.0.0",
      "resolved": "https://registry.yarnpkg.com/default-require-extensions/-/default-require-extensions-3.0.0.tgz",
      "integrity": "sha1-4D+TqsmytkQ/xS5eSjezrZrY35Y=",
      "requires": {
        "strip-bom": "4.0.0"
      },
      "dependencies": {
        "strip-bom": {
          "version": "4.0.0",
          "resolved": "https://registry.yarnpkg.com/strip-bom/-/strip-bom-4.0.0.tgz",
          "integrity": "sha1-nDUFwdtFvO3KPZz3oW9cWqOQGHg="
        }
      }
    },
    "defaults": {
      "version": "1.0.3",
      "resolved": "https://registry.yarnpkg.com/defaults/-/defaults-1.0.3.tgz",
      "integrity": "sha1-xlYFHpgX2f8I7YgUd/P+QBnz730=",
      "requires": {
        "clone": "1.0.4"
      },
      "dependencies": {
        "clone": {
          "version": "1.0.4",
          "resolved": "https://registry.yarnpkg.com/clone/-/clone-1.0.4.tgz",
          "integrity": "sha1-2jCcwmPfFZlMaIypAheco8fNfH4="
        }
      }
    },
    "defer-to-connect": {
      "version": "1.1.3",
      "resolved": "https://registry.yarnpkg.com/defer-to-connect/-/defer-to-connect-1.1.3.tgz",
      "integrity": "sha1-MxrgUMCNz3ifjIOnuB8O2U9KxZE="
    },
    "deferred-leveldown": {
      "version": "4.0.2",
      "resolved": "https://registry.yarnpkg.com/deferred-leveldown/-/deferred-leveldown-4.0.2.tgz",
      "integrity": "sha1-CwVwCHgnv0gKI0lLOY8EwSjBmiA=",
      "requires": {
        "abstract-leveldown": "5.0.0",
        "inherits": "2.0.4"
      }
    },
    "define-properties": {
      "version": "1.1.3",
      "resolved": "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz",
      "integrity": "sha1-z4jabL7ib+bbcJT2HYcMvYTO6fE=",
      "requires": {
        "object-keys": "1.1.1"
      }
    },
    "define-property": {
      "version": "0.2.5",
      "resolved": "https://registry.yarnpkg.com/define-property/-/define-property-0.2.5.tgz",
      "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=",
      "requires": {
        "is-descriptor": "0.1.6"
      },
      "dependencies": {
        "is-accessor-descriptor": {
          "version": "0.1.6",
          "resolved": "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz",
          "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=",
          "requires": {
            "kind-of": "3.2.2"
          },
          "dependencies": {
            "kind-of": {
              "version": "3.2.2",
              "resolved": "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz",
              "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
              "requires": {
                "is-buffer": "1.1.6"
              }
            }
          }
        },
        "is-buffer": {
          "version": "1.1.6",
          "resolved": "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz",
          "integrity": "sha1-76ouqdqg16suoTqXsritUf776L4="
        },
        "is-data-descriptor": {
          "version": "0.1.4",
          "resolved": "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz",
          "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=",
          "requires": {
            "kind-of": "3.2.2"
          },
          "dependencies": {
            "kind-of": {
              "version": "3.2.2",
              "resolved": "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz",
              "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
              "requires": {
                "is-buffer": "1.1.6"
              }
            }
          }
        },
        "is-descriptor": {
          "version": "0.1.6",
          "resolved": "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-0.1.6.tgz",
          "integrity": "sha1-Nm2CQN3kh8pRgjsaufB6EKeCUco=",
          "requires": {
            "is-accessor-descriptor": "0.1.6",
            "is-data-descriptor": "0.1.4",
            "kind-of": "5.1.0"
          }
        },
        "kind-of": {
          "version": "5.1.0",
          "resolved": "https://registry.yarnpkg.com/kind-of/-/kind-of-5.1.0.tgz",
          "integrity": "sha1-cpyR4thXt6QZofmqZWhcTDP1hF0="
        }
      }
    },
    "defined": {
      "version": "1.0.0",
      "resolved": "https://registry.yarnpkg.com/defined/-/defined-1.0.0.tgz",
      "integrity": "sha1-yY2bzvdWdBiOEQlpFRGZ45sfppM="
    },
    "del": {
      "version": "5.1.0",
      "resolved": "https://registry.yarnpkg.com/del/-/del-5.1.0.tgz",
      "integrity": "sha1-2Uh8lONnQQ5u/ykl7ljAyEp1s6c=",
      "requires": {
        "globby": "10.0.2",
        "graceful-fs": "4.2.4",
        "is-glob": "4.0.1",
        "is-path-cwd": "2.2.0",
        "is-path-inside": "3.0.2",
        "p-map": "3.0.0",
        "rimraf": "3.0.2",
        "slash": "3.0.0"
      },
      "dependencies": {
        "globby": {
          "version": "10.0.2",
          "resolved": "https://registry.yarnpkg.com/globby/-/globby-10.0.2.tgz",
          "integrity": "sha1-J3WT50WsqkZGw6tBEonsR6A5JUM=",
          "requires": {
            "@types/glob": "7.1.1",
            "array-union": "2.1.0",
            "dir-glob": "3.0.1",
            "fast-glob": "3.2.2",
            "glob": "7.1.6",
            "ignore": "5.1.8",
            "merge2": "1.3.0",
            "slash": "3.0.0"
          }
        }
      }
    },
    "delayed-stream": {
      "version": "1.0.0",
      "resolved": "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz",
      "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk="
    },
    "delimit-stream": {
      "version": "0.1.0",
      "resolved": "https://registry.yarnpkg.com/delimit-stream/-/delimit-stream-0.1.0.tgz",
      "integrity": "sha1-m4MZR3wOX4rrPONXrjBfwl6hzSs="
    },
    "depd": {
      "version": "1.1.2",
      "resolved": "https://registry.yarnpkg.com/depd/-/depd-1.1.2.tgz",
      "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak="
    },
    "des.js": {
      "version": "1.0.1",
      "resolved": "https://registry.yarnpkg.com/des.js/-/des.js-1.0.1.tgz",
      "integrity": "sha1-U4IULhvcU/hdhtU+X0qn3rkeCEM=",
      "requires": {
        "inherits": "2.0.4",
        "minimalistic-assert": "1.0.1"
      }
    },
    "destroy": {
      "version": "1.0.4",
      "resolved": "https://registry.yarnpkg.com/destroy/-/destroy-1.0.4.tgz",
      "integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA="
    },
    "detect-indent": {
      "version": "4.0.0",
      "resolved": "https://registry.yarnpkg.com/detect-indent/-/detect-indent-4.0.0.tgz",
      "integrity": "sha1-920GQ1LN9Docts5hnE7jqUdd4gg=",
      "requires": {
        "repeating": "2.0.1"
      }
    },
    "detect-node": {
      "version": "2.0.4",
      "resolved": "https://registry.yarnpkg.com/detect-node/-/detect-node-2.0.4.tgz",
      "integrity": "sha1-AU7o+PZpxcWAI9pkuBecCDooxGw="
    },
    "dev-null": {
      "version": "0.1.1",
      "resolved": "https://registry.yarnpkg.com/dev-null/-/dev-null-0.1.1.tgz",
      "integrity": "sha1-WiBc48Ky73e2I41roXnrdMag6Bg="
    },
    "diff": {
      "version": "4.0.2",
      "resolved": "https://registry.yarnpkg.com/diff/-/diff-4.0.2.tgz",
      "integrity": "sha1-YPOuy4nV+uUgwRqhnvwruYKq3n0="
    },
    "diffie-hellman": {
      "version": "5.0.3",
      "resolved": "https://registry.yarnpkg.com/diffie-hellman/-/diffie-hellman-5.0.3.tgz",
      "integrity": "sha1-QOjumPVaIUlgcUaSHGPhrl89KHU=",
      "requires": {
        "bn.js": "4.11.8",
        "miller-rabin": "4.0.1",
        "randombytes": "2.1.0"
      },
      "dependencies": {
        "bn.js": {
          "version": "4.11.8",
          "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
          "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
        }
      }
    },
    "dir-glob": {
      "version": "3.0.1",
      "resolved": "https://registry.yarnpkg.com/dir-glob/-/dir-glob-3.0.1.tgz",
      "integrity": "sha1-Vtv3PZkqSpO6FYT0U0Bj/S5BcX8=",
      "requires": {
        "path-type": "4.0.0"
      },
      "dependencies": {
        "path-type": {
          "version": "4.0.0",
          "resolved": "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz",
          "integrity": "sha1-hO0BwKe6OAr+CdkKjBgNzZ0DBDs="
        }
      }
    },
    "dns-packet": {
      "version": "5.2.1",
      "resolved": "https://registry.yarnpkg.com/dns-packet/-/dns-packet-5.2.1.tgz",
      "integrity": "sha1-Js7AvpIlKhuX7RBkgpIRkqfgj3I=",
      "requires": {
        "ip": "1.1.5"
      }
    },
    "dns-socket": {
      "version": "4.2.1",
      "resolved": "https://registry.yarnpkg.com/dns-socket/-/dns-socket-4.2.1.tgz",
      "integrity": "sha1-wmD0blZJ0cJHZ2O3ji7kj3q+9TE=",
      "requires": {
        "dns-packet": "5.2.1"
      }
    },
    "doctrine": {
      "version": "1.5.0",
      "resolved": "https://registry.yarnpkg.com/doctrine/-/doctrine-1.5.0.tgz",
      "integrity": "sha1-N53Ocw9hZvds76TmcHoVmwLFpvo=",
      "requires": {
        "esutils": "2.0.3",
        "isarray": "1.0.0"
      },
      "dependencies": {
        "isarray": {
          "version": "1.0.0",
          "resolved": "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz",
          "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE="
        }
      }
    },
    "dom-walk": {
      "version": "0.1.1",
      "resolved": "https://registry.yarnpkg.com/dom-walk/-/dom-walk-0.1.1.tgz",
      "integrity": "sha1-ZyIm3HTI95mtNTB9+TaroRrNYBg="
    },
    "dot-prop": {
      "version": "4.2.0",
      "resolved": "https://registry.yarnpkg.com/dot-prop/-/dot-prop-4.2.0.tgz",
      "integrity": "sha1-HxngwuGqDjJ5fEl5nyg3rGr2nFc=",
      "requires": {
        "is-obj": "1.0.1"
      }
    },
    "dotignore": {
      "version": "0.1.2",
      "resolved": "https://registry.yarnpkg.com/dotignore/-/dotignore-0.1.2.tgz",
      "integrity": "sha1-+ULyIA0ow6dvvdbw7p8yV8ii6QU=",
      "requires": {
        "minimatch": "3.0.4"
      }
    },
    "drbg.js": {
      "version": "1.0.1",
      "resolved": "https://registry.yarnpkg.com/drbg.js/-/drbg.js-1.0.1.tgz",
      "integrity": "sha1-Pja2xCs3BDgjzbwzLVjzHiRFSAs=",
      "requires": {
        "browserify-aes": "1.2.0",
        "create-hash": "1.2.0",
        "create-hmac": "1.1.7"
      }
    },
    "duplexer": {
      "version": "0.1.1",
      "resolved": "https://registry.yarnpkg.com/duplexer/-/duplexer-0.1.1.tgz",
      "integrity": "sha1-rOb/gIwc5mtX0ev5eXessCM0z8E="
    },
    "duplexer3": {
      "version": "0.1.4",
      "resolved": "https://registry.yarnpkg.com/duplexer3/-/duplexer3-0.1.4.tgz",
      "integrity": "sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI="
    },
    "ecc-jsbn": {
      "version": "0.1.2",
      "resolved": "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz",
      "integrity": "sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=",
      "requires": {
        "jsbn": "0.1.1",
        "safer-buffer": "2.1.2"
      }
    },
    "ecstatic": {
      "version": "3.3.2",
      "resolved": "https://registry.yarnpkg.com/ecstatic/-/ecstatic-3.3.2.tgz",
      "integrity": "sha1-bR3UmBTQBZRoLGUq22YHamnUbEg=",
      "requires": {
        "he": "1.2.0",
        "mime": "1.6.0",
        "minimist": "1.2.5",
        "url-join": "2.0.5"
      }
    },
    "ee-first": {
      "version": "1.1.1",
      "resolved": "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz",
      "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0="
    },
    "electron-to-chromium": {
      "version": "1.3.441",
      "resolved": "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.441.tgz",
      "integrity": "sha1-CU9xuZLcpbyWt5jPuvN9x2MCAVo="
    },
    "elegant-spinner": {
      "version": "1.0.1",
      "resolved": "https://registry.yarnpkg.com/elegant-spinner/-/elegant-spinner-1.0.1.tgz",
      "integrity": "sha1-2wQ1IcldfjA/2PNFvtwzSc+wcp4="
    },
    "elliptic": {
      "version": "6.5.2",
      "resolved": "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.2.tgz",
      "integrity": "sha1-BcVnjXFzwEnYykM1UiJKSV0ON2I=",
      "requires": {
        "bn.js": "4.11.8",
        "brorand": "1.1.0",
        "hash.js": "1.1.3",
        "hmac-drbg": "1.0.1",
        "inherits": "2.0.4",
        "minimalistic-assert": "1.0.1",
        "minimalistic-crypto-utils": "1.0.1"
      },
      "dependencies": {
        "bn.js": {
          "version": "4.11.8",
          "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
          "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
        }
      }
    },
    "emittery": {
      "version": "0.7.0",
      "resolved": "https://registry.yarnpkg.com/emittery/-/emittery-0.7.0.tgz",
      "integrity": "sha1-DweJ6pDgPz3nhl/rgG5PCRbRbJM="
    },
    "emoji-regex": {
      "version": "8.0.0",
      "resolved": "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz",
      "integrity": "sha1-6Bj9ac5cz8tARZT4QpY79TFkzDc="
    },
    "encodeurl": {
      "version": "1.0.2",
      "resolved": "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz",
      "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k="
    },
    "encoding": {
      "version": "0.1.12",
      "resolved": "https://registry.yarnpkg.com/encoding/-/encoding-0.1.12.tgz",
      "integrity": "sha1-U4tm8+5izRq1HsMjgp0flIDHS+s=",
      "requires": {
        "iconv-lite": "0.4.24"
      }
    },
    "encoding-down": {
      "version": "5.0.4",
      "resolved": "https://registry.yarnpkg.com/encoding-down/-/encoding-down-5.0.4.tgz",
      "integrity": "sha1-Hkd9qOnp0PfIKT0yAET4ss2OlhQ=",
      "requires": {
        "abstract-leveldown": "5.0.0",
        "inherits": "2.0.4",
        "level-codec": "9.0.1",
        "level-errors": "2.0.1",
        "xtend": "4.0.2"
      }
    },
    "end-of-stream": {
      "version": "1.4.4",
      "resolved": "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.4.tgz",
      "integrity": "sha1-WuZKX0UFe682JuwU2gyl5LJDHrA=",
      "requires": {
        "once": "1.4.0"
      }
    },
    "engine-check": {
      "version": "1.0.1",
      "resolved": "https://registry.yarnpkg.com/engine-check/-/engine-check-1.0.1.tgz",
      "integrity": "sha1-EDkqmvWfwNbqxnOCwLY5x/Pn/Kw=",
      "requires": {
        "semver": "5.7.1"
      },
      "dependencies": {
        "semver": {
          "version": "5.7.1",
          "resolved": "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz",
          "integrity": "sha1-qVT5Ma66UI0we78Gnv8MAclhFvc="
        }
      }
    },
    "enhance-visitors": {
      "version": "1.0.0",
      "resolved": "https://registry.yarnpkg.com/enhance-visitors/-/enhance-visitors-1.0.0.tgz",
      "integrity": "sha1-qpRdBdpGVnKh69OP7i7T2oUY6Vo=",
      "requires": {
        "lodash": "4.17.19"
      }
    },
    "enquirer": {
      "version": "2.3.6",
      "resolved": "https://registry.yarnpkg.com/enquirer/-/enquirer-2.3.6.tgz",
      "integrity": "sha1-Kn/l3WNKHkElqXXsmU/1RW3Dc00=",
      "requires": {
        "ansi-colors": "4.1.1"
      }
    },
    "eol": {
      "version": "0.9.1",
      "resolved": "https://registry.yarnpkg.com/eol/-/eol-0.9.1.tgz",
      "integrity": "sha1-9wGRL1BAdL41xhF6XEreSc1Ues0="
    },
    "equal-length": {
      "version": "1.0.1",
      "resolved": "https://registry.yarnpkg.com/equal-length/-/equal-length-1.0.1.tgz",
      "integrity": "sha1-IcoRLUirJLTh5//A5TOdMf38J0w="
    },
    "err-code": {
      "version": "2.0.3",
      "resolved": "https://registry.yarnpkg.com/err-code/-/err-code-2.0.3.tgz",
      "integrity": "sha1-I8Lzt1b/38YI0w4nyalBAkgH5/k="
    },
    "errno": {
      "version": "0.1.7",
      "resolved": "https://registry.yarnpkg.com/errno/-/errno-0.1.7.tgz",
      "integrity": "sha1-RoTXF3mtOa8Xfj8AeZb3xnyFJhg=",
      "requires": {
        "prr": "1.0.1"
      }
    },
    "error-ex": {
      "version": "1.3.2",
      "resolved": "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz",
      "integrity": "sha1-tKxAZIEH/c3PriQvQovqihTU8b8=",
      "requires": {
        "is-arrayish": "0.2.1"
      }
    },
    "es-abstract": {
      "version": "1.17.4",
      "resolved": "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.4.tgz",
      "integrity": "sha1-467fGXBrIOfCWUw1/A1XYFp54YQ=",
      "requires": {
        "es-to-primitive": "1.2.1",
        "function-bind": "1.1.1",
        "has": "1.0.3",
        "has-symbols": "1.0.1",
        "is-callable": "1.1.5",
        "is-regex": "1.0.5",
        "object-inspect": "1.7.0",
        "object-keys": "1.1.1",
        "object.assign": "4.1.0",
        "string.prototype.trimleft": "2.1.1",
        "string.prototype.trimright": "2.1.1"
      },
      "dependencies": {
        "is-callable": {
          "version": "1.1.5",
          "resolved": "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.5.tgz",
          "integrity": "sha1-9+RrWWiQRW23Tn9ul2yzJz0G+qs="
        }
      }
    },
    "es-array-method-boxes-properly": {
      "version": "1.0.0",
      "resolved": "https://registry.yarnpkg.com/es-array-method-boxes-properly/-/es-array-method-boxes-properly-1.0.0.tgz",
      "integrity": "sha1-hz8+hEGN5O4Zxb51KZCy5EcY0J4="
    },
    "es-get-iterator": {
      "version": "1.1.0",
      "resolved": "https://registry.yarnpkg.com/es-get-iterator/-/es-get-iterator-1.1.0.tgz",
      "integrity": "sha1-u5itnW1jsxqs3I+J1dDuV7y1tMg=",
      "requires": {
        "es-abstract": "1.17.6",
        "has-symbols": "1.0.1",
        "is-arguments": "1.0.4",
        "is-map": "2.0.1",
        "is-set": "2.0.1",
        "is-string": "1.0.5",
        "isarray": "2.0.5"
      },
      "dependencies": {
        "es-abstract": {
          "version": "1.17.6",
          "resolved": "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.6.tgz",
          "integrity": "sha1-kUIHFweFeyysx7iey2cDFsPi1So=",
          "requires": {
            "es-to-primitive": "1.2.1",
            "function-bind": "1.1.1",
            "has": "1.0.3",
            "has-symbols": "1.0.1",
            "is-callable": "1.2.0",
            "is-regex": "1.1.0",
            "object-inspect": "1.7.0",
            "object-keys": "1.1.1",
            "object.assign": "4.1.0",
            "string.prototype.trimend": "1.0.1",
            "string.prototype.trimstart": "1.0.1"
          }
        },
        "is-callable": {
          "version": "1.2.0",
          "resolved": "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.0.tgz",
          "integrity": "sha1-gzNlYLVKOONeOi33r9BFTWkUaLs="
        },
        "is-regex": {
          "version": "1.1.0",
          "resolved": "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.0.tgz",
          "integrity": "sha1-7OOOOJ5JDfDcIcrqK9WW+Yf3Z/8=",
          "requires": {
            "has-symbols": "1.0.1"
          }
        },
        "isarray": {
          "version": "2.0.5",
          "resolved": "https://registry.yarnpkg.com/isarray/-/isarray-2.0.5.tgz",
          "integrity": "sha1-ivHkwSISRMxiRZ+vOJQNTmRKVyM="
        }
      }
    },
    "es-to-primitive": {
      "version": "1.2.1",
      "resolved": "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz",
      "integrity": "sha1-5VzUyc3BiLzvsDs2bHNjI/xciYo=",
      "requires": {
        "is-callable": "1.1.4",
        "is-date-object": "1.0.2",
        "is-symbol": "1.0.2"
      }
    },
    "es5-ext": {
      "version": "0.10.53",
      "resolved": "https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.10.53.tgz",
      "integrity": "sha1-k8WjrP2+8nUiCtcmRK0C7hg2jeE=",
      "requires": {
        "es6-iterator": "2.0.3",
        "es6-symbol": "3.1.3",
        "next-tick": "1.0.0"
      }
    },
    "es6-error": {
      "version": "4.1.1",
      "resolved": "https://registry.yarnpkg.com/es6-error/-/es6-error-4.1.1.tgz",
      "integrity": "sha1-njr0B0Wd7tR+mpH5uIWoTrBcVh0="
    },
    "es6-iterator": {
      "version": "2.0.3",
      "resolved": "https://registry.yarnpkg.com/es6-iterator/-/es6-iterator-2.0.3.tgz",
      "integrity": "sha1-p96IkUGgWpSwhUQDstCg+/qY87c=",
      "requires": {
        "d": "1.0.1",
        "es5-ext": "0.10.53",
        "es6-symbol": "3.1.3"
      }
    },
    "es6-symbol": {
      "version": "3.1.3",
      "resolved": "https://registry.yarnpkg.com/es6-symbol/-/es6-symbol-3.1.3.tgz",
      "integrity": "sha1-utXTwbzawoJp9MszHkMceKxwXRg=",
      "requires": {
        "d": "1.0.1",
        "ext": "1.4.0"
      }
    },
    "escape-goat": {
      "version": "2.1.1",
      "resolved": "https://registry.yarnpkg.com/escape-goat/-/escape-goat-2.1.1.tgz",
      "integrity": "sha1-Gy3HcANnbEV+x2Cy3GjttkgYhnU="
    },
    "escape-html": {
      "version": "1.0.3",
      "resolved": "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz",
      "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg="
    },
    "escape-string-regexp": {
      "version": "1.0.5",
      "resolved": "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
      "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ="
    },
    "eslint": {
      "version": "7.5.0",
      "resolved": "https://registry.yarnpkg.com/eslint/-/eslint-7.5.0.tgz",
      "integrity": "sha1-nsv61iIW0iO4Ksn/6n7zREZx0TU=",
      "requires": {
        "@babel/code-frame": "7.10.4",
        "ajv": "6.12.3",
        "chalk": "4.1.0",
        "cross-spawn": "7.0.3",
        "debug": "4.1.1",
        "doctrine": "3.0.0",
        "enquirer": "2.3.6",
        "eslint-scope": "5.1.0",
        "eslint-utils": "2.1.0",
        "eslint-visitor-keys": "1.3.0",
        "espree": "7.2.0",
        "esquery": "1.3.1",
        "esutils": "2.0.3",
        "file-entry-cache": "5.0.1",
        "functional-red-black-tree": "1.0.1",
        "glob-parent": "5.1.1",
        "globals": "12.4.0",
        "ignore": "4.0.6",
        "import-fresh": "3.2.1",
        "imurmurhash": "0.1.4",
        "is-glob": "4.0.1",
        "js-yaml": "3.13.1",
        "json-stable-stringify-without-jsonify": "1.0.1",
        "levn": "0.4.1",
        "lodash": "4.17.19",
        "minimatch": "3.0.4",
        "natural-compare": "1.4.0",
        "optionator": "0.9.1",
        "progress": "2.0.3",
        "regexpp": "3.1.0",
        "semver": "7.3.2",
        "strip-ansi": "6.0.0",
        "strip-json-comments": "3.1.0",
        "table": "5.4.6",
        "text-table": "0.2.0",
        "v8-compile-cache": "2.1.0"
      },
      "dependencies": {
        "debug": {
          "version": "4.1.1",
          "resolved": "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz",
          "integrity": "sha1-O3ImAlUQnGtYnO4FDx1RYTlmR5E=",
          "requires": {
            "ms": "2.1.2"
          }
        },
        "doctrine": {
          "version": "3.0.0",
          "resolved": "https://registry.yarnpkg.com/doctrine/-/doctrine-3.0.0.tgz",
          "integrity": "sha1-rd6+rXKmV023g2OdyHoSF3OXOWE=",
          "requires": {
            "esutils": "2.0.3"
          }
        },
        "globals": {
          "version": "12.4.0",
          "resolved": "https://registry.yarnpkg.com/globals/-/globals-12.4.0.tgz",
          "integrity": "sha1-oYgTV2pBsAokqX5/gVkYwuGZJfg=",
          "requires": {
            "type-fest": "0.8.1"
          }
        },
        "ignore": {
          "version": "4.0.6",
          "resolved": "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz",
          "integrity": "sha1-dQ49tYYgh7RzfrrIIH/9HvJ7Jfw="
        }
      }
    },
    "eslint-config-prettier": {
      "version": "6.11.0",
      "resolved": "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.11.0.tgz",
      "integrity": "sha1-9tIjjBKQ0ByFmotcH301KgsNqLE=",
      "requires": {
        "get-stdin": "6.0.0"
      }
    },
    "eslint-config-standard": {
      "version": "14.1.1",
      "resolved": "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-14.1.1.tgz",
      "integrity": "sha1-gwqOROeu995nRkl5rQa0BgJsVuo="
    },
    "eslint-import-resolver-node": {
      "version": "0.3.3",
      "resolved": "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.3.tgz",
      "integrity": "sha1-26pStrKBa1C8ZxGvdUIt6AjphAQ=",
      "requires": {
        "debug": "2.6.9",
        "resolve": "1.17.0"
      }
    },
    "eslint-module-utils": {
      "version": "2.6.0",
      "resolved": "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.6.0.tgz",
      "integrity": "sha1-V569CU9Wr3eX0ZyYZsnJSGYpv6Y=",
      "requires": {
        "debug": "2.6.9",
        "pkg-dir": "2.0.0"
      },
      "dependencies": {
        "find-up": {
          "version": "2.1.0",
          "resolved": "https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz",
          "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=",
          "requires": {
            "locate-path": "2.0.0"
          }
        },
        "locate-path": {
          "version": "2.0.0",
          "resolved": "https://registry.yarnpkg.com/locate-path/-/locate-path-2.0.0.tgz",
          "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=",
          "requires": {
            "p-locate": "2.0.0",
            "path-exists": "3.0.0"
          }
        },
        "p-limit": {
          "version": "1.3.0",
          "resolved": "https://registry.yarnpkg.com/p-limit/-/p-limit-1.3.0.tgz",
          "integrity": "sha1-uGvV8MJWkJEcdZD8v8IBDVSzzLg=",
          "requires": {
            "p-try": "1.0.0"
          }
        },
        "p-locate": {
          "version": "2.0.0",
          "resolved": "https://registry.yarnpkg.com/p-locate/-/p-locate-2.0.0.tgz",
          "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=",
          "requires": {
            "p-limit": "1.3.0"
          }
        },
        "p-try": {
          "version": "1.0.0",
          "resolved": "https://registry.yarnpkg.com/p-try/-/p-try-1.0.0.tgz",
          "integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M="
        },
        "pkg-dir": {
          "version": "2.0.0",
          "resolved": "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-2.0.0.tgz",
          "integrity": "sha1-9tXREJ4Z1j7fQo4L1X4Sd3YVM0s=",
          "requires": {
            "find-up": "2.1.0"
          }
        }
      }
    },
    "eslint-plugin-ava": {
      "version": "10.4.0",
      "resolved": "https://registry.yarnpkg.com/eslint-plugin-ava/-/eslint-plugin-ava-10.4.0.tgz",
      "integrity": "sha1-ixas2aeM5sSxK+Hw/yDIiG9HN1I=",
      "requires": {
        "deep-strict-equal": "0.2.0",
        "enhance-visitors": "1.0.0",
        "espree": "7.2.0",
        "espurify": "2.0.1",
        "import-modules": "2.0.0",
        "micro-spelling-correcter": "1.1.1",
        "pkg-dir": "4.2.0",
        "resolve-from": "5.0.0"
      }
    },
    "eslint-plugin-es": {
      "version": "3.0.0",
      "resolved": "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-3.0.0.tgz",
      "integrity": "sha1-mMsbyKsKqAeXeFXhGtnRyUItAUs=",
      "requires": {
        "eslint-utils": "2.1.0",
        "regexpp": "3.1.0"
      }
    },
    "eslint-plugin-import": {
      "version": "2.22.0",
      "resolved": "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.22.0.tgz",
      "integrity": "sha1-kvdzb+H94+Led2I8g43Zkv9f+34=",
      "requires": {
        "array-includes": "3.1.1",
        "array.prototype.flat": "1.2.3",
        "contains-path": "0.1.0",
        "debug": "2.6.9",
        "doctrine": "1.5.0",
        "eslint-import-resolver-node": "0.3.3",
        "eslint-module-utils": "2.6.0",
        "has": "1.0.3",
        "minimatch": "3.0.4",
        "object.values": "1.1.1",
        "read-pkg-up": "2.0.0",
        "resolve": "1.17.0",
        "tsconfig-paths": "3.9.0"
      }
    },
    "eslint-plugin-node": {
      "version": "11.1.0",
      "resolved": "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-11.1.0.tgz",
      "integrity": "sha1-yVVEQW7kraJnQKMEdO78VALcZx0=",
      "requires": {
        "eslint-plugin-es": "3.0.0",
        "eslint-utils": "2.1.0",
        "ignore": "5.1.8",
        "minimatch": "3.0.4",
        "resolve": "1.17.0",
        "semver": "6.3.0"
      },
      "dependencies": {
        "semver": {
          "version": "6.3.0",
          "resolved": "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz",
          "integrity": "sha1-7gpkyK9ejO6mdoexM3YeG+y9HT0="
        }
      }
    },
    "eslint-plugin-prettier": {
      "version": "3.1.4",
      "resolved": "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.1.4.tgz",
      "integrity": "sha1-Foq0MVTi6lfbmSos0JfIKBcfdcI=",
      "requires": {
        "prettier-linter-helpers": "1.0.0"
      }
    },
    "eslint-plugin-promise": {
      "version": "4.2.1",
      "resolved": "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-4.2.1.tgz",
      "integrity": "sha1-hF/YsiYK2PglZMEiL85ErXHZQYo="
    },
    "eslint-plugin-standard": {
      "version": "4.0.1",
      "resolved": "https://registry.yarnpkg.com/eslint-plugin-standard/-/eslint-plugin-standard-4.0.1.tgz",
      "integrity": "sha1-/wUZ9/+v8RT3bRvXw5lu7w9uILQ="
    },
    "eslint-scope": {
      "version": "5.1.0",
      "resolved": "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.0.tgz",
      "integrity": "sha1-0Plx3+WcaeDK2mhLI9Sdv4JgDOU=",
      "requires": {
        "esrecurse": "4.2.1",
        "estraverse": "4.3.0"
      }
    },
    "eslint-utils": {
      "version": "2.1.0",
      "resolved": "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz",
      "integrity": "sha1-0t5eA0JOcH3BDHQGjd7a5wh0Gyc=",
      "requires": {
        "eslint-visitor-keys": "1.3.0"
      }
    },
    "eslint-visitor-keys": {
      "version": "1.3.0",
      "resolved": "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz",
      "integrity": "sha1-MOvR73wv3/AcOk8VEESvJfqwUj4="
    },
    "espree": {
      "version": "7.2.0",
      "resolved": "https://registry.yarnpkg.com/espree/-/espree-7.2.0.tgz",
      "integrity": "sha1-HCY9W1E9utCsMMSZG5OsNU6UjWk=",
      "requires": {
        "acorn": "7.3.1",
        "acorn-jsx": "5.2.0",
        "eslint-visitor-keys": "1.3.0"
      }
    },
    "esprima": {
      "version": "4.0.1",
      "resolved": "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz",
      "integrity": "sha1-E7BM2z5sXRnfkatph6hpVhmwqnE="
    },
    "espurify": {
      "version": "2.0.1",
      "resolved": "https://registry.yarnpkg.com/espurify/-/espurify-2.0.1.tgz",
      "integrity": "sha1-wls7thOGPaoULtzKBSNwoaRZ9B0="
    },
    "esquery": {
      "version": "1.3.1",
      "resolved": "https://registry.yarnpkg.com/esquery/-/esquery-1.3.1.tgz",
      "integrity": "sha1-t4tYKKqOIU4p+3TE1bdS4cAz2lc=",
      "requires": {
        "estraverse": "5.1.0"
      },
      "dependencies": {
        "estraverse": {
          "version": "5.1.0",
          "resolved": "https://registry.yarnpkg.com/estraverse/-/estraverse-5.1.0.tgz",
          "integrity": "sha1-N0MJ05/ZNa5QDnuS6Ka0xyDllkI="
        }
      }
    },
    "esrecurse": {
      "version": "4.2.1",
      "resolved": "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.2.1.tgz",
      "integrity": "sha1-AHo7n9vCs7uH5IeeoZyS/b05Qs8=",
      "requires": {
        "estraverse": "4.3.0"
      }
    },
    "estraverse": {
      "version": "4.3.0",
      "resolved": "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz",
      "integrity": "sha1-OYrT88WiSUi+dyXoPRGn3ijNvR0="
    },
    "esutils": {
      "version": "2.0.3",
      "resolved": "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz",
      "integrity": "sha1-dNLrTeC42hKTcRkQ1Qd1ubcQ72Q="
    },
    "etag": {
      "version": "1.8.1",
      "resolved": "https://registry.yarnpkg.com/etag/-/etag-1.8.1.tgz",
      "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc="
    },
    "eth-block-tracker": {
      "version": "3.0.1",
      "resolved": "https://registry.yarnpkg.com/eth-block-tracker/-/eth-block-tracker-3.0.1.tgz",
      "integrity": "sha1-lc1edjxyk+CxsnkKKjmsKsGIpeE=",
      "requires": {
        "eth-query": "2.1.2",
        "ethereumjs-tx": "1.3.7",
        "ethereumjs-util": "5.2.0",
        "ethjs-util": "0.1.6",
        "json-rpc-engine": "3.8.0",
        "pify": "2.3.0",
        "tape": "4.13.2"
      }
    },
    "eth-ens-namehash": {
      "version": "2.0.8",
      "resolved": "https://registry.yarnpkg.com/eth-ens-namehash/-/eth-ens-namehash-2.0.8.tgz",
      "integrity": "sha1-IprEbsqG1S4MmR58sq74P/D2i88=",
      "requires": {
        "idna-uts46-hx": "2.3.1",
        "js-sha3": "0.5.7"
      }
    },
    "eth-json-rpc-errors": {
      "version": "1.1.1",
      "resolved": "https://registry.yarnpkg.com/eth-json-rpc-errors/-/eth-json-rpc-errors-1.1.1.tgz",
      "integrity": "sha1-FIN371UVVYWYHCH/V0qJN/nWmR8=",
      "requires": {
        "fast-safe-stringify": "2.0.7"
      }
    },
    "eth-json-rpc-filters": {
      "version": "4.1.1",
      "resolved": "https://registry.yarnpkg.com/eth-json-rpc-filters/-/eth-json-rpc-filters-4.1.1.tgz",
      "integrity": "sha1-FSd8ZnkCNthfeY9Nfca6uZp5jNI=",
      "requires": {
        "await-semaphore": "0.1.3",
        "eth-json-rpc-middleware": "4.4.1",
        "eth-query": "2.1.2",
        "json-rpc-engine": "5.1.8",
        "lodash.flatmap": "4.5.0",
        "safe-event-emitter": "1.0.1"
      },
      "dependencies": {
        "async": {
          "version": "2.6.2",
          "resolved": "https://registry.yarnpkg.com/async/-/async-2.6.2.tgz",
          "integrity": "sha1-GDMOp+bjE4h/XS8qkEusb+TdU4E=",
          "requires": {
            "lodash": "4.17.19"
          }
        },
        "eth-json-rpc-errors": {
          "version": "2.0.2",
          "resolved": "https://registry.yarnpkg.com/eth-json-rpc-errors/-/eth-json-rpc-errors-2.0.2.tgz",
          "integrity": "sha1-wZZd4DAf6UHAWOkovrq6LhKF48Q=",
          "requires": {
            "fast-safe-stringify": "2.0.7"
          }
        },
        "json-rpc-engine": {
          "version": "5.1.8",
          "resolved": "https://registry.yarnpkg.com/json-rpc-engine/-/json-rpc-engine-5.1.8.tgz",
          "integrity": "sha1-W6AUfOVxiZu6pxM/+8BTF8NKPH8=",
          "requires": {
            "async": "2.6.2",
            "eth-json-rpc-errors": "2.0.2",
            "promise-to-callback": "1.0.0",
            "safe-event-emitter": "1.0.1"
          }
        }
      }
    },
    "eth-json-rpc-infura": {
      "version": "3.2.1",
      "resolved": "https://registry.yarnpkg.com/eth-json-rpc-infura/-/eth-json-rpc-infura-3.2.1.tgz",
      "integrity": "sha1-JnAqghBnhity2XnAFv1hFQLGBX8=",
      "requires": {
        "cross-fetch": "2.2.3",
        "eth-json-rpc-middleware": "1.6.0",
        "json-rpc-engine": "3.8.0",
        "json-rpc-error": "2.0.0"
      },
      "dependencies": {
        "eth-json-rpc-middleware": {
          "version": "1.6.0",
          "resolved": "https://registry.yarnpkg.com/eth-json-rpc-middleware/-/eth-json-rpc-middleware-1.6.0.tgz",
          "integrity": "sha1-XJ1MKPdFzLAWMPAwC6lF9L75WT8=",
          "requires": {
            "async": "2.6.3",
            "eth-query": "2.1.2",
            "eth-tx-summary": "3.2.4",
            "ethereumjs-block": "1.7.1",
            "ethereumjs-tx": "1.3.7",
            "ethereumjs-util": "5.2.0",
            "ethereumjs-vm": "2.6.0",
            "fetch-ponyfill": "4.1.0",
            "json-rpc-engine": "3.8.0",
            "json-rpc-error": "2.0.0",
            "json-stable-stringify": "1.0.1",
            "promise-to-callback": "1.0.0",
            "tape": "4.13.2"
          }
        }
      }
    },
    "eth-json-rpc-middleware": {
      "version": "4.4.1",
      "resolved": "https://registry.yarnpkg.com/eth-json-rpc-middleware/-/eth-json-rpc-middleware-4.4.1.tgz",
      "integrity": "sha1-B9PdByTCSo0x5KFy7pYnHacbQig=",
      "requires": {
        "btoa": "1.2.1",
        "clone": "2.1.2",
        "eth-json-rpc-errors": "1.1.1",
        "eth-query": "2.1.2",
        "eth-sig-util": "1.4.2",
        "ethereumjs-block": "1.7.1",
        "ethereumjs-tx": "1.3.7",
        "ethereumjs-util": "5.2.0",
        "ethereumjs-vm": "2.6.0",
        "fetch-ponyfill": "4.1.0",
        "json-rpc-engine": "5.1.8",
        "json-stable-stringify": "1.0.1",
        "pify": "3.0.0",
        "safe-event-emitter": "1.0.1"
      },
      "dependencies": {
        "async": {
          "version": "2.6.2",
          "resolved": "https://registry.yarnpkg.com/async/-/async-2.6.2.tgz",
          "integrity": "sha1-GDMOp+bjE4h/XS8qkEusb+TdU4E=",
          "requires": {
            "lodash": "4.17.19"
          }
        },
        "json-rpc-engine": {
          "version": "5.1.8",
          "resolved": "https://registry.yarnpkg.com/json-rpc-engine/-/json-rpc-engine-5.1.8.tgz",
          "integrity": "sha1-W6AUfOVxiZu6pxM/+8BTF8NKPH8=",
          "requires": {
            "async": "2.6.2",
            "eth-json-rpc-errors": "2.0.2",
            "promise-to-callback": "1.0.0",
            "safe-event-emitter": "1.0.1"
          },
          "dependencies": {
            "eth-json-rpc-errors": {
              "version": "2.0.2",
              "resolved": "https://registry.yarnpkg.com/eth-json-rpc-errors/-/eth-json-rpc-errors-2.0.2.tgz",
              "integrity": "sha1-wZZd4DAf6UHAWOkovrq6LhKF48Q=",
              "requires": {
                "fast-safe-stringify": "2.0.7"
              }
            }
          }
        },
        "pify": {
          "version": "3.0.0",
          "resolved": "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz",
          "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY="
        }
      }
    },
    "eth-lib": {
      "version": "0.2.7",
      "resolved": "https://registry.yarnpkg.com/eth-lib/-/eth-lib-0.2.7.tgz",
      "integrity": "sha1-L5Pxex4jrsN1nNSj/iDBKGo/wco=",
      "requires": {
        "bn.js": "4.11.8",
        "elliptic": "6.5.2",
        "xhr-request-promise": "0.1.3"
      },
      "dependencies": {
        "bn.js": {
          "version": "4.11.8",
          "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
          "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
        }
      }
    },
    "eth-provider": {
      "version": "0.2.5",
      "resolved": "https://registry.yarnpkg.com/eth-provider/-/eth-provider-0.2.5.tgz",
      "integrity": "sha1-LAa4wZC7dsg/D1ACdzp9UWqarGg=",
      "requires": {
        "ethereum-provider": "0.0.6",
        "oboe": "2.1.4",
        "uuid": "3.3.2",
        "ws": "7.1.2",
        "xhr2-cookies": "1.1.0"
      },
      "dependencies": {
        "ws": {
          "version": "7.1.2",
          "resolved": "https://registry.yarnpkg.com/ws/-/ws-7.1.2.tgz",
          "integrity": "sha1-xnLRYp3ouyepaZ61mb5Hru7dj3M=",
          "requires": {
            "async-limiter": "1.0.1"
          }
        }
      }
    },
    "eth-query": {
      "version": "2.1.2",
      "resolved": "https://registry.yarnpkg.com/eth-query/-/eth-query-2.1.2.tgz",
      "integrity": "sha1-1nQdkAAQa1FRDHLbktY2VFam2l4=",
      "requires": {
        "json-rpc-random-id": "1.0.1",
        "xtend": "4.0.2"
      }
    },
    "eth-sig-util": {
      "version": "1.4.2",
      "resolved": "https://registry.yarnpkg.com/eth-sig-util/-/eth-sig-util-1.4.2.tgz",
      "integrity": "sha1-jZWCAsftuq6Dlwf7pvCf8ydgYhA=",
      "requires": {
        "ethereumjs-abi": "0.6.8",
        "ethereumjs-util": "5.2.0"
      },
      "dependencies": {
        "bn.js": {
          "version": "4.11.8",
          "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
          "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
        },
        "ethereumjs-abi": {
          "version": "git+https://github.com/ethereumjs/ethereumjs-abi.git#1cfbb13862f90f0b391d8a699544d5fe4dfb8c7b",
          "from": "git+https://github.com/ethereumjs/ethereumjs-abi.git",
          "requires": {
            "bn.js": "4.11.8",
            "ethereumjs-util": "6.1.0"
          },
          "dependencies": {
            "ethereumjs-util": {
              "version": "6.1.0",
              "resolved": "https://registry.yarnpkg.com/ethereumjs-util/-/ethereumjs-util-6.1.0.tgz",
              "integrity": "sha1-6cUeVUno69dXoznMAPU4BQfnmcg=",
              "requires": {
                "bn.js": "4.11.8",
                "create-hash": "1.2.0",
                "ethjs-util": "0.1.6",
                "keccak": "1.4.0",
                "rlp": "2.2.4",
                "safe-buffer": "5.2.0",
                "secp256k1": "3.8.0"
              }
            }
          }
        }
      }
    },
    "eth-tx-summary": {
      "version": "3.2.4",
      "resolved": "https://registry.yarnpkg.com/eth-tx-summary/-/eth-tx-summary-3.2.4.tgz",
      "integrity": "sha1-4Q65XrV83+VJvyn5fx5PHbZ5A1w=",
      "requires": {
        "async": "2.6.3",
        "clone": "2.1.2",
        "concat-stream": "1.6.2",
        "end-of-stream": "1.4.4",
        "eth-query": "2.1.2",
        "ethereumjs-block": "1.7.1",
        "ethereumjs-tx": "1.3.7",
        "ethereumjs-util": "5.2.0",
        "ethereumjs-vm": "2.6.0",
        "through2": "2.0.5"
      }
    },
    "ethashjs": {
      "version": "0.0.7",
      "resolved": "https://registry.yarnpkg.com/ethashjs/-/ethashjs-0.0.7.tgz",
      "integrity": "sha1-ML/kGWcmaQoMWdO4Jy5w1NDDS64=",
      "requires": {
        "async": "1.5.2",
        "buffer-xor": "1.0.3",
        "ethereumjs-util": "4.5.0",
        "miller-rabin": "4.0.1"
      },
      "dependencies": {
        "async": {
          "version": "1.5.2",
          "resolved": "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz",
          "integrity": "sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo="
        },
        "bn.js": {
          "version": "4.11.8",
          "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
          "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
        },
        "ethereumjs-util": {
          "version": "4.5.0",
          "resolved": "https://registry.yarnpkg.com/ethereumjs-util/-/ethereumjs-util-4.5.0.tgz",
          "integrity": "sha1-PpQosxfuvaPXJg2FT93alUsfG8Y=",
          "requires": {
            "bn.js": "4.11.8",
            "create-hash": "1.2.0",
            "keccakjs": "0.2.3",
            "rlp": "2.2.4",
            "secp256k1": "3.8.0"
          }
        }
      }
    },
    "ethereum-bloom-filters": {
      "version": "1.0.6",
      "resolved": "https://registry.yarnpkg.com/ethereum-bloom-filters/-/ethereum-bloom-filters-1.0.6.tgz",
      "integrity": "sha1-nN67PsIN6W7EpDTGutbqWlEwN6o=",
      "requires": {
        "js-sha3": "0.8.0"
      },
      "dependencies": {
        "js-sha3": {
          "version": "0.8.0",
          "resolved": "https://registry.yarnpkg.com/js-sha3/-/js-sha3-0.8.0.tgz",
          "integrity": "sha1-ubel2nOvrX3t0PjEY5VMveaBiEA="
        }
      }
    },
    "ethereum-common": {
      "version": "0.2.0",
      "resolved": "https://registry.yarnpkg.com/ethereum-common/-/ethereum-common-0.2.0.tgz",
      "integrity": "sha1-E7+WYTHM4e6t5iobQ0JJu0yxIMo="
    },
    "ethereum-ens": {
      "version": "0.8.0",
      "resolved": "https://registry.yarnpkg.com/ethereum-ens/-/ethereum-ens-0.8.0.tgz",
      "integrity": "sha1-bQ95rKph/byH0oIXecTlUCQ9TFc=",
      "requires": {
        "bluebird": "3.7.2",
        "eth-ens-namehash": "2.0.8",
        "js-sha3": "0.5.7",
        "pako": "1.0.11",
        "underscore": "1.10.2",
        "web3": "1.2.9"
      },
      "dependencies": {
        "underscore": {
          "version": "1.10.2",
          "resolved": "https://registry.yarnpkg.com/underscore/-/underscore-1.10.2.tgz",
          "integrity": "sha1-c9aqNmjzGI5K2w8ZQ70Sz9fvqq8="
        }
      }
    },
    "ethereum-ens-network-map": {
      "version": "1.0.2",
      "resolved": "https://registry.yarnpkg.com/ethereum-ens-network-map/-/ethereum-ens-network-map-1.0.2.tgz",
      "integrity": "sha1-Tie60Y2ue9ldhO28rCyec5/JWbk="
    },
    "ethereum-protocol": {
      "version": "1.0.1",
      "resolved": "https://registry.yarnpkg.com/ethereum-protocol/-/ethereum-protocol-1.0.1.tgz",
      "integrity": "sha1-t9aBQvQQXgrnteF4z0L41NxLk88="
    },
    "ethereum-provider": {
      "version": "0.0.6",
      "resolved": "https://registry.yarnpkg.com/ethereum-provider/-/ethereum-provider-0.0.6.tgz",
      "integrity": "sha1-b1oEJ8NIcjOWZ9mQSoaS6Jkua/U="
    },
    "ethereumjs-abi": {
      "version": "0.6.7",
      "resolved": "https://registry.yarnpkg.com/ethereumjs-abi/-/ethereumjs-abi-0.6.7.tgz",
      "integrity": "sha1-0dHFzbjZEKfZdkW6npO+XRU7ui4=",
      "requires": {
        "bn.js": "4.11.8",
        "ethereumjs-util": "6.1.0"
      },
      "dependencies": {
        "bn.js": {
          "version": "4.11.8",
          "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
          "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
        },
        "ethereumjs-util": {
          "version": "6.1.0",
          "resolved": "https://registry.yarnpkg.com/ethereumjs-util/-/ethereumjs-util-6.1.0.tgz",
          "integrity": "sha1-6cUeVUno69dXoznMAPU4BQfnmcg=",
          "requires": {
            "bn.js": "4.11.8",
            "create-hash": "1.2.0",
            "ethjs-util": "0.1.6",
            "keccak": "1.4.0",
            "rlp": "2.2.4",
            "safe-buffer": "5.2.0",
            "secp256k1": "3.8.0"
          }
        }
      }
    },
    "ethereumjs-account": {
      "version": "3.0.0",
      "resolved": "https://registry.yarnpkg.com/ethereumjs-account/-/ethereumjs-account-3.0.0.tgz",
      "integrity": "sha1-co8GDI4Mbofx6Yf3UdPaJUIlcKk=",
      "requires": {
        "ethereumjs-util": "6.1.0",
        "rlp": "2.2.4",
        "safe-buffer": "5.2.0"
      },
      "dependencies": {
        "bn.js": {
          "version": "4.11.8",
          "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
          "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
        },
        "ethereumjs-util": {
          "version": "6.1.0",
          "resolved": "https://registry.yarnpkg.com/ethereumjs-util/-/ethereumjs-util-6.1.0.tgz",
          "integrity": "sha1-6cUeVUno69dXoznMAPU4BQfnmcg=",
          "requires": {
            "bn.js": "4.11.8",
            "create-hash": "1.2.0",
            "ethjs-util": "0.1.6",
            "keccak": "1.4.0",
            "rlp": "2.2.4",
            "safe-buffer": "5.2.0",
            "secp256k1": "3.8.0"
          }
        }
      }
    },
    "ethereumjs-block": {
      "version": "1.7.1",
      "resolved": "https://registry.yarnpkg.com/ethereumjs-block/-/ethereumjs-block-1.7.1.tgz",
      "integrity": "sha1-eLiObMVt4pprSITudTebaGAzPD8=",
      "requires": {
        "async": "2.6.2",
        "ethereum-common": "0.2.0",
        "ethereumjs-tx": "1.3.7",
        "ethereumjs-util": "5.2.0",
        "merkle-patricia-tree": "2.3.2"
      },
      "dependencies": {
        "async": {
          "version": "2.6.2",
          "resolved": "https://registry.yarnpkg.com/async/-/async-2.6.2.tgz",
          "integrity": "sha1-GDMOp+bjE4h/XS8qkEusb+TdU4E=",
          "requires": {
            "lodash": "4.17.19"
          }
        }
      }
    },
    "ethereumjs-blockchain": {
      "version": "4.0.3",
      "resolved": "https://registry.yarnpkg.com/ethereumjs-blockchain/-/ethereumjs-blockchain-4.0.3.tgz",
      "integrity": "sha1-4BMDRjOjCtIAZyjo4rIZVrJnt3M=",
      "requires": {
        "async": "2.6.3",
        "ethashjs": "0.0.7",
        "ethereumjs-block": "2.2.2",
        "ethereumjs-common": "1.5.0",
        "ethereumjs-util": "6.1.0",
        "flow-stoplight": "1.0.0",
        "level-mem": "3.0.1",
        "lru-cache": "5.1.1",
        "rlp": "2.2.3",
        "semaphore": "1.1.0"
      },
      "dependencies": {
        "bn.js": {
          "version": "4.11.8",
          "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
          "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
        },
        "ethereumjs-block": {
          "version": "2.2.2",
          "resolved": "https://registry.yarnpkg.com/ethereumjs-block/-/ethereumjs-block-2.2.2.tgz",
          "integrity": "sha1-x2VL5+It9In9ogYTns1j4unASWU=",
          "requires": {
            "async": "2.6.2",
            "ethereumjs-common": "1.5.0",
            "ethereumjs-tx": "2.1.1",
            "ethereumjs-util": "5.2.0",
            "merkle-patricia-tree": "2.3.2"
          },
          "dependencies": {
            "async": {
              "version": "2.6.2",
              "resolved": "https://registry.yarnpkg.com/async/-/async-2.6.2.tgz",
              "integrity": "sha1-GDMOp+bjE4h/XS8qkEusb+TdU4E=",
              "requires": {
                "lodash": "4.17.19"
              }
            },
            "ethereumjs-util": {
              "version": "5.2.0",
              "resolved": "https://registry.yarnpkg.com/ethereumjs-util/-/ethereumjs-util-5.2.0.tgz",
              "integrity": "sha1-PgwNF0FHGs8QNgUtBIYj3uVK1kI=",
              "requires": {
                "bn.js": "4.11.8",
                "create-hash": "1.2.0",
                "ethjs-util": "0.1.6",
                "keccak": "1.4.0",
                "rlp": "2.2.4",
                "safe-buffer": "5.2.0",
                "secp256k1": "3.8.0"
              }
            },
            "rlp": {
              "version": "2.2.4",
              "resolved": "https://registry.yarnpkg.com/rlp/-/rlp-2.2.4.tgz",
              "integrity": "sha1-1rDhZZ6ShfxQml0WmpvQb3BJUcE=",
              "requires": {
                "bn.js": "4.11.8"
              }
            }
          }
        },
        "ethereumjs-tx": {
          "version": "2.1.1",
          "resolved": "https://registry.yarnpkg.com/ethereumjs-tx/-/ethereumjs-tx-2.1.1.tgz",
          "integrity": "sha1-fSBOKzGRVsm8bOxn6VKUJKJujMw=",
          "requires": {
            "ethereumjs-common": "1.4.0",
            "ethereumjs-util": "6.1.0"
          },
          "dependencies": {
            "ethereumjs-common": {
              "version": "1.4.0",
              "resolved": "https://registry.yarnpkg.com/ethereumjs-common/-/ethereumjs-common-1.4.0.tgz",
              "integrity": "sha1-qUBoX4jzwlh+QGFjD+cgsInJZbg="
            }
          }
        },
        "ethereumjs-util": {
          "version": "6.1.0",
          "resolved": "https://registry.yarnpkg.com/ethereumjs-util/-/ethereumjs-util-6.1.0.tgz",
          "integrity": "sha1-6cUeVUno69dXoznMAPU4BQfnmcg=",
          "requires": {
            "bn.js": "4.11.8",
            "create-hash": "1.2.0",
            "ethjs-util": "0.1.6",
            "keccak": "1.4.0",
            "rlp": "2.2.4",
            "safe-buffer": "5.2.0",
            "secp256k1": "3.8.0"
          },
          "dependencies": {
            "rlp": {
              "version": "2.2.4",
              "resolved": "https://registry.yarnpkg.com/rlp/-/rlp-2.2.4.tgz",
              "integrity": "sha1-1rDhZZ6ShfxQml0WmpvQb3BJUcE=",
              "requires": {
                "bn.js": "4.11.8"
              }
            }
          }
        },
        "lru-cache": {
          "version": "5.1.1",
          "resolved": "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz",
          "integrity": "sha1-HaJ+ZxAnGUdpXa9oSOhH8B2EuSA=",
          "requires": {
            "yallist": "3.1.1"
          }
        },
        "rlp": {
          "version": "2.2.3",
          "resolved": "https://registry.yarnpkg.com/rlp/-/rlp-2.2.3.tgz",
          "integrity": "sha1-f5Su+GzsQS34fV6h2MsRakfUXw4=",
          "requires": {
            "safe-buffer": "5.2.0",
            "bn.js": "4.11.8"
          }
        }
      }
    },
    "ethereumjs-common": {
      "version": "1.5.0",
      "resolved": "https://registry.yarnpkg.com/ethereumjs-common/-/ethereumjs-common-1.5.0.tgz",
      "integrity": "sha1-0+gvx8R8DO+VBH9DGplIWrybsc0="
    },
    "ethereumjs-tx": {
      "version": "1.3.7",
      "resolved": "https://registry.yarnpkg.com/ethereumjs-tx/-/ethereumjs-tx-1.3.7.tgz",
      "integrity": "sha1-iDI6LYdbEFSbg0fgn0hitUbz2Jo=",
      "requires": {
        "ethereum-common": "0.0.18",
        "ethereumjs-util": "5.2.0"
      },
      "dependencies": {
        "ethereum-common": {
          "version": "0.0.18",
          "resolved": "https://registry.yarnpkg.com/ethereum-common/-/ethereum-common-0.0.18.tgz",
          "integrity": "sha1-L9w1dvIykDNYl26znaeDIT/5Uj8="
        }
      }
    },
    "ethereumjs-util": {
      "version": "5.2.0",
      "resolved": "https://registry.yarnpkg.com/ethereumjs-util/-/ethereumjs-util-5.2.0.tgz",
      "integrity": "sha1-PgwNF0FHGs8QNgUtBIYj3uVK1kI=",
      "requires": {
        "bn.js": "4.11.8",
        "create-hash": "1.2.0",
        "ethjs-util": "0.1.6",
        "keccak": "1.4.0",
        "rlp": "2.2.4",
        "safe-buffer": "5.2.0",
        "secp256k1": "3.8.0"
      },
      "dependencies": {
        "bn.js": {
          "version": "4.11.8",
          "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
          "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
        }
      }
    },
    "ethereumjs-vm": {
      "version": "2.6.0",
      "resolved": "https://registry.yarnpkg.com/ethereumjs-vm/-/ethereumjs-vm-2.6.0.tgz",
      "integrity": "sha1-diQ+2N4DG0CHk6wzkH+zQH/kAMY=",
      "requires": {
        "async": "2.6.3",
        "async-eventemitter": "0.2.4",
        "ethereumjs-account": "2.0.5",
        "ethereumjs-block": "2.2.2",
        "ethereumjs-common": "1.4.0",
        "ethereumjs-util": "6.1.0",
        "fake-merkle-patricia-tree": "1.0.1",
        "functional-red-black-tree": "1.0.1",
        "merkle-patricia-tree": "2.3.2",
        "rustbn.js": "0.2.0",
        "safe-buffer": "5.2.0"
      },
      "dependencies": {
        "bn.js": {
          "version": "4.11.8",
          "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
          "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
        },
        "ethereumjs-account": {
          "version": "2.0.5",
          "resolved": "https://registry.yarnpkg.com/ethereumjs-account/-/ethereumjs-account-2.0.5.tgz",
          "integrity": "sha1-7q/GLeVEywew7kSxD1csnEngCoQ=",
          "requires": {
            "ethereumjs-util": "5.2.0",
            "rlp": "2.2.4",
            "safe-buffer": "5.2.0"
          },
          "dependencies": {
            "ethereumjs-util": {
              "version": "5.2.0",
              "resolved": "https://registry.yarnpkg.com/ethereumjs-util/-/ethereumjs-util-5.2.0.tgz",
              "integrity": "sha1-PgwNF0FHGs8QNgUtBIYj3uVK1kI=",
              "requires": {
                "bn.js": "4.11.8",
                "create-hash": "1.2.0",
                "ethjs-util": "0.1.6",
                "keccak": "1.4.0",
                "rlp": "2.2.4",
                "safe-buffer": "5.2.0",
                "secp256k1": "3.8.0"
              }
            }
          }
        },
        "ethereumjs-block": {
          "version": "2.2.2",
          "resolved": "https://registry.yarnpkg.com/ethereumjs-block/-/ethereumjs-block-2.2.2.tgz",
          "integrity": "sha1-x2VL5+It9In9ogYTns1j4unASWU=",
          "requires": {
            "async": "2.6.2",
            "ethereumjs-common": "1.5.0",
            "ethereumjs-tx": "2.1.1",
            "ethereumjs-util": "5.2.0",
            "merkle-patricia-tree": "2.3.2"
          },
          "dependencies": {
            "async": {
              "version": "2.6.2",
              "resolved": "https://registry.yarnpkg.com/async/-/async-2.6.2.tgz",
              "integrity": "sha1-GDMOp+bjE4h/XS8qkEusb+TdU4E=",
              "requires": {
                "lodash": "4.17.19"
              }
            },
            "ethereumjs-common": {
              "version": "1.5.0",
              "resolved": "https://registry.yarnpkg.com/ethereumjs-common/-/ethereumjs-common-1.5.0.tgz",
              "integrity": "sha1-0+gvx8R8DO+VBH9DGplIWrybsc0="
            },
            "ethereumjs-util": {
              "version": "5.2.0",
              "resolved": "https://registry.yarnpkg.com/ethereumjs-util/-/ethereumjs-util-5.2.0.tgz",
              "integrity": "sha1-PgwNF0FHGs8QNgUtBIYj3uVK1kI=",
              "requires": {
                "bn.js": "4.11.8",
                "create-hash": "1.2.0",
                "ethjs-util": "0.1.6",
                "keccak": "1.4.0",
                "rlp": "2.2.4",
                "safe-buffer": "5.2.0",
                "secp256k1": "3.8.0"
              }
            }
          }
        },
        "ethereumjs-common": {
          "version": "1.4.0",
          "resolved": "https://registry.yarnpkg.com/ethereumjs-common/-/ethereumjs-common-1.4.0.tgz",
          "integrity": "sha1-qUBoX4jzwlh+QGFjD+cgsInJZbg="
        },
        "ethereumjs-tx": {
          "version": "2.1.1",
          "resolved": "https://registry.yarnpkg.com/ethereumjs-tx/-/ethereumjs-tx-2.1.1.tgz",
          "integrity": "sha1-fSBOKzGRVsm8bOxn6VKUJKJujMw=",
          "requires": {
            "ethereumjs-common": "1.4.0",
            "ethereumjs-util": "6.1.0"
          }
        },
        "ethereumjs-util": {
          "version": "6.1.0",
          "resolved": "https://registry.yarnpkg.com/ethereumjs-util/-/ethereumjs-util-6.1.0.tgz",
          "integrity": "sha1-6cUeVUno69dXoznMAPU4BQfnmcg=",
          "requires": {
            "bn.js": "4.11.8",
            "create-hash": "1.2.0",
            "ethjs-util": "0.1.6",
            "keccak": "1.4.0",
            "rlp": "2.2.4",
            "safe-buffer": "5.2.0",
            "secp256k1": "3.8.0"
          }
        }
      }
    },
    "ethereumjs-wallet": {
      "version": "0.6.3",
      "resolved": "https://registry.yarnpkg.com/ethereumjs-wallet/-/ethereumjs-wallet-0.6.3.tgz",
      "integrity": "sha1-sOrm8ydjfCrrnMuQR7mCrFQuarE=",
      "requires": {
        "aes-js": "3.1.2",
        "bs58check": "2.1.2",
        "ethereumjs-util": "6.1.0",
        "hdkey": "1.1.1",
        "randombytes": "2.1.0",
        "safe-buffer": "5.2.0",
        "scrypt.js": "0.3.0",
        "utf8": "3.0.0",
        "uuid": "3.4.0"
      },
      "dependencies": {
        "aes-js": {
          "version": "3.1.2",
          "resolved": "https://registry.yarnpkg.com/aes-js/-/aes-js-3.1.2.tgz",
          "integrity": "sha1-25qr3oXVyqu/wNTypERpYPYnFGo="
        },
        "bn.js": {
          "version": "4.11.8",
          "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
          "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
        },
        "ethereumjs-util": {
          "version": "6.1.0",
          "resolved": "https://registry.yarnpkg.com/ethereumjs-util/-/ethereumjs-util-6.1.0.tgz",
          "integrity": "sha1-6cUeVUno69dXoznMAPU4BQfnmcg=",
          "requires": {
            "bn.js": "4.11.8",
            "create-hash": "1.2.0",
            "ethjs-util": "0.1.6",
            "keccak": "1.4.0",
            "rlp": "2.2.4",
            "safe-buffer": "5.2.0",
            "secp256k1": "3.8.0"
          }
        },
        "uuid": {
          "version": "3.4.0",
          "resolved": "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz",
          "integrity": "sha1-sj5DWK+oogL+ehAK8fX4g/AgB+4="
        }
      }
    },
    "ethers": {
      "version": "4.0.0-beta.3",
      "resolved": "https://registry.yarnpkg.com/ethers/-/ethers-4.0.0-beta.3.tgz",
      "integrity": "sha1-Fb7xTlfpTsvrf5s53QpL1DW8kGY=",
      "requires": {
        "@types/node": "10.17.13",
        "aes-js": "3.0.0",
        "bn.js": "4.11.8",
        "elliptic": "6.3.3",
        "hash.js": "1.1.3",
        "js-sha3": "0.5.7",
        "scrypt-js": "2.0.3",
        "setimmediate": "1.0.4",
        "uuid": "2.0.1",
        "xmlhttprequest": "1.8.0"
      },
      "dependencies": {
        "bn.js": {
          "version": "4.11.8",
          "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
          "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
        },
        "elliptic": {
          "version": "6.3.3",
          "resolved": "https://registry.yarnpkg.com/elliptic/-/elliptic-6.3.3.tgz",
          "integrity": "sha1-VILZZG1UvLif19mU/J4ulWiHbj8=",
          "requires": {
            "bn.js": "4.11.8",
            "brorand": "1.1.0",
            "hash.js": "1.1.3",
            "inherits": "2.0.4"
          }
        },
        "scrypt-js": {
          "version": "2.0.3",
          "resolved": "https://registry.yarnpkg.com/scrypt-js/-/scrypt-js-2.0.3.tgz",
          "integrity": "sha1-uwBAvgMEPamgEqLOqfyfhSz8h9Q="
        },
        "setimmediate": {
          "version": "1.0.4",
          "resolved": "https://registry.yarnpkg.com/setimmediate/-/setimmediate-1.0.4.tgz",
          "integrity": "sha1-IOgd5iLUoCWIzgyNqJc8vPHTE48="
        },
        "uuid": {
          "version": "2.0.1",
          "resolved": "https://registry.yarnpkg.com/uuid/-/uuid-2.0.1.tgz",
          "integrity": "sha1-wqMN7bPlNdcsz4LjQ5QaULqFM6w="
        },
        "@types/node": {
          "version": "10.17.13",
          "resolved": "https://registry.yarnpkg.com/@types/node/-/node-10.17.13.tgz",
          "integrity": "sha1-zOvNuZC9YTnNFuhMOdwvsQI8qQw="
        }
      }
    },
    "ethjs-abi": {
      "version": "0.2.0",
      "resolved": "https://registry.yarnpkg.com/ethjs-abi/-/ethjs-abi-0.2.0.tgz",
      "integrity": "sha1-0+LCIQEVIPxJm3FoIDbBT8wvWyU=",
      "requires": {
        "bn.js": "4.11.6",
        "js-sha3": "0.5.5",
        "number-to-bn": "1.7.0"
      },
      "dependencies": {
        "bn.js": {
          "version": "4.11.6",
          "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.6.tgz",
          "integrity": "sha1-UzRK2xRhehP26N0s4okF0cC6MhU="
        },
        "js-sha3": {
          "version": "0.5.5",
          "resolved": "https://registry.yarnpkg.com/js-sha3/-/js-sha3-0.5.5.tgz",
          "integrity": "sha1-uvDA6MVK1ZA0R9+Wreekobynmko="
        }
      }
    },
    "ethjs-contract": {
      "version": "0.1.9",
      "resolved": "https://registry.yarnpkg.com/ethjs-contract/-/ethjs-contract-0.1.9.tgz",
      "integrity": "sha1-HCdmiWpW1H7B1tZhgpxJzDilUgo=",
      "requires": {
        "ethjs-abi": "0.2.0",
        "ethjs-filter": "0.1.5",
        "js-sha3": "0.5.5",
        "ethjs-util": "0.1.3"
      },
      "dependencies": {
        "ethjs-util": {
          "version": "0.1.3",
          "resolved": "https://registry.yarnpkg.com/ethjs-util/-/ethjs-util-0.1.3.tgz",
          "integrity": "sha1-39XqSkANxeQhqInK9H4IGtp4u1U=",
          "requires": {
            "is-hex-prefixed": "1.0.0",
            "strip-hex-prefix": "1.0.0"
          }
        },
        "js-sha3": {
          "version": "0.5.5",
          "resolved": "https://registry.yarnpkg.com/js-sha3/-/js-sha3-0.5.5.tgz",
          "integrity": "sha1-uvDA6MVK1ZA0R9+Wreekobynmko="
        }
      }
    },
    "ethjs-ens": {
      "version": "2.0.1",
      "resolved": "https://registry.yarnpkg.com/ethjs-ens/-/ethjs-ens-2.0.1.tgz",
      "integrity": "sha1-7aCiGqy9rC9gxKAQNN8hxIpaMls=",
      "requires": {
        "eth-ens-namehash": "1.0.2",
        "ethereum-ens-network-map": "1.0.2",
        "ethjs-contract": "0.1.9",
        "ethjs-query": "0.2.9"
      },
      "dependencies": {
        "eth-ens-namehash": {
          "version": "1.0.2",
          "resolved": "https://registry.yarnpkg.com/eth-ens-namehash/-/eth-ens-namehash-1.0.2.tgz",
          "integrity": "sha1-Bezda6wtf9e8XKhKmTxrrZ2k7bk=",
          "requires": {
            "idna-uts46": "1.1.0",
            "js-sha3": "0.5.7"
          }
        }
      }
    },
    "ethjs-filter": {
      "version": "0.1.5",
      "resolved": "https://registry.yarnpkg.com/ethjs-filter/-/ethjs-filter-0.1.5.tgz",
      "integrity": "sha1-ARKvYBfCRnfjK4/esg5hlgGbdZg="
    },
    "ethjs-format": {
      "version": "0.2.2",
      "resolved": "https://registry.yarnpkg.com/ethjs-format/-/ethjs-format-0.2.2.tgz",
      "integrity": "sha1-1zs6YFwuElcHn3B3/VRI6ZjOD80=",
      "requires": {
        "bn.js": "4.11.6",
        "ethjs-schema": "0.1.5",
        "ethjs-util": "0.1.3",
        "is-hex-prefixed": "1.0.0",
        "number-to-bn": "1.7.0",
        "strip-hex-prefix": "1.0.0"
      },
      "dependencies": {
        "bn.js": {
          "version": "4.11.6",
          "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.6.tgz",
          "integrity": "sha1-UzRK2xRhehP26N0s4okF0cC6MhU="
        },
        "ethjs-util": {
          "version": "0.1.3",
          "resolved": "https://registry.yarnpkg.com/ethjs-util/-/ethjs-util-0.1.3.tgz",
          "integrity": "sha1-39XqSkANxeQhqInK9H4IGtp4u1U=",
          "requires": {
            "is-hex-prefixed": "1.0.0",
            "strip-hex-prefix": "1.0.0"
          }
        }
      }
    },
    "ethjs-query": {
      "version": "0.2.9",
      "resolved": "https://registry.yarnpkg.com/ethjs-query/-/ethjs-query-0.2.9.tgz",
      "integrity": "sha1-om5rTzhpnpLzSyGE51x4lDKcQvE=",
      "requires": {
        "ethjs-format": "0.2.2",
        "ethjs-rpc": "0.1.5"
      }
    },
    "ethjs-rpc": {
      "version": "0.1.5",
      "resolved": "https://registry.yarnpkg.com/ethjs-rpc/-/ethjs-rpc-0.1.5.tgz",
      "integrity": "sha1-CZ4i8n3EwYtpeKSF/DaxsPeWkIA="
    },
    "ethjs-schema": {
      "version": "0.1.5",
      "resolved": "https://registry.yarnpkg.com/ethjs-schema/-/ethjs-schema-0.1.5.tgz",
      "integrity": "sha1-WXQOOzl3vNu5sRvDBoIB6Kzquw0="
    },
    "ethjs-unit": {
      "version": "0.1.6",
      "resolved": "https://registry.yarnpkg.com/ethjs-unit/-/ethjs-unit-0.1.6.tgz",
      "integrity": "sha1-xmWSHkduh7ziqdWIpv4EBbLEFpk=",
      "requires": {
        "bn.js": "4.11.6",
        "number-to-bn": "1.7.0"
      },
      "dependencies": {
        "bn.js": {
          "version": "4.11.6",
          "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.6.tgz",
          "integrity": "sha1-UzRK2xRhehP26N0s4okF0cC6MhU="
        }
      }
    },
    "ethjs-util": {
      "version": "0.1.6",
      "resolved": "https://registry.yarnpkg.com/ethjs-util/-/ethjs-util-0.1.6.tgz",
      "integrity": "sha1-8wi2Lxhfn+YjcTL7KpgYhmpc1TY=",
      "requires": {
        "is-hex-prefixed": "1.0.0",
        "strip-hex-prefix": "1.0.0"
      }
    },
    "event-stream": {
      "version": "3.3.4",
      "resolved": "https://registry.yarnpkg.com/event-stream/-/event-stream-3.3.4.tgz",
      "integrity": "sha1-SrTJoPWlTbkzi0w02Gv86PSzVXE=",
      "requires": {
        "through": "2.3.8",
        "duplexer": "0.1.1",
        "from": "0.1.7",
        "map-stream": "0.1.0",
        "pause-stream": "0.0.11",
        "split": "0.3.3",
        "stream-combiner": "0.0.4"
      }
    },
    "event-target-shim": {
      "version": "5.0.1",
      "resolved": "https://registry.yarnpkg.com/event-target-shim/-/event-target-shim-5.0.1.tgz",
      "integrity": "sha1-XU0+vflYPWOlMzzi3rdICrKwV4k="
    },
    "eventemitter3": {
      "version": "3.1.2",
      "resolved": "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-3.1.2.tgz",
      "integrity": "sha1-LT1I+cNGaY/Og6hdfWZOmFNd9uc="
    },
    "events": {
      "version": "3.1.0",
      "resolved": "https://registry.yarnpkg.com/events/-/events-3.1.0.tgz",
      "integrity": "sha1-hCea8bNMt1qoi/X/KR9tC9mzGlk="
    },
    "evp_bytestokey": {
      "version": "1.0.3",
      "resolved": "https://registry.yarnpkg.com/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz",
      "integrity": "sha1-f8vbGY3HGVlDLv4ThCaE4FJaywI=",
      "requires": {
        "md5.js": "1.3.5",
        "safe-buffer": "5.2.0"
      }
    },
    "execa": {
      "version": "4.0.3",
      "resolved": "https://registry.yarnpkg.com/execa/-/execa-4.0.3.tgz",
      "integrity": "sha1-CjTau61tZhAL1vLFdshmlAPzF/I=",
      "requires": {
        "cross-spawn": "7.0.3",
        "get-stream": "5.1.0",
        "human-signals": "1.1.1",
        "is-stream": "2.0.0",
        "merge-stream": "2.0.0",
        "npm-run-path": "4.0.1",
        "onetime": "5.1.0",
        "signal-exit": "3.0.3",
        "strip-final-newline": "2.0.0"
      },
      "dependencies": {
        "is-stream": {
          "version": "2.0.0",
          "resolved": "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.0.tgz",
          "integrity": "sha1-venDJoDW+uBBKdasnZIc54FfeOM="
        }
      }
    },
    "expand-brackets": {
      "version": "2.1.4",
      "resolved": "https://registry.yarnpkg.com/expand-brackets/-/expand-brackets-2.1.4.tgz",
      "integrity": "sha1-t3c14xXOMPa27/D4OwQVGiJEliI=",
      "requires": {
        "debug": "2.6.9",
        "define-property": "0.2.5",
        "extend-shallow": "2.0.1",
        "posix-character-classes": "0.1.1",
        "regex-not": "1.0.2",
        "snapdragon": "0.8.2",
        "to-regex": "3.0.2"
      }
    },
    "explain-error": {
      "version": "1.0.4",
      "resolved": "https://registry.yarnpkg.com/explain-error/-/explain-error-1.0.4.tgz",
      "integrity": "sha1-p5PTrAytTGq1cemWj7urbLJTKSk="
    },
    "express": {
      "version": "4.17.1",
      "resolved": "https://registry.yarnpkg.com/express/-/express-4.17.1.tgz",
      "integrity": "sha1-RJH8OGBc9R+GKdOcK10Cb5ikwTQ=",
      "requires": {
        "accepts": "1.3.7",
        "array-flatten": "1.1.1",
        "body-parser": "1.19.0",
        "content-disposition": "0.5.3",
        "content-type": "1.0.4",
        "cookie": "0.4.0",
        "cookie-signature": "1.0.6",
        "debug": "2.6.9",
        "depd": "1.1.2",
        "encodeurl": "1.0.2",
        "escape-html": "1.0.3",
        "etag": "1.8.1",
        "finalhandler": "1.1.2",
        "fresh": "0.5.2",
        "merge-descriptors": "1.0.1",
        "methods": "1.1.2",
        "on-finished": "2.3.0",
        "parseurl": "1.3.3",
        "path-to-regexp": "0.1.7",
        "proxy-addr": "2.0.6",
        "qs": "6.7.0",
        "range-parser": "1.2.1",
        "safe-buffer": "5.1.2",
        "send": "0.17.1",
        "serve-static": "1.14.1",
        "setprototypeof": "1.1.1",
        "statuses": "1.5.0",
        "type-is": "1.6.18",
        "utils-merge": "1.0.1",
        "vary": "1.1.2"
      },
      "dependencies": {
        "path-to-regexp": {
          "version": "0.1.7",
          "resolved": "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz",
          "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w="
        },
        "safe-buffer": {
          "version": "5.1.2",
          "resolved": "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz",
          "integrity": "sha1-mR7GnSluAxN0fVm9/St0XDX4go0="
        }
      }
    },
    "ext": {
      "version": "1.4.0",
      "resolved": "https://registry.yarnpkg.com/ext/-/ext-1.4.0.tgz",
      "integrity": "sha1-ia56BxWPedNVF4gpBDJAd+Q3kkQ=",
      "requires": {
        "type": "2.0.0"
      },
      "dependencies": {
        "type": {
          "version": "2.0.0",
          "resolved": "https://registry.yarnpkg.com/type/-/type-2.0.0.tgz",
          "integrity": "sha1-Xxb/bvLrRPJgSU2uJxAzspwJqcM="
        }
      }
    },
    "extend": {
      "version": "3.0.2",
      "resolved": "https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz",
      "integrity": "sha1-+LETa0Bx+9jrFAr/hYsQGewpFfo="
    },
    "extend-shallow": {
      "version": "2.0.1",
      "resolved": "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-2.0.1.tgz",
      "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
      "requires": {
        "is-extendable": "0.1.1"
      }
    },
    "external-editor": {
      "version": "3.1.0",
      "resolved": "https://registry.yarnpkg.com/external-editor/-/external-editor-3.1.0.tgz",
      "integrity": "sha1-ywP3QL764D6k0oPK7SdBqD8zVJU=",
      "requires": {
        "chardet": "0.7.0",
        "iconv-lite": "0.4.24",
        "tmp": "0.0.33"
      },
      "dependencies": {
        "tmp": {
          "version": "0.0.33",
          "resolved": "https://registry.yarnpkg.com/tmp/-/tmp-0.0.33.tgz",
          "integrity": "sha1-bTQzWIl2jSGyvNoKonfO07G/rfk=",
          "requires": {
            "os-tmpdir": "1.0.2"
          }
        }
      }
    },
    "extglob": {
      "version": "2.0.4",
      "resolved": "https://registry.yarnpkg.com/extglob/-/extglob-2.0.4.tgz",
      "integrity": "sha1-rQD+TcYSqSMuhxhxHcXLWrAoVUM=",
      "requires": {
        "array-unique": "0.3.2",
        "define-property": "1.0.0",
        "expand-brackets": "2.1.4",
        "extend-shallow": "2.0.1",
        "fragment-cache": "0.2.1",
        "regex-not": "1.0.2",
        "snapdragon": "0.8.2",
        "to-regex": "3.0.2"
      },
      "dependencies": {
        "define-property": {
          "version": "1.0.0",
          "resolved": "https://registry.yarnpkg.com/define-property/-/define-property-1.0.0.tgz",
          "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=",
          "requires": {
            "is-descriptor": "1.0.2"
          }
        }
      }
    },
    "extsprintf": {
      "version": "1.3.0",
      "resolved": "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.3.0.tgz",
      "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU="
    },
    "fake-merkle-patricia-tree": {
      "version": "1.0.1",
      "resolved": "https://registry.yarnpkg.com/fake-merkle-patricia-tree/-/fake-merkle-patricia-tree-1.0.1.tgz",
      "integrity": "sha1-S4w6z7Ugr635hgsfFM2M40As3dM=",
      "requires": {
        "checkpoint-store": "1.1.0"
      }
    },
    "fast-deep-equal": {
      "version": "3.1.1",
      "resolved": "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.1.tgz",
      "integrity": "sha1-VFFFB3xQFJHjOxXsQIwpQ3bpSuQ="
    },
    "fast-diff": {
      "version": "1.2.0",
      "resolved": "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.2.0.tgz",
      "integrity": "sha1-c+4RmC2Gyq95WYKNUZz+kn+sXwM="
    },
    "fast-fifo": {
      "version": "1.0.0",
      "resolved": "https://registry.yarnpkg.com/fast-fifo/-/fast-fifo-1.0.0.tgz",
      "integrity": "sha1-m8cuaGA0e7BFqHbRxcCvEem5hOc="
    },
    "fast-glob": {
      "version": "3.2.2",
      "resolved": "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.2.tgz",
      "integrity": "sha1-reGp2RFIll1L98UfcuHKZi0y5j0=",
      "requires": {
        "@nodelib/fs.stat": "2.0.3",
        "@nodelib/fs.walk": "1.2.4",
        "glob-parent": "5.1.1",
        "merge2": "1.3.0",
        "micromatch": "4.0.2",
        "picomatch": "2.2.2"
      },
      "dependencies": {
        "micromatch": {
          "version": "4.0.2",
          "resolved": "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.2.tgz",
          "integrity": "sha1-T8sJmb+fvC/L3SEvbWKbmlbDklk=",
          "requires": {
            "braces": "3.0.2",
            "picomatch": "2.2.2"
          }
        }
      }
    },
    "fast-json-stable-stringify": {
      "version": "2.1.0",
      "resolved": "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
      "integrity": "sha1-h0v2nG9ATCtdmcSBNBOZ/VWJJjM="
    },
    "fast-levenshtein": {
      "version": "2.0.6",
      "resolved": "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
      "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc="
    },
    "fast-safe-stringify": {
      "version": "2.0.7",
      "resolved": "https://registry.yarnpkg.com/fast-safe-stringify/-/fast-safe-stringify-2.0.7.tgz",
      "integrity": "sha1-EkqohYmSYfaK7bQqfAgN6dpgh0M="
    },
    "fastq": {
      "version": "1.7.0",
      "resolved": "https://registry.yarnpkg.com/fastq/-/fastq-1.7.0.tgz",
      "integrity": "sha1-/NeaCMW9fsW1XNP1xHINtVGSmAE=",
      "requires": {
        "reusify": "1.0.4"
      }
    },
    "fd-slicer": {
      "version": "1.1.0",
      "resolved": "https://registry.yarnpkg.com/fd-slicer/-/fd-slicer-1.1.0.tgz",
      "integrity": "sha1-JcfInLH5B3+IkbvmHY85Dq4lbx4=",
      "requires": {
        "pend": "1.2.0"
      }
    },
    "fetch-ponyfill": {
      "version": "4.1.0",
      "resolved": "https://registry.yarnpkg.com/fetch-ponyfill/-/fetch-ponyfill-4.1.0.tgz",
      "integrity": "sha1-rjzl9zLGReq4fkroeTQUcJsjmJM=",
      "requires": {
        "node-fetch": "1.7.3"
      }
    },
    "figures": {
      "version": "3.2.0",
      "resolved": "https://registry.yarnpkg.com/figures/-/figures-3.2.0.tgz",
      "integrity": "sha1-YlwYvSk8YE3EqN2y/r8MiDQXRq8=",
      "requires": {
        "escape-string-regexp": "1.0.5"
      }
    },
    "file-entry-cache": {
      "version": "5.0.1",
      "resolved": "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-5.0.1.tgz",
      "integrity": "sha1-yg9u+m3T1WEzP7FFFQZcL6/fQ5w=",
      "requires": {
        "flat-cache": "2.0.1"
      }
    },
    "file-type": {
      "version": "5.2.0",
      "resolved": "https://registry.yarnpkg.com/file-type/-/file-type-5.2.0.tgz",
      "integrity": "sha1-LdvqfHP/42No365J3DOMBYwritY="
    },
    "file-uri-to-path": {
      "version": "1.0.0",
      "resolved": "https://registry.yarnpkg.com/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz",
      "integrity": "sha1-VTp7hEb/b2hDWcRF8eN6BdrMM90="
    },
    "fill-keys": {
      "version": "1.0.2",
      "resolved": "https://registry.yarnpkg.com/fill-keys/-/fill-keys-1.0.2.tgz",
      "integrity": "sha1-mo+jb06K1jTjv2tPPIiCVRRS6yA=",
      "requires": {
        "is-object": "1.0.1",
        "merge-descriptors": "1.0.1"
      }
    },
    "fill-range": {
      "version": "7.0.1",
      "resolved": "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz",
      "integrity": "sha1-GRmmp8df44ssfHflGYU12prN2kA=",
      "requires": {
        "to-regex-range": "5.0.1"
      }
    },
    "finalhandler": {
      "version": "1.1.2",
      "resolved": "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.1.2.tgz",
      "integrity": "sha1-t+fQAP/RGTjQ/bBTUG9uur6fWH0=",
      "requires": {
        "debug": "2.6.9",
        "encodeurl": "1.0.2",
        "escape-html": "1.0.3",
        "on-finished": "2.3.0",
        "parseurl": "1.3.3",
        "statuses": "1.5.0",
        "unpipe": "1.0.0"
      }
    },
    "find-cache-dir": {
      "version": "2.1.0",
      "resolved": "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-2.1.0.tgz",
      "integrity": "sha1-jQ+UzRP+Q8bHwmGg2GEVypGMBfc=",
      "requires": {
        "commondir": "1.0.1",
        "make-dir": "2.1.0",
        "pkg-dir": "3.0.0"
      },
      "dependencies": {
        "find-up": {
          "version": "3.0.0",
          "resolved": "https://registry.yarnpkg.com/find-up/-/find-up-3.0.0.tgz",
          "integrity": "sha1-SRafHXmTQwZG2mHsxa41XCHJe3M=",
          "requires": {
            "locate-path": "3.0.0"
          }
        },
        "locate-path": {
          "version": "3.0.0",
          "resolved": "https://registry.yarnpkg.com/locate-path/-/locate-path-3.0.0.tgz",
          "integrity": "sha1-2+w7OrdZdYBxtY/ln8QYca8hQA4=",
          "requires": {
            "p-locate": "3.0.0",
            "path-exists": "3.0.0"
          }
        },
        "make-dir": {
          "version": "2.1.0",
          "resolved": "https://registry.yarnpkg.com/make-dir/-/make-dir-2.1.0.tgz",
          "integrity": "sha1-XwMQ4YuL6JjMBwCSlaMK5B6R5vU=",
          "requires": {
            "pify": "4.0.1",
            "semver": "5.7.1"
          }
        },
        "p-locate": {
          "version": "3.0.0",
          "resolved": "https://registry.yarnpkg.com/p-locate/-/p-locate-3.0.0.tgz",
          "integrity": "sha1-Mi1poFwCZLJZl9n0DNiokasAZKQ=",
          "requires": {
            "p-limit": "2.3.0"
          }
        },
        "pify": {
          "version": "4.0.1",
          "resolved": "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz",
          "integrity": "sha1-SyzSXFDVmHNcUCkiJP2MbfQeMjE="
        },
        "pkg-dir": {
          "version": "3.0.0",
          "resolved": "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-3.0.0.tgz",
          "integrity": "sha1-J0kCDyOe2ZCIGx9xIQ1R62UjvqM=",
          "requires": {
            "find-up": "3.0.0"
          }
        },
        "semver": {
          "version": "5.7.1",
          "resolved": "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz",
          "integrity": "sha1-qVT5Ma66UI0we78Gnv8MAclhFvc="
        }
      }
    },
    "find-process": {
      "version": "1.4.3",
      "resolved": "https://registry.yarnpkg.com/find-process/-/find-process-1.4.3.tgz",
      "integrity": "sha1-JfkQXcMuQqutRjZ1LDfFHNV9zkU=",
      "requires": {
        "chalk": "2.4.2",
        "commander": "2.20.3",
        "debug": "2.6.9"
      },
      "dependencies": {
        "ansi-styles": {
          "version": "3.2.1",
          "resolved": "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz",
          "integrity": "sha1-QfuyAkPlCxK+DwS43tvwdSDOhB0=",
          "requires": {
            "color-convert": "1.9.3"
          }
        },
        "chalk": {
          "version": "2.4.2",
          "resolved": "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz",
          "integrity": "sha1-zUJUFnelQzPPVBpJEIwUMrRMlCQ=",
          "requires": {
            "ansi-styles": "3.2.1",
            "escape-string-regexp": "1.0.5",
            "supports-color": "5.5.0"
          }
        },
        "color-convert": {
          "version": "1.9.3",
          "resolved": "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz",
          "integrity": "sha1-u3GFBpDh8TZWfeYp0tVHHe2kweg=",
          "requires": {
            "color-name": "1.1.3"
          }
        },
        "color-name": {
          "version": "1.1.3",
          "resolved": "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz",
          "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU="
        },
        "has-flag": {
          "version": "3.0.0",
          "resolved": "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz",
          "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0="
        },
        "supports-color": {
          "version": "5.5.0",
          "resolved": "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz",
          "integrity": "sha1-4uaaRKyHcveKHsCzW2id9lMO/I8=",
          "requires": {
            "has-flag": "3.0.0"
          }
        }
      }
    },
    "find-up": {
      "version": "4.1.0",
      "resolved": "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz",
      "integrity": "sha1-l6/n1s3AvFkoWEt8jXsW6KmqXRk=",
      "requires": {
        "locate-path": "5.0.0",
        "path-exists": "4.0.0"
      },
      "dependencies": {
        "path-exists": {
          "version": "4.0.0",
          "resolved": "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz",
          "integrity": "sha1-UTvb4tO5XXdi6METfvoZXGxhtbM="
        }
      }
    },
    "flat": {
      "version": "4.1.0",
      "resolved": "https://registry.yarnpkg.com/flat/-/flat-4.1.0.tgz",
      "integrity": "sha1-CQvsiwXjnLowl0fx1YjwTbr5jbI=",
      "requires": {
        "is-buffer": "2.0.4"
      }
    },
    "flat-cache": {
      "version": "2.0.1",
      "resolved": "https://registry.yarnpkg.com/flat-cache/-/flat-cache-2.0.1.tgz",
      "integrity": "sha1-XSltbwS9pEpGMKMBQTvbwuwIXsA=",
      "requires": {
        "flatted": "2.0.2",
        "rimraf": "2.6.3",
        "write": "1.0.3"
      },
      "dependencies": {
        "rimraf": {
          "version": "2.6.3",
          "resolved": "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.3.tgz",
          "integrity": "sha1-stEE/g2Psnz54KHNqCYt04M8bKs=",
          "requires": {
            "glob": "7.1.6"
          }
        }
      }
    },
    "flatmap": {
      "version": "0.0.3",
      "resolved": "https://registry.yarnpkg.com/flatmap/-/flatmap-0.0.3.tgz",
      "integrity": "sha1-Hxik2TgVLUlZZfnJWNkjqy3WabQ="
    },
    "flatted": {
      "version": "2.0.2",
      "resolved": "https://registry.yarnpkg.com/flatted/-/flatted-2.0.2.tgz",
      "integrity": "sha1-RXWyHivO50NKqb5mL0t7X5wrUTg="
    },
    "flow-stoplight": {
      "version": "1.0.0",
      "resolved": "https://registry.yarnpkg.com/flow-stoplight/-/flow-stoplight-1.0.0.tgz",
      "integrity": "sha1-SiksW8/4s5+mzAyxqFPYbyfu/3s="
    },
    "follow-redirects": {
      "version": "1.5.10",
      "resolved": "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.10.tgz",
      "integrity": "sha1-e3qfmuov3/NnhqlP9kPtB/T/Xio=",
      "requires": {
        "debug": "3.1.0"
      },
      "dependencies": {
        "debug": {
          "version": "3.1.0",
          "resolved": "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz",
          "integrity": "sha1-W7WgZyYotkFJVmuhaBnmFRjGcmE=",
          "requires": {
            "ms": "2.0.0"
          }
        },
        "ms": {
          "version": "2.0.0",
          "resolved": "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz",
          "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
        }
      }
    },
    "for-each": {
      "version": "0.3.3",
      "resolved": "https://registry.yarnpkg.com/for-each/-/for-each-0.3.3.tgz",
      "integrity": "sha1-abRH6IoKXTLD5whPPxcQA0shN24=",
      "requires": {
        "is-callable": "1.1.5"
      },
      "dependencies": {
        "is-callable": {
          "version": "1.1.5",
          "resolved": "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.5.tgz",
          "integrity": "sha1-9+RrWWiQRW23Tn9ul2yzJz0G+qs="
        }
      }
    },
    "for-in": {
      "version": "1.0.2",
      "resolved": "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz",
      "integrity": "sha1-gQaNKVqBQuwKxybG4iAMMPttXoA="
    },
    "foreground-child": {
      "version": "2.0.0",
      "resolved": "https://registry.yarnpkg.com/foreground-child/-/foreground-child-2.0.0.tgz",
      "integrity": "sha1-cbMoAMnxWqjy+D9Ka9m/812GGlM=",
      "requires": {
        "cross-spawn": "7.0.3",
        "signal-exit": "3.0.3"
      }
    },
    "forever-agent": {
      "version": "0.6.1",
      "resolved": "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz",
      "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE="
    },
    "form-data": {
      "version": "3.0.0",
      "resolved": "https://registry.yarnpkg.com/form-data/-/form-data-3.0.0.tgz",
      "integrity": "sha1-MbfjnIXxNVtxOe4MZHzw3n+DxoI=",
      "requires": {
        "asynckit": "0.4.0",
        "combined-stream": "1.0.8",
        "mime-types": "2.1.26"
      }
    },
    "forwarded": {
      "version": "0.1.2",
      "resolved": "https://registry.yarnpkg.com/forwarded/-/forwarded-0.1.2.tgz",
      "integrity": "sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ="
    },
    "fragment-cache": {
      "version": "0.2.1",
      "resolved": "https://registry.yarnpkg.com/fragment-cache/-/fragment-cache-0.2.1.tgz",
      "integrity": "sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk=",
      "requires": {
        "map-cache": "0.2.2"
      }
    },
    "fresh": {
      "version": "0.5.2",
      "resolved": "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz",
      "integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac="
    },
    "from": {
      "version": "0.1.7",
      "resolved": "https://registry.yarnpkg.com/from/-/from-0.1.7.tgz",
      "integrity": "sha1-g8YK/Fi5xWmXAH7Rp2izqzA6RP4="
    },
    "fromentries": {
      "version": "1.2.0",
      "resolved": "https://registry.yarnpkg.com/fromentries/-/fromentries-1.2.0.tgz",
      "integrity": "sha1-5qoG8kDWJn+RPOpCIHXviLY+eJc="
    },
    "fs-constants": {
      "version": "1.0.0",
      "resolved": "https://registry.yarnpkg.com/fs-constants/-/fs-constants-1.0.0.tgz",
      "integrity": "sha1-a+Dem+mYzhavivwkSXue6bfM2a0="
    },
    "fs-extra": {
      "version": "9.0.1",
      "resolved": "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.0.1.tgz",
      "integrity": "sha1-kQ2gBiQ3ukw5/t2GPxZ1zP78ufw=",
      "requires": {
        "at-least-node": "1.0.0",
        "graceful-fs": "4.2.4",
        "jsonfile": "6.0.1",
        "universalify": "1.0.0"
      },
      "dependencies": {
        "jsonfile": {
          "version": "6.0.1",
          "resolved": "https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.0.1.tgz",
          "integrity": "sha1-mJZsuiFDeMjIS4LghZB7QL9hQXk=",
          "requires": {
            "universalify": "1.0.0"
          }
        },
        "universalify": {
          "version": "1.0.0",
          "resolved": "https://registry.yarnpkg.com/universalify/-/universalify-1.0.0.tgz",
          "integrity": "sha1-thodoXPoQ1sv48Z9Kbmt+FlL0W0="
        }
      }
    },
    "fs-minipass": {
      "version": "1.2.7",
      "resolved": "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-1.2.7.tgz",
      "integrity": "sha1-zP+FcIQef+QmVpPaiJNsVa7X98c=",
      "requires": {
        "minipass": "2.9.0"
      }
    },
    "fs-readdir-recursive": {
      "version": "1.1.0",
      "resolved": "https://registry.yarnpkg.com/fs-readdir-recursive/-/fs-readdir-recursive-1.1.0.tgz",
      "integrity": "sha1-4y/AMKLM7kSmtTcTCNpUvgs5fSc="
    },
    "fs.realpath": {
      "version": "1.0.0",
      "resolved": "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz",
      "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8="
    },
    "fsevents": {
      "version": "2.1.2",
      "resolved": "https://registry.yarnpkg.com/fsevents/-/fsevents-2.1.2.tgz",
      "integrity": "sha1-TAofs0vGjlQ7S4Kp7Dkr+9qECAU="
    },
    "function-bind": {
      "version": "1.1.1",
      "resolved": "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz",
      "integrity": "sha1-pWiZ0+o8m6uHS7l3O3xe3pL0iV0="
    },
    "functional-red-black-tree": {
      "version": "1.0.1",
      "resolved": "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz",
      "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc="
    },
    "ganache-core": {
      "version": "2.10.2",
      "resolved": "https://registry.yarnpkg.com/ganache-core/-/ganache-core-2.10.2.tgz",
      "integrity": "sha1-F8FxxsAZW2c0oN10Gp0q/U904pI=",
      "requires": {
        "abstract-leveldown": "3.0.0",
        "async": "2.6.2",
        "bip39": "2.5.0",
        "cachedown": "1.0.0",
        "clone": "2.1.2",
        "debug": "3.2.6",
        "encoding-down": "5.0.4",
        "eth-sig-util": "2.3.0",
        "ethereumjs-abi": "0.6.7",
        "ethereumjs-account": "3.0.0",
        "ethereumjs-block": "2.2.2",
        "ethereumjs-common": "1.5.0",
        "ethereumjs-tx": "2.1.2",
        "ethereumjs-util": "6.2.0",
        "ethereumjs-vm": "4.1.3",
        "heap": "0.2.6",
        "level-sublevel": "6.6.4",
        "levelup": "3.1.1",
        "lodash": "4.17.14",
        "merkle-patricia-tree": "2.3.2",
        "seedrandom": "3.0.1",
        "source-map-support": "0.5.12",
        "tmp": "0.1.0",
        "web3-provider-engine": "14.2.1",
        "websocket": "1.0.29"
      },
      "dependencies": {
        "abstract-leveldown": {
          "version": "3.0.0",
          "resolved": "https://registry.yarnpkg.com/abstract-leveldown/-/abstract-leveldown-3.0.0.tgz",
          "integrity": "sha1-XLiflYpE9SZ3nXQNFEDnQ+DDClc=",
          "requires": {
            "xtend": "4.0.2"
          }
        },
        "async": {
          "version": "2.6.2",
          "resolved": "https://registry.yarnpkg.com/async/-/async-2.6.2.tgz",
          "integrity": "sha1-GDMOp+bjE4h/XS8qkEusb+TdU4E=",
          "requires": {
            "lodash": "4.17.19"
          },
          "dependencies": {
            "lodash": {
              "version": "4.17.19",
              "resolved": "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz",
              "integrity": "sha1-5I3e2+MLMyF4PFtDAfvTU7weSks="
            }
          }
        },
        "bip39": {
          "version": "2.5.0",
          "resolved": "https://registry.yarnpkg.com/bip39/-/bip39-2.5.0.tgz",
          "integrity": "sha1-UcvVF5RgUEpj6jwADbP3h8oFEjU=",
          "requires": {
            "create-hash": "1.2.0",
            "pbkdf2": "3.0.17",
            "randombytes": "2.1.0",
            "safe-buffer": "5.2.0",
            "unorm": "1.6.0"
          }
        },
        "bn.js": {
          "version": "4.11.8",
          "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
          "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
        },
        "buffer": {
          "version": "5.4.3",
          "resolved": "https://registry.yarnpkg.com/buffer/-/buffer-5.4.3.tgz",
          "integrity": "sha1-P7ycaetxPTI+P8Gole7gcQwHIRU=",
          "requires": {
            "base64-js": "1.3.1",
            "ieee754": "1.1.13"
          }
        },
        "debug": {
          "version": "3.2.6",
          "resolved": "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz",
          "integrity": "sha1-6D0X3hbYp++3cX7b5fsQE17uYps=",
          "requires": {
            "ms": "2.1.2"
          }
        },
        "eth-sig-util": {
          "version": "2.3.0",
          "resolved": "https://registry.yarnpkg.com/eth-sig-util/-/eth-sig-util-2.3.0.tgz",
          "integrity": "sha1-xUpqyOh5b34l9Zz0Npgqkw5kUjE=",
          "requires": {
            "buffer": "5.4.3",
            "elliptic": "6.5.2",
            "ethereumjs-abi": "0.6.5",
            "ethereumjs-util": "5.2.0",
            "tweetnacl": "1.0.3",
            "tweetnacl-util": "0.15.0"
          },
          "dependencies": {
            "ethereumjs-abi": {
              "version": "0.6.5",
              "resolved": "https://registry.yarnpkg.com/ethereumjs-abi/-/ethereumjs-abi-0.6.5.tgz",
              "integrity": "sha1-WmN+8Wq0NHP6cqKa2QhxQFs/UkE=",
              "requires": {
                "bn.js": "4.11.8",
                "ethereumjs-util": "4.5.0"
              },
              "dependencies": {
                "ethereumjs-util": {
                  "version": "4.5.0",
                  "resolved": "https://registry.yarnpkg.com/ethereumjs-util/-/ethereumjs-util-4.5.0.tgz",
                  "integrity": "sha1-PpQosxfuvaPXJg2FT93alUsfG8Y=",
                  "requires": {
                    "bn.js": "4.11.8",
                    "create-hash": "1.2.0",
                    "keccakjs": "0.2.3",
                    "rlp": "2.2.4",
                    "secp256k1": "3.8.0"
                  }
                }
              }
            },
            "ethereumjs-util": {
              "version": "5.2.0",
              "resolved": "https://registry.yarnpkg.com/ethereumjs-util/-/ethereumjs-util-5.2.0.tgz",
              "integrity": "sha1-PgwNF0FHGs8QNgUtBIYj3uVK1kI=",
              "requires": {
                "bn.js": "4.11.8",
                "create-hash": "1.2.0",
                "ethjs-util": "0.1.6",
                "keccak": "1.4.0",
                "rlp": "2.2.4",
                "safe-buffer": "5.2.0",
                "secp256k1": "3.8.0"
              }
            },
            "keccak": {
              "version": "1.4.0",
              "resolved": "https://registry.yarnpkg.com/keccak/-/keccak-1.4.0.tgz",
              "integrity": "sha1-Vy+Kbb7o57OqQhVQ+eZAjKIYb4A=",
              "requires": {
                "bindings": "1.5.0",
                "inherits": "2.0.4",
                "nan": "2.14.0",
                "safe-buffer": "5.2.0"
              }
            }
          }
        },
        "ethereumjs-block": {
          "version": "2.2.2",
          "resolved": "https://registry.yarnpkg.com/ethereumjs-block/-/ethereumjs-block-2.2.2.tgz",
          "integrity": "sha1-x2VL5+It9In9ogYTns1j4unASWU=",
          "requires": {
            "async": "2.6.2",
            "ethereumjs-common": "1.5.0",
            "ethereumjs-tx": "2.1.1",
            "ethereumjs-util": "5.2.0",
            "merkle-patricia-tree": "2.3.2"
          },
          "dependencies": {
            "ethereumjs-tx": {
              "version": "2.1.1",
              "resolved": "https://registry.yarnpkg.com/ethereumjs-tx/-/ethereumjs-tx-2.1.1.tgz",
              "integrity": "sha1-fSBOKzGRVsm8bOxn6VKUJKJujMw=",
              "requires": {
                "ethereumjs-common": "1.4.0",
                "ethereumjs-util": "6.1.0"
              },
              "dependencies": {
                "ethereumjs-common": {
                  "version": "1.4.0",
                  "resolved": "https://registry.yarnpkg.com/ethereumjs-common/-/ethereumjs-common-1.4.0.tgz",
                  "integrity": "sha1-qUBoX4jzwlh+QGFjD+cgsInJZbg="
                },
                "ethereumjs-util": {
                  "version": "6.1.0",
                  "resolved": "https://registry.yarnpkg.com/ethereumjs-util/-/ethereumjs-util-6.1.0.tgz",
                  "integrity": "sha1-6cUeVUno69dXoznMAPU4BQfnmcg=",
                  "requires": {
                    "bn.js": "4.11.8",
                    "create-hash": "1.2.0",
                    "ethjs-util": "0.1.6",
                    "keccak": "1.4.0",
                    "rlp": "2.2.4",
                    "safe-buffer": "5.2.0",
                    "secp256k1": "3.8.0"
                  }
                }
              }
            },
            "ethereumjs-util": {
              "version": "5.2.0",
              "resolved": "https://registry.yarnpkg.com/ethereumjs-util/-/ethereumjs-util-5.2.0.tgz",
              "integrity": "sha1-PgwNF0FHGs8QNgUtBIYj3uVK1kI=",
              "requires": {
                "bn.js": "4.11.8",
                "create-hash": "1.2.0",
                "ethjs-util": "0.1.6",
                "keccak": "1.4.0",
                "rlp": "2.2.4",
                "safe-buffer": "5.2.0",
                "secp256k1": "3.8.0"
              }
            },
            "keccak": {
              "version": "1.4.0",
              "resolved": "https://registry.yarnpkg.com/keccak/-/keccak-1.4.0.tgz",
              "integrity": "sha1-Vy+Kbb7o57OqQhVQ+eZAjKIYb4A=",
              "requires": {
                "bindings": "1.5.0",
                "inherits": "2.0.4",
                "nan": "2.14.0",
                "safe-buffer": "5.2.0"
              }
            }
          }
        },
        "ethereumjs-tx": {
          "version": "2.1.2",
          "resolved": "https://registry.yarnpkg.com/ethereumjs-tx/-/ethereumjs-tx-2.1.2.tgz",
          "integrity": "sha1-Xf52iL8Xe0XJoj+Gz5EE1H6jX+0=",
          "requires": {
            "ethereumjs-common": "1.5.0",
            "ethereumjs-util": "6.1.0"
          },
          "dependencies": {
            "ethereumjs-util": {
              "version": "6.1.0",
              "resolved": "https://registry.yarnpkg.com/ethereumjs-util/-/ethereumjs-util-6.1.0.tgz",
              "integrity": "sha1-6cUeVUno69dXoznMAPU4BQfnmcg=",
              "requires": {
                "bn.js": "4.11.8",
                "create-hash": "1.2.0",
                "ethjs-util": "0.1.6",
                "keccak": "1.4.0",
                "rlp": "2.2.4",
                "safe-buffer": "5.2.0",
                "secp256k1": "3.8.0"
              }
            },
            "keccak": {
              "version": "1.4.0",
              "resolved": "https://registry.yarnpkg.com/keccak/-/keccak-1.4.0.tgz",
              "integrity": "sha1-Vy+Kbb7o57OqQhVQ+eZAjKIYb4A=",
              "requires": {
                "bindings": "1.5.0",
                "inherits": "2.0.4",
                "nan": "2.14.0",
                "safe-buffer": "5.2.0"
              }
            }
          }
        },
        "ethereumjs-util": {
          "version": "6.2.0",
          "resolved": "https://registry.yarnpkg.com/ethereumjs-util/-/ethereumjs-util-6.2.0.tgz",
          "integrity": "sha1-I+x5skiKfQQSQvAeJfJOWtA1eWA=",
          "requires": {
            "@types/bn.js": "4.11.6",
            "bn.js": "4.11.8",
            "create-hash": "1.2.0",
            "ethjs-util": "0.1.6",
            "keccak": "2.1.0",
            "rlp": "2.2.4",
            "secp256k1": "3.8.0"
          }
        },
        "ethereumjs-vm": {
          "version": "4.1.3",
          "resolved": "https://registry.yarnpkg.com/ethereumjs-vm/-/ethereumjs-vm-4.1.3.tgz",
          "integrity": "sha1-3I60X0fXddqfCyQ31eIIlv32bzc=",
          "requires": {
            "async": "2.6.3",
            "async-eventemitter": "0.2.4",
            "core-js-pure": "3.4.7",
            "ethereumjs-account": "3.0.0",
            "ethereumjs-block": "2.2.2",
            "ethereumjs-blockchain": "4.0.3",
            "ethereumjs-common": "1.5.0",
            "ethereumjs-tx": "2.1.2",
            "ethereumjs-util": "6.2.0",
            "fake-merkle-patricia-tree": "1.0.1",
            "functional-red-black-tree": "1.0.1",
            "merkle-patricia-tree": "2.3.2",
            "rustbn.js": "0.2.0",
            "safe-buffer": "5.2.0",
            "util.promisify": "1.0.0"
          },
          "dependencies": {
            "async": {
              "version": "2.6.3",
              "resolved": "https://registry.yarnpkg.com/async/-/async-2.6.3.tgz",
              "integrity": "sha1-1yYl4jRKNlbjo61Pp0n6gymdgv8=",
              "requires": {
                "lodash": "4.17.19"
              }
            },
            "lodash": {
              "version": "4.17.19",
              "resolved": "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz",
              "integrity": "sha1-5I3e2+MLMyF4PFtDAfvTU7weSks="
            }
          }
        },
        "keccak": {
          "version": "2.1.0",
          "resolved": "https://registry.yarnpkg.com/keccak/-/keccak-2.1.0.tgz",
          "integrity": "sha1-c06lPy7c/Q9CzbjV9MNY/vBSdSs=",
          "requires": {
            "bindings": "1.5.0",
            "inherits": "2.0.4",
            "nan": "2.14.0",
            "safe-buffer": "5.2.0"
          }
        },
        "lodash": {
          "version": "4.17.14",
          "resolved": "https://registry.yarnpkg.com/lodash/-/lodash-4.17.14.tgz",
          "integrity": "sha1-nOSHrmbJYlT+ILWZ8htoFgKAeLo="
        },
        "source-map": {
          "version": "0.6.1",
          "resolved": "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz",
          "integrity": "sha1-dHIq8y6WFOnCh6jQu95IteLxomM="
        },
        "source-map-support": {
          "version": "0.5.12",
          "resolved": "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.12.tgz",
          "integrity": "sha1-tPOxDVGFelrwE4086AA7IBYT1Zk=",
          "requires": {
            "buffer-from": "1.1.1",
            "source-map": "0.6.1"
          }
        },
        "web3": {
          "version": "1.2.4",
          "resolved": "https://registry.yarnpkg.com/web3/-/web3-1.2.4.tgz",
          "integrity": "sha1-bnq3me78m0ZIwtq2MAP3BKHV59k=",
          "requires": {
            "@types/node": "12.12.19",
            "web3-bzz": "1.2.4",
            "web3-core": "1.2.4",
            "web3-eth": "1.2.4",
            "web3-eth-personal": "1.2.4",
            "web3-net": "1.2.4",
            "web3-shh": "1.2.4",
            "web3-utils": "1.2.4"
          }
        },
        "web3-bzz": {
          "version": "1.2.4",
          "resolved": "https://registry.yarnpkg.com/web3-bzz/-/web3-bzz-1.2.4.tgz",
          "integrity": "sha1-pK23qMuj0mDeZJvbHxTtNZv7OCE=",
          "requires": {
            "@types/node": "10.17.13",
            "got": "9.6.0",
            "swarm-js": "0.1.39",
            "underscore": "1.9.1"
          },
          "dependencies": {
            "@types/node": {
              "version": "10.17.13",
              "resolved": "https://registry.yarnpkg.com/@types/node/-/node-10.17.13.tgz",
              "integrity": "sha1-zOvNuZC9YTnNFuhMOdwvsQI8qQw="
            }
          }
        },
        "web3-core": {
          "version": "1.2.4",
          "resolved": "https://registry.yarnpkg.com/web3-core/-/web3-core-1.2.4.tgz",
          "integrity": "sha1-LfE7l43PxZwquqiH0n+I8hrZqdY=",
          "requires": {
            "@types/bignumber.js": "5.0.0",
            "@types/bn.js": "4.11.6",
            "@types/node": "12.12.19",
            "web3-core-helpers": "1.2.4",
            "web3-core-method": "1.2.4",
            "web3-core-requestmanager": "1.2.4",
            "web3-utils": "1.2.4"
          }
        },
        "web3-core-helpers": {
          "version": "1.2.4",
          "resolved": "https://registry.yarnpkg.com/web3-core-helpers/-/web3-core-helpers-1.2.4.tgz",
          "integrity": "sha1-/9Qlhh9NZrPzjfAyr9s56glx/A8=",
          "requires": {
            "underscore": "1.9.1",
            "web3-eth-iban": "1.2.4",
            "web3-utils": "1.2.4"
          }
        },
        "web3-core-method": {
          "version": "1.2.4",
          "resolved": "https://registry.yarnpkg.com/web3-core-method/-/web3-core-method-1.2.4.tgz",
          "integrity": "sha1-oPvFC4/1/SFAIUNcwsbR4RWAeu0=",
          "requires": {
            "underscore": "1.9.1",
            "web3-core-helpers": "1.2.4",
            "web3-core-promievent": "1.2.4",
            "web3-core-subscriptions": "1.2.4",
            "web3-utils": "1.2.4"
          }
        },
        "web3-core-promievent": {
          "version": "1.2.4",
          "resolved": "https://registry.yarnpkg.com/web3-core-promievent/-/web3-core-promievent-1.2.4.tgz",
          "integrity": "sha1-deXA8pQAKHIs3SG6UD69ZSct9ss=",
          "requires": {
            "any-promise": "1.3.0",
            "eventemitter3": "3.1.2"
          }
        },
        "web3-core-requestmanager": {
          "version": "1.2.4",
          "resolved": "https://registry.yarnpkg.com/web3-core-requestmanager/-/web3-core-requestmanager-1.2.4.tgz",
          "integrity": "sha1-CnAgoj+5HGkTxhHf09jDmNHktKg=",
          "requires": {
            "underscore": "1.9.1",
            "web3-core-helpers": "1.2.4",
            "web3-providers-http": "1.2.4",
            "web3-providers-ipc": "1.2.4",
            "web3-providers-ws": "1.2.4"
          }
        },
        "web3-core-subscriptions": {
          "version": "1.2.4",
          "resolved": "https://registry.yarnpkg.com/web3-core-subscriptions/-/web3-core-subscriptions-1.2.4.tgz",
          "integrity": "sha1-DcCVtc/YK6pSejl5bjUVqEayG5k=",
          "requires": {
            "eventemitter3": "3.1.2",
            "underscore": "1.9.1",
            "web3-core-helpers": "1.2.4"
          }
        },
        "web3-eth": {
          "version": "1.2.4",
          "resolved": "https://registry.yarnpkg.com/web3-eth/-/web3-eth-1.2.4.tgz",
          "integrity": "sha1-JMOx8ax5NRu/uAiyq1xYX6V83QA=",
          "requires": {
            "underscore": "1.9.1",
            "web3-core": "1.2.4",
            "web3-core-helpers": "1.2.4",
            "web3-core-method": "1.2.4",
            "web3-core-subscriptions": "1.2.4",
            "web3-eth-abi": "1.2.4",
            "web3-eth-accounts": "1.2.4",
            "web3-eth-contract": "1.2.4",
            "web3-eth-ens": "1.2.4",
            "web3-eth-iban": "1.2.4",
            "web3-eth-personal": "1.2.4",
            "web3-net": "1.2.4",
            "web3-utils": "1.2.4"
          }
        },
        "web3-eth-abi": {
          "version": "1.2.4",
          "resolved": "https://registry.yarnpkg.com/web3-eth-abi/-/web3-eth-abi-1.2.4.tgz",
          "integrity": "sha1-W3Pl73CwOZkicGbV0TELFohF4rg=",
          "requires": {
            "ethers": "4.0.0-beta.3",
            "underscore": "1.9.1",
            "web3-utils": "1.2.4"
          }
        },
        "web3-eth-accounts": {
          "version": "1.2.4",
          "resolved": "https://registry.yarnpkg.com/web3-eth-accounts/-/web3-eth-accounts-1.2.4.tgz",
          "integrity": "sha1-rabtxJVCNUMoqFyvqwZ6zX+Iwog=",
          "requires": {
            "@web3-js/scrypt-shim": "0.1.0",
            "any-promise": "1.3.0",
            "crypto-browserify": "3.12.0",
            "eth-lib": "0.2.7",
            "ethereumjs-common": "1.4.0",
            "ethereumjs-tx": "2.1.1",
            "underscore": "1.9.1",
            "uuid": "3.3.2",
            "web3-core": "1.2.4",
            "web3-core-helpers": "1.2.4",
            "web3-core-method": "1.2.4",
            "web3-utils": "1.2.4"
          },
          "dependencies": {
            "ethereumjs-common": {
              "version": "1.4.0",
              "resolved": "https://registry.yarnpkg.com/ethereumjs-common/-/ethereumjs-common-1.4.0.tgz",
              "integrity": "sha1-qUBoX4jzwlh+QGFjD+cgsInJZbg="
            },
            "ethereumjs-tx": {
              "version": "2.1.1",
              "resolved": "https://registry.yarnpkg.com/ethereumjs-tx/-/ethereumjs-tx-2.1.1.tgz",
              "integrity": "sha1-fSBOKzGRVsm8bOxn6VKUJKJujMw=",
              "requires": {
                "ethereumjs-common": "1.4.0",
                "ethereumjs-util": "6.1.0"
              }
            },
            "ethereumjs-util": {
              "version": "6.1.0",
              "resolved": "https://registry.yarnpkg.com/ethereumjs-util/-/ethereumjs-util-6.1.0.tgz",
              "integrity": "sha1-6cUeVUno69dXoznMAPU4BQfnmcg=",
              "requires": {
                "bn.js": "4.11.8",
                "create-hash": "1.2.0",
                "ethjs-util": "0.1.6",
                "keccak": "1.4.0",
                "rlp": "2.2.4",
                "safe-buffer": "5.2.0",
                "secp256k1": "3.8.0"
              }
            },
            "keccak": {
              "version": "1.4.0",
              "resolved": "https://registry.yarnpkg.com/keccak/-/keccak-1.4.0.tgz",
              "integrity": "sha1-Vy+Kbb7o57OqQhVQ+eZAjKIYb4A=",
              "requires": {
                "bindings": "1.5.0",
                "inherits": "2.0.4",
                "nan": "2.14.0",
                "safe-buffer": "5.2.0"
              }
            }
          }
        },
        "web3-eth-contract": {
          "version": "1.2.4",
          "resolved": "https://registry.yarnpkg.com/web3-eth-contract/-/web3-eth-contract-1.2.4.tgz",
          "integrity": "sha1-aO98xjMjJ3mwosUGqBD76QNXWIY=",
          "requires": {
            "@types/bn.js": "4.11.6",
            "underscore": "1.9.1",
            "web3-core": "1.2.4",
            "web3-core-helpers": "1.2.4",
            "web3-core-method": "1.2.4",
            "web3-core-promievent": "1.2.4",
            "web3-core-subscriptions": "1.2.4",
            "web3-eth-abi": "1.2.4",
            "web3-utils": "1.2.4"
          }
        },
        "web3-eth-ens": {
          "version": "1.2.4",
          "resolved": "https://registry.yarnpkg.com/web3-eth-ens/-/web3-eth-ens-1.2.4.tgz",
          "integrity": "sha1-uVs6qZ+x41yAK54CpEwwRqP6Bl4=",
          "requires": {
            "eth-ens-namehash": "2.0.8",
            "underscore": "1.9.1",
            "web3-core": "1.2.4",
            "web3-core-helpers": "1.2.4",
            "web3-core-promievent": "1.2.4",
            "web3-eth-abi": "1.2.4",
            "web3-eth-contract": "1.2.4",
            "web3-utils": "1.2.4"
          }
        },
        "web3-eth-iban": {
          "version": "1.2.4",
          "resolved": "https://registry.yarnpkg.com/web3-eth-iban/-/web3-eth-iban-1.2.4.tgz",
          "integrity": "sha1-jgVQ/T/Y5Ho5NX2H/ife6Ug+5HY=",
          "requires": {
            "bn.js": "4.11.8",
            "web3-utils": "1.2.4"
          }
        },
        "web3-eth-personal": {
          "version": "1.2.4",
          "resolved": "https://registry.yarnpkg.com/web3-eth-personal/-/web3-eth-personal-1.2.4.tgz",
          "integrity": "sha1-MiTMpoUcljR9l5mxLBtnsqbrIys=",
          "requires": {
            "@types/node": "12.12.19",
            "web3-core": "1.2.4",
            "web3-core-helpers": "1.2.4",
            "web3-core-method": "1.2.4",
            "web3-net": "1.2.4",
            "web3-utils": "1.2.4"
          }
        },
        "web3-net": {
          "version": "1.2.4",
          "resolved": "https://registry.yarnpkg.com/web3-net/-/web3-net-1.2.4.tgz",
          "integrity": "sha1-HSRkBtOq/785wDDk6YvODKXyVFg=",
          "requires": {
            "web3-core": "1.2.4",
            "web3-core-method": "1.2.4",
            "web3-utils": "1.2.4"
          }
        },
        "web3-providers-http": {
          "version": "1.2.4",
          "resolved": "https://registry.yarnpkg.com/web3-providers-http/-/web3-providers-http-1.2.4.tgz",
          "integrity": "sha1-UU/K1xrneDLCwVV0KWKC+7xfSmc=",
          "requires": {
            "web3-core-helpers": "1.2.4",
            "xhr2-cookies": "1.1.0"
          }
        },
        "web3-providers-ipc": {
          "version": "1.2.4",
          "resolved": "https://registry.yarnpkg.com/web3-providers-ipc/-/web3-providers-ipc-1.2.4.tgz",
          "integrity": "sha1-nWZZ+NRJQ/s2m3OfSN8JCSvkWb0=",
          "requires": {
            "oboe": "2.1.4",
            "underscore": "1.9.1",
            "web3-core-helpers": "1.2.4"
          }
        },
        "web3-providers-ws": {
          "version": "1.2.4",
          "resolved": "https://registry.yarnpkg.com/web3-providers-ws/-/web3-providers-ws-1.2.4.tgz",
          "integrity": "sha1-CZ7ice4D9upPXfnP6WnoP0zg428=",
          "requires": {
            "@web3-js/websocket": "1.0.30",
            "underscore": "1.9.1",
            "web3-core-helpers": "1.2.4"
          }
        },
        "web3-shh": {
          "version": "1.2.4",
          "resolved": "https://registry.yarnpkg.com/web3-shh/-/web3-shh-1.2.4.tgz",
          "integrity": "sha1-XI/1q2JKOxTwivDSTSsWwQ6fcN0=",
          "requires": {
            "web3-core": "1.2.4",
            "web3-core-method": "1.2.4",
            "web3-core-subscriptions": "1.2.4",
            "web3-net": "1.2.4"
          }
        },
        "web3-utils": {
          "version": "1.2.4",
          "resolved": "https://registry.yarnpkg.com/web3-utils/-/web3-utils-1.2.4.tgz",
          "integrity": "sha1-loMqOaZrBb+IYqWwva0nmdcJ2VE=",
          "requires": {
            "bn.js": "4.11.8",
            "eth-lib": "0.2.7",
            "ethereum-bloom-filters": "1.0.6",
            "ethjs-unit": "0.1.6",
            "number-to-bn": "1.7.0",
            "randombytes": "2.1.0",
            "underscore": "1.9.1",
            "utf8": "3.0.0"
          }
        }
      }
    },
    "gar": {
      "version": "1.0.4",
      "resolved": "https://registry.yarnpkg.com/gar/-/gar-1.0.4.tgz",
      "integrity": "sha1-93e8fbQlwFcv3rUmdhcsoa6YiLg="
    },
    "gensync": {
      "version": "1.0.0-beta.1",
      "resolved": "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.1.tgz",
      "integrity": "sha1-WPQ2H/mH5f9uHnohCCeqNx6qwmk="
    },
    "get-caller-file": {
      "version": "2.0.5",
      "resolved": "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz",
      "integrity": "sha1-T5RBKoLbMvNuOwuXQfipf+sDH34="
    },
    "get-folder-size": {
      "version": "2.0.1",
      "resolved": "https://registry.yarnpkg.com/get-folder-size/-/get-folder-size-2.0.1.tgz",
      "integrity": "sha1-P+BSTdO60FJX7xMRMxQXvNAgpJc=",
      "requires": {
        "gar": "1.0.4",
        "tiny-each-async": "2.0.3"
      }
    },
    "get-iterator": {
      "version": "1.0.2",
      "resolved": "https://registry.yarnpkg.com/get-iterator/-/get-iterator-1.0.2.tgz",
      "integrity": "sha1-zXR8ArTAhEYfrBT0j2tFqA7SXII="
    },
    "get-package-type": {
      "version": "0.1.0",
      "resolved": "https://registry.yarnpkg.com/get-package-type/-/get-package-type-0.1.0.tgz",
      "integrity": "sha1-jeLYA8/0TfO8bEVuZmizbDkm4Ro="
    },
    "get-stdin": {
      "version": "6.0.0",
      "resolved": "https://registry.yarnpkg.com/get-stdin/-/get-stdin-6.0.0.tgz",
      "integrity": "sha1-ngm/cSs2CrkiXoEgSPcf3pyJZXs="
    },
    "get-stream": {
      "version": "5.1.0",
      "resolved": "https://registry.yarnpkg.com/get-stream/-/get-stream-5.1.0.tgz",
      "integrity": "sha1-ASA83JJZf5uQkGfD5lbMH008Tck=",
      "requires": {
        "pump": "3.0.0"
      }
    },
    "get-them-args": {
      "version": "1.3.2",
      "resolved": "https://registry.yarnpkg.com/get-them-args/-/get-them-args-1.3.2.tgz",
      "integrity": "sha1-dKILqKSr7OWuGZrQPyvMaP38m6U="
    },
    "get-value": {
      "version": "2.0.6",
      "resolved": "https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz",
      "integrity": "sha1-3BXKHGcjh8p2vTesCjlbogQqLCg="
    },
    "getpass": {
      "version": "0.1.7",
      "resolved": "https://registry.yarnpkg.com/getpass/-/getpass-0.1.7.tgz",
      "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=",
      "requires": {
        "assert-plus": "1.0.0"
      }
    },
    "git-clone": {
      "version": "0.1.0",
      "resolved": "https://registry.yarnpkg.com/git-clone/-/git-clone-0.1.0.tgz",
      "integrity": "sha1-DXYWN3gJOu9/HDAjjyqe8/B6Lrk="
    },
    "glob": {
      "version": "7.1.6",
      "resolved": "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz",
      "integrity": "sha1-FB8zuBp8JJLhJVlDB0gMRmeSeKY=",
      "requires": {
        "fs.realpath": "1.0.0",
        "inflight": "1.0.6",
        "inherits": "2.0.4",
        "minimatch": "3.0.4",
        "once": "1.4.0",
        "path-is-absolute": "1.0.1"
      }
    },
    "glob-parent": {
      "version": "5.1.1",
      "resolved": "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.1.tgz",
      "integrity": "sha1-tsHvQXxOVmPqSY8cRa+saRa7wik=",
      "requires": {
        "is-glob": "4.0.1"
      }
    },
    "global": {
      "version": "4.3.2",
      "resolved": "https://registry.yarnpkg.com/global/-/global-4.3.2.tgz",
      "integrity": "sha1-52mJJopsdMOJCLEwWxD8DjlOnQ8=",
      "requires": {
        "min-document": "2.19.0",
        "process": "0.5.2"
      }
    },
    "global-dirs": {
      "version": "2.0.1",
      "resolved": "https://registry.yarnpkg.com/global-dirs/-/global-dirs-2.0.1.tgz",
      "integrity": "sha1-rN87tmhbzVXLNeigUiZlaelGkgE=",
      "requires": {
        "ini": "1.3.5"
      }
    },
    "globals": {
      "version": "11.12.0",
      "resolved": "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz",
      "integrity": "sha1-q4eVM4hooLq9hSV1gBjCp+uVxC4="
    },
    "globby": {
      "version": "11.0.1",
      "resolved": "https://registry.yarnpkg.com/globby/-/globby-11.0.1.tgz",
      "integrity": "sha1-mivxB6Bo8//qvEmtcCx57ejP01c=",
      "requires": {
        "array-union": "2.1.0",
        "dir-glob": "3.0.1",
        "fast-glob": "3.2.2",
        "ignore": "5.1.8",
        "merge2": "1.3.0",
        "slash": "3.0.0"
      }
    },
    "go-platform": {
      "version": "1.0.0",
      "resolved": "https://registry.yarnpkg.com/go-platform/-/go-platform-1.0.0.tgz",
      "integrity": "sha1-sF/2uSdAB9JGsWQjXwP39qWWJsc="
    },
    "got": {
      "version": "9.6.0",
      "resolved": "https://registry.yarnpkg.com/got/-/got-9.6.0.tgz",
      "integrity": "sha1-7fRefWf5lUVwXeH3u+7rEhdl7YU=",
      "requires": {
        "@sindresorhus/is": "0.14.0",
        "@szmarczak/http-timer": "1.1.2",
        "cacheable-request": "6.1.0",
        "decompress-response": "3.3.0",
        "duplexer3": "0.1.4",
        "get-stream": "4.1.0",
        "lowercase-keys": "1.0.1",
        "mimic-response": "1.0.1",
        "p-cancelable": "1.1.0",
        "to-readable-stream": "1.0.0",
        "url-parse-lax": "3.0.0"
      },
      "dependencies": {
        "get-stream": {
          "version": "4.1.0",
          "resolved": "https://registry.yarnpkg.com/get-stream/-/get-stream-4.1.0.tgz",
          "integrity": "sha1-wbJVV189wh1Zv8ec09K0axw6VLU=",
          "requires": {
            "pump": "3.0.0"
          }
        }
      }
    },
    "graceful-fs": {
      "version": "4.2.4",
      "resolved": "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.4.tgz",
      "integrity": "sha1-Ila94U02MpWMRl68ltxGfKB6Kfs="
    },
    "graceful-readlink": {
      "version": "1.0.1",
      "resolved": "https://registry.yarnpkg.com/graceful-readlink/-/graceful-readlink-1.0.1.tgz",
      "integrity": "sha1-TK+tdrxi8C+gObL5Tpo906ORpyU="
    },
    "graphql": {
      "version": "15.1.0",
      "resolved": "https://registry.yarnpkg.com/graphql/-/graphql-15.1.0.tgz",
      "integrity": "sha1-uT4o3oBSlOwI4WMNkB21UMuJYKE="
    },
    "graphql-tag": {
      "version": "2.10.3",
      "resolved": "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.10.3.tgz",
      "integrity": "sha1-6hurpeuPxjOeTEzwSdq+UisO3wM="
    },
    "growl": {
      "version": "1.10.5",
      "resolved": "https://registry.yarnpkg.com/growl/-/growl-1.10.5.tgz",
      "integrity": "sha1-8nNdwig2dPpnR4sQGBBZNVw2nl4="
    },
    "har-schema": {
      "version": "2.0.0",
      "resolved": "https://registry.yarnpkg.com/har-schema/-/har-schema-2.0.0.tgz",
      "integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI="
    },
    "har-validator": {
      "version": "5.1.3",
      "resolved": "https://registry.yarnpkg.com/har-validator/-/har-validator-5.1.3.tgz",
      "integrity": "sha1-HvievT5JllV2de7ZiTEQ3DUPoIA=",
      "requires": {
        "ajv": "6.12.3",
        "har-schema": "2.0.0"
      }
    },
    "has": {
      "version": "1.0.3",
      "resolved": "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz",
      "integrity": "sha1-ci18v8H2qoJB8W3YFOAR4fQeh5Y=",
      "requires": {
        "function-bind": "1.1.1"
      }
    },
    "has-ansi": {
      "version": "2.0.0",
      "resolved": "https://registry.yarnpkg.com/has-ansi/-/has-ansi-2.0.0.tgz",
      "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=",
      "requires": {
        "ansi-regex": "2.1.1"
      }
    },
    "has-flag": {
      "version": "4.0.0",
      "resolved": "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz",
      "integrity": "sha1-lEdx/ZyByBJlxNaUGGDaBrtZR5s="
    },
    "has-symbol-support-x": {
      "version": "1.4.2",
      "resolved": "https://registry.yarnpkg.com/has-symbol-support-x/-/has-symbol-support-x-1.4.2.tgz",
      "integrity": "sha1-FAn5i8ACR9pF2mfO4KNvKC/yZFU="
    },
    "has-symbols": {
      "version": "1.0.1",
      "resolved": "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.1.tgz",
      "integrity": "sha1-n1IUdYpEGWxAbZvXbOv4HsLdMeg="
    },
    "has-to-string-tag-x": {
      "version": "1.4.1",
      "resolved": "https://registry.yarnpkg.com/has-to-string-tag-x/-/has-to-string-tag-x-1.4.1.tgz",
      "integrity": "sha1-oEWrOD17SyASoAFIqwql8pAETU0=",
      "requires": {
        "has-symbol-support-x": "1.4.2"
      }
    },
    "has-value": {
      "version": "1.0.0",
      "resolved": "https://registry.yarnpkg.com/has-value/-/has-value-1.0.0.tgz",
      "integrity": "sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc=",
      "requires": {
        "get-value": "2.0.6",
        "has-values": "1.0.0",
        "isobject": "3.0.1"
      }
    },
    "has-values": {
      "version": "1.0.0",
      "resolved": "https://registry.yarnpkg.com/has-values/-/has-values-1.0.0.tgz",
      "integrity": "sha1-lbC2P+whRmGab+V/51Yo1aOe/k8=",
      "requires": {
        "is-number": "3.0.0",
        "kind-of": "4.0.0"
      },
      "dependencies": {
        "is-buffer": {
          "version": "1.1.6",
          "resolved": "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz",
          "integrity": "sha1-76ouqdqg16suoTqXsritUf776L4="
        },
        "kind-of": {
          "version": "4.0.0",
          "resolved": "https://registry.yarnpkg.com/kind-of/-/kind-of-4.0.0.tgz",
          "integrity": "sha1-IIE989cSkosgc3hpGkUGb65y3Vc=",
          "requires": {
            "is-buffer": "1.1.6"
          }
        }
      }
    },
    "has-yarn": {
      "version": "2.1.0",
      "resolved": "https://registry.yarnpkg.com/has-yarn/-/has-yarn-2.1.0.tgz",
      "integrity": "sha1-E34RNUp7W/EapctknPDG8/8rLnc="
    },
    "hash-base": {
      "version": "3.0.4",
      "resolved": "https://registry.yarnpkg.com/hash-base/-/hash-base-3.0.4.tgz",
      "integrity": "sha1-X8hoaEfs1zSZQDMZprCj8/auSRg=",
      "requires": {
        "inherits": "2.0.4",
        "safe-buffer": "5.2.0"
      }
    },
    "hash.js": {
      "version": "1.1.3",
      "resolved": "https://registry.yarnpkg.com/hash.js/-/hash.js-1.1.3.tgz",
      "integrity": "sha1-NA3tvmKQGHFRweodd3o0SJNd+EY=",
      "requires": {
        "inherits": "2.0.4",
        "minimalistic-assert": "1.0.1"
      }
    },
    "hasha": {
      "version": "5.2.0",
      "resolved": "https://registry.yarnpkg.com/hasha/-/hasha-5.2.0.tgz",
      "integrity": "sha1-MwlNH2nECkpqx75T1f4/+Vomngw=",
      "requires": {
        "is-stream": "2.0.0",
        "type-fest": "0.8.1"
      },
      "dependencies": {
        "is-stream": {
          "version": "2.0.0",
          "resolved": "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.0.tgz",
          "integrity": "sha1-venDJoDW+uBBKdasnZIc54FfeOM="
        }
      }
    },
    "hdkey": {
      "version": "1.1.1",
      "resolved": "https://registry.yarnpkg.com/hdkey/-/hdkey-1.1.1.tgz",
      "integrity": "sha1-wrO/1Yg/+VKbcvLwiyi+CXKp9ko=",
      "requires": {
        "coinstring": "2.3.0",
        "safe-buffer": "5.2.0",
        "secp256k1": "3.8.0"
      }
    },
    "he": {
      "version": "1.2.0",
      "resolved": "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz",
      "integrity": "sha1-hK5l+n6vsWX922FWauFLrwVmTw8="
    },
    "heap": {
      "version": "0.2.6",
      "resolved": "https://registry.yarnpkg.com/heap/-/heap-0.2.6.tgz",
      "integrity": "sha1-CH4fELBGky/IWU3Z5tN4r8nR5aw="
    },
    "hi-base32": {
      "version": "0.5.0",
      "resolved": "https://registry.yarnpkg.com/hi-base32/-/hi-base32-0.5.0.tgz",
      "integrity": "sha1-YTKfdqMfMQCFM/HDbyRz4lnWRXE="
    },
    "hmac-drbg": {
      "version": "1.0.1",
      "resolved": "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz",
      "integrity": "sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=",
      "requires": {
        "hash.js": "1.1.7",
        "minimalistic-assert": "1.0.1",
        "minimalistic-crypto-utils": "1.0.1"
      },
      "dependencies": {
        "hash.js": {
          "version": "1.1.7",
          "resolved": "https://registry.yarnpkg.com/hash.js/-/hash.js-1.1.7.tgz",
          "integrity": "sha1-C6vKU46NTuSg+JiNaIZlN6ADz0I=",
          "requires": {
            "inherits": "2.0.4",
            "minimalistic-assert": "1.0.1"
          }
        }
      }
    },
    "home-or-tmp": {
      "version": "2.0.0",
      "resolved": "https://registry.yarnpkg.com/home-or-tmp/-/home-or-tmp-2.0.0.tgz",
      "integrity": "sha1-42w/LSyufXRqhX440Y1fMqeILbg=",
      "requires": {
        "os-homedir": "1.0.2",
        "os-tmpdir": "1.0.2"
      }
    },
    "homedir": {
      "version": "0.6.0",
      "resolved": "https://registry.yarnpkg.com/homedir/-/homedir-0.6.0.tgz",
      "integrity": "sha1-KyHbZr8Ipts4JJo+/1LX0YcGrx4="
    },
    "hosted-git-info": {
      "version": "2.8.8",
      "resolved": "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.8.tgz",
      "integrity": "sha1-dTm9S8Hg4KiVgVouAmJCCxKFhIg="
    },
    "html-escaper": {
      "version": "2.0.2",
      "resolved": "https://registry.yarnpkg.com/html-escaper/-/html-escaper-2.0.2.tgz",
      "integrity": "sha1-39YAJ9o2o238viNiYsAKWCJoFFM="
    },
    "http-cache-semantics": {
      "version": "4.1.0",
      "resolved": "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz",
      "integrity": "sha1-SekcXL82yblLz81xwj1SSex045A="
    },
    "http-errors": {
      "version": "1.7.2",
      "resolved": "https://registry.yarnpkg.com/http-errors/-/http-errors-1.7.2.tgz",
      "integrity": "sha1-T1ApzxMjnzEDblsuVSkrz7zIXI8=",
      "requires": {
        "depd": "1.1.2",
        "inherits": "2.0.3",
        "setprototypeof": "1.1.1",
        "statuses": "1.5.0",
        "toidentifier": "1.0.0"
      },
      "dependencies": {
        "inherits": {
          "version": "2.0.3",
          "resolved": "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz",
          "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4="
        }
      }
    },
    "http-https": {
      "version": "1.0.0",
      "resolved": "https://registry.yarnpkg.com/http-https/-/http-https-1.0.0.tgz",
      "integrity": "sha1-L5CN1fHbQGjAWM1ubUzjkskTOJs="
    },
    "http-proxy": {
      "version": "1.18.0",
      "resolved": "https://registry.yarnpkg.com/http-proxy/-/http-proxy-1.18.0.tgz",
      "integrity": "sha1-2+VfY+daNH2389mZdPJpKjFKajo=",
      "requires": {
        "eventemitter3": "4.0.0",
        "requires-port": "1.0.0",
        "follow-redirects": "1.5.10"
      },
      "dependencies": {
        "eventemitter3": {
          "version": "4.0.0",
          "resolved": "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-4.0.0.tgz",
          "integrity": "sha1-1lF2FjiH7lnzhtZMgmELaWpKdOs="
        }
      }
    },
    "http-server": {
      "version": "0.12.3",
      "resolved": "https://registry.yarnpkg.com/http-server/-/http-server-0.12.3.tgz",
      "integrity": "sha1-ugRx0OzEJYhmFss1xPryeRQKDTc=",
      "requires": {
        "basic-auth": "1.1.0",
        "colors": "1.4.0",
        "corser": "2.0.1",
        "ecstatic": "3.3.2",
        "http-proxy": "1.18.0",
        "minimist": "1.2.5",
        "opener": "1.5.1",
        "portfinder": "1.0.26",
        "secure-compare": "3.0.1",
        "union": "0.5.0"
      }
    },
    "http-signature": {
      "version": "1.2.0",
      "resolved": "https://registry.yarnpkg.com/http-signature/-/http-signature-1.2.0.tgz",
      "integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=",
      "requires": {
        "assert-plus": "1.0.0",
        "jsprim": "1.4.1",
        "sshpk": "1.16.1"
      }
    },
    "human-signals": {
      "version": "1.1.1",
      "resolved": "https://registry.yarnpkg.com/human-signals/-/human-signals-1.1.1.tgz",
      "integrity": "sha1-xbHNFPUK6uCatsWf5jujOV/k36M="
    },
    "iconv-lite": {
      "version": "0.4.24",
      "resolved": "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz",
      "integrity": "sha1-ICK0sl+93CHS9SSXSkdKr+czkIs=",
      "requires": {
        "safer-buffer": "2.1.2"
      }
    },
    "idna-uts46": {
      "version": "1.1.0",
      "resolved": "https://registry.yarnpkg.com/idna-uts46/-/idna-uts46-1.1.0.tgz",
      "integrity": "sha1-vgmLK3wcq/vvh6i4D2JvrDc2auo=",
      "requires": {
        "punycode": "2.1.1"
      }
    },
    "idna-uts46-hx": {
      "version": "2.3.1",
      "resolved": "https://registry.yarnpkg.com/idna-uts46-hx/-/idna-uts46-hx-2.3.1.tgz",
      "integrity": "sha1-odxcTfN+7lIr9m2WnMmA4A6HEfk=",
      "requires": {
        "punycode": "2.1.0"
      },
      "dependencies": {
        "punycode": {
          "version": "2.1.0",
          "resolved": "https://registry.yarnpkg.com/punycode/-/punycode-2.1.0.tgz",
          "integrity": "sha1-X4Y+3Im5bbCQdLrXlHvwkFbKTn0="
        }
      }
    },
    "ieee754": {
      "version": "1.1.13",
      "resolved": "https://registry.yarnpkg.com/ieee754/-/ieee754-1.1.13.tgz",
      "integrity": "sha1-7BaFWOlaoYH9h9N/VcMrvLZwi4Q="
    },
    "ignore": {
      "version": "5.1.8",
      "resolved": "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz",
      "integrity": "sha1-8VCotQo0KJsz4i9YiavU2AFvDlc="
    },
    "ignore-by-default": {
      "version": "2.0.0",
      "resolved": "https://registry.yarnpkg.com/ignore-by-default/-/ignore-by-default-2.0.0.tgz",
      "integrity": "sha1-U3CSAYVAZARZVp/nyMekCK9YEUY="
    },
    "immediate": {
      "version": "3.2.3",
      "resolved": "https://registry.yarnpkg.com/immediate/-/immediate-3.2.3.tgz",
      "integrity": "sha1-0UD6j2FGWb1lQSMwl92qwlzdmRw="
    },
    "import-fresh": {
      "version": "3.2.1",
      "resolved": "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.2.1.tgz",
      "integrity": "sha1-Yz/2GFBueTr1rJG/SLcmd+FcvmY=",
      "requires": {
        "parent-module": "1.0.1",
        "resolve-from": "4.0.0"
      },
      "dependencies": {
        "resolve-from": {
          "version": "4.0.0",
          "resolved": "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz",
          "integrity": "sha1-SrzYUq0y3Xuqv+m0DgCjbbXzkuY="
        }
      }
    },
    "import-lazy": {
      "version": "2.1.0",
      "resolved": "https://registry.yarnpkg.com/import-lazy/-/import-lazy-2.1.0.tgz",
      "integrity": "sha1-BWmOPUXIjo1+nZLLBYTnfwlvPkM="
    },
    "import-local": {
      "version": "3.0.2",
      "resolved": "https://registry.yarnpkg.com/import-local/-/import-local-3.0.2.tgz",
      "integrity": "sha1-qM/QQx0d5KIZlwPQA+PmI2T6bbY=",
      "requires": {
        "pkg-dir": "4.2.0",
        "resolve-cwd": "3.0.0"
      }
    },
    "import-modules": {
      "version": "2.0.0",
      "resolved": "https://registry.yarnpkg.com/import-modules/-/import-modules-2.0.0.tgz",
      "integrity": "sha1-nB4TtOehVoL3Cm4/opU05FQM/F0="
    },
    "imurmurhash": {
      "version": "0.1.4",
      "resolved": "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz",
      "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o="
    },
    "indent-string": {
      "version": "3.2.0",
      "resolved": "https://registry.yarnpkg.com/indent-string/-/indent-string-3.2.0.tgz",
      "integrity": "sha1-Sl/W0nzDMvN+VBmlBNu4NxBckok="
    },
    "inflight": {
      "version": "1.0.6",
      "resolved": "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz",
      "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
      "requires": {
        "once": "1.4.0",
        "wrappy": "1.0.2"
      }
    },
    "inherits": {
      "version": "2.0.4",
      "resolved": "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz",
      "integrity": "sha1-D6LGT5MpF8NDOg3tVTY6rjdBa3w="
    },
    "ini": {
      "version": "1.3.5",
      "resolved": "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz",
      "integrity": "sha1-7uJfVtscnsYIXgwid4CD9Zar+Sc="
    },
    "inquirer": {
      "version": "7.3.2",
      "resolved": "https://registry.yarnpkg.com/inquirer/-/inquirer-7.3.2.tgz",
      "integrity": "sha1-JSRdLjLcnzPb4m7qraIx2qZunHw=",
      "requires": {
        "ansi-escapes": "4.3.1",
        "chalk": "4.1.0",
        "cli-cursor": "3.1.0",
        "cli-width": "3.0.0",
        "external-editor": "3.1.0",
        "figures": "3.2.0",
        "lodash": "4.17.19",
        "mute-stream": "0.0.8",
        "run-async": "2.4.0",
        "rxjs": "6.6.0",
        "string-width": "4.2.0",
        "strip-ansi": "6.0.0",
        "through": "2.3.8"
      },
      "dependencies": {
        "ansi-escapes": {
          "version": "4.3.1",
          "resolved": "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-4.3.1.tgz",
          "integrity": "sha1-pcR8xDGB8fOP/XB2g3cA05VSKmE=",
          "requires": {
            "type-fest": "0.11.0"
          }
        },
        "cli-cursor": {
          "version": "3.1.0",
          "resolved": "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-3.1.0.tgz",
          "integrity": "sha1-JkMFp65JDR0Dvwybp8kl0XU68wc=",
          "requires": {
            "restore-cursor": "3.1.0"
          }
        },
        "restore-cursor": {
          "version": "3.1.0",
          "resolved": "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-3.1.0.tgz",
          "integrity": "sha1-OfZ8VLOnpYzqUjbZXPADQjljH34=",
          "requires": {
            "onetime": "5.1.0",
            "signal-exit": "3.0.3"
          }
        },
        "type-fest": {
          "version": "0.11.0",
          "resolved": "https://registry.yarnpkg.com/type-fest/-/type-fest-0.11.0.tgz",
          "integrity": "sha1-l6vwhyMQ/tiKXEZrJWgVdhReM/E="
        }
      }
    },
    "inquirer-autosubmit-prompt": {
      "version": "0.2.0",
      "resolved": "https://registry.yarnpkg.com/inquirer-autosubmit-prompt/-/inquirer-autosubmit-prompt-0.2.0.tgz",
      "integrity": "sha1-oQ+VKvT3usnEMBDj6eCJHX6NFaE=",
      "requires": {
        "chalk": "2.4.2",
        "inquirer": "6.5.2",
        "rxjs": "6.6.0"
      },
      "dependencies": {
        "ansi-regex": {
          "version": "4.1.0",
          "resolved": "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.0.tgz",
          "integrity": "sha1-i5+PCM8ay4Q3Vqg5yox+MWjFGZc="
        },
        "ansi-styles": {
          "version": "3.2.1",
          "resolved": "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz",
          "integrity": "sha1-QfuyAkPlCxK+DwS43tvwdSDOhB0=",
          "requires": {
            "color-convert": "1.9.3"
          }
        },
        "chalk": {
          "version": "2.4.2",
          "resolved": "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz",
          "integrity": "sha1-zUJUFnelQzPPVBpJEIwUMrRMlCQ=",
          "requires": {
            "ansi-styles": "3.2.1",
            "escape-string-regexp": "1.0.5",
            "supports-color": "5.5.0"
          }
        },
        "cli-width": {
          "version": "2.2.1",
          "resolved": "https://registry.yarnpkg.com/cli-width/-/cli-width-2.2.1.tgz",
          "integrity": "sha1-sEM9C06chH7xiGik7xb9X8gnHEg="
        },
        "color-convert": {
          "version": "1.9.3",
          "resolved": "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz",
          "integrity": "sha1-u3GFBpDh8TZWfeYp0tVHHe2kweg=",
          "requires": {
            "color-name": "1.1.3"
          }
        },
        "color-name": {
          "version": "1.1.3",
          "resolved": "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz",
          "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU="
        },
        "figures": {
          "version": "2.0.0",
          "resolved": "https://registry.yarnpkg.com/figures/-/figures-2.0.0.tgz",
          "integrity": "sha1-OrGi0qYsi/tDGgyUy3l6L84nyWI=",
          "requires": {
            "escape-string-regexp": "1.0.5"
          }
        },
        "has-flag": {
          "version": "3.0.0",
          "resolved": "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz",
          "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0="
        },
        "inquirer": {
          "version": "6.5.2",
          "resolved": "https://registry.yarnpkg.com/inquirer/-/inquirer-6.5.2.tgz",
          "integrity": "sha1-rVCUI3XQNtMn/1KMCL1fqwiZKMo=",
          "requires": {
            "ansi-escapes": "3.2.0",
            "chalk": "2.4.2",
            "cli-cursor": "2.1.0",
            "cli-width": "2.2.1",
            "external-editor": "3.1.0",
            "figures": "2.0.0",
            "lodash": "4.17.19",
            "mute-stream": "0.0.7",
            "run-async": "2.4.0",
            "rxjs": "6.6.0",
            "string-width": "2.1.1",
            "strip-ansi": "5.2.0",
            "through": "2.3.8"
          }
        },
        "mute-stream": {
          "version": "0.0.7",
          "resolved": "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.7.tgz",
          "integrity": "sha1-MHXOk7whuPq0PhvE2n6BFe0ee6s="
        },
        "string-width": {
          "version": "2.1.1",
          "resolved": "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz",
          "integrity": "sha1-q5Pyeo3BPSjKyBXEYhQ6bZASrp4=",
          "requires": {
            "is-fullwidth-code-point": "2.0.0",
            "strip-ansi": "4.0.0"
          },
          "dependencies": {
            "ansi-regex": {
              "version": "3.0.0",
              "resolved": "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz",
              "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg="
            },
            "strip-ansi": {
              "version": "4.0.0",
              "resolved": "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-4.0.0.tgz",
              "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=",
              "requires": {
                "ansi-regex": "3.0.0"
              }
            }
          }
        },
        "strip-ansi": {
          "version": "5.2.0",
          "resolved": "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.2.0.tgz",
          "integrity": "sha1-jJpTb+tq/JYr36WxBKUJHBrZwK4=",
          "requires": {
            "ansi-regex": "4.1.0"
          }
        },
        "supports-color": {
          "version": "5.5.0",
          "resolved": "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz",
          "integrity": "sha1-4uaaRKyHcveKHsCzW2id9lMO/I8=",
          "requires": {
            "has-flag": "3.0.0"
          }
        }
      }
    },
    "internal-ip": {
      "version": "6.0.0",
      "resolved": "https://registry.yarnpkg.com/internal-ip/-/internal-ip-6.0.0.tgz",
      "integrity": "sha1-vlewGOjmmUBIE05vQmL809Rn5uc=",
      "requires": {
        "default-gateway": "6.0.0",
        "ipaddr.js": "1.9.1"
      }
    },
    "invariant": {
      "version": "2.2.4",
      "resolved": "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz",
      "integrity": "sha1-YQ88ksk1nOHbYW5TgAjSP/NRWOY=",
      "requires": {
        "loose-envify": "1.4.0"
      }
    },
    "invert-kv": {
      "version": "1.0.0",
      "resolved": "https://registry.yarnpkg.com/invert-kv/-/invert-kv-1.0.0.tgz",
      "integrity": "sha1-EEqOSqym09jNFXqO+L+rLXo//bY="
    },
    "ip": {
      "version": "1.1.5",
      "resolved": "https://registry.yarnpkg.com/ip/-/ip-1.1.5.tgz",
      "integrity": "sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo="
    },
    "ip-address": {
      "version": "5.9.4",
      "resolved": "https://registry.yarnpkg.com/ip-address/-/ip-address-5.9.4.tgz",
      "integrity": "sha1-RmCsJhrWG9OXqGCgB/fpjk6u44Y=",
      "requires": {
        "jsbn": "1.1.0",
        "lodash": "4.17.19",
        "sprintf-js": "1.1.2"
      },
      "dependencies": {
        "jsbn": {
          "version": "1.1.0",
          "resolved": "https://registry.yarnpkg.com/jsbn/-/jsbn-1.1.0.tgz",
          "integrity": "sha1-sBMHyym2GKHtJux56RH4A8TaAEA="
        },
        "sprintf-js": {
          "version": "1.1.2",
          "resolved": "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.1.2.tgz",
          "integrity": "sha1-2hdlJiv4wPVxdJ8q1sJjACB65nM="
        }
      }
    },
    "ip-regex": {
      "version": "4.1.0",
      "resolved": "https://registry.yarnpkg.com/ip-regex/-/ip-regex-4.1.0.tgz",
      "integrity": "sha1-WtYvaFoU7bQhq+vC//jblN9ntFU="
    },
    "ipaddr.js": {
      "version": "1.9.1",
      "resolved": "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
      "integrity": "sha1-v/OFQ+64mEglB5/zoqjmy9RngbM="
    },
    "ipfs-api": {
      "version": "26.1.2",
      "resolved": "https://registry.yarnpkg.com/ipfs-api/-/ipfs-api-26.1.2.tgz",
      "integrity": "sha1-a1PUcgRVBgrTl4QzYjSkrMVNQzI=",
      "requires": {
        "async": "2.6.3",
        "big.js": "5.2.2",
        "bl": "2.2.0",
        "bs58": "4.0.1",
        "cids": "0.5.8",
        "concat-stream": "1.6.2",
        "debug": "4.1.1",
        "detect-node": "2.0.4",
        "end-of-stream": "1.4.4",
        "flatmap": "0.0.3",
        "glob": "7.1.6",
        "ipfs-block": "0.8.1",
        "ipfs-unixfs": "0.1.16",
        "ipld-dag-cbor": "0.13.1",
        "ipld-dag-pb": "0.14.11",
        "is-ipfs": "0.4.8",
        "is-pull-stream": "0.0.0",
        "is-stream": "1.1.0",
        "libp2p-crypto": "0.14.1",
        "lodash": "4.17.19",
        "lru-cache": "4.1.5",
        "multiaddr": "5.0.2",
        "multibase": "0.5.0",
        "multihashes": "0.4.19",
        "ndjson": "1.5.0",
        "once": "1.4.0",
        "peer-id": "0.12.5",
        "peer-info": "0.14.1",
        "promisify-es6": "1.0.3",
        "pull-defer": "0.2.3",
        "pull-pushable": "2.2.0",
        "pull-stream-to-stream": "1.3.4",
        "pump": "3.0.0",
        "qs": "6.7.0",
        "readable-stream": "3.6.0",
        "stream-http": "3.1.0",
        "stream-to-pull-stream": "1.7.3",
        "streamifier": "0.1.1",
        "tar-stream": "1.6.2",
        "through2": "2.0.5"
      },
      "dependencies": {
        "base-x": {
          "version": "3.0.4",
          "resolved": "https://registry.yarnpkg.com/base-x/-/base-x-3.0.4.tgz",
          "integrity": "sha1-lMF4hzbaBl7bHWiAiGnjV8l3+nc=",
          "requires": {
            "safe-buffer": "5.2.0"
          }
        },
        "bl": {
          "version": "2.2.0",
          "resolved": "https://registry.yarnpkg.com/bl/-/bl-2.2.0.tgz",
          "integrity": "sha1-4aV0zfUo5AUwGbuACwQcCsiNpJM=",
          "requires": {
            "readable-stream": "2.3.7",
            "safe-buffer": "5.2.0"
          },
          "dependencies": {
            "readable-stream": {
              "version": "2.3.7",
              "resolved": "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.7.tgz",
              "integrity": "sha1-Hsoc9xGu+BTAT2IlKjamL2yyO1c=",
              "requires": {
                "core-util-is": "1.0.2",
                "inherits": "2.0.4",
                "isarray": "1.0.0",
                "process-nextick-args": "2.0.1",
                "safe-buffer": "5.1.2",
                "string_decoder": "1.1.1",
                "util-deprecate": "1.0.2"
              },
              "dependencies": {
                "safe-buffer": {
                  "version": "5.1.2",
                  "resolved": "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz",
                  "integrity": "sha1-mR7GnSluAxN0fVm9/St0XDX4go0="
                }
              }
            }
          }
        },
        "debug": {
          "version": "4.1.1",
          "resolved": "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz",
          "integrity": "sha1-O3ImAlUQnGtYnO4FDx1RYTlmR5E=",
          "requires": {
            "ms": "2.1.2"
          }
        },
        "ipld-dag-pb": {
          "version": "0.14.11",
          "resolved": "https://registry.yarnpkg.com/ipld-dag-pb/-/ipld-dag-pb-0.14.11.tgz",
          "integrity": "sha1-3yNaMB/shEPPkzOHzrs45Cwiwqg=",
          "requires": {
            "async": "2.6.3",
            "bs58": "4.0.1",
            "cids": "0.5.8",
            "class-is": "1.1.0",
            "is-ipfs": "0.4.8",
            "multihashing-async": "0.5.2",
            "protons": "1.0.2",
            "pull-stream": "3.6.14",
            "pull-traverse": "1.0.3",
            "stable": "0.1.8"
          }
        },
        "is-ipfs": {
          "version": "0.4.8",
          "resolved": "https://registry.yarnpkg.com/is-ipfs/-/is-ipfs-0.4.8.tgz",
          "integrity": "sha1-6iKa72IwQzrR6N+TDEnF53NCLD8=",
          "requires": {
            "bs58": "4.0.1",
            "cids": "0.5.8",
            "multibase": "0.6.1",
            "multihashes": "0.4.19"
          },
          "dependencies": {
            "base-x": {
              "version": "3.0.8",
              "resolved": "https://registry.yarnpkg.com/base-x/-/base-x-3.0.8.tgz",
              "integrity": "sha1-HhEGwlN/AWLotSR0pVfrsJAAAY0=",
              "requires": {
                "safe-buffer": "5.2.0"
              }
            },
            "multibase": {
              "version": "0.6.1",
              "resolved": "https://registry.yarnpkg.com/multibase/-/multibase-0.6.1.tgz",
              "integrity": "sha1-t232KYU2zBe59qbbU+yI+F+MwSs=",
              "requires": {
                "base-x": "3.0.8",
                "buffer": "5.6.0"
              }
            }
          }
        },
        "isarray": {
          "version": "1.0.0",
          "resolved": "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz",
          "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE="
        },
        "libp2p-crypto": {
          "version": "0.14.1",
          "resolved": "https://registry.yarnpkg.com/libp2p-crypto/-/libp2p-crypto-0.14.1.tgz",
          "integrity": "sha1-yI4M+wXJ/Yd0RLE7r1xFvlylwU4=",
          "requires": {
            "asn1.js": "5.3.0",
            "async": "2.6.3",
            "browserify-aes": "1.2.0",
            "bs58": "4.0.1",
            "keypair": "1.0.1",
            "libp2p-crypto-secp256k1": "0.2.3",
            "multihashing-async": "0.5.2",
            "node-forge": "0.7.6",
            "pem-jwk": "1.5.1",
            "protons": "1.0.2",
            "rsa-pem-to-jwk": "1.1.3",
            "tweetnacl": "1.0.3",
            "ursa-optional": "0.9.10",
            "webcrypto-shim": "0.1.1"
          }
        },
        "lru-cache": {
          "version": "4.1.5",
          "resolved": "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.5.tgz",
          "integrity": "sha1-i75Q6oW+1ZvJ4z3KuCNe6bz0Q80=",
          "requires": {
            "pseudomap": "1.0.2",
            "yallist": "2.1.2"
          }
        },
        "multiaddr": {
          "version": "5.0.2",
          "resolved": "https://registry.yarnpkg.com/multiaddr/-/multiaddr-5.0.2.tgz",
          "integrity": "sha1-v/xOvw7yCM5A6rjNbxRilrYaoOM=",
          "requires": {
            "bs58": "4.0.1",
            "class-is": "1.1.0",
            "ip": "1.1.5",
            "ip-address": "5.9.4",
            "lodash.filter": "4.6.0",
            "lodash.map": "4.6.0",
            "varint": "5.0.0",
            "xtend": "4.0.2"
          }
        },
        "multibase": {
          "version": "0.5.0",
          "resolved": "https://registry.yarnpkg.com/multibase/-/multibase-0.5.0.tgz",
          "integrity": "sha1-RWaK0TiWPXeL3x952mTyHKp7tus=",
          "requires": {
            "base-x": "3.0.4"
          }
        },
        "readable-stream": {
          "version": "3.6.0",
          "resolved": "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz",
          "integrity": "sha1-M3u9o63AcGvT4CRCaihtS0sskZg=",
          "requires": {
            "inherits": "2.0.4",
            "string_decoder": "1.1.1",
            "util-deprecate": "1.0.2"
          }
        },
        "string_decoder": {
          "version": "1.1.1",
          "resolved": "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz",
          "integrity": "sha1-nPFhG6YmhdcDCunkujQUnDrwP8g=",
          "requires": {
            "safe-buffer": "5.1.2"
          },
          "dependencies": {
            "safe-buffer": {
              "version": "5.1.2",
              "resolved": "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz",
              "integrity": "sha1-mR7GnSluAxN0fVm9/St0XDX4go0="
            }
          }
        },
        "ursa-optional": {
          "version": "0.9.10",
          "resolved": "https://registry.yarnpkg.com/ursa-optional/-/ursa-optional-0.9.10.tgz",
          "integrity": "sha1-8uq/4LYAHb8Hp4dAzQpuW6brJVQ=",
          "requires": {
            "bindings": "1.5.0",
            "nan": "2.14.0"
          }
        },
        "yallist": {
          "version": "2.1.2",
          "resolved": "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz",
          "integrity": "sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI="
        }
      }
    },
    "ipfs-block": {
      "version": "0.8.1",
      "resolved": "https://registry.yarnpkg.com/ipfs-block/-/ipfs-block-0.8.1.tgz",
      "integrity": "sha1-BeEGiDJ3Xo8cLaW2QQbMg3/SrLk=",
      "requires": {
        "cids": "0.7.1",
        "class-is": "1.1.0"
      },
      "dependencies": {
        "cids": {
          "version": "0.7.1",
          "resolved": "https://registry.yarnpkg.com/cids/-/cids-0.7.1.tgz",
          "integrity": "sha1-2LukmjWg6CEQh5tQAavxA5xiNH8=",
          "requires": {
            "class-is": "1.1.0",
            "multibase": "0.6.1",
            "multicodec": "0.5.6",
            "multihashes": "0.4.19"
          }
        },
        "multicodec": {
          "version": "0.5.6",
          "resolved": "https://registry.yarnpkg.com/multicodec/-/multicodec-0.5.6.tgz",
          "integrity": "sha1-/fJQtv6+VwUyIfCu64PmyuBzoF4=",
          "requires": {
            "varint": "5.0.0"
          }
        }
      }
    },
    "ipfs-http-client": {
      "version": "41.0.1",
      "resolved": "https://registry.yarnpkg.com/ipfs-http-client/-/ipfs-http-client-41.0.1.tgz",
      "integrity": "sha1-B2XULps9z+6PWhPKHuGtRmDBmyk=",
      "requires": {
        "abort-controller": "3.0.0",
        "async-iterator-to-pull-stream": "1.3.0",
        "bignumber.js": "9.0.0",
        "bl": "4.0.2",
        "bs58": "4.0.1",
        "buffer": "5.6.0",
        "callbackify": "1.1.0",
        "cids": "0.7.5",
        "debug": "4.1.1",
        "err-code": "2.0.3",
        "explain-error": "1.0.4",
        "form-data": "3.0.0",
        "ipfs-block": "0.8.1",
        "ipfs-utils": "0.4.2",
        "ipld-dag-cbor": "0.15.3",
        "ipld-dag-pb": "0.18.5",
        "ipld-raw": "4.0.1",
        "is-ipfs": "0.6.3",
        "it-all": "1.0.2",
        "it-glob": "0.0.7",
        "it-tar": "1.2.2",
        "it-to-stream": "0.1.1",
        "iterable-ndjson": "1.1.0",
        "ky": "0.15.0",
        "ky-universal": "0.3.0",
        "merge-options": "2.0.0",
        "multiaddr": "6.1.1",
        "multiaddr-to-uri": "5.1.0",
        "multibase": "0.6.1",
        "multicodec": "1.0.1",
        "multihashes": "0.4.19",
        "parse-duration": "0.1.3",
        "peer-id": "0.12.5",
        "peer-info": "0.15.1",
        "promise-nodeify": "3.0.1"
      },
      "dependencies": {
        "borc": {
          "version": "2.1.2",
          "resolved": "https://registry.yarnpkg.com/borc/-/borc-2.1.2.tgz",
          "integrity": "sha1-bOdefaXOcRuWN1URfdGxh/b4zxk=",
          "requires": {
            "bignumber.js": "9.0.0",
            "buffer": "5.6.0",
            "commander": "2.20.3",
            "ieee754": "1.1.13",
            "iso-url": "0.4.7",
            "json-text-sequence": "0.1.1",
            "readable-stream": "3.6.0"
          }
        },
        "cids": {
          "version": "0.7.5",
          "resolved": "https://registry.yarnpkg.com/cids/-/cids-0.7.5.tgz",
          "integrity": "sha1-YKCBOKmb+2m2vkzrY7/vejlrKLI=",
          "requires": {
            "buffer": "5.6.0",
            "class-is": "1.1.0",
            "multibase": "0.6.1",
            "multicodec": "1.0.1",
            "multihashes": "0.4.19"
          }
        },
        "debug": {
          "version": "4.1.1",
          "resolved": "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz",
          "integrity": "sha1-O3ImAlUQnGtYnO4FDx1RYTlmR5E=",
          "requires": {
            "ms": "2.1.2"
          }
        },
        "ip-regex": {
          "version": "2.1.0",
          "resolved": "https://registry.yarnpkg.com/ip-regex/-/ip-regex-2.1.0.tgz",
          "integrity": "sha1-+ni/XS5pE8kRzp+BnuUUa7bYROk="
        },
        "ipld-dag-cbor": {
          "version": "0.15.3",
          "resolved": "https://registry.yarnpkg.com/ipld-dag-cbor/-/ipld-dag-cbor-0.15.3.tgz",
          "integrity": "sha1-KDr9uB1bB9uOT/96EO9eUX6H8pk=",
          "requires": {
            "borc": "2.1.2",
            "buffer": "5.6.0",
            "cids": "0.8.0",
            "is-circular": "1.0.2",
            "multicodec": "1.0.1",
            "multihashing-async": "0.8.2"
          },
          "dependencies": {
            "cids": {
              "version": "0.8.0",
              "resolved": "https://registry.yarnpkg.com/cids/-/cids-0.8.0.tgz",
              "integrity": "sha1-Qb8FC8dmnMjWSOIcqDS3R79vpnM=",
              "requires": {
                "buffer": "5.6.0",
                "class-is": "1.1.0",
                "multibase": "0.7.0",
                "multicodec": "1.0.1",
                "multihashes": "0.4.19"
              }
            },
            "multibase": {
              "version": "0.7.0",
              "resolved": "https://registry.yarnpkg.com/multibase/-/multibase-0.7.0.tgz",
              "integrity": "sha1-Gt/BxQq+Be7+tQkawMJyjWuEWBs=",
              "requires": {
                "base-x": "3.0.8",
                "buffer": "5.6.0"
              }
            }
          }
        },
        "is-ip": {
          "version": "2.0.0",
          "resolved": "https://registry.yarnpkg.com/is-ip/-/is-ip-2.0.0.tgz",
          "integrity": "sha1-aO6gfooKCpTC0IDdZ0xzGrKkYas=",
          "requires": {
            "ip-regex": "2.1.0"
          }
        },
        "is-ipfs": {
          "version": "0.6.3",
          "resolved": "https://registry.yarnpkg.com/is-ipfs/-/is-ipfs-0.6.3.tgz",
          "integrity": "sha1-gqU1DgpC0BRBxAs2n4eR6RQExJc=",
          "requires": {
            "bs58": "4.0.1",
            "cids": "0.7.1",
            "mafmt": "7.1.0",
            "multiaddr": "7.4.3",
            "multibase": "0.6.1",
            "multihashes": "0.4.19"
          },
          "dependencies": {
            "cids": {
              "version": "0.7.1",
              "resolved": "https://registry.yarnpkg.com/cids/-/cids-0.7.1.tgz",
              "integrity": "sha1-2LukmjWg6CEQh5tQAavxA5xiNH8=",
              "requires": {
                "class-is": "1.1.0",
                "multibase": "0.6.1",
                "multicodec": "0.5.6",
                "multihashes": "0.4.19"
              }
            },
            "ip-regex": {
              "version": "4.1.0",
              "resolved": "https://registry.yarnpkg.com/ip-regex/-/ip-regex-4.1.0.tgz",
              "integrity": "sha1-WtYvaFoU7bQhq+vC//jblN9ntFU="
            },
            "is-ip": {
              "version": "3.1.0",
              "resolved": "https://registry.yarnpkg.com/is-ip/-/is-ip-3.1.0.tgz",
              "integrity": "sha1-KuXd+vrwXLgAimIJPPKXNPZXxdg=",
              "requires": {
                "ip-regex": "4.1.0"
              }
            },
            "mafmt": {
              "version": "7.1.0",
              "resolved": "https://registry.yarnpkg.com/mafmt/-/mafmt-7.1.0.tgz",
              "integrity": "sha1-QSb20O3tBwrOfbu2+wSXdBLTgLU=",
              "requires": {
                "multiaddr": "7.4.3"
              }
            },
            "multiaddr": {
              "version": "7.4.3",
              "resolved": "https://registry.yarnpkg.com/multiaddr/-/multiaddr-7.4.3.tgz",
              "integrity": "sha1-BiaUWs8wnxyBGpVhOgpDcceqYQk=",
              "requires": {
                "buffer": "5.6.0",
                "cids": "0.8.0",
                "class-is": "1.1.0",
                "is-ip": "3.1.0",
                "multibase": "0.7.0",
                "varint": "5.0.0"
              },
              "dependencies": {
                "cids": {
                  "version": "0.8.0",
                  "resolved": "https://registry.yarnpkg.com/cids/-/cids-0.8.0.tgz",
                  "integrity": "sha1-Qb8FC8dmnMjWSOIcqDS3R79vpnM=",
                  "requires": {
                    "buffer": "5.6.0",
                    "class-is": "1.1.0",
                    "multibase": "0.7.0",
                    "multicodec": "1.0.1",
                    "multihashes": "0.4.19"
                  }
                },
                "multibase": {
                  "version": "0.7.0",
                  "resolved": "https://registry.yarnpkg.com/multibase/-/multibase-0.7.0.tgz",
                  "integrity": "sha1-Gt/BxQq+Be7+tQkawMJyjWuEWBs=",
                  "requires": {
                    "base-x": "3.0.8",
                    "buffer": "5.6.0"
                  }
                },
                "multicodec": {
                  "version": "1.0.1",
                  "resolved": "https://registry.yarnpkg.com/multicodec/-/multicodec-1.0.1.tgz",
                  "integrity": "sha1-TigS1ya598fWFdPrxXh9NqCGgPk=",
                  "requires": {
                    "buffer": "5.6.0",
                    "varint": "5.0.0"
                  }
                }
              }
            },
            "multicodec": {
              "version": "0.5.6",
              "resolved": "https://registry.yarnpkg.com/multicodec/-/multicodec-0.5.6.tgz",
              "integrity": "sha1-/fJQtv6+VwUyIfCu64PmyuBzoF4=",
              "requires": {
                "varint": "5.0.0"
              }
            }
          }
        },
        "js-sha3": {
          "version": "0.8.0",
          "resolved": "https://registry.yarnpkg.com/js-sha3/-/js-sha3-0.8.0.tgz",
          "integrity": "sha1-ubel2nOvrX3t0PjEY5VMveaBiEA="
        },
        "multiaddr": {
          "version": "6.1.1",
          "resolved": "https://registry.yarnpkg.com/multiaddr/-/multiaddr-6.1.1.tgz",
          "integrity": "sha1-mq5Xs+OZCJuYltlFWvqPaxF9/wY=",
          "requires": {
            "bs58": "4.0.1",
            "class-is": "1.1.0",
            "ip": "1.1.5",
            "is-ip": "2.0.0",
            "varint": "5.0.0",
            "hi-base32": "0.5.0"
          }
        },
        "multihashing-async": {
          "version": "0.8.2",
          "resolved": "https://registry.yarnpkg.com/multihashing-async/-/multihashing-async-0.8.2.tgz",
          "integrity": "sha1-PV2gXfJ9g76SP20EFDoJVP+H8n8=",
          "requires": {
            "blakejs": "1.1.0",
            "buffer": "5.4.3",
            "err-code": "2.0.3",
            "js-sha3": "0.8.0",
            "multihashes": "1.0.1",
            "murmurhash3js-revisited": "3.0.0"
          },
          "dependencies": {
            "buffer": {
              "version": "5.4.3",
              "resolved": "https://registry.yarnpkg.com/buffer/-/buffer-5.4.3.tgz",
              "integrity": "sha1-P7ycaetxPTI+P8Gole7gcQwHIRU=",
              "requires": {
                "base64-js": "1.3.1",
                "ieee754": "1.1.13"
              }
            },
            "multibase": {
              "version": "1.0.1",
              "resolved": "https://registry.yarnpkg.com/multibase/-/multibase-1.0.1.tgz",
              "integrity": "sha1-Stvh3gvooasCdDKLZTw/GQNHZyQ=",
              "requires": {
                "base-x": "3.0.8",
                "buffer": "5.6.0"
              },
              "dependencies": {
                "buffer": {
                  "version": "5.6.0",
                  "resolved": "https://registry.yarnpkg.com/buffer/-/buffer-5.6.0.tgz",
                  "integrity": "sha1-oxdJ3H2B2E2wir+Te2uMQDP2J4Y=",
                  "requires": {
                    "base64-js": "1.3.1",
                    "ieee754": "1.1.13"
                  }
                }
              }
            },
            "multihashes": {
              "version": "1.0.1",
              "resolved": "https://registry.yarnpkg.com/multihashes/-/multihashes-1.0.1.tgz",
              "integrity": "sha1-qJQV1oKDz2KHxuIZ4wTnXOf7c/4=",
              "requires": {
                "buffer": "5.6.0",
                "multibase": "1.0.1",
                "varint": "5.0.0"
              },
              "dependencies": {
                "buffer": {
                  "version": "5.6.0",
                  "resolved": "https://registry.yarnpkg.com/buffer/-/buffer-5.6.0.tgz",
                  "integrity": "sha1-oxdJ3H2B2E2wir+Te2uMQDP2J4Y=",
                  "requires": {
                    "base64-js": "1.3.1",
                    "ieee754": "1.1.13"
                  }
                }
              }
            }
          }
        },
        "peer-info": {
          "version": "0.15.1",
          "resolved": "https://registry.yarnpkg.com/peer-info/-/peer-info-0.15.1.tgz",
          "integrity": "sha1-ISVKfFFtDdBGsVASC5qvG5rQIUY=",
          "requires": {
            "mafmt": "6.0.10",
            "multiaddr": "6.1.1",
            "peer-id": "0.12.5",
            "unique-by": "1.0.0"
          }
        },
        "readable-stream": {
          "version": "3.6.0",
          "resolved": "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz",
          "integrity": "sha1-M3u9o63AcGvT4CRCaihtS0sskZg=",
          "requires": {
            "inherits": "2.0.4",
            "string_decoder": "1.1.1",
            "util-deprecate": "1.0.2"
          }
        },
        "safe-buffer": {
          "version": "5.1.2",
          "resolved": "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz",
          "integrity": "sha1-mR7GnSluAxN0fVm9/St0XDX4go0="
        },
        "string_decoder": {
          "version": "1.1.1",
          "resolved": "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz",
          "integrity": "sha1-nPFhG6YmhdcDCunkujQUnDrwP8g=",
          "requires": {
            "safe-buffer": "5.1.2"
          }
        }
      }
    },
    "ipfs-unixfs": {
      "version": "0.1.16",
      "resolved": "https://registry.yarnpkg.com/ipfs-unixfs/-/ipfs-unixfs-0.1.16.tgz",
      "integrity": "sha1-QRQPQ1nxuP56lwBSZjMxCRxfVMQ=",
      "requires": {
        "protons": "1.0.2"
      }
    },
    "ipfs-utils": {
      "version": "0.4.2",
      "resolved": "https://registry.yarnpkg.com/ipfs-utils/-/ipfs-utils-0.4.2.tgz",
      "integrity": "sha1-AbRsRHuZ/cprhd7K3IFtAHC4hMc=",
      "requires": {
        "buffer": "5.4.3",
        "err-code": "2.0.3",
        "fs-extra": "8.1.0",
        "is-buffer": "2.0.4",
        "is-electron": "2.2.0",
        "is-pull-stream": "0.0.0",
        "is-stream": "2.0.0",
        "it-glob": "0.0.7",
        "kind-of": "6.0.3",
        "pull-stream-to-async-iterator": "1.0.2",
        "readable-stream": "3.6.0"
      },
      "dependencies": {
        "buffer": {
          "version": "5.4.3",
          "resolved": "https://registry.yarnpkg.com/buffer/-/buffer-5.4.3.tgz",
          "integrity": "sha1-P7ycaetxPTI+P8Gole7gcQwHIRU=",
          "requires": {
            "base64-js": "1.3.1",
            "ieee754": "1.1.13"
          }
        },
        "fs-extra": {
          "version": "8.1.0",
          "resolved": "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz",
          "integrity": "sha1-SdQ8RaiM2Wd2aMt74bRu/bjS4cA=",
          "requires": {
            "graceful-fs": "4.2.4",
            "jsonfile": "4.0.0",
            "universalify": "0.1.2"
          }
        },
        "is-stream": {
          "version": "2.0.0",
          "resolved": "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.0.tgz",
          "integrity": "sha1-venDJoDW+uBBKdasnZIc54FfeOM="
        },
        "kind-of": {
          "version": "6.0.3",
          "resolved": "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz",
          "integrity": "sha1-B8BQNKbDSfoG4k+jWqdttFgM5N0="
        },
        "readable-stream": {
          "version": "3.6.0",
          "resolved": "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz",
          "integrity": "sha1-M3u9o63AcGvT4CRCaihtS0sskZg=",
          "requires": {
            "inherits": "2.0.4",
            "string_decoder": "1.1.1",
            "util-deprecate": "1.0.2"
          }
        },
        "safe-buffer": {
          "version": "5.1.2",
          "resolved": "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz",
          "integrity": "sha1-mR7GnSluAxN0fVm9/St0XDX4go0="
        },
        "string_decoder": {
          "version": "1.1.1",
          "resolved": "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz",
          "integrity": "sha1-nPFhG6YmhdcDCunkujQUnDrwP8g=",
          "requires": {
            "safe-buffer": "5.1.2"
          }
        }
      }
    },
    "ipld-dag-cbor": {
      "version": "0.13.1",
      "resolved": "https://registry.yarnpkg.com/ipld-dag-cbor/-/ipld-dag-cbor-0.13.1.tgz",
      "integrity": "sha1-L/7Lo6E7Kdi2BO49m12tDUVC4ms=",
      "requires": {
        "borc": "2.1.1",
        "bs58": "4.0.1",
        "cids": "0.5.8",
        "is-circular": "1.0.2",
        "multihashes": "0.4.19",
        "multihashing-async": "0.5.2",
        "traverse": "0.6.6"
      }
    },
    "ipld-dag-pb": {
      "version": "0.18.5",
      "resolved": "https://registry.yarnpkg.com/ipld-dag-pb/-/ipld-dag-pb-0.18.5.tgz",
      "integrity": "sha1-Kec23NqxCk3/vvnewncj4uVr6WI=",
      "requires": {
        "buffer": "5.6.0",
        "cids": "0.8.0",
        "class-is": "1.1.0",
        "multicodec": "1.0.1",
        "multihashing-async": "0.8.2",
        "protons": "1.2.0",
        "stable": "0.1.8"
      },
      "dependencies": {
        "cids": {
          "version": "0.8.0",
          "resolved": "https://registry.yarnpkg.com/cids/-/cids-0.8.0.tgz",
          "integrity": "sha1-Qb8FC8dmnMjWSOIcqDS3R79vpnM=",
          "requires": {
            "buffer": "5.6.0",
            "class-is": "1.1.0",
            "multibase": "0.7.0",
            "multicodec": "1.0.1",
            "multihashes": "0.4.19"
          },
          "dependencies": {
            "multihashes": {
              "version": "0.4.19",
              "resolved": "https://registry.yarnpkg.com/multihashes/-/multihashes-0.4.19.tgz",
              "integrity": "sha1-10k88Cjkh0cSLzUJCOoT0S0gSBM=",
              "requires": {
                "buffer": "5.6.0",
                "multibase": "0.7.0",
                "varint": "5.0.0"
              }
            }
          }
        },
        "js-sha3": {
          "version": "0.8.0",
          "resolved": "https://registry.yarnpkg.com/js-sha3/-/js-sha3-0.8.0.tgz",
          "integrity": "sha1-ubel2nOvrX3t0PjEY5VMveaBiEA="
        },
        "multibase": {
          "version": "0.7.0",
          "resolved": "https://registry.yarnpkg.com/multibase/-/multibase-0.7.0.tgz",
          "integrity": "sha1-Gt/BxQq+Be7+tQkawMJyjWuEWBs=",
          "requires": {
            "base-x": "3.0.8",
            "buffer": "5.6.0"
          }
        },
        "multihashes": {
          "version": "1.0.1",
          "resolved": "https://registry.yarnpkg.com/multihashes/-/multihashes-1.0.1.tgz",
          "integrity": "sha1-qJQV1oKDz2KHxuIZ4wTnXOf7c/4=",
          "requires": {
            "buffer": "5.6.0",
            "multibase": "1.0.1",
            "varint": "5.0.0"
          },
          "dependencies": {
            "multibase": {
              "version": "1.0.1",
              "resolved": "https://registry.yarnpkg.com/multibase/-/multibase-1.0.1.tgz",
              "integrity": "sha1-Stvh3gvooasCdDKLZTw/GQNHZyQ=",
              "requires": {
                "base-x": "3.0.8",
                "buffer": "5.6.0"
              }
            }
          }
        },
        "multihashing-async": {
          "version": "0.8.2",
          "resolved": "https://registry.yarnpkg.com/multihashing-async/-/multihashing-async-0.8.2.tgz",
          "integrity": "sha1-PV2gXfJ9g76SP20EFDoJVP+H8n8=",
          "requires": {
            "blakejs": "1.1.0",
            "buffer": "5.4.3",
            "err-code": "2.0.3",
            "js-sha3": "0.8.0",
            "multihashes": "1.0.1",
            "murmurhash3js-revisited": "3.0.0"
          },
          "dependencies": {
            "buffer": {
              "version": "5.4.3",
              "resolved": "https://registry.yarnpkg.com/buffer/-/buffer-5.4.3.tgz",
              "integrity": "sha1-P7ycaetxPTI+P8Gole7gcQwHIRU=",
              "requires": {
                "base64-js": "1.3.1",
                "ieee754": "1.1.13"
              }
            }
          }
        },
        "protons": {
          "version": "1.2.0",
          "resolved": "https://registry.yarnpkg.com/protons/-/protons-1.2.0.tgz",
          "integrity": "sha1-jyAfnZdch6Mr1xlbJVAC2jhLJnc=",
          "requires": {
            "buffer": "5.6.0",
            "protocol-buffers-schema": "3.4.0",
            "signed-varint": "2.0.1",
            "varint": "5.0.0"
          }
        }
      }
    },
    "ipld-raw": {
      "version": "4.0.1",
      "resolved": "https://registry.yarnpkg.com/ipld-raw/-/ipld-raw-4.0.1.tgz",
      "integrity": "sha1-Sab1jN/s5aTVgZJbGe4ZJVviop0=",
      "requires": {
        "cids": "0.7.1",
        "multicodec": "1.0.1",
        "multihashing-async": "0.8.2"
      },
      "dependencies": {
        "buffer": {
          "version": "5.4.3",
          "resolved": "https://registry.yarnpkg.com/buffer/-/buffer-5.4.3.tgz",
          "integrity": "sha1-P7ycaetxPTI+P8Gole7gcQwHIRU=",
          "requires": {
            "base64-js": "1.3.1",
            "ieee754": "1.1.13"
          }
        },
        "cids": {
          "version": "0.7.1",
          "resolved": "https://registry.yarnpkg.com/cids/-/cids-0.7.1.tgz",
          "integrity": "sha1-2LukmjWg6CEQh5tQAavxA5xiNH8=",
          "requires": {
            "class-is": "1.1.0",
            "multibase": "0.6.1",
            "multicodec": "0.5.6",
            "multihashes": "0.4.19"
          },
          "dependencies": {
            "buffer": {
              "version": "5.6.0",
              "resolved": "https://registry.yarnpkg.com/buffer/-/buffer-5.6.0.tgz",
              "integrity": "sha1-oxdJ3H2B2E2wir+Te2uMQDP2J4Y=",
              "requires": {
                "base64-js": "1.3.1",
                "ieee754": "1.1.13"
              }
            },
            "multicodec": {
              "version": "0.5.6",
              "resolved": "https://registry.yarnpkg.com/multicodec/-/multicodec-0.5.6.tgz",
              "integrity": "sha1-/fJQtv6+VwUyIfCu64PmyuBzoF4=",
              "requires": {
                "varint": "5.0.0"
              }
            },
            "multihashes": {
              "version": "0.4.19",
              "resolved": "https://registry.yarnpkg.com/multihashes/-/multihashes-0.4.19.tgz",
              "integrity": "sha1-10k88Cjkh0cSLzUJCOoT0S0gSBM=",
              "requires": {
                "buffer": "5.6.0",
                "multibase": "0.7.0",
                "varint": "5.0.0"
              },
              "dependencies": {
                "multibase": {
                  "version": "0.7.0",
                  "resolved": "https://registry.yarnpkg.com/multibase/-/multibase-0.7.0.tgz",
                  "integrity": "sha1-Gt/BxQq+Be7+tQkawMJyjWuEWBs=",
                  "requires": {
                    "base-x": "3.0.8",
                    "buffer": "5.6.0"
                  }
                }
              }
            }
          }
        },
        "js-sha3": {
          "version": "0.8.0",
          "resolved": "https://registry.yarnpkg.com/js-sha3/-/js-sha3-0.8.0.tgz",
          "integrity": "sha1-ubel2nOvrX3t0PjEY5VMveaBiEA="
        },
        "multihashes": {
          "version": "1.0.1",
          "resolved": "https://registry.yarnpkg.com/multihashes/-/multihashes-1.0.1.tgz",
          "integrity": "sha1-qJQV1oKDz2KHxuIZ4wTnXOf7c/4=",
          "requires": {
            "buffer": "5.6.0",
            "multibase": "1.0.1",
            "varint": "5.0.0"
          },
          "dependencies": {
            "buffer": {
              "version": "5.6.0",
              "resolved": "https://registry.yarnpkg.com/buffer/-/buffer-5.6.0.tgz",
              "integrity": "sha1-oxdJ3H2B2E2wir+Te2uMQDP2J4Y=",
              "requires": {
                "base64-js": "1.3.1",
                "ieee754": "1.1.13"
              }
            },
            "multibase": {
              "version": "1.0.1",
              "resolved": "https://registry.yarnpkg.com/multibase/-/multibase-1.0.1.tgz",
              "integrity": "sha1-Stvh3gvooasCdDKLZTw/GQNHZyQ=",
              "requires": {
                "base-x": "3.0.8",
                "buffer": "5.6.0"
              }
            }
          }
        },
        "multihashing-async": {
          "version": "0.8.2",
          "resolved": "https://registry.yarnpkg.com/multihashing-async/-/multihashing-async-0.8.2.tgz",
          "integrity": "sha1-PV2gXfJ9g76SP20EFDoJVP+H8n8=",
          "requires": {
            "blakejs": "1.1.0",
            "buffer": "5.4.3",
            "err-code": "2.0.3",
            "js-sha3": "0.8.0",
            "multihashes": "1.0.1",
            "murmurhash3js-revisited": "3.0.0"
          }
        }
      }
    },
    "irregular-plurals": {
      "version": "3.2.0",
      "resolved": "https://registry.yarnpkg.com/irregular-plurals/-/irregular-plurals-3.2.0.tgz",
      "integrity": "sha1-sZxJCgcjeY21GyNdfjmt1E2rCCI="
    },
    "is-accessor-descriptor": {
      "version": "1.0.0",
      "resolved": "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz",
      "integrity": "sha1-FpwvbT3x+ZJhgHI2XJsOofaHhlY=",
      "requires": {
        "kind-of": "6.0.3"
      },
      "dependencies": {
        "kind-of": {
          "version": "6.0.3",
          "resolved": "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz",
          "integrity": "sha1-B8BQNKbDSfoG4k+jWqdttFgM5N0="
        }
      }
    },
    "is-arguments": {
      "version": "1.0.4",
      "resolved": "https://registry.yarnpkg.com/is-arguments/-/is-arguments-1.0.4.tgz",
      "integrity": "sha1-P6+WbHy6D/Q3+zH2JQCC/PBEjPM="
    },
    "is-arrayish": {
      "version": "0.2.1",
      "resolved": "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz",
      "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0="
    },
    "is-binary-path": {
      "version": "2.1.0",
      "resolved": "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-2.1.0.tgz",
      "integrity": "sha1-6h9/O4DwZCNug0cPhsCcJU+0Wwk=",
      "requires": {
        "binary-extensions": "2.0.0"
      }
    },
    "is-buffer": {
      "version": "2.0.4",
      "resolved": "https://registry.yarnpkg.com/is-buffer/-/is-buffer-2.0.4.tgz",
      "integrity": "sha1-PlcvI8hBGlz9lVfISeNmXgspBiM="
    },
    "is-callable": {
      "version": "1.1.4",
      "resolved": "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz",
      "integrity": "sha1-HhrfIZ4e62hNaR+dagX/DTCiTXU="
    },
    "is-ci": {
      "version": "2.0.0",
      "resolved": "https://registry.yarnpkg.com/is-ci/-/is-ci-2.0.0.tgz",
      "integrity": "sha1-a8YzQYGBDgS1wis9WJ/cpVAmQEw=",
      "requires": {
        "ci-info": "2.0.0"
      }
    },
    "is-circular": {
      "version": "1.0.2",
      "resolved": "https://registry.yarnpkg.com/is-circular/-/is-circular-1.0.2.tgz",
      "integrity": "sha1-Lgq06YNfTGsOormFWoSs1QG4Nmw="
    },
    "is-data-descriptor": {
      "version": "1.0.0",
      "resolved": "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz",
      "integrity": "sha1-2Eh2Mh0Oet0DmQQGq7u9NrqSaMc=",
      "requires": {
        "kind-of": "6.0.3"
      },
      "dependencies": {
        "kind-of": {
          "version": "6.0.3",
          "resolved": "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz",
          "integrity": "sha1-B8BQNKbDSfoG4k+jWqdttFgM5N0="
        }
      }
    },
    "is-date-object": {
      "version": "1.0.2",
      "resolved": "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.2.tgz",
      "integrity": "sha1-vac28s2P0G0yhE53Q7+nSUw7/X4="
    },
    "is-descriptor": {
      "version": "1.0.2",
      "resolved": "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-1.0.2.tgz",
      "integrity": "sha1-OxWXRqZmBLBPjIFSS6NlxfFNhuw=",
      "requires": {
        "is-accessor-descriptor": "1.0.0",
        "is-data-descriptor": "1.0.0",
        "kind-of": "6.0.3"
      },
      "dependencies": {
        "kind-of": {
          "version": "6.0.3",
          "resolved": "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz",
          "integrity": "sha1-B8BQNKbDSfoG4k+jWqdttFgM5N0="
        }
      }
    },
    "is-docker": {
      "version": "2.0.0",
      "resolved": "https://registry.yarnpkg.com/is-docker/-/is-docker-2.0.0.tgz",
      "integrity": "sha1-LLDfDnXi0GT+GGTDfN6st7Lc8ls="
    },
    "is-electron": {
      "version": "2.2.0",
      "resolved": "https://registry.yarnpkg.com/is-electron/-/is-electron-2.2.0.tgz",
      "integrity": "sha1-iUMITwnotzGzp6ApintdVva37vA="
    },
    "is-error": {
      "version": "2.2.2",
      "resolved": "https://registry.yarnpkg.com/is-error/-/is-error-2.2.2.tgz",
      "integrity": "sha1-wQreGHs8k1EMVHClVngz7iVkmEM="
    },
    "is-extendable": {
      "version": "0.1.1",
      "resolved": "https://registry.yarnpkg.com/is-extendable/-/is-extendable-0.1.1.tgz",
      "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik="
    },
    "is-extglob": {
      "version": "2.1.1",
      "resolved": "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz",
      "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI="
    },
    "is-finite": {
      "version": "1.0.2",
      "resolved": "https://registry.yarnpkg.com/is-finite/-/is-finite-1.0.2.tgz",
      "integrity": "sha1-zGZ3aVYCvlUO8R6LSqYwU0K20Ko=",
      "requires": {
        "number-is-nan": "1.0.1"
      }
    },
    "is-fn": {
      "version": "1.0.0",
      "resolved": "https://registry.yarnpkg.com/is-fn/-/is-fn-1.0.0.tgz",
      "integrity": "sha1-lUPV3nvPWwiiLsiiC65uKG1RDYw="
    },
    "is-fullwidth-code-point": {
      "version": "2.0.0",
      "resolved": "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
      "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8="
    },
    "is-function": {
      "version": "1.0.1",
      "resolved": "https://registry.yarnpkg.com/is-function/-/is-function-1.0.1.tgz",
      "integrity": "sha1-Es+5i2W1fdPRk6MSH19uL0N2ArU="
    },
    "is-glob": {
      "version": "4.0.1",
      "resolved": "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.1.tgz",
      "integrity": "sha1-dWfb6fL14kZ7x3q4PEopSCQHpdw=",
      "requires": {
        "is-extglob": "2.1.1"
      }
    },
    "is-hex-prefixed": {
      "version": "1.0.0",
      "resolved": "https://registry.yarnpkg.com/is-hex-prefixed/-/is-hex-prefixed-1.0.0.tgz",
      "integrity": "sha1-fY035q135dEnFIkTxXPggtd39VQ="
    },
    "is-installed-globally": {
      "version": "0.3.2",
      "resolved": "https://registry.yarnpkg.com/is-installed-globally/-/is-installed-globally-0.3.2.tgz",
      "integrity": "sha1-/T76ee5nDRGHIzGC1bCh3QAxMUE=",
      "requires": {
        "global-dirs": "2.0.1",
        "is-path-inside": "3.0.2"
      }
    },
    "is-interactive": {
      "version": "1.0.0",
      "resolved": "https://registry.yarnpkg.com/is-interactive/-/is-interactive-1.0.0.tgz",
      "integrity": "sha1-zqbmrlyHCnsKAAQHC3tYfgJSkS4="
    },
    "is-ip": {
      "version": "3.1.0",
      "resolved": "https://registry.yarnpkg.com/is-ip/-/is-ip-3.1.0.tgz",
      "integrity": "sha1-KuXd+vrwXLgAimIJPPKXNPZXxdg=",
      "requires": {
        "ip-regex": "4.1.0"
      }
    },
    "is-ipfs": {
      "version": "1.0.3",
      "resolved": "https://registry.yarnpkg.com/is-ipfs/-/is-ipfs-1.0.3.tgz",
      "integrity": "sha1-S4xJlcRr6sOPDAX4zs13CT3WprM=",
      "requires": {
        "buffer": "5.6.0",
        "cids": "0.8.0",
        "iso-url": "0.4.7",
        "mafmt": "7.1.0",
        "multiaddr": "7.4.3",
        "multibase": "0.7.0",
        "multihashes": "0.4.19"
      },
      "dependencies": {
        "cids": {
          "version": "0.8.0",
          "resolved": "https://registry.yarnpkg.com/cids/-/cids-0.8.0.tgz",
          "integrity": "sha1-Qb8FC8dmnMjWSOIcqDS3R79vpnM=",
          "requires": {
            "buffer": "5.6.0",
            "class-is": "1.1.0",
            "multibase": "0.7.0",
            "multicodec": "1.0.1",
            "multihashes": "0.4.19"
          }
        },
        "mafmt": {
          "version": "7.1.0",
          "resolved": "https://registry.yarnpkg.com/mafmt/-/mafmt-7.1.0.tgz",
          "integrity": "sha1-QSb20O3tBwrOfbu2+wSXdBLTgLU=",
          "requires": {
            "multiaddr": "7.4.3"
          }
        },
        "multibase": {
          "version": "0.7.0",
          "resolved": "https://registry.yarnpkg.com/multibase/-/multibase-0.7.0.tgz",
          "integrity": "sha1-Gt/BxQq+Be7+tQkawMJyjWuEWBs=",
          "requires": {
            "base-x": "3.0.8",
            "buffer": "5.6.0"
          }
        }
      }
    },
    "is-map": {
      "version": "2.0.1",
      "resolved": "https://registry.yarnpkg.com/is-map/-/is-map-2.0.1.tgz",
      "integrity": "sha1-Ug2vxDB7uOvDO4E95c58lADWRKE="
    },
    "is-natural-number": {
      "version": "4.0.1",
      "resolved": "https://registry.yarnpkg.com/is-natural-number/-/is-natural-number-4.0.1.tgz",
      "integrity": "sha1-q5124dtM7VHjXeDHLr7PCfc0zeg="
    },
    "is-npm": {
      "version": "4.0.0",
      "resolved": "https://registry.yarnpkg.com/is-npm/-/is-npm-4.0.0.tgz",
      "integrity": "sha1-yQ3YOAaW34enptgjwg0LErvjyE0="
    },
    "is-number": {
      "version": "3.0.0",
      "resolved": "https://registry.yarnpkg.com/is-number/-/is-number-3.0.0.tgz",
      "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=",
      "requires": {
        "kind-of": "3.2.2"
      }
    },
    "is-obj": {
      "version": "1.0.1",
      "resolved": "https://registry.yarnpkg.com/is-obj/-/is-obj-1.0.1.tgz",
      "integrity": "sha1-PkcprB9f3gJc19g6iW2rn09n2w8="
    },
    "is-object": {
      "version": "1.0.1",
      "resolved": "https://registry.yarnpkg.com/is-object/-/is-object-1.0.1.tgz",
      "integrity": "sha1-iVJojF7C/9awPsyF52ngKQMINHA="
    },
    "is-observable": {
      "version": "1.1.0",
      "resolved": "https://registry.yarnpkg.com/is-observable/-/is-observable-1.1.0.tgz",
      "integrity": "sha1-s+mGyPRN6VCGfKtUA/WjRlAFl14=",
      "requires": {
        "symbol-observable": "1.2.0"
      }
    },
    "is-path-cwd": {
      "version": "2.2.0",
      "resolved": "https://registry.yarnpkg.com/is-path-cwd/-/is-path-cwd-2.2.0.tgz",
      "integrity": "sha1-Z9Q7gmZKe1GR/ZEZEn6zAASKn9s="
    },
    "is-path-inside": {
      "version": "3.0.2",
      "resolved": "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-3.0.2.tgz",
      "integrity": "sha1-9SIPyCo+IzdXKR3dycWHfyofMBc="
    },
    "is-plain-obj": {
      "version": "1.1.0",
      "resolved": "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-1.1.0.tgz",
      "integrity": "sha1-caUMhCnfync8kqOQpKA7OfzVHT4="
    },
    "is-plain-object": {
      "version": "2.0.4",
      "resolved": "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.4.tgz",
      "integrity": "sha1-LBY7P6+xtgbZ0Xko8FwqHDjgdnc=",
      "requires": {
        "isobject": "3.0.1"
      }
    },
    "is-promise": {
      "version": "1.0.1",
      "resolved": "https://registry.yarnpkg.com/is-promise/-/is-promise-1.0.1.tgz",
      "integrity": "sha1-MVc3YcBX4zwukaq56W2gjO++duU="
    },
    "is-pull-stream": {
      "version": "0.0.0",
      "resolved": "https://registry.yarnpkg.com/is-pull-stream/-/is-pull-stream-0.0.0.tgz",
      "integrity": "sha1-o7w9HG0wVRUcRr3m85nv7SFEDKk="
    },
    "is-regex": {
      "version": "1.0.5",
      "resolved": "https://registry.yarnpkg.com/is-regex/-/is-regex-1.0.5.tgz",
      "integrity": "sha1-OdWJo1i/GJZ/cmlnEguPwa7XTq4=",
      "requires": {
        "has": "1.0.3"
      }
    },
    "is-retry-allowed": {
      "version": "1.2.0",
      "resolved": "https://registry.yarnpkg.com/is-retry-allowed/-/is-retry-allowed-1.2.0.tgz",
      "integrity": "sha1-13hIi9CkZmo76KFIK58rqv7eqLQ="
    },
    "is-set": {
      "version": "2.0.1",
      "resolved": "https://registry.yarnpkg.com/is-set/-/is-set-2.0.1.tgz",
      "integrity": "sha1-0WBK/asXJJhtMAkVdfVJRdp+X0M="
    },
    "is-stream": {
      "version": "1.1.0",
      "resolved": "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz",
      "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ="
    },
    "is-string": {
      "version": "1.0.5",
      "resolved": "https://registry.yarnpkg.com/is-string/-/is-string-1.0.5.tgz",
      "integrity": "sha1-QEk+0ZjvP/R3uMf5L2ROyCpc06Y="
    },
    "is-symbol": {
      "version": "1.0.2",
      "resolved": "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.2.tgz",
      "integrity": "sha1-oFX2rlcZLK7jKeeoYBGLSXqVDzg=",
      "requires": {
        "has-symbols": "1.0.1"
      }
    },
    "is-typedarray": {
      "version": "1.0.0",
      "resolved": "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz",
      "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo="
    },
    "is-utf8": {
      "version": "0.2.1",
      "resolved": "https://registry.yarnpkg.com/is-utf8/-/is-utf8-0.2.1.tgz",
      "integrity": "sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI="
    },
    "is-windows": {
      "version": "1.0.2",
      "resolved": "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz",
      "integrity": "sha1-0YUOuXkezRjmGCzhKjDzlmNLsZ0="
    },
    "is-wsl": {
      "version": "2.1.1",
      "resolved": "https://registry.yarnpkg.com/is-wsl/-/is-wsl-2.1.1.tgz",
      "integrity": "sha1-ShwVLUKd89RBZpSY4khtNZbrrx0="
    },
    "is-yarn-global": {
      "version": "0.3.0",
      "resolved": "https://registry.yarnpkg.com/is-yarn-global/-/is-yarn-global-0.3.0.tgz",
      "integrity": "sha1-1QLTOCWQ6jAEiTdGdUyJE5lz4jI="
    },
    "isarray": {
      "version": "0.0.1",
      "resolved": "https://registry.yarnpkg.com/isarray/-/isarray-0.0.1.tgz",
      "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8="
    },
    "isexe": {
      "version": "2.0.0",
      "resolved": "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz",
      "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA="
    },
    "iso-constants": {
      "version": "0.1.2",
      "resolved": "https://registry.yarnpkg.com/iso-constants/-/iso-constants-0.1.2.tgz",
      "integrity": "sha1-PSRW7VrqpV0YVk8oW6AqR6DYhbQ="
    },
    "iso-random-stream": {
      "version": "1.1.1",
      "resolved": "https://registry.yarnpkg.com/iso-random-stream/-/iso-random-stream-1.1.1.tgz",
      "integrity": "sha1-g4JLunf7s0gN1rNfuwbef56T6A8=",
      "requires": {
        "buffer": "5.4.3",
        "readable-stream": "3.6.0"
      },
      "dependencies": {
        "buffer": {
          "version": "5.4.3",
          "resolved": "https://registry.yarnpkg.com/buffer/-/buffer-5.4.3.tgz",
          "integrity": "sha1-P7ycaetxPTI+P8Gole7gcQwHIRU=",
          "requires": {
            "base64-js": "1.3.1",
            "ieee754": "1.1.13"
          }
        },
        "readable-stream": {
          "version": "3.6.0",
          "resolved": "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz",
          "integrity": "sha1-M3u9o63AcGvT4CRCaihtS0sskZg=",
          "requires": {
            "inherits": "2.0.4",
            "string_decoder": "1.1.1",
            "util-deprecate": "1.0.2"
          }
        },
        "safe-buffer": {
          "version": "5.1.2",
          "resolved": "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz",
          "integrity": "sha1-mR7GnSluAxN0fVm9/St0XDX4go0="
        },
        "string_decoder": {
          "version": "1.1.1",
          "resolved": "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz",
          "integrity": "sha1-nPFhG6YmhdcDCunkujQUnDrwP8g=",
          "requires": {
            "safe-buffer": "5.1.2"
          }
        }
      }
    },
    "iso-url": {
      "version": "0.4.7",
      "resolved": "https://registry.yarnpkg.com/iso-url/-/iso-url-0.4.7.tgz",
      "integrity": "sha1-3n5IEg2uRpIQef548yWsnpIXo4U="
    },
    "isobject": {
      "version": "3.0.1",
      "resolved": "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz",
      "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8="
    },
    "isomorphic-fetch": {
      "version": "2.2.1",
      "resolved": "https://registry.yarnpkg.com/isomorphic-fetch/-/isomorphic-fetch-2.2.1.tgz",
      "integrity": "sha1-YRrhrPFPXoH3KVB0coGf6XM1WKk=",
      "requires": {
        "node-fetch": "1.7.3",
        "whatwg-fetch": "2.0.4"
      }
    },
    "isomorphic-unfetch": {
      "version": "3.0.0",
      "resolved": "https://registry.yarnpkg.com/isomorphic-unfetch/-/isomorphic-unfetch-3.0.0.tgz",
      "integrity": "sha1-3m2Aq95IexfeLEAKfvnl7MLvs2I=",
      "requires": {
        "node-fetch": "2.6.0",
        "unfetch": "4.1.0"
      },
      "dependencies": {
        "node-fetch": {
          "version": "2.6.0",
          "resolved": "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz",
          "integrity": "sha1-5jNFY4bUqlWGP2dqerDaqP3ssP0="
        }
      }
    },
    "isomorphic-ws": {
      "version": "4.0.1",
      "resolved": "https://registry.yarnpkg.com/isomorphic-ws/-/isomorphic-ws-4.0.1.tgz",
      "integrity": "sha1-Vf1M1sXmSR523BJZON2GP1zU8tw="
    },
    "isstream": {
      "version": "0.1.2",
      "resolved": "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz",
      "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo="
    },
    "istanbul-lib-coverage": {
      "version": "3.0.0",
      "resolved": "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-3.0.0.tgz",
      "integrity": "sha1-9ZRKN8cLVQsCp4pcOyBVsoDOyOw="
    },
    "istanbul-lib-hook": {
      "version": "3.0.0",
      "resolved": "https://registry.yarnpkg.com/istanbul-lib-hook/-/istanbul-lib-hook-3.0.0.tgz",
      "integrity": "sha1-j4TJQ0iIzGsdCp1wkqdtI56/DMY=",
      "requires": {
        "append-transform": "2.0.0"
      }
    },
    "istanbul-lib-instrument": {
      "version": "4.0.1",
      "resolved": "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-4.0.1.tgz",
      "integrity": "sha1-YfE6wsls/vsHb+cTEVbMBZB4dOY=",
      "requires": {
        "@babel/core": "7.10.5",
        "@babel/parser": "7.10.5",
        "@babel/template": "7.10.4",
        "@babel/traverse": "7.10.5",
        "@istanbuljs/schema": "0.1.2",
        "istanbul-lib-coverage": "3.0.0",
        "semver": "6.3.0"
      },
      "dependencies": {
        "semver": {
          "version": "6.3.0",
          "resolved": "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz",
          "integrity": "sha1-7gpkyK9ejO6mdoexM3YeG+y9HT0="
        }
      }
    },
    "istanbul-lib-processinfo": {
      "version": "2.0.2",
      "resolved": "https://registry.yarnpkg.com/istanbul-lib-processinfo/-/istanbul-lib-processinfo-2.0.2.tgz",
      "integrity": "sha1-4UJlFGYiRLLyXfco6P0bo1/lO5w=",
      "requires": {
        "archy": "1.0.0",
        "cross-spawn": "7.0.3",
        "istanbul-lib-coverage": "3.0.0",
        "make-dir": "3.0.2",
        "p-map": "3.0.0",
        "rimraf": "3.0.2",
        "uuid": "3.4.0"
      },
      "dependencies": {
        "uuid": {
          "version": "3.4.0",
          "resolved": "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz",
          "integrity": "sha1-sj5DWK+oogL+ehAK8fX4g/AgB+4="
        }
      }
    },
    "istanbul-lib-report": {
      "version": "3.0.0",
      "resolved": "https://registry.yarnpkg.com/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz",
      "integrity": "sha1-dRj+UupE3jcvRgp2tezan/tz2KY=",
      "requires": {
        "istanbul-lib-coverage": "3.0.0",
        "make-dir": "3.0.2",
        "supports-color": "7.1.0"
      }
    },
    "istanbul-lib-source-maps": {
      "version": "4.0.0",
      "resolved": "https://registry.yarnpkg.com/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.0.tgz",
      "integrity": "sha1-dXQ85tlruG3H7kNSz2Nmoj8LGtk=",
      "requires": {
        "debug": "4.1.1",
        "istanbul-lib-coverage": "3.0.0",
        "source-map": "0.6.1"
      },
      "dependencies": {
        "debug": {
          "version": "4.1.1",
          "resolved": "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz",
          "integrity": "sha1-O3ImAlUQnGtYnO4FDx1RYTlmR5E=",
          "requires": {
            "ms": "2.1.2"
          }
        },
        "source-map": {
          "version": "0.6.1",
          "resolved": "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz",
          "integrity": "sha1-dHIq8y6WFOnCh6jQu95IteLxomM="
        }
      }
    },
    "istanbul-reports": {
      "version": "3.0.2",
      "resolved": "https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-3.0.2.tgz",
      "integrity": "sha1-1ZMhDlAAaDdQywn8BkTktuJ/1Ts=",
      "requires": {
        "html-escaper": "2.0.2",
        "istanbul-lib-report": "3.0.0"
      }
    },
    "isurl": {
      "version": "1.0.0",
      "resolved": "https://registry.yarnpkg.com/isurl/-/isurl-1.0.0.tgz",
      "integrity": "sha1-sn9PSfPNqj6kSgpbfzRi5u3DnWc=",
      "requires": {
        "has-to-string-tag-x": "1.4.1",
        "is-object": "1.0.1"
      }
    },
    "it-all": {
      "version": "1.0.2",
      "resolved": "https://registry.yarnpkg.com/it-all/-/it-all-1.0.2.tgz",
      "integrity": "sha1-Tob0zRoY2qYp3cA1t/NGWiTrMP8="
    },
    "it-concat": {
      "version": "1.0.0",
      "resolved": "https://registry.yarnpkg.com/it-concat/-/it-concat-1.0.0.tgz",
      "integrity": "sha1-Jt+Y3K6omqd1zOTQgsFf31J6i9A=",
      "requires": {
        "bl": "4.0.2"
      }
    },
    "it-glob": {
      "version": "0.0.7",
      "resolved": "https://registry.yarnpkg.com/it-glob/-/it-glob-0.0.7.tgz",
      "integrity": "sha1-btXApvrmrWh/3sgyViYMvn/Lstc=",
      "requires": {
        "fs-extra": "8.1.0",
        "minimatch": "3.0.4"
      },
      "dependencies": {
        "fs-extra": {
          "version": "8.1.0",
          "resolved": "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz",
          "integrity": "sha1-SdQ8RaiM2Wd2aMt74bRu/bjS4cA=",
          "requires": {
            "graceful-fs": "4.2.4",
            "jsonfile": "4.0.0",
            "universalify": "0.1.2"
          }
        }
      }
    },
    "it-reader": {
      "version": "2.1.0",
      "resolved": "https://registry.yarnpkg.com/it-reader/-/it-reader-2.1.0.tgz",
      "integrity": "sha1-sRZL40P4U42HdeEPsDOfYcz3Gw8=",
      "requires": {
        "bl": "4.0.2"
      }
    },
    "it-tar": {
      "version": "1.2.2",
      "resolved": "https://registry.yarnpkg.com/it-tar/-/it-tar-1.2.2.tgz",
      "integrity": "sha1-jXmGPa0ncmx4GkvMSR9Twg8oZs8=",
      "requires": {
        "bl": "4.0.2",
        "buffer": "5.4.3",
        "iso-constants": "0.1.2",
        "it-concat": "1.0.0",
        "it-reader": "2.1.0",
        "p-defer": "3.0.0"
      },
      "dependencies": {
        "buffer": {
          "version": "5.4.3",
          "resolved": "https://registry.yarnpkg.com/buffer/-/buffer-5.4.3.tgz",
          "integrity": "sha1-P7ycaetxPTI+P8Gole7gcQwHIRU=",
          "requires": {
            "base64-js": "1.3.1",
            "ieee754": "1.1.13"
          }
        }
      }
    },
    "it-to-stream": {
      "version": "0.1.1",
      "resolved": "https://registry.yarnpkg.com/it-to-stream/-/it-to-stream-0.1.1.tgz",
      "integrity": "sha1-P7SpxN+GjNj0qvIHHrpa2lo/rSo=",
      "requires": {
        "buffer": "5.4.3",
        "fast-fifo": "1.0.0",
        "get-iterator": "1.0.2",
        "p-defer": "3.0.0",
        "p-fifo": "1.0.0",
        "readable-stream": "3.6.0"
      },
      "dependencies": {
        "buffer": {
          "version": "5.4.3",
          "resolved": "https://registry.yarnpkg.com/buffer/-/buffer-5.4.3.tgz",
          "integrity": "sha1-P7ycaetxPTI+P8Gole7gcQwHIRU=",
          "requires": {
            "base64-js": "1.3.1",
            "ieee754": "1.1.13"
          }
        },
        "readable-stream": {
          "version": "3.6.0",
          "resolved": "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz",
          "integrity": "sha1-M3u9o63AcGvT4CRCaihtS0sskZg=",
          "requires": {
            "inherits": "2.0.4",
            "string_decoder": "1.1.1",
            "util-deprecate": "1.0.2"
          }
        },
        "safe-buffer": {
          "version": "5.1.2",
          "resolved": "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz",
          "integrity": "sha1-mR7GnSluAxN0fVm9/St0XDX4go0="
        },
        "string_decoder": {
          "version": "1.1.1",
          "resolved": "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz",
          "integrity": "sha1-nPFhG6YmhdcDCunkujQUnDrwP8g=",
          "requires": {
            "safe-buffer": "5.1.2"
          }
        }
      }
    },
    "iterable-ndjson": {
      "version": "1.1.0",
      "resolved": "https://registry.yarnpkg.com/iterable-ndjson/-/iterable-ndjson-1.1.0.tgz",
      "integrity": "sha1-NvfopbsE/Qh9OE8p5E/EKA/AFPw=",
      "requires": {
        "string_decoder": "1.3.0"
      },
      "dependencies": {
        "safe-buffer": {
          "version": "5.2.1",
          "resolved": "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz",
          "integrity": "sha1-Hq+fqb2x/dTsdfWPnNtOa3gn7sY="
        },
        "string_decoder": {
          "version": "1.3.0",
          "resolved": "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz",
          "integrity": "sha1-QvEUWUpGzxqOMLCoT1bHjD7awh4=",
          "requires": {
            "safe-buffer": "5.2.1"
          }
        }
      }
    },
    "iterall": {
      "version": "1.3.0",
      "resolved": "https://registry.yarnpkg.com/iterall/-/iterall-1.3.0.tgz",
      "integrity": "sha1-r8sISS4pFcvYoIhOuTqMlNDXL+o="
    },
    "iterate-iterator": {
      "version": "1.0.1",
      "resolved": "https://registry.yarnpkg.com/iterate-iterator/-/iterate-iterator-1.0.1.tgz",
      "integrity": "sha1-FpOnaMHd15yWkFFFlFPwgv6C6fY="
    },
    "iterate-value": {
      "version": "1.0.2",
      "resolved": "https://registry.yarnpkg.com/iterate-value/-/iterate-value-1.0.2.tgz",
      "integrity": "sha1-k1EVvTfQBqUgRlNevI0H6ckzf1c=",
      "requires": {
        "es-get-iterator": "1.1.0",
        "iterate-iterator": "1.0.1"
      }
    },
    "js-sha3": {
      "version": "0.5.7",
      "resolved": "https://registry.yarnpkg.com/js-sha3/-/js-sha3-0.5.7.tgz",
      "integrity": "sha1-DU/9gALVMzqrr0oj7tL2N0yfKOc="
    },
    "js-string-escape": {
      "version": "1.0.1",
      "resolved": "https://registry.yarnpkg.com/js-string-escape/-/js-string-escape-1.0.1.tgz",
      "integrity": "sha1-4mJbrbwNZ8dTPp7cEGjFh65BN+8="
    },
    "js-tokens": {
      "version": "3.0.2",
      "resolved": "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz",
      "integrity": "sha1-mGbfOVECEw449/mWvOtlRDIJwls="
    },
    "js-yaml": {
      "version": "3.13.1",
      "resolved": "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.1.tgz",
      "integrity": "sha1-r/FRswv9+o5J4F2iLnQV6d+jeEc=",
      "requires": {
        "argparse": "1.0.10",
        "esprima": "4.0.1"
      }
    },
    "jsbn": {
      "version": "0.1.1",
      "resolved": "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz",
      "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM="
    },
    "jsesc": {
      "version": "0.5.0",
      "resolved": "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz",
      "integrity": "sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0="
    },
    "json-buffer": {
      "version": "3.0.0",
      "resolved": "https://registry.yarnpkg.com/json-buffer/-/json-buffer-3.0.0.tgz",
      "integrity": "sha1-Wx85evx11ne96Lz8Dkfh+aPZqJg="
    },
    "json-parse-better-errors": {
      "version": "1.0.2",
      "resolved": "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz",
      "integrity": "sha1-u4Z8+zRQ5pEHwTHRxRS6s9yLyqk="
    },
    "json-rpc-engine": {
      "version": "3.8.0",
      "resolved": "https://registry.yarnpkg.com/json-rpc-engine/-/json-rpc-engine-3.8.0.tgz",
      "integrity": "sha1-nU/0RyQXkuHQojL275JzArsMYqk=",
      "requires": {
        "async": "2.6.2",
        "babel-preset-env": "1.7.0",
        "babelify": "7.3.0",
        "json-rpc-error": "2.0.0",
        "promise-to-callback": "1.0.0",
        "safe-event-emitter": "1.0.1"
      },
      "dependencies": {
        "async": {
          "version": "2.6.2",
          "resolved": "https://registry.yarnpkg.com/async/-/async-2.6.2.tgz",
          "integrity": "sha1-GDMOp+bjE4h/XS8qkEusb+TdU4E=",
          "requires": {
            "lodash": "4.17.19"
          }
        }
      }
    },
    "json-rpc-error": {
      "version": "2.0.0",
      "resolved": "https://registry.yarnpkg.com/json-rpc-error/-/json-rpc-error-2.0.0.tgz",
      "integrity": "sha1-p6+cICg4tekFxyUOVH8a/3cligI=",
      "requires": {
        "inherits": "2.0.4"
      }
    },
    "json-rpc-random-id": {
      "version": "1.0.1",
      "resolved": "https://registry.yarnpkg.com/json-rpc-random-id/-/json-rpc-random-id-1.0.1.tgz",
      "integrity": "sha1-uknZat7RRE27jaPSA3SKy7zeyMg="
    },
    "json-schema": {
      "version": "0.2.3",
      "resolved": "https://registry.yarnpkg.com/json-schema/-/json-schema-0.2.3.tgz",
      "integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM="
    },
    "json-schema-traverse": {
      "version": "0.4.1",
      "resolved": "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
      "integrity": "sha1-afaofZUTq4u4/mO9sJecRI5oRmA="
    },
    "json-stable-stringify": {
      "version": "1.0.1",
      "resolved": "https://registry.yarnpkg.com/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz",
      "integrity": "sha1-mnWdOcXy/1A/1TAGRu1EX4jE+a8=",
      "requires": {
        "jsonify": "0.0.0"
      }
    },
    "json-stable-stringify-without-jsonify": {
      "version": "1.0.1",
      "resolved": "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
      "integrity": "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE="
    },
    "json-stringify-safe": {
      "version": "5.0.1",
      "resolved": "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
      "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus="
    },
    "json-text-sequence": {
      "version": "0.1.1",
      "resolved": "https://registry.yarnpkg.com/json-text-sequence/-/json-text-sequence-0.1.1.tgz",
      "integrity": "sha1-py8hfcSvxGKf/1/rME3BvVGi89I=",
      "requires": {
        "delimit-stream": "0.1.0"
      }
    },
    "json5": {
      "version": "2.1.3",
      "resolved": "https://registry.yarnpkg.com/json5/-/json5-2.1.3.tgz",
      "integrity": "sha1-ybD3+pIzv+WAf+ZvzzpWF+1ZfUM=",
      "requires": {
        "minimist": "1.2.5"
      }
    },
    "jsonfile": {
      "version": "4.0.0",
      "resolved": "https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz",
      "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss="
    },
    "jsonify": {
      "version": "0.0.0",
      "resolved": "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz",
      "integrity": "sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM="
    },
    "jsprim": {
      "version": "1.4.1",
      "resolved": "https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.1.tgz",
      "integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=",
      "requires": {
        "assert-plus": "1.0.0",
        "extsprintf": "1.3.0",
        "json-schema": "0.2.3",
        "verror": "1.10.0"
      }
    },
    "just-extend": {
      "version": "4.1.0",
      "resolved": "https://registry.yarnpkg.com/just-extend/-/just-extend-4.1.0.tgz",
      "integrity": "sha1-cnikAn2IlgFkDuDODloAuZJGfaQ="
    },
    "keccak": {
      "version": "1.4.0",
      "resolved": "https://registry.yarnpkg.com/keccak/-/keccak-1.4.0.tgz",
      "integrity": "sha1-Vy+Kbb7o57OqQhVQ+eZAjKIYb4A=",
      "requires": {
        "bindings": "1.5.0",
        "inherits": "2.0.4",
        "nan": "2.14.0",
        "safe-buffer": "5.2.0"
      }
    },
    "keccakjs": {
      "version": "0.2.3",
      "resolved": "https://registry.yarnpkg.com/keccakjs/-/keccakjs-0.2.3.tgz",
      "integrity": "sha1-Xk6WnOOWiaOGH0Rdd1LuNHf5/nI=",
      "requires": {
        "browserify-sha3": "0.0.4",
        "sha3": "1.2.6"
      }
    },
    "keypair": {
      "version": "1.0.1",
      "resolved": "https://registry.yarnpkg.com/keypair/-/keypair-1.0.1.tgz",
      "integrity": "sha1-dgNxknCvtlZO04oiCHoG/Jqk6hs="
    },
    "keyv": {
      "version": "3.1.0",
      "resolved": "https://registry.yarnpkg.com/keyv/-/keyv-3.1.0.tgz",
      "integrity": "sha1-7MIoSG9pmR5J6UdkhaW+Ho/FxNk=",
      "requires": {
        "json-buffer": "3.0.0"
      }
    },
    "kill-port": {
      "version": "1.6.0",
      "resolved": "https://registry.yarnpkg.com/kill-port/-/kill-port-1.6.0.tgz",
      "integrity": "sha1-cPe5G/hxWMRM9n4FehVKzkiPxXM=",
      "requires": {
        "get-them-args": "1.3.2",
        "shell-exec": "1.0.2"
      }
    },
    "kind-of": {
      "version": "3.2.2",
      "resolved": "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz",
      "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
      "requires": {
        "is-buffer": "1.1.6"
      },
      "dependencies": {
        "is-buffer": {
          "version": "1.1.6",
          "resolved": "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz",
          "integrity": "sha1-76ouqdqg16suoTqXsritUf776L4="
        }
      }
    },
    "klaw": {
      "version": "1.3.1",
      "resolved": "https://registry.yarnpkg.com/klaw/-/klaw-1.3.1.tgz",
      "integrity": "sha1-QIhDO0azsbolnXh4XY6W9zugJDk="
    },
    "ky": {
      "version": "0.15.0",
      "resolved": "https://registry.yarnpkg.com/ky/-/ky-0.15.0.tgz",
      "integrity": "sha1-vqBZ1XzBeVda2tu6LY4VYQ2P11s="
    },
    "ky-universal": {
      "version": "0.3.0",
      "resolved": "https://registry.yarnpkg.com/ky-universal/-/ky-universal-0.3.0.tgz",
      "integrity": "sha1-P8uw3QPaObXwUQDZNipjDV4dQC4=",
      "requires": {
        "abort-controller": "3.0.0",
        "node-fetch": "2.6.0"
      },
      "dependencies": {
        "node-fetch": {
          "version": "2.6.0",
          "resolved": "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz",
          "integrity": "sha1-5jNFY4bUqlWGP2dqerDaqP3ssP0="
        }
      }
    },
    "latest-version": {
      "version": "5.1.0",
      "resolved": "https://registry.yarnpkg.com/latest-version/-/latest-version-5.1.0.tgz",
      "integrity": "sha1-EZ3+kI/jjRXfpD7NE/oS7Igy+s4=",
      "requires": {
        "package-json": "6.5.0"
      }
    },
    "lcid": {
      "version": "1.0.0",
      "resolved": "https://registry.yarnpkg.com/lcid/-/lcid-1.0.0.tgz",
      "integrity": "sha1-MIrMr6C8SDo4Z7S28rlQYlHRuDU=",
      "requires": {
        "invert-kv": "1.0.0"
      }
    },
    "level-codec": {
      "version": "9.0.1",
      "resolved": "https://registry.yarnpkg.com/level-codec/-/level-codec-9.0.1.tgz",
      "integrity": "sha1-BC9KqF5W1DKKzjaMlQgRuoArckc="
    },
    "level-errors": {
      "version": "2.0.1",
      "resolved": "https://registry.yarnpkg.com/level-errors/-/level-errors-2.0.1.tgz",
      "integrity": "sha1-ITKmd79OZ5zgKfUXwvF0MoAMBcg=",
      "requires": {
        "errno": "0.1.7"
      }
    },
    "level-iterator-stream": {
      "version": "3.0.1",
      "resolved": "https://registry.yarnpkg.com/level-iterator-stream/-/level-iterator-stream-3.0.1.tgz",
      "integrity": "sha1-LJik+IINh82sqzEyUGgVQZB3xzA=",
      "requires": {
        "inherits": "2.0.4",
        "readable-stream": "2.3.7",
        "xtend": "4.0.2"
      }
    },
    "level-mem": {
      "version": "3.0.1",
      "resolved": "https://registry.yarnpkg.com/level-mem/-/level-mem-3.0.1.tgz",
      "integrity": "sha1-fOjPJW6sQPcW62SJZUcmJH9aieU=",
      "requires": {
        "memdown": "3.0.0",
        "level-packager": "4.0.1"
      },
      "dependencies": {
        "memdown": {
          "version": "3.0.0",
          "resolved": "https://registry.yarnpkg.com/memdown/-/memdown-3.0.0.tgz",
          "integrity": "sha1-k6ygVddDsg78N0kunjmXhPKVgwk=",
          "requires": {
            "abstract-leveldown": "5.0.0",
            "functional-red-black-tree": "1.0.1",
            "immediate": "3.2.3",
            "inherits": "2.0.4",
            "ltgt": "2.2.1",
            "safe-buffer": "5.1.2"
          }
        },
        "safe-buffer": {
          "version": "5.1.2",
          "resolved": "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz",
          "integrity": "sha1-mR7GnSluAxN0fVm9/St0XDX4go0="
        }
      }
    },
    "level-packager": {
      "version": "4.0.1",
      "resolved": "https://registry.yarnpkg.com/level-packager/-/level-packager-4.0.1.tgz",
      "integrity": "sha1-fn0wFq8AW+CGm8X6jek9Kn9W/+Y=",
      "requires": {
        "encoding-down": "5.0.4",
        "levelup": "3.1.1"
      }
    },
    "level-post": {
      "version": "1.0.7",
      "resolved": "https://registry.yarnpkg.com/level-post/-/level-post-1.0.7.tgz",
      "integrity": "sha1-GczKlEGnzFJ4eaBjUADwbV6PJ9A=",
      "requires": {
        "ltgt": "2.2.1"
      }
    },
    "level-sublevel": {
      "version": "6.6.4",
      "resolved": "https://registry.yarnpkg.com/level-sublevel/-/level-sublevel-6.6.4.tgz",
      "integrity": "sha1-94RK6JORnNnWmuGdcVlJmv1TUro=",
      "requires": {
        "bytewise": "1.1.0",
        "level-codec": "9.0.1",
        "level-errors": "2.0.1",
        "level-iterator-stream": "2.0.3",
        "ltgt": "2.1.3",
        "pull-defer": "0.2.3",
        "pull-level": "2.0.4",
        "pull-stream": "3.6.14",
        "typewiselite": "1.0.0",
        "xtend": "4.0.2"
      },
      "dependencies": {
        "level-iterator-stream": {
          "version": "2.0.3",
          "resolved": "https://registry.yarnpkg.com/level-iterator-stream/-/level-iterator-stream-2.0.3.tgz",
          "integrity": "sha1-zP/3wEbc9HlVrpqG9G36BqMWiLQ=",
          "requires": {
            "inherits": "2.0.4",
            "readable-stream": "2.3.7",
            "xtend": "4.0.2"
          }
        },
        "ltgt": {
          "version": "2.1.3",
          "resolved": "https://registry.yarnpkg.com/ltgt/-/ltgt-2.1.3.tgz",
          "integrity": "sha1-EIUaBtmWS5cReEQcI8nlJpjuzjQ="
        }
      }
    },
    "level-ws": {
      "version": "0.0.0",
      "resolved": "https://registry.yarnpkg.com/level-ws/-/level-ws-0.0.0.tgz",
      "integrity": "sha1-Ny5RIXeSSgBCSwtDrvK7QkltIos=",
      "requires": {
        "readable-stream": "1.0.34",
        "xtend": "2.1.2"
      },
      "dependencies": {
        "object-keys": {
          "version": "0.4.0",
          "resolved": "https://registry.yarnpkg.com/object-keys/-/object-keys-0.4.0.tgz",
          "integrity": "sha1-KKaq50KN0sOpLz2V8hM13SBOAzY="
        },
        "readable-stream": {
          "version": "1.0.34",
          "resolved": "https://registry.yarnpkg.com/readable-stream/-/readable-stream-1.0.34.tgz",
          "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=",
          "requires": {
            "core-util-is": "1.0.2",
            "isarray": "0.0.1",
            "string_decoder": "0.10.31",
            "inherits": "2.0.4"
          }
        },
        "xtend": {
          "version": "2.1.2",
          "resolved": "https://registry.yarnpkg.com/xtend/-/xtend-2.1.2.tgz",
          "integrity": "sha1-bv7MKk2tjmlixJAbM3znuoe10os=",
          "requires": {
            "object-keys": "0.4.0"
          }
        }
      }
    },
    "levelup": {
      "version": "3.1.1",
      "resolved": "https://registry.yarnpkg.com/levelup/-/levelup-3.1.1.tgz",
      "integrity": "sha1-wsCzvitNwxZkfFO0Li9VniMtIYk=",
      "requires": {
        "deferred-leveldown": "4.0.2",
        "level-errors": "2.0.1",
        "level-iterator-stream": "3.0.1",
        "xtend": "4.0.2"
      }
    },
    "leven": {
      "version": "3.1.0",
      "resolved": "https://registry.yarnpkg.com/leven/-/leven-3.1.0.tgz",
      "integrity": "sha1-d4kd6DQGTMy6gq54QrtrFKE+1/I="
    },
    "levenary": {
      "version": "1.1.1",
      "resolved": "https://registry.yarnpkg.com/levenary/-/levenary-1.1.1.tgz",
      "integrity": "sha1-hCqe6Y0gdap/ru2+MmeekgX0b3c=",
      "requires": {
        "leven": "3.1.0"
      }
    },
    "levn": {
      "version": "0.4.1",
      "resolved": "https://registry.yarnpkg.com/levn/-/levn-0.4.1.tgz",
      "integrity": "sha1-rkViwAdHO5MqYgDUAyaN0v/8at4=",
      "requires": {
        "prelude-ls": "1.2.1",
        "type-check": "0.4.0"
      }
    },
    "libp2p-crypto": {
      "version": "0.16.3",
      "resolved": "https://registry.yarnpkg.com/libp2p-crypto/-/libp2p-crypto-0.16.3.tgz",
      "integrity": "sha1-pAEjYaa2szKNPWtnzRyyeOjVj1k=",
      "requires": {
        "asmcrypto.js": "2.3.2",
        "asn1.js": "5.3.0",
        "async": "2.6.3",
        "bn.js": "4.11.8",
        "browserify-aes": "1.2.0",
        "bs58": "4.0.1",
        "iso-random-stream": "1.1.1",
        "keypair": "1.0.1",
        "libp2p-crypto-secp256k1": "0.3.1",
        "multihashing-async": "0.5.2",
        "node-forge": "0.9.1",
        "pem-jwk": "2.0.0",
        "protons": "1.0.2",
        "rsa-pem-to-jwk": "1.1.3",
        "tweetnacl": "1.0.3",
        "ursa-optional": "0.10.1"
      },
      "dependencies": {
        "bn.js": {
          "version": "4.11.8",
          "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
          "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
        },
        "js-sha3": {
          "version": "0.8.0",
          "resolved": "https://registry.yarnpkg.com/js-sha3/-/js-sha3-0.8.0.tgz",
          "integrity": "sha1-ubel2nOvrX3t0PjEY5VMveaBiEA="
        },
        "libp2p-crypto-secp256k1": {
          "version": "0.3.1",
          "resolved": "https://registry.yarnpkg.com/libp2p-crypto-secp256k1/-/libp2p-crypto-secp256k1-0.3.1.tgz",
          "integrity": "sha1-TL64V/XP5f77ElPmsplEIMDKFm4=",
          "requires": {
            "async": "2.6.3",
            "bs58": "4.0.1",
            "multihashing-async": "0.6.0",
            "nodeify": "1.0.1",
            "safe-buffer": "5.2.0",
            "secp256k1": "3.8.0"
          },
          "dependencies": {
            "multihashing-async": {
              "version": "0.6.0",
              "resolved": "https://registry.yarnpkg.com/multihashing-async/-/multihashing-async-0.6.0.tgz",
              "integrity": "sha1-wfxmlqYkub85sWCwxMTnuj85RFM=",
              "requires": {
                "blakejs": "1.1.0",
                "js-sha3": "0.8.0",
                "multihashes": "0.4.19",
                "murmurhash3js": "3.0.1",
                "nodeify": "1.0.1"
              }
            }
          }
        },
        "node-forge": {
          "version": "0.9.1",
          "resolved": "https://registry.yarnpkg.com/node-forge/-/node-forge-0.9.1.tgz",
          "integrity": "sha1-d1No5oRlWKtmdoWKTYxujRbGd7U="
        },
        "pem-jwk": {
          "version": "2.0.0",
          "resolved": "https://registry.yarnpkg.com/pem-jwk/-/pem-jwk-2.0.0.tgz",
          "integrity": "sha1-HFuyZGEvw5E0CQf1wd5gwG0i8IU=",
          "requires": {
            "asn1.js": "5.3.0"
          }
        }
      }
    },
    "libp2p-crypto-secp256k1": {
      "version": "0.2.3",
      "resolved": "https://registry.yarnpkg.com/libp2p-crypto-secp256k1/-/libp2p-crypto-secp256k1-0.2.3.tgz",
      "integrity": "sha1-IS/BcdOdrnvj6vTZ0xHgqOlhnHg=",
      "requires": {
        "async": "2.6.3",
        "multihashing-async": "0.5.2",
        "nodeify": "1.0.1",
        "safe-buffer": "5.2.0",
        "secp256k1": "3.8.0"
      }
    },
    "lie": {
      "version": "3.1.1",
      "resolved": "https://registry.yarnpkg.com/lie/-/lie-3.1.1.tgz",
      "integrity": "sha1-mkNrLMd0bKWd56QfpGmz77dr2H4=",
      "requires": {
        "immediate": "3.0.6"
      },
      "dependencies": {
        "immediate": {
          "version": "3.0.6",
          "resolved": "https://registry.yarnpkg.com/immediate/-/immediate-3.0.6.tgz",
          "integrity": "sha1-nbHb0Pr43m++D13V5Wu2BigN5ps="
        }
      }
    },
    "lines-and-columns": {
      "version": "1.1.6",
      "resolved": "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz",
      "integrity": "sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA="
    },
    "listr": {
      "version": "0.14.3",
      "resolved": "https://registry.yarnpkg.com/listr/-/listr-0.14.3.tgz",
      "integrity": "sha1-L+qQlgTkNL5GTFC926DUlpKPpYY=",
      "requires": {
        "@samverschueren/stream-to-observable": "0.3.0",
        "is-observable": "1.1.0",
        "is-promise": "2.1.0",
        "is-stream": "1.1.0",
        "listr-silent-renderer": "1.1.1",
        "listr-update-renderer": "0.5.0",
        "listr-verbose-renderer": "0.5.0",
        "p-map": "2.1.0",
        "rxjs": "6.6.0"
      },
      "dependencies": {
        "ansi-styles": {
          "version": "3.2.1",
          "resolved": "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz",
          "integrity": "sha1-QfuyAkPlCxK+DwS43tvwdSDOhB0=",
          "requires": {
            "color-convert": "1.9.3"
          }
        },
        "chalk": {
          "version": "2.4.2",
          "resolved": "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz",
          "integrity": "sha1-zUJUFnelQzPPVBpJEIwUMrRMlCQ=",
          "requires": {
            "ansi-styles": "3.2.1",
            "escape-string-regexp": "1.0.5",
            "supports-color": "5.5.0"
          }
        },
        "color-convert": {
          "version": "1.9.3",
          "resolved": "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz",
          "integrity": "sha1-u3GFBpDh8TZWfeYp0tVHHe2kweg=",
          "requires": {
            "color-name": "1.1.3"
          }
        },
        "color-name": {
          "version": "1.1.3",
          "resolved": "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz",
          "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU="
        },
        "date-fns": {
          "version": "1.30.1",
          "resolved": "https://registry.yarnpkg.com/date-fns/-/date-fns-1.30.1.tgz",
          "integrity": "sha1-LnG/CxGRU9u0zE6I2epaz7UNwFw="
        },
        "figures": {
          "version": "2.0.0",
          "resolved": "https://registry.yarnpkg.com/figures/-/figures-2.0.0.tgz",
          "integrity": "sha1-OrGi0qYsi/tDGgyUy3l6L84nyWI=",
          "requires": {
            "escape-string-regexp": "1.0.5"
          }
        },
        "has-flag": {
          "version": "3.0.0",
          "resolved": "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz",
          "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0="
        },
        "is-promise": {
          "version": "2.1.0",
          "resolved": "https://registry.yarnpkg.com/is-promise/-/is-promise-2.1.0.tgz",
          "integrity": "sha1-eaKp7OfwlugPNtKy87wWwf9L8/o="
        },
        "listr-verbose-renderer": {
          "version": "0.5.0",
          "resolved": "https://registry.yarnpkg.com/listr-verbose-renderer/-/listr-verbose-renderer-0.5.0.tgz",
          "integrity": "sha1-8RMhZ1NepMEmEQK58o2sfLoeA9s=",
          "requires": {
            "chalk": "2.4.2",
            "cli-cursor": "2.1.0",
            "date-fns": "1.30.1",
            "figures": "2.0.0"
          }
        },
        "p-map": {
          "version": "2.1.0",
          "resolved": "https://registry.yarnpkg.com/p-map/-/p-map-2.1.0.tgz",
          "integrity": "sha1-MQko/u+cnsxltosXaTAYpmXOoXU="
        },
        "supports-color": {
          "version": "5.5.0",
          "resolved": "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz",
          "integrity": "sha1-4uaaRKyHcveKHsCzW2id9lMO/I8=",
          "requires": {
            "has-flag": "3.0.0"
          }
        }
      }
    },
    "listr-input": {
      "version": "0.2.1",
      "resolved": "https://registry.yarnpkg.com/listr-input/-/listr-input-0.2.1.tgz",
      "integrity": "sha1-znNcNFMGg1gDiP35Ri7P69O2YSY=",
      "requires": {
        "inquirer": "7.3.2",
        "inquirer-autosubmit-prompt": "0.2.0",
        "rxjs": "6.6.0",
        "through": "2.3.8"
      }
    },
    "listr-silent-renderer": {
      "version": "1.1.1",
      "resolved": "https://registry.yarnpkg.com/listr-silent-renderer/-/listr-silent-renderer-1.1.1.tgz",
      "integrity": "sha1-kktaN1cVN3C/Go4/v3S4u/P5JC4="
    },
    "listr-update-renderer": {
      "version": "0.5.0",
      "resolved": "https://registry.yarnpkg.com/listr-update-renderer/-/listr-update-renderer-0.5.0.tgz",
      "integrity": "sha1-Tqg2hUinuK7LfgbYyVy0WuLt5qI=",
      "requires": {
        "chalk": "1.1.3",
        "cli-truncate": "0.2.1",
        "elegant-spinner": "1.0.1",
        "figures": "1.7.0",
        "indent-string": "3.2.0",
        "log-symbols": "1.0.2",
        "log-update": "2.3.0",
        "strip-ansi": "3.0.1"
      },
      "dependencies": {
        "ansi-styles": {
          "version": "2.2.1",
          "resolved": "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz",
          "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4="
        },
        "chalk": {
          "version": "1.1.3",
          "resolved": "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz",
          "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
          "requires": {
            "ansi-styles": "2.2.1",
            "escape-string-regexp": "1.0.5",
            "has-ansi": "2.0.0",
            "strip-ansi": "3.0.1",
            "supports-color": "2.0.0"
          }
        },
        "figures": {
          "version": "1.7.0",
          "resolved": "https://registry.yarnpkg.com/figures/-/figures-1.7.0.tgz",
          "integrity": "sha1-y+Hjr/zxzUS4DK3+0o3Hk6lwHS4=",
          "requires": {
            "escape-string-regexp": "1.0.5",
            "object-assign": "4.1.1"
          }
        },
        "log-symbols": {
          "version": "1.0.2",
          "resolved": "https://registry.yarnpkg.com/log-symbols/-/log-symbols-1.0.2.tgz",
          "integrity": "sha1-N2/3tY6jCGoPCfrMdGF+ylAeGhg=",
          "requires": {
            "chalk": "1.1.3"
          }
        },
        "strip-ansi": {
          "version": "3.0.1",
          "resolved": "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz",
          "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
          "requires": {
            "ansi-regex": "2.1.1"
          }
        },
        "supports-color": {
          "version": "2.0.0",
          "resolved": "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz",
          "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc="
        }
      }
    },
    "listr-verbose-renderer": {
      "version": "0.6.0",
      "resolved": "https://registry.yarnpkg.com/listr-verbose-renderer/-/listr-verbose-renderer-0.6.0.tgz",
      "integrity": "sha1-ENWpYMd2OHiwgSyIShHd4prBbDM=",
      "requires": {
        "chalk": "2.4.2",
        "cli-cursor": "2.1.0",
        "date-fns": "2.12.0",
        "figures": "2.0.0"
      },
      "dependencies": {
        "ansi-styles": {
          "version": "3.2.1",
          "resolved": "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz",
          "integrity": "sha1-QfuyAkPlCxK+DwS43tvwdSDOhB0=",
          "requires": {
            "color-convert": "1.9.3"
          }
        },
        "chalk": {
          "version": "2.4.2",
          "resolved": "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz",
          "integrity": "sha1-zUJUFnelQzPPVBpJEIwUMrRMlCQ=",
          "requires": {
            "ansi-styles": "3.2.1",
            "escape-string-regexp": "1.0.5",
            "supports-color": "5.5.0"
          }
        },
        "color-convert": {
          "version": "1.9.3",
          "resolved": "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz",
          "integrity": "sha1-u3GFBpDh8TZWfeYp0tVHHe2kweg=",
          "requires": {
            "color-name": "1.1.3"
          }
        },
        "color-name": {
          "version": "1.1.3",
          "resolved": "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz",
          "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU="
        },
        "date-fns": {
          "version": "2.12.0",
          "resolved": "https://registry.yarnpkg.com/date-fns/-/date-fns-2.12.0.tgz",
          "integrity": "sha1-AXVMii8zaPwRGc9GJcPa2MGEXuY="
        },
        "figures": {
          "version": "2.0.0",
          "resolved": "https://registry.yarnpkg.com/figures/-/figures-2.0.0.tgz",
          "integrity": "sha1-OrGi0qYsi/tDGgyUy3l6L84nyWI=",
          "requires": {
            "escape-string-regexp": "1.0.5"
          }
        },
        "has-flag": {
          "version": "3.0.0",
          "resolved": "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz",
          "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0="
        },
        "supports-color": {
          "version": "5.5.0",
          "resolved": "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz",
          "integrity": "sha1-4uaaRKyHcveKHsCzW2id9lMO/I8=",
          "requires": {
            "has-flag": "3.0.0"
          }
        }
      }
    },
    "load-json-file": {
      "version": "5.3.0",
      "resolved": "https://registry.yarnpkg.com/load-json-file/-/load-json-file-5.3.0.tgz",
      "integrity": "sha1-TTweAfocA+p4pgrHr5MsnOU0A/M=",
      "requires": {
        "graceful-fs": "4.2.4",
        "parse-json": "4.0.0",
        "pify": "4.0.1",
        "strip-bom": "3.0.0",
        "type-fest": "0.3.1"
      },
      "dependencies": {
        "parse-json": {
          "version": "4.0.0",
          "resolved": "https://registry.yarnpkg.com/parse-json/-/parse-json-4.0.0.tgz",
          "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=",
          "requires": {
            "error-ex": "1.3.2",
            "json-parse-better-errors": "1.0.2"
          }
        },
        "pify": {
          "version": "4.0.1",
          "resolved": "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz",
          "integrity": "sha1-SyzSXFDVmHNcUCkiJP2MbfQeMjE="
        },
        "type-fest": {
          "version": "0.3.1",
          "resolved": "https://registry.yarnpkg.com/type-fest/-/type-fest-0.3.1.tgz",
          "integrity": "sha1-Y9ANIE4FlHT+Xht8ARESu9HcKeE="
        }
      }
    },
    "localforage": {
      "version": "1.7.4",
      "resolved": "https://registry.yarnpkg.com/localforage/-/localforage-1.7.4.tgz",
      "integrity": "sha1-iLWcybJa5Ux2uywICyHsgywi0/Y=",
      "requires": {
        "lie": "3.1.1"
      }
    },
    "localforage-memoryStorageDriver": {
      "version": "0.9.2",
      "resolved": "https://registry.yarnpkg.com/localforage-memoryStorageDriver/-/localforage-memoryStorageDriver-0.9.2.tgz",
      "integrity": "sha1-Lg9/8qyw6f9egsUsni6z1juZjTA=",
      "requires": {
        "localforage": "1.7.4"
      }
    },
    "locate-path": {
      "version": "5.0.0",
      "resolved": "https://registry.yarnpkg.com/locate-path/-/locate-path-5.0.0.tgz",
      "integrity": "sha1-Gvujlq/WdqbUJQTQpno6frn2KqA=",
      "requires": {
        "p-locate": "4.1.0"
      }
    },
    "lodash": {
      "version": "4.17.19",
      "resolved": "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz",
      "integrity": "sha1-5I3e2+MLMyF4PFtDAfvTU7weSks="
    },
    "lodash.assign": {
      "version": "4.2.0",
      "resolved": "https://registry.yarnpkg.com/lodash.assign/-/lodash.assign-4.2.0.tgz",
      "integrity": "sha1-DZnzzNem0mHRm9rrkkUAXShYCOc="
    },
    "lodash.filter": {
      "version": "4.6.0",
      "resolved": "https://registry.yarnpkg.com/lodash.filter/-/lodash.filter-4.6.0.tgz",
      "integrity": "sha1-ZosdSYFgOuHMWm+nYBQ+SAtMSs4="
    },
    "lodash.flatmap": {
      "version": "4.5.0",
      "resolved": "https://registry.yarnpkg.com/lodash.flatmap/-/lodash.flatmap-4.5.0.tgz",
      "integrity": "sha1-74y/QI9uSCaGYzRTBcaswLd4cC4="
    },
    "lodash.flatten": {
      "version": "4.4.0",
      "resolved": "https://registry.yarnpkg.com/lodash.flatten/-/lodash.flatten-4.4.0.tgz",
      "integrity": "sha1-8xwiIlqWMtK7+OSt2+8kCqdlph8="
    },
    "lodash.flattendeep": {
      "version": "4.4.0",
      "resolved": "https://registry.yarnpkg.com/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz",
      "integrity": "sha1-+wMJF/hqMTTlvJvsDWngAT3f7bI="
    },
    "lodash.get": {
      "version": "4.4.2",
      "resolved": "https://registry.yarnpkg.com/lodash.get/-/lodash.get-4.4.2.tgz",
      "integrity": "sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk="
    },
    "lodash.map": {
      "version": "4.6.0",
      "resolved": "https://registry.yarnpkg.com/lodash.map/-/lodash.map-4.6.0.tgz",
      "integrity": "sha1-dx7Hg540c9nEzeKLGTlMNWL09tM="
    },
    "lodash.uniqby": {
      "version": "4.7.0",
      "resolved": "https://registry.yarnpkg.com/lodash.uniqby/-/lodash.uniqby-4.7.0.tgz",
      "integrity": "sha1-2ZwHpmnp5tJOE2Lf4mbGdhavEwI="
    },
    "log-symbols": {
      "version": "3.0.0",
      "resolved": "https://registry.yarnpkg.com/log-symbols/-/log-symbols-3.0.0.tgz",
      "integrity": "sha1-86CFFqXeqJMzan3uFNGKHP2rd8Q=",
      "requires": {
        "chalk": "2.4.2"
      },
      "dependencies": {
        "ansi-styles": {
          "version": "3.2.1",
          "resolved": "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz",
          "integrity": "sha1-QfuyAkPlCxK+DwS43tvwdSDOhB0=",
          "requires": {
            "color-convert": "1.9.3"
          }
        },
        "chalk": {
          "version": "2.4.2",
          "resolved": "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz",
          "integrity": "sha1-zUJUFnelQzPPVBpJEIwUMrRMlCQ=",
          "requires": {
            "ansi-styles": "3.2.1",
            "escape-string-regexp": "1.0.5",
            "supports-color": "5.5.0"
          }
        },
        "color-convert": {
          "version": "1.9.3",
          "resolved": "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz",
          "integrity": "sha1-u3GFBpDh8TZWfeYp0tVHHe2kweg=",
          "requires": {
            "color-name": "1.1.3"
          }
        },
        "color-name": {
          "version": "1.1.3",
          "resolved": "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz",
          "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU="
        },
        "has-flag": {
          "version": "3.0.0",
          "resolved": "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz",
          "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0="
        },
        "supports-color": {
          "version": "5.5.0",
          "resolved": "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz",
          "integrity": "sha1-4uaaRKyHcveKHsCzW2id9lMO/I8=",
          "requires": {
            "has-flag": "3.0.0"
          }
        }
      }
    },
    "log-update": {
      "version": "2.3.0",
      "resolved": "https://registry.yarnpkg.com/log-update/-/log-update-2.3.0.tgz",
      "integrity": "sha1-iDKP19HOeTiykoN0bwsbwSayRwg=",
      "requires": {
        "ansi-escapes": "3.2.0",
        "cli-cursor": "2.1.0",
        "wrap-ansi": "3.0.1"
      }
    },
    "looper": {
      "version": "3.0.0",
      "resolved": "https://registry.yarnpkg.com/looper/-/looper-3.0.0.tgz",
      "integrity": "sha1-LvpUw7HLq6m5Su4uWRSwvlf7t0k="
    },
    "loose-envify": {
      "version": "1.4.0",
      "resolved": "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz",
      "integrity": "sha1-ce5R+nvkyuwaY4OffmgtgTLTDK8=",
      "requires": {
        "js-tokens": "3.0.2"
      }
    },
    "lowercase-keys": {
      "version": "1.0.1",
      "resolved": "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-1.0.1.tgz",
      "integrity": "sha1-b54wtHCE2XGnyCD/FabFFnt0wm8="
    },
    "lru-cache": {
      "version": "3.2.0",
      "resolved": "https://registry.yarnpkg.com/lru-cache/-/lru-cache-3.2.0.tgz",
      "integrity": "sha1-cXibO39Tmb7IVl3aOKow0qCX7+4=",
      "requires": {
        "pseudomap": "1.0.2"
      }
    },
    "ltgt": {
      "version": "2.2.1",
      "resolved": "https://registry.yarnpkg.com/ltgt/-/ltgt-2.2.1.tgz",
      "integrity": "sha1-81ypHEk/e3PaDgdJUwTxezH4fuU="
    },
    "mafmt": {
      "version": "6.0.10",
      "resolved": "https://registry.yarnpkg.com/mafmt/-/mafmt-6.0.10.tgz",
      "integrity": "sha1-OtJRx48U+BZOZvcP0yZWYtpBETo=",
      "requires": {
        "multiaddr": "6.1.1"
      },
      "dependencies": {
        "ip-regex": {
          "version": "2.1.0",
          "resolved": "https://registry.yarnpkg.com/ip-regex/-/ip-regex-2.1.0.tgz",
          "integrity": "sha1-+ni/XS5pE8kRzp+BnuUUa7bYROk="
        },
        "is-ip": {
          "version": "2.0.0",
          "resolved": "https://registry.yarnpkg.com/is-ip/-/is-ip-2.0.0.tgz",
          "integrity": "sha1-aO6gfooKCpTC0IDdZ0xzGrKkYas=",
          "requires": {
            "ip-regex": "2.1.0"
          }
        },
        "multiaddr": {
          "version": "6.1.1",
          "resolved": "https://registry.yarnpkg.com/multiaddr/-/multiaddr-6.1.1.tgz",
          "integrity": "sha1-mq5Xs+OZCJuYltlFWvqPaxF9/wY=",
          "requires": {
            "bs58": "4.0.1",
            "class-is": "1.1.0",
            "ip": "1.1.5",
            "is-ip": "2.0.0",
            "varint": "5.0.0",
            "hi-base32": "0.5.0"
          }
        }
      }
    },
    "make-dir": {
      "version": "3.0.2",
      "resolved": "https://registry.yarnpkg.com/make-dir/-/make-dir-3.0.2.tgz",
      "integrity": "sha1-BKGsvyIiHh1u9DVZ9D4FqQ27Q5I=",
      "requires": {
        "semver": "6.3.0"
      },
      "dependencies": {
        "semver": {
          "version": "6.3.0",
          "resolved": "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz",
          "integrity": "sha1-7gpkyK9ejO6mdoexM3YeG+y9HT0="
        }
      }
    },
    "map-age-cleaner": {
      "version": "0.1.3",
      "resolved": "https://registry.yarnpkg.com/map-age-cleaner/-/map-age-cleaner-0.1.3.tgz",
      "integrity": "sha1-fVg6cwZDTAVf5HSw9FB45uG0uSo=",
      "requires": {
        "p-defer": "1.0.0"
      },
      "dependencies": {
        "p-defer": {
          "version": "1.0.0",
          "resolved": "https://registry.yarnpkg.com/p-defer/-/p-defer-1.0.0.tgz",
          "integrity": "sha1-n26xgvbJqozXQwBKfU+WsZaw+ww="
        }
      }
    },
    "map-cache": {
      "version": "0.2.2",
      "resolved": "https://registry.yarnpkg.com/map-cache/-/map-cache-0.2.2.tgz",
      "integrity": "sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8="
    },
    "map-stream": {
      "version": "0.1.0",
      "resolved": "https://registry.yarnpkg.com/map-stream/-/map-stream-0.1.0.tgz",
      "integrity": "sha1-5WqpTEyAVaFkBKBnS3jyFffI4ZQ="
    },
    "map-visit": {
      "version": "1.0.0",
      "resolved": "https://registry.yarnpkg.com/map-visit/-/map-visit-1.0.0.tgz",
      "integrity": "sha1-7Nyo8TFE5mDxtb1B8S80edmN+48=",
      "requires": {
        "object-visit": "1.0.1"
      }
    },
    "matcher": {
      "version": "3.0.0",
      "resolved": "https://registry.yarnpkg.com/matcher/-/matcher-3.0.0.tgz",
      "integrity": "sha1-vZBg9MW3CqgEHMxvgDaHYJlPMMo=",
      "requires": {
        "escape-string-regexp": "4.0.0"
      },
      "dependencies": {
        "escape-string-regexp": {
          "version": "4.0.0",
          "resolved": "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
          "integrity": "sha1-FLqDpdNz49MR5a/KKc9b+tllvzQ="
        }
      }
    },
    "md5-hex": {
      "version": "3.0.1",
      "resolved": "https://registry.yarnpkg.com/md5-hex/-/md5-hex-3.0.1.tgz",
      "integrity": "sha1-vjdBtRBZFDSyeE155Vbu/Cyajlw=",
      "requires": {
        "blueimp-md5": "2.13.0"
      }
    },
    "md5.js": {
      "version": "1.3.5",
      "resolved": "https://registry.yarnpkg.com/md5.js/-/md5.js-1.3.5.tgz",
      "integrity": "sha1-tdB7jjIW4+J81yjXL3DR5qNCAF8=",
      "requires": {
        "hash-base": "3.0.4",
        "inherits": "2.0.4",
        "safe-buffer": "5.2.0"
      }
    },
    "media-typer": {
      "version": "0.3.0",
      "resolved": "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz",
      "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g="
    },
    "mem": {
      "version": "6.1.0",
      "resolved": "https://registry.yarnpkg.com/mem/-/mem-6.1.0.tgz",
      "integrity": "sha1-hG7KC9Rwio8EucPzzXaeGUrmPFw=",
      "requires": {
        "map-age-cleaner": "0.1.3",
        "mimic-fn": "3.0.0"
      },
      "dependencies": {
        "mimic-fn": {
          "version": "3.0.0",
          "resolved": "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-3.0.0.tgz",
          "integrity": "sha1-dgRM+ogYu/aZnFyayt8tNkmxS0s="
        }
      }
    },
    "memdown": {
      "version": "1.4.1",
      "resolved": "https://registry.yarnpkg.com/memdown/-/memdown-1.4.1.tgz",
      "integrity": "sha1-tOThkhdGZP+65BNhqlAPMRnv4hU=",
      "requires": {
        "abstract-leveldown": "2.7.2",
        "functional-red-black-tree": "1.0.1",
        "immediate": "3.2.3",
        "inherits": "2.0.4",
        "ltgt": "2.2.1",
        "safe-buffer": "5.1.2"
      },
      "dependencies": {
        "abstract-leveldown": {
          "version": "2.7.2",
          "resolved": "https://registry.yarnpkg.com/abstract-leveldown/-/abstract-leveldown-2.7.2.tgz",
          "integrity": "sha1-h6RNfr68NB1ZZlIEg0yLfgkyzJM=",
          "requires": {
            "xtend": "4.0.2"
          }
        },
        "safe-buffer": {
          "version": "5.1.2",
          "resolved": "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz",
          "integrity": "sha1-mR7GnSluAxN0fVm9/St0XDX4go0="
        }
      }
    },
    "memorystream": {
      "version": "0.3.1",
      "resolved": "https://registry.yarnpkg.com/memorystream/-/memorystream-0.3.1.tgz",
      "integrity": "sha1-htcJCzDORV1j+64S3aUaR93K+bI="
    },
    "merge-descriptors": {
      "version": "1.0.1",
      "resolved": "https://registry.yarnpkg.com/merge-descriptors/-/merge-descriptors-1.0.1.tgz",
      "integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E="
    },
    "merge-options": {
      "version": "2.0.0",
      "resolved": "https://registry.yarnpkg.com/merge-options/-/merge-options-2.0.0.tgz",
      "integrity": "sha1-NspQOLrfw5dNveXli6idPfgIgsM=",
      "requires": {
        "is-plain-obj": "2.1.0"
      },
      "dependencies": {
        "is-plain-obj": {
          "version": "2.1.0",
          "resolved": "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-2.1.0.tgz",
          "integrity": "sha1-ReQuN/zPH0Dajl927iFRWEDAkoc="
        }
      }
    },
    "merge-stream": {
      "version": "2.0.0",
      "resolved": "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz",
      "integrity": "sha1-UoI2KaFN0AyXcPtq1H3GMQ8sH2A="
    },
    "merge2": {
      "version": "1.3.0",
      "resolved": "https://registry.yarnpkg.com/merge2/-/merge2-1.3.0.tgz",
      "integrity": "sha1-WzZu6DsvFYLEj4fkfPGpNSEDyoE="
    },
    "merkle-patricia-tree": {
      "version": "2.3.2",
      "resolved": "https://registry.yarnpkg.com/merkle-patricia-tree/-/merkle-patricia-tree-2.3.2.tgz",
      "integrity": "sha1-mCyhtaD94A7tL2ru0fkVKGC4IIo=",
      "requires": {
        "async": "1.5.2",
        "ethereumjs-util": "5.2.0",
        "level-ws": "0.0.0",
        "levelup": "1.3.9",
        "memdown": "1.4.1",
        "readable-stream": "2.3.7",
        "rlp": "2.2.4",
        "semaphore": "1.1.0"
      },
      "dependencies": {
        "abstract-leveldown": {
          "version": "2.6.3",
          "resolved": "https://registry.yarnpkg.com/abstract-leveldown/-/abstract-leveldown-2.6.3.tgz",
          "integrity": "sha1-HF6Mal75Za6MNd+zqHcMR2uCxLg=",
          "requires": {
            "xtend": "4.0.2"
          }
        },
        "async": {
          "version": "1.5.2",
          "resolved": "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz",
          "integrity": "sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo="
        },
        "deferred-leveldown": {
          "version": "1.2.2",
          "resolved": "https://registry.yarnpkg.com/deferred-leveldown/-/deferred-leveldown-1.2.2.tgz",
          "integrity": "sha1-Os0uC3XRZpkkvApLZChRExFz4es=",
          "requires": {
            "abstract-leveldown": "2.6.3"
          }
        },
        "level-codec": {
          "version": "7.0.1",
          "resolved": "https://registry.yarnpkg.com/level-codec/-/level-codec-7.0.1.tgz",
          "integrity": "sha1-NB8i+QfODxZ2PyS93WgeOVoPuKc="
        },
        "level-errors": {
          "version": "1.0.5",
          "resolved": "https://registry.yarnpkg.com/level-errors/-/level-errors-1.0.5.tgz",
          "integrity": "sha1-g9v7EvC4olFr3JoxxIdgOOInuFk=",
          "requires": {
            "errno": "0.1.7"
          }
        },
        "level-iterator-stream": {
          "version": "1.3.1",
          "resolved": "https://registry.yarnpkg.com/level-iterator-stream/-/level-iterator-stream-1.3.1.tgz",
          "integrity": "sha1-5Dt4sagUPm+pek9IXrjqUwNS8u0=",
          "requires": {
            "inherits": "2.0.4",
            "level-errors": "1.1.2",
            "readable-stream": "1.1.14",
            "xtend": "4.0.2"
          },
          "dependencies": {
            "level-errors": {
              "version": "1.1.2",
              "resolved": "https://registry.yarnpkg.com/level-errors/-/level-errors-1.1.2.tgz",
              "integrity": "sha1-Q5nC89Orh9BiX342duLYB97/QE0=",
              "requires": {
                "errno": "0.1.7"
              }
            },
            "readable-stream": {
              "version": "1.1.14",
              "resolved": "https://registry.yarnpkg.com/readable-stream/-/readable-stream-1.1.14.tgz",
              "integrity": "sha1-fPTFTvZI44EwhMY23SB54WbAgdk=",
              "requires": {
                "core-util-is": "1.0.2",
                "isarray": "0.0.1",
                "string_decoder": "0.10.31",
                "inherits": "2.0.4"
              }
            }
          }
        },
        "levelup": {
          "version": "1.3.9",
          "resolved": "https://registry.yarnpkg.com/levelup/-/levelup-1.3.9.tgz",
          "integrity": "sha1-LbyuhFsrsra+qE3zNMR1Uzu9gqs=",
          "requires": {
            "deferred-leveldown": "1.2.2",
            "level-codec": "7.0.1",
            "level-errors": "1.0.5",
            "level-iterator-stream": "1.3.1",
            "prr": "1.0.1",
            "semver": "5.4.1",
            "xtend": "4.0.2"
          }
        },
        "semver": {
          "version": "5.4.1",
          "resolved": "https://registry.yarnpkg.com/semver/-/semver-5.4.1.tgz",
          "integrity": "sha1-4FnAnYVx8FQII3M0M1BdOi8AsY4="
        }
      }
    },
    "methods": {
      "version": "1.1.2",
      "resolved": "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz",
      "integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4="
    },
    "micro-spelling-correcter": {
      "version": "1.1.1",
      "resolved": "https://registry.yarnpkg.com/micro-spelling-correcter/-/micro-spelling-correcter-1.1.1.tgz",
      "integrity": "sha1-gFoGomzPytjz5cahrF/ynUUwFm4="
    },
    "micromatch": {
      "version": "3.1.10",
      "resolved": "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz",
      "integrity": "sha1-cIWbyVyYQJUvNZoGij/En57PrCM=",
      "requires": {
        "arr-diff": "4.0.0",
        "array-unique": "0.3.2",
        "braces": "2.3.2",
        "define-property": "2.0.2",
        "extend-shallow": "3.0.2",
        "extglob": "2.0.4",
        "fragment-cache": "0.2.1",
        "kind-of": "6.0.3",
        "nanomatch": "1.2.13",
        "object.pick": "1.3.0",
        "regex-not": "1.0.2",
        "snapdragon": "0.8.2",
        "to-regex": "3.0.2"
      },
      "dependencies": {
        "braces": {
          "version": "2.3.2",
          "resolved": "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz",
          "integrity": "sha1-WXn9PxTNUxVl5fot8av/8d+u5yk=",
          "requires": {
            "arr-flatten": "1.1.0",
            "array-unique": "0.3.2",
            "extend-shallow": "2.0.1",
            "fill-range": "4.0.0",
            "isobject": "3.0.1",
            "repeat-element": "1.1.3",
            "snapdragon": "0.8.2",
            "snapdragon-node": "2.1.1",
            "split-string": "3.1.0",
            "to-regex": "3.0.2"
          },
          "dependencies": {
            "extend-shallow": {
              "version": "2.0.1",
              "resolved": "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-2.0.1.tgz",
              "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
              "requires": {
                "is-extendable": "0.1.1"
              }
            },
            "is-extendable": {
              "version": "0.1.1",
              "resolved": "https://registry.yarnpkg.com/is-extendable/-/is-extendable-0.1.1.tgz",
              "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik="
            }
          }
        },
        "define-property": {
          "version": "2.0.2",
          "resolved": "https://registry.yarnpkg.com/define-property/-/define-property-2.0.2.tgz",
          "integrity": "sha1-1Flono1lS6d+AqgX+HENcCyxbp0=",
          "requires": {
            "is-descriptor": "1.0.2",
            "isobject": "3.0.1"
          }
        },
        "extend-shallow": {
          "version": "3.0.2",
          "resolved": "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-3.0.2.tgz",
          "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=",
          "requires": {
            "assign-symbols": "1.0.0",
            "is-extendable": "1.0.1"
          }
        },
        "fill-range": {
          "version": "4.0.0",
          "resolved": "https://registry.yarnpkg.com/fill-range/-/fill-range-4.0.0.tgz",
          "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=",
          "requires": {
            "extend-shallow": "2.0.1",
            "is-number": "3.0.0",
            "repeat-string": "1.6.1",
            "to-regex-range": "2.1.1"
          },
          "dependencies": {
            "extend-shallow": {
              "version": "2.0.1",
              "resolved": "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-2.0.1.tgz",
              "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
              "requires": {
                "is-extendable": "0.1.1"
              }
            },
            "is-extendable": {
              "version": "0.1.1",
              "resolved": "https://registry.yarnpkg.com/is-extendable/-/is-extendable-0.1.1.tgz",
              "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik="
            }
          }
        },
        "is-extendable": {
          "version": "1.0.1",
          "resolved": "https://registry.yarnpkg.com/is-extendable/-/is-extendable-1.0.1.tgz",
          "integrity": "sha1-p0cPnkJnM9gb2B4RVSZOOjUHyrQ=",
          "requires": {
            "is-plain-object": "2.0.4"
          }
        },
        "kind-of": {
          "version": "6.0.3",
          "resolved": "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz",
          "integrity": "sha1-B8BQNKbDSfoG4k+jWqdttFgM5N0="
        },
        "to-regex-range": {
          "version": "2.1.1",
          "resolved": "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-2.1.1.tgz",
          "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=",
          "requires": {
            "is-number": "3.0.0",
            "repeat-string": "1.6.1"
          }
        }
      }
    },
    "miller-rabin": {
      "version": "4.0.1",
      "resolved": "https://registry.yarnpkg.com/miller-rabin/-/miller-rabin-4.0.1.tgz",
      "integrity": "sha1-8IA1HIZbDcViqEYpZtqlNUPHik0=",
      "requires": {
        "bn.js": "4.11.8",
        "brorand": "1.1.0"
      },
      "dependencies": {
        "bn.js": {
          "version": "4.11.8",
          "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
          "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
        }
      }
    },
    "mime": {
      "version": "1.6.0",
      "resolved": "https://registry.yarnpkg.com/mime/-/mime-1.6.0.tgz",
      "integrity": "sha1-Ms2eXGRVO9WNGaVor0Uqz/BJgbE="
    },
    "mime-db": {
      "version": "1.43.0",
      "resolved": "https://registry.yarnpkg.com/mime-db/-/mime-db-1.43.0.tgz",
      "integrity": "sha1-ChLgUCZQ5HPXNVNQUOfI9OtPrlg="
    },
    "mime-types": {
      "version": "2.1.26",
      "resolved": "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.26.tgz",
      "integrity": "sha1-nJIfwJt+FJpl39wNpNIJlyALCgY=",
      "requires": {
        "mime-db": "1.43.0"
      }
    },
    "mimic-fn": {
      "version": "2.1.0",
      "resolved": "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz",
      "integrity": "sha1-ftLCzMyvhNP/y3pptXcR/CCDQBs="
    },
    "mimic-response": {
      "version": "1.0.1",
      "resolved": "https://registry.yarnpkg.com/mimic-response/-/mimic-response-1.0.1.tgz",
      "integrity": "sha1-SSNTiHju9CBjy4o+OweYeBSHqxs="
    },
    "min-document": {
      "version": "2.19.0",
      "resolved": "https://registry.yarnpkg.com/min-document/-/min-document-2.19.0.tgz",
      "integrity": "sha1-e9KC4/WELtKVu3SM3Z8f+iyCRoU=",
      "requires": {
        "dom-walk": "0.1.1"
      }
    },
    "minimalistic-assert": {
      "version": "1.0.1",
      "resolved": "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz",
      "integrity": "sha1-LhlN4ERibUoQ5/f7wAznPoPk1cc="
    },
    "minimalistic-crypto-utils": {
      "version": "1.0.1",
      "resolved": "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz",
      "integrity": "sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo="
    },
    "minimatch": {
      "version": "3.0.4",
      "resolved": "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz",
      "integrity": "sha1-UWbihkV/AzBgZL5Ul+jbsMPTIIM=",
      "requires": {
        "brace-expansion": "1.1.11"
      }
    },
    "minimist": {
      "version": "1.2.5",
      "resolved": "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz",
      "integrity": "sha1-Z9ZgFLZqaoqqDAg8X9WN9OTpdgI="
    },
    "minipass": {
      "version": "2.9.0",
      "resolved": "https://registry.yarnpkg.com/minipass/-/minipass-2.9.0.tgz",
      "integrity": "sha1-5xN2Ln0+Mv7YAxFc+T4EvKn8yaY=",
      "requires": {
        "safe-buffer": "5.2.0",
        "yallist": "3.1.1"
      }
    },
    "minizlib": {
      "version": "1.3.3",
      "resolved": "https://registry.yarnpkg.com/minizlib/-/minizlib-1.3.3.tgz",
      "integrity": "sha1-IpDeloGKNMKVUcio0wEha9Zahh0=",
      "requires": {
        "minipass": "2.9.0"
      }
    },
    "mixin-deep": {
      "version": "1.3.2",
      "resolved": "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.2.tgz",
      "integrity": "sha1-ESC0PcNZp4Xc5ltVuC4lfM9HlWY=",
      "requires": {
        "for-in": "1.0.2",
        "is-extendable": "1.0.1"
      },
      "dependencies": {
        "is-extendable": {
          "version": "1.0.1",
          "resolved": "https://registry.yarnpkg.com/is-extendable/-/is-extendable-1.0.1.tgz",
          "integrity": "sha1-p0cPnkJnM9gb2B4RVSZOOjUHyrQ=",
          "requires": {
            "is-plain-object": "2.0.4"
          }
        }
      }
    },
    "mkdirp": {
      "version": "0.5.5",
      "resolved": "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.5.tgz",
      "integrity": "sha1-2Rzv1i0UNsoPQWIOJRKI1CAJne8=",
      "requires": {
        "minimist": "1.2.5"
      }
    },
    "mkdirp-promise": {
      "version": "5.0.1",
      "resolved": "https://registry.yarnpkg.com/mkdirp-promise/-/mkdirp-promise-5.0.1.tgz",
      "integrity": "sha1-6bj2jlUsaKnBcTuEiD96HdA5uKE=",
      "requires": {
        "mkdirp": "1.0.4"
      },
      "dependencies": {
        "mkdirp": {
          "version": "1.0.4",
          "resolved": "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz",
          "integrity": "sha1-PrXtYmInVteaXw4qIh3+utdcL34="
        }
      }
    },
    "mocha": {
      "version": "8.0.1",
      "resolved": "https://registry.yarnpkg.com/mocha/-/mocha-8.0.1.tgz",
      "integrity": "sha1-/gHwUwNi3ycaqPmVEER7w4uI2O0=",
      "requires": {
        "ansi-colors": "4.1.1",
        "browser-stdout": "1.3.1",
        "chokidar": "3.3.1",
        "debug": "3.2.6",
        "diff": "4.0.2",
        "escape-string-regexp": "1.0.5",
        "find-up": "4.1.0",
        "glob": "7.1.6",
        "growl": "1.10.5",
        "he": "1.2.0",
        "js-yaml": "3.13.1",
        "log-symbols": "3.0.0",
        "minimatch": "3.0.4",
        "ms": "2.1.2",
        "object.assign": "4.1.0",
        "promise.allsettled": "1.0.2",
        "serialize-javascript": "3.0.0",
        "strip-json-comments": "3.0.1",
        "supports-color": "7.1.0",
        "which": "2.0.2",
        "wide-align": "1.1.3",
        "workerpool": "6.0.0",
        "yargs": "13.3.2",
        "yargs-parser": "13.1.2",
        "yargs-unparser": "1.6.0"
      },
      "dependencies": {
        "ansi-regex": {
          "version": "4.1.0",
          "resolved": "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.0.tgz",
          "integrity": "sha1-i5+PCM8ay4Q3Vqg5yox+MWjFGZc="
        },
        "ansi-styles": {
          "version": "3.2.1",
          "resolved": "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz",
          "integrity": "sha1-QfuyAkPlCxK+DwS43tvwdSDOhB0=",
          "requires": {
            "color-convert": "1.9.3"
          }
        },
        "chokidar": {
          "version": "3.3.1",
          "resolved": "https://registry.yarnpkg.com/chokidar/-/chokidar-3.3.1.tgz",
          "integrity": "sha1-yE5bPRjZpNd1WP70ZrG/FrvrNFA=",
          "requires": {
            "anymatch": "3.1.1",
            "braces": "3.0.2",
            "glob-parent": "5.1.1",
            "is-binary-path": "2.1.0",
            "is-glob": "4.0.1",
            "normalize-path": "3.0.0",
            "readdirp": "3.3.0"
          }
        },
        "cliui": {
          "version": "5.0.0",
          "resolved": "https://registry.yarnpkg.com/cliui/-/cliui-5.0.0.tgz",
          "integrity": "sha1-3u/P2y6AB4SqNPRvoI4GhRx7u8U=",
          "requires": {
            "string-width": "3.1.0",
            "strip-ansi": "5.2.0",
            "wrap-ansi": "5.1.0"
          }
        },
        "color-convert": {
          "version": "1.9.3",
          "resolved": "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz",
          "integrity": "sha1-u3GFBpDh8TZWfeYp0tVHHe2kweg=",
          "requires": {
            "color-name": "1.1.3"
          }
        },
        "color-name": {
          "version": "1.1.3",
          "resolved": "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz",
          "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU="
        },
        "debug": {
          "version": "3.2.6",
          "resolved": "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz",
          "integrity": "sha1-6D0X3hbYp++3cX7b5fsQE17uYps=",
          "requires": {
            "ms": "2.1.2"
          }
        },
        "emoji-regex": {
          "version": "7.0.3",
          "resolved": "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-7.0.3.tgz",
          "integrity": "sha1-kzoEBShgyF6DwSJHnEdIqOTHIVY="
        },
        "locate-path": {
          "version": "3.0.0",
          "resolved": "https://registry.yarnpkg.com/locate-path/-/locate-path-3.0.0.tgz",
          "integrity": "sha1-2+w7OrdZdYBxtY/ln8QYca8hQA4=",
          "requires": {
            "p-locate": "3.0.0",
            "path-exists": "3.0.0"
          }
        },
        "p-locate": {
          "version": "3.0.0",
          "resolved": "https://registry.yarnpkg.com/p-locate/-/p-locate-3.0.0.tgz",
          "integrity": "sha1-Mi1poFwCZLJZl9n0DNiokasAZKQ=",
          "requires": {
            "p-limit": "2.3.0"
          }
        },
        "readdirp": {
          "version": "3.3.0",
          "resolved": "https://registry.yarnpkg.com/readdirp/-/readdirp-3.3.0.tgz",
          "integrity": "sha1-mERY0ToeQuLp9YQbEp4WLzaa/xc=",
          "requires": {
            "picomatch": "2.2.2"
          }
        },
        "string-width": {
          "version": "3.1.0",
          "resolved": "https://registry.yarnpkg.com/string-width/-/string-width-3.1.0.tgz",
          "integrity": "sha1-InZ74htirxCBV0MG9prFG2IgOWE=",
          "requires": {
            "emoji-regex": "7.0.3",
            "is-fullwidth-code-point": "2.0.0",
            "strip-ansi": "5.2.0"
          }
        },
        "strip-ansi": {
          "version": "5.2.0",
          "resolved": "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.2.0.tgz",
          "integrity": "sha1-jJpTb+tq/JYr36WxBKUJHBrZwK4=",
          "requires": {
            "ansi-regex": "4.1.0"
          }
        },
        "strip-json-comments": {
          "version": "3.0.1",
          "resolved": "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.0.1.tgz",
          "integrity": "sha1-hXE5dakfuHvxswXMp3OV5A0qZKc="
        },
        "wrap-ansi": {
          "version": "5.1.0",
          "resolved": "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-5.1.0.tgz",
          "integrity": "sha1-H9H2cjXVttD+54EFYAG/tpTAOwk=",
          "requires": {
            "ansi-styles": "3.2.1",
            "string-width": "3.1.0",
            "strip-ansi": "5.2.0"
          }
        },
        "yargs": {
          "version": "13.3.2",
          "resolved": "https://registry.yarnpkg.com/yargs/-/yargs-13.3.2.tgz",
          "integrity": "sha1-rX/+/sGqWVZayRX4Lcyzipwxot0=",
          "requires": {
            "cliui": "5.0.0",
            "find-up": "3.0.0",
            "get-caller-file": "2.0.5",
            "require-directory": "2.1.1",
            "require-main-filename": "2.0.0",
            "set-blocking": "2.0.0",
            "string-width": "3.1.0",
            "which-module": "2.0.0",
            "y18n": "4.0.0",
            "yargs-parser": "13.1.2"
          },
          "dependencies": {
            "find-up": {
              "version": "3.0.0",
              "resolved": "https://registry.yarnpkg.com/find-up/-/find-up-3.0.0.tgz",
              "integrity": "sha1-SRafHXmTQwZG2mHsxa41XCHJe3M=",
              "requires": {
                "locate-path": "3.0.0"
              }
            }
          }
        }
      }
    },
    "mock-fs": {
      "version": "4.11.0",
      "resolved": "https://registry.yarnpkg.com/mock-fs/-/mock-fs-4.11.0.tgz",
      "integrity": "sha1-CCgQfkuEOmuoVezr/jxuBztp25I="
    },
    "module-not-found-error": {
      "version": "1.0.1",
      "resolved": "https://registry.yarnpkg.com/module-not-found-error/-/module-not-found-error-1.0.1.tgz",
      "integrity": "sha1-z4tP9PKWQGdNbN0CsOO8UjwrvcA="
    },
    "ms": {
      "version": "2.1.2",
      "resolved": "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz",
      "integrity": "sha1-0J0fNXtEP0kzgqjrPM0YOHKuYAk="
    },
    "multiaddr": {
      "version": "7.4.3",
      "resolved": "https://registry.yarnpkg.com/multiaddr/-/multiaddr-7.4.3.tgz",
      "integrity": "sha1-BiaUWs8wnxyBGpVhOgpDcceqYQk=",
      "requires": {
        "buffer": "5.6.0",
        "cids": "0.8.0",
        "class-is": "1.1.0",
        "is-ip": "3.1.0",
        "multibase": "0.7.0",
        "varint": "5.0.0"
      },
      "dependencies": {
        "cids": {
          "version": "0.8.0",
          "resolved": "https://registry.yarnpkg.com/cids/-/cids-0.8.0.tgz",
          "integrity": "sha1-Qb8FC8dmnMjWSOIcqDS3R79vpnM=",
          "requires": {
            "buffer": "5.6.0",
            "class-is": "1.1.0",
            "multibase": "0.7.0",
            "multicodec": "1.0.1",
            "multihashes": "0.4.19"
          }
        },
        "multibase": {
          "version": "0.7.0",
          "resolved": "https://registry.yarnpkg.com/multibase/-/multibase-0.7.0.tgz",
          "integrity": "sha1-Gt/BxQq+Be7+tQkawMJyjWuEWBs=",
          "requires": {
            "base-x": "3.0.8",
            "buffer": "5.6.0"
          }
        }
      }
    },
    "multiaddr-to-uri": {
      "version": "5.1.0",
      "resolved": "https://registry.yarnpkg.com/multiaddr-to-uri/-/multiaddr-to-uri-5.1.0.tgz",
      "integrity": "sha1-h5tV5BcNs3zwXhvOWDHecAhJM7k=",
      "requires": {
        "multiaddr": "7.4.3"
      }
    },
    "multibase": {
      "version": "0.6.1",
      "resolved": "https://registry.yarnpkg.com/multibase/-/multibase-0.6.1.tgz",
      "integrity": "sha1-t232KYU2zBe59qbbU+yI+F+MwSs=",
      "requires": {
        "base-x": "3.0.8",
        "buffer": "5.6.0"
      }
    },
    "multicodec": {
      "version": "1.0.1",
      "resolved": "https://registry.yarnpkg.com/multicodec/-/multicodec-1.0.1.tgz",
      "integrity": "sha1-TigS1ya598fWFdPrxXh9NqCGgPk=",
      "requires": {
        "buffer": "5.6.0",
        "varint": "5.0.0"
      }
    },
    "multihashes": {
      "version": "0.4.19",
      "resolved": "https://registry.yarnpkg.com/multihashes/-/multihashes-0.4.19.tgz",
      "integrity": "sha1-10k88Cjkh0cSLzUJCOoT0S0gSBM=",
      "requires": {
        "buffer": "5.6.0",
        "multibase": "0.7.0",
        "varint": "5.0.0"
      },
      "dependencies": {
        "multibase": {
          "version": "0.7.0",
          "resolved": "https://registry.yarnpkg.com/multibase/-/multibase-0.7.0.tgz",
          "integrity": "sha1-Gt/BxQq+Be7+tQkawMJyjWuEWBs=",
          "requires": {
            "base-x": "3.0.8",
            "buffer": "5.6.0"
          }
        }
      }
    },
    "multihashing-async": {
      "version": "0.5.2",
      "resolved": "https://registry.yarnpkg.com/multihashing-async/-/multihashing-async-0.5.2.tgz",
      "integrity": "sha1-SvQODd4vHbsSp8ayZRgUN6wmud4=",
      "requires": {
        "blakejs": "1.1.0",
        "js-sha3": "0.8.0",
        "multihashes": "0.4.19",
        "murmurhash3js": "3.0.1",
        "nodeify": "1.0.1"
      },
      "dependencies": {
        "js-sha3": {
          "version": "0.8.0",
          "resolved": "https://registry.yarnpkg.com/js-sha3/-/js-sha3-0.8.0.tgz",
          "integrity": "sha1-ubel2nOvrX3t0PjEY5VMveaBiEA="
        }
      }
    },
    "murmurhash3js": {
      "version": "3.0.1",
      "resolved": "https://registry.yarnpkg.com/murmurhash3js/-/murmurhash3js-3.0.1.tgz",
      "integrity": "sha1-Ppg+W0fCoG9DpxMXTn5DXKBEuZg="
    },
    "murmurhash3js-revisited": {
      "version": "3.0.0",
      "resolved": "https://registry.yarnpkg.com/murmurhash3js-revisited/-/murmurhash3js-revisited-3.0.0.tgz",
      "integrity": "sha1-a9NuJd6PczlCIq3G5B+j+sCKWGk="
    },
    "mute-stream": {
      "version": "0.0.8",
      "resolved": "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz",
      "integrity": "sha1-FjDEKyJR/4HiooPelqVJfqkuXg0="
    },
    "nan": {
      "version": "2.14.0",
      "resolved": "https://registry.yarnpkg.com/nan/-/nan-2.14.0.tgz",
      "integrity": "sha1-eBj3IgJ7JFmobwKV1DTR/CM2xSw="
    },
    "nano-json-stream-parser": {
      "version": "0.1.2",
      "resolved": "https://registry.yarnpkg.com/nano-json-stream-parser/-/nano-json-stream-parser-0.1.2.tgz",
      "integrity": "sha1-DMj20OK2IrR5xA1JnEbWS3Vcb18="
    },
    "nanomatch": {
      "version": "1.2.13",
      "resolved": "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz",
      "integrity": "sha1-uHqKpPwN6P5r6IiVs4mD/yZb0Rk=",
      "requires": {
        "arr-diff": "4.0.0",
        "array-unique": "0.3.2",
        "define-property": "2.0.2",
        "extend-shallow": "3.0.2",
        "fragment-cache": "0.2.1",
        "is-windows": "1.0.2",
        "kind-of": "6.0.3",
        "object.pick": "1.3.0",
        "regex-not": "1.0.2",
        "snapdragon": "0.8.2",
        "to-regex": "3.0.2"
      },
      "dependencies": {
        "define-property": {
          "version": "2.0.2",
          "resolved": "https://registry.yarnpkg.com/define-property/-/define-property-2.0.2.tgz",
          "integrity": "sha1-1Flono1lS6d+AqgX+HENcCyxbp0=",
          "requires": {
            "is-descriptor": "1.0.2",
            "isobject": "3.0.1"
          }
        },
        "extend-shallow": {
          "version": "3.0.2",
          "resolved": "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-3.0.2.tgz",
          "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=",
          "requires": {
            "assign-symbols": "1.0.0",
            "is-extendable": "1.0.1"
          }
        },
        "is-extendable": {
          "version": "1.0.1",
          "resolved": "https://registry.yarnpkg.com/is-extendable/-/is-extendable-1.0.1.tgz",
          "integrity": "sha1-p0cPnkJnM9gb2B4RVSZOOjUHyrQ=",
          "requires": {
            "is-plain-object": "2.0.4"
          }
        },
        "kind-of": {
          "version": "6.0.3",
          "resolved": "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz",
          "integrity": "sha1-B8BQNKbDSfoG4k+jWqdttFgM5N0="
        }
      }
    },
    "natural-compare": {
      "version": "1.4.0",
      "resolved": "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz",
      "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc="
    },
    "ncp": {
      "version": "2.0.0",
      "resolved": "https://registry.yarnpkg.com/ncp/-/ncp-2.0.0.tgz",
      "integrity": "sha1-GVoh1sRuNh0vsSgbo4uR6d9727M="
    },
    "ndjson": {
      "version": "1.5.0",
      "resolved": "https://registry.yarnpkg.com/ndjson/-/ndjson-1.5.0.tgz",
      "integrity": "sha1-rmA7NrE0vOw0e0UkIrC/mNWDLsg=",
      "requires": {
        "json-stringify-safe": "5.0.1",
        "minimist": "1.2.5",
        "split2": "2.2.0",
        "through2": "2.0.5"
      }
    },
    "negotiator": {
      "version": "0.6.2",
      "resolved": "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.2.tgz",
      "integrity": "sha1-/qz3zPUlp3rpY0Q2pkiD/+yjRvs="
    },
    "next-tick": {
      "version": "1.0.0",
      "resolved": "https://registry.yarnpkg.com/next-tick/-/next-tick-1.0.0.tgz",
      "integrity": "sha1-yobR/ogoFpsBICCOPchCS524NCw="
    },
    "nise": {
      "version": "4.0.3",
      "resolved": "https://registry.yarnpkg.com/nise/-/nise-4.0.3.tgz",
      "integrity": "sha1-n3n/AvoALtX/vFOK1YUY+gEdyRM=",
      "requires": {
        "@sinonjs/commons": "1.7.2",
        "@sinonjs/fake-timers": "6.0.1",
        "@sinonjs/text-encoding": "0.7.1",
        "just-extend": "4.1.0",
        "path-to-regexp": "1.8.0"
      }
    },
    "nmtree": {
      "version": "1.0.5",
      "resolved": "https://registry.yarnpkg.com/nmtree/-/nmtree-1.0.5.tgz",
      "integrity": "sha1-i+152/ZN6F/ADM57rNnXSjL8ARM=",
      "requires": {
        "commander": "2.20.3"
      }
    },
    "node-fetch": {
      "version": "1.7.3",
      "resolved": "https://registry.yarnpkg.com/node-fetch/-/node-fetch-1.7.3.tgz",
      "integrity": "sha1-mA9vcthSEaU0fGsrwYxbhMPrR+8=",
      "requires": {
        "encoding": "0.1.12",
        "is-stream": "1.1.0"
      }
    },
    "node-forge": {
      "version": "0.7.6",
      "resolved": "https://registry.yarnpkg.com/node-forge/-/node-forge-0.7.6.tgz",
      "integrity": "sha1-/fO0GK7h+U8O9kLNY0hsd8qXJKw="
    },
    "node-modules-regexp": {
      "version": "1.0.0",
      "resolved": "https://registry.yarnpkg.com/node-modules-regexp/-/node-modules-regexp-1.0.0.tgz",
      "integrity": "sha1-jZ2+KJZKSsVxLpExZCEHxx6Q7EA="
    },
    "node-preload": {
      "version": "0.2.1",
      "resolved": "https://registry.yarnpkg.com/node-preload/-/node-preload-0.2.1.tgz",
      "integrity": "sha1-wDBDuzJ/QXoY/uerfuV7QIoUQwE=",
      "requires": {
        "process-on-spawn": "1.0.0"
      }
    },
    "node-releases": {
      "version": "1.1.53",
      "resolved": "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.53.tgz",
      "integrity": "sha1-LYIb+kme18Xf/F4vKMiOeKCO4/Q="
    },
    "nodeify": {
      "version": "1.0.1",
      "resolved": "https://registry.yarnpkg.com/nodeify/-/nodeify-1.0.1.tgz",
      "integrity": "sha1-ZKtpp7268DzhB7TwM1yHwLnpGx0=",
      "requires": {
        "promise": "1.3.0",
        "is-promise": "1.0.1"
      }
    },
    "normalize-package-data": {
      "version": "2.5.0",
      "resolved": "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
      "integrity": "sha1-5m2xg4sgDB38IzIl0SyzZSDiNKg=",
      "requires": {
        "hosted-git-info": "2.8.8",
        "resolve": "1.17.0",
        "semver": "5.7.1",
        "validate-npm-package-license": "3.0.4"
      },
      "dependencies": {
        "semver": {
          "version": "5.7.1",
          "resolved": "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz",
          "integrity": "sha1-qVT5Ma66UI0we78Gnv8MAclhFvc="
        }
      }
    },
    "normalize-path": {
      "version": "3.0.0",
      "resolved": "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz",
      "integrity": "sha1-Dc1p/yOhybEf0JeDFmRKA4ghamU="
    },
    "normalize-url": {
      "version": "4.5.0",
      "resolved": "https://registry.yarnpkg.com/normalize-url/-/normalize-url-4.5.0.tgz",
      "integrity": "sha1-RTNUCH5sqWlXvY9br3U/WYIUISk="
    },
    "npm-run-path": {
      "version": "4.0.1",
      "resolved": "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-4.0.1.tgz",
      "integrity": "sha1-t+zR5e1T2o43pV4cImnguX7XSOo=",
      "requires": {
        "path-key": "3.1.1"
      }
    },
    "number-is-nan": {
      "version": "1.0.1",
      "resolved": "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz",
      "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0="
    },
    "number-to-bn": {
      "version": "1.7.0",
      "resolved": "https://registry.yarnpkg.com/number-to-bn/-/number-to-bn-1.7.0.tgz",
      "integrity": "sha1-uzYjWS9+X54AMLGXe9QaDFP+HqA=",
      "requires": {
        "bn.js": "4.11.6",
        "strip-hex-prefix": "1.0.0"
      },
      "dependencies": {
        "bn.js": {
          "version": "4.11.6",
          "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.6.tgz",
          "integrity": "sha1-UzRK2xRhehP26N0s4okF0cC6MhU="
        }
      }
    },
    "nyc": {
      "version": "15.1.0",
      "resolved": "https://registry.yarnpkg.com/nyc/-/nyc-15.1.0.tgz",
      "integrity": "sha1-EzXa4S3ch7biSdWhmUykva6nXwI=",
      "requires": {
        "@istanbuljs/load-nyc-config": "1.0.0",
        "@istanbuljs/schema": "0.1.2",
        "caching-transform": "4.0.0",
        "convert-source-map": "1.7.0",
        "decamelize": "1.2.0",
        "find-cache-dir": "3.3.1",
        "find-up": "4.1.0",
        "foreground-child": "2.0.0",
        "get-package-type": "0.1.0",
        "glob": "7.1.6",
        "istanbul-lib-coverage": "3.0.0",
        "istanbul-lib-hook": "3.0.0",
        "istanbul-lib-instrument": "4.0.1",
        "istanbul-lib-processinfo": "2.0.2",
        "istanbul-lib-report": "3.0.0",
        "istanbul-lib-source-maps": "4.0.0",
        "istanbul-reports": "3.0.2",
        "make-dir": "3.0.2",
        "node-preload": "0.2.1",
        "p-map": "3.0.0",
        "process-on-spawn": "1.0.0",
        "resolve-from": "5.0.0",
        "rimraf": "3.0.2",
        "signal-exit": "3.0.3",
        "spawn-wrap": "2.0.0",
        "test-exclude": "6.0.0",
        "yargs": "15.4.1"
      },
      "dependencies": {
        "find-cache-dir": {
          "version": "3.3.1",
          "resolved": "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-3.3.1.tgz",
          "integrity": "sha1-ibM/rUpGcNqpT4Vff74x1thP6IA=",
          "requires": {
            "commondir": "1.0.1",
            "make-dir": "3.0.2",
            "pkg-dir": "4.2.0"
          }
        }
      }
    },
    "oauth-sign": {
      "version": "0.9.0",
      "resolved": "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.9.0.tgz",
      "integrity": "sha1-R6ewFrqmi1+g7PPe4IqFxnmsZFU="
    },
    "object-assign": {
      "version": "4.1.1",
      "resolved": "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz",
      "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM="
    },
    "object-copy": {
      "version": "0.1.0",
      "resolved": "https://registry.yarnpkg.com/object-copy/-/object-copy-0.1.0.tgz",
      "integrity": "sha1-fn2Fi3gb18mRpBupde04EnVOmYw=",
      "requires": {
        "copy-descriptor": "0.1.1",
        "define-property": "0.2.5",
        "kind-of": "3.2.2"
      }
    },
    "object-inspect": {
      "version": "1.7.0",
      "resolved": "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.7.0.tgz",
      "integrity": "sha1-9Pa9GBrXfwBrXs5gvQtvOY/3Smc="
    },
    "object-is": {
      "version": "1.1.2",
      "resolved": "https://registry.yarnpkg.com/object-is/-/object-is-1.1.2.tgz",
      "integrity": "sha1-xdLof/nhGfeLegiEQVGeLuwVc7Y=",
      "requires": {
        "define-properties": "1.1.3",
        "es-abstract": "1.17.5"
      },
      "dependencies": {
        "es-abstract": {
          "version": "1.17.5",
          "resolved": "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.5.tgz",
          "integrity": "sha1-2MnR1myJgfuSAOIlHXme7pJ3Suk=",
          "requires": {
            "es-to-primitive": "1.2.1",
            "function-bind": "1.1.1",
            "has": "1.0.3",
            "has-symbols": "1.0.1",
            "is-callable": "1.1.5",
            "is-regex": "1.0.5",
            "object-inspect": "1.7.0",
            "object-keys": "1.1.1",
            "object.assign": "4.1.0",
            "string.prototype.trimleft": "2.1.1",
            "string.prototype.trimright": "2.1.1"
          }
        },
        "is-callable": {
          "version": "1.1.5",
          "resolved": "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.5.tgz",
          "integrity": "sha1-9+RrWWiQRW23Tn9ul2yzJz0G+qs="
        }
      }
    },
    "object-keys": {
      "version": "1.1.1",
      "resolved": "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz",
      "integrity": "sha1-HEfyct8nfzsdrwYWd9nILiMixg4="
    },
    "object-visit": {
      "version": "1.0.1",
      "resolved": "https://registry.yarnpkg.com/object-visit/-/object-visit-1.0.1.tgz",
      "integrity": "sha1-95xEk68MU3e1n+OdOV5BBC3QRbs=",
      "requires": {
        "isobject": "3.0.1"
      }
    },
    "object.assign": {
      "version": "4.1.0",
      "resolved": "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.0.tgz",
      "integrity": "sha1-lovxEA15Vrs8oIbwBvhGs7xACNo=",
      "requires": {
        "define-properties": "1.1.3",
        "function-bind": "1.1.1",
        "has-symbols": "1.0.1",
        "object-keys": "1.1.1"
      }
    },
    "object.getownpropertydescriptors": {
      "version": "2.0.3",
      "resolved": "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.0.3.tgz",
      "integrity": "sha1-h1jIRvW0B62rDyNuCYbxSwUcqhY=",
      "requires": {
        "define-properties": "1.1.3",
        "es-abstract": "1.13.0"
      },
      "dependencies": {
        "es-abstract": {
          "version": "1.13.0",
          "resolved": "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.13.0.tgz",
          "integrity": "sha1-rIYUX91QmdjdSVWMy6Lq+biOJOk=",
          "requires": {
            "es-to-primitive": "1.2.0",
            "function-bind": "1.1.1",
            "has": "1.0.3",
            "is-callable": "1.1.4",
            "is-regex": "1.0.5",
            "object-keys": "1.1.1"
          }
        },
        "es-to-primitive": {
          "version": "1.2.0",
          "resolved": "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.0.tgz",
          "integrity": "sha1-7fckeAM0VujdqO8J4ArZZQcH83c=",
          "requires": {
            "is-callable": "1.1.4",
            "is-date-object": "1.0.2",
            "is-symbol": "1.0.2"
          }
        }
      }
    },
    "object.pick": {
      "version": "1.3.0",
      "resolved": "https://registry.yarnpkg.com/object.pick/-/object.pick-1.3.0.tgz",
      "integrity": "sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=",
      "requires": {
        "isobject": "3.0.1"
      }
    },
    "object.values": {
      "version": "1.1.1",
      "resolved": "https://registry.yarnpkg.com/object.values/-/object.values-1.1.1.tgz",
      "integrity": "sha1-aKmezeNWt+kpWjxeDOMdyMlT3l4=",
      "requires": {
        "define-properties": "1.1.3",
        "es-abstract": "1.17.4",
        "function-bind": "1.1.1",
        "has": "1.0.3"
      }
    },
    "oboe": {
      "version": "2.1.4",
      "resolved": "https://registry.yarnpkg.com/oboe/-/oboe-2.1.4.tgz",
      "integrity": "sha1-IMiM2wwVNxuwQRklfU/dNLCqSfY=",
      "requires": {
        "http-https": "1.0.0"
      }
    },
    "on-finished": {
      "version": "2.3.0",
      "resolved": "https://registry.yarnpkg.com/on-finished/-/on-finished-2.3.0.tgz",
      "integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=",
      "requires": {
        "ee-first": "1.1.1"
      }
    },
    "once": {
      "version": "1.4.0",
      "resolved": "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz",
      "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
      "requires": {
        "wrappy": "1.0.2"
      }
    },
    "onetime": {
      "version": "5.1.0",
      "resolved": "https://registry.yarnpkg.com/onetime/-/onetime-5.1.0.tgz",
      "integrity": "sha1-//DzyRYX/mK7UBiWNumayKbfe+U=",
      "requires": {
        "mimic-fn": "2.1.0"
      }
    },
    "open": {
      "version": "7.1.0",
      "resolved": "https://registry.yarnpkg.com/open/-/open-7.1.0.tgz",
      "integrity": "sha1-aIZffTyyOFIPoSJaY88ovPg2ihw=",
      "requires": {
        "is-docker": "2.0.0",
        "is-wsl": "2.1.1"
      }
    },
    "opener": {
      "version": "1.5.1",
      "resolved": "https://registry.yarnpkg.com/opener/-/opener-1.5.1.tgz",
      "integrity": "sha1-bS8Od/GgrwAyrKcWwsH7uOfoq+0="
    },
    "optimist": {
      "version": "0.3.7",
      "resolved": "https://registry.yarnpkg.com/optimist/-/optimist-0.3.7.tgz",
      "integrity": "sha1-yQlBrVnkJzMokjB00s8ufLxuwNk=",
      "requires": {
        "wordwrap": "0.0.3"
      }
    },
    "optionator": {
      "version": "0.9.1",
      "resolved": "https://registry.yarnpkg.com/optionator/-/optionator-0.9.1.tgz",
      "integrity": "sha1-TyNqY3Pa4FZqbUPhMmZ09QwpFJk=",
      "requires": {
        "prelude-ls": "1.2.1",
        "deep-is": "0.1.3",
        "word-wrap": "1.2.3",
        "type-check": "0.4.0",
        "levn": "0.4.1",
        "fast-levenshtein": "2.0.6"
      }
    },
    "ora": {
      "version": "4.0.4",
      "resolved": "https://registry.yarnpkg.com/ora/-/ora-4.0.4.tgz",
      "integrity": "sha1-6NppfMW2pHJmZVv2jg+1iNKaVF0=",
      "requires": {
        "chalk": "3.0.0",
        "cli-cursor": "3.1.0",
        "cli-spinners": "2.3.0",
        "is-interactive": "1.0.0",
        "log-symbols": "3.0.0",
        "mute-stream": "0.0.8",
        "strip-ansi": "6.0.0",
        "wcwidth": "1.0.1"
      },
      "dependencies": {
        "chalk": {
          "version": "3.0.0",
          "resolved": "https://registry.yarnpkg.com/chalk/-/chalk-3.0.0.tgz",
          "integrity": "sha1-P3PCv1JlkfV0zEksUeJFY0n4ROQ=",
          "requires": {
            "ansi-styles": "4.2.1",
            "supports-color": "7.1.0"
          }
        },
        "cli-cursor": {
          "version": "3.1.0",
          "resolved": "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-3.1.0.tgz",
          "integrity": "sha1-JkMFp65JDR0Dvwybp8kl0XU68wc=",
          "requires": {
            "restore-cursor": "3.1.0"
          }
        },
        "restore-cursor": {
          "version": "3.1.0",
          "resolved": "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-3.1.0.tgz",
          "integrity": "sha1-OfZ8VLOnpYzqUjbZXPADQjljH34=",
          "requires": {
            "onetime": "5.1.0",
            "signal-exit": "3.0.3"
          }
        }
      }
    },
    "original-require": {
      "version": "1.0.1",
      "resolved": "https://registry.yarnpkg.com/original-require/-/original-require-1.0.1.tgz",
      "integrity": "sha1-DxMEcVhM0zURxew4yNWSE/msXiA="
    },
    "os-homedir": {
      "version": "1.0.2",
      "resolved": "https://registry.yarnpkg.com/os-homedir/-/os-homedir-1.0.2.tgz",
      "integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M="
    },
    "os-locale": {
      "version": "1.4.0",
      "resolved": "https://registry.yarnpkg.com/os-locale/-/os-locale-1.4.0.tgz",
      "integrity": "sha1-IPnxeuKe00XoveWDsT0gCYA8FNk=",
      "requires": {
        "lcid": "1.0.0"
      }
    },
    "os-tmpdir": {
      "version": "1.0.2",
      "resolved": "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
      "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ="
    },
    "p-cancelable": {
      "version": "1.1.0",
      "resolved": "https://registry.yarnpkg.com/p-cancelable/-/p-cancelable-1.1.0.tgz",
      "integrity": "sha1-0HjRWjr0CSIMiG8dmgyi5EGrJsw="
    },
    "p-defer": {
      "version": "3.0.0",
      "resolved": "https://registry.yarnpkg.com/p-defer/-/p-defer-3.0.0.tgz",
      "integrity": "sha1-0dzrTumytgSx2U/+yDdgF11Ob4M="
    },
    "p-fifo": {
      "version": "1.0.0",
      "resolved": "https://registry.yarnpkg.com/p-fifo/-/p-fifo-1.0.0.tgz",
      "integrity": "sha1-4p1c8Xwjm6h/Ud3pjB0mqc/iCmM=",
      "requires": {
        "fast-fifo": "1.0.0",
        "p-defer": "3.0.0"
      }
    },
    "p-finally": {
      "version": "1.0.0",
      "resolved": "https://registry.yarnpkg.com/p-finally/-/p-finally-1.0.0.tgz",
      "integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4="
    },
    "p-limit": {
      "version": "2.3.0",
      "resolved": "https://registry.yarnpkg.com/p-limit/-/p-limit-2.3.0.tgz",
      "integrity": "sha1-PdM8ZHohT9//2DWTPrCG2g3CHbE=",
      "requires": {
        "p-try": "2.2.0"
      }
    },
    "p-locate": {
      "version": "4.1.0",
      "resolved": "https://registry.yarnpkg.com/p-locate/-/p-locate-4.1.0.tgz",
      "integrity": "sha1-o0KLtwiLOmApL2aRkni3wpetTwc=",
      "requires": {
        "p-limit": "2.3.0"
      }
    },
    "p-map": {
      "version": "3.0.0",
      "resolved": "https://registry.yarnpkg.com/p-map/-/p-map-3.0.0.tgz",
      "integrity": "sha1-1wTZr4orpoTiYA2aIVmD1BQal50=",
      "requires": {
        "aggregate-error": "3.0.1"
      }
    },
    "p-timeout": {
      "version": "1.2.1",
      "resolved": "https://registry.yarnpkg.com/p-timeout/-/p-timeout-1.2.1.tgz",
      "integrity": "sha1-XrOzU7f86Z8QGhA4iAuwVOu+o4Y=",
      "requires": {
        "p-finally": "1.0.0"
      }
    },
    "p-try": {
      "version": "2.2.0",
      "resolved": "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz",
      "integrity": "sha1-yyhoVA4xPWHeWPr741zpAE1VQOY="
    },
    "package-hash": {
      "version": "4.0.0",
      "resolved": "https://registry.yarnpkg.com/package-hash/-/package-hash-4.0.0.tgz",
      "integrity": "sha1-NTf2VGZew8w4gnOH/JBMFjxU9QY=",
      "requires": {
        "graceful-fs": "4.2.4",
        "hasha": "5.2.0",
        "lodash.flattendeep": "4.4.0",
        "release-zalgo": "1.0.0"
      }
    },
    "package-json": {
      "version": "6.5.0",
      "resolved": "https://registry.yarnpkg.com/package-json/-/package-json-6.5.0.tgz",
      "integrity": "sha1-b+7ayjXnVyWHbQsOZJdGl/7RRbA=",
      "requires": {
        "got": "9.6.0",
        "registry-auth-token": "4.1.1",
        "registry-url": "5.1.0",
        "semver": "6.3.0"
      },
      "dependencies": {
        "semver": {
          "version": "6.3.0",
          "resolved": "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz",
          "integrity": "sha1-7gpkyK9ejO6mdoexM3YeG+y9HT0="
        }
      }
    },
    "pako": {
      "version": "1.0.11",
      "resolved": "https://registry.yarnpkg.com/pako/-/pako-1.0.11.tgz",
      "integrity": "sha1-bJWZ00DVTf05RjgCUqNXBaa5kr8="
    },
    "parent-module": {
      "version": "1.0.1",
      "resolved": "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz",
      "integrity": "sha1-aR0nCeeMefrjoVZiJFLQB2LKqqI=",
      "requires": {
        "callsites": "3.1.0"
      }
    },
    "parse-asn1": {
      "version": "5.1.5",
      "resolved": "https://registry.yarnpkg.com/parse-asn1/-/parse-asn1-5.1.5.tgz",
      "integrity": "sha1-ADJxND2ljclMrOSU+u89IUfs6g4=",
      "requires": {
        "asn1.js": "4.10.1",
        "browserify-aes": "1.2.0",
        "create-hash": "1.2.0",
        "evp_bytestokey": "1.0.3",
        "pbkdf2": "3.0.17",
        "safe-buffer": "5.2.0"
      },
      "dependencies": {
        "asn1.js": {
          "version": "4.10.1",
          "resolved": "https://registry.yarnpkg.com/asn1.js/-/asn1.js-4.10.1.tgz",
          "integrity": "sha1-ucK/WAXx5kqt7tbfOiv6+1pz9aA=",
          "requires": {
            "bn.js": "4.11.8",
            "inherits": "2.0.4",
            "minimalistic-assert": "1.0.1"
          }
        },
        "bn.js": {
          "version": "4.11.8",
          "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
          "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
        }
      }
    },
    "parse-duration": {
      "version": "0.1.3",
      "resolved": "https://registry.yarnpkg.com/parse-duration/-/parse-duration-0.1.3.tgz",
      "integrity": "sha1-wsTUXUlRPVROEpsqWge5RzVF0Zo="
    },
    "parse-headers": {
      "version": "2.0.3",
      "resolved": "https://registry.yarnpkg.com/parse-headers/-/parse-headers-2.0.3.tgz",
      "integrity": "sha1-Xo51Ejg9FAugLwx6qfSbQ5nJJRU="
    },
    "parse-json": {
      "version": "2.2.0",
      "resolved": "https://registry.yarnpkg.com/parse-json/-/parse-json-2.2.0.tgz",
      "integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=",
      "requires": {
        "error-ex": "1.3.2"
      }
    },
    "parse-ms": {
      "version": "2.1.0",
      "resolved": "https://registry.yarnpkg.com/parse-ms/-/parse-ms-2.1.0.tgz",
      "integrity": "sha1-NIVlp1PUOR+lJAKZVrFyy3dTCX0="
    },
    "parseurl": {
      "version": "1.3.3",
      "resolved": "https://registry.yarnpkg.com/parseurl/-/parseurl-1.3.3.tgz",
      "integrity": "sha1-naGee+6NEt/wUT7Vt2lXeTvC6NQ="
    },
    "pascalcase": {
      "version": "0.1.1",
      "resolved": "https://registry.yarnpkg.com/pascalcase/-/pascalcase-0.1.1.tgz",
      "integrity": "sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ="
    },
    "path-dirname": {
      "version": "1.0.2",
      "resolved": "https://registry.yarnpkg.com/path-dirname/-/path-dirname-1.0.2.tgz",
      "integrity": "sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA="
    },
    "path-exists": {
      "version": "3.0.0",
      "resolved": "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz",
      "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU="
    },
    "path-is-absolute": {
      "version": "1.0.1",
      "resolved": "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
      "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18="
    },
    "path-key": {
      "version": "3.1.1",
      "resolved": "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz",
      "integrity": "sha1-WB9q3mWMu6ZaDTOA3ndTKVBU83U="
    },
    "path-parse": {
      "version": "1.0.6",
      "resolved": "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz",
      "integrity": "sha1-1i27VnlAXXLEc37FhgDp3c8G0kw="
    },
    "path-to-regexp": {
      "version": "1.8.0",
      "resolved": "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-1.8.0.tgz",
      "integrity": "sha1-iHs7qdhDk+h6CgufTLdWGYtTVIo=",
      "requires": {
        "isarray": "0.0.1"
      }
    },
    "path-type": {
      "version": "2.0.0",
      "resolved": "https://registry.yarnpkg.com/path-type/-/path-type-2.0.0.tgz",
      "integrity": "sha1-8BLMuEFbcJb8LaoQVMPXI4lZTHM=",
      "requires": {
        "pify": "2.3.0"
      }
    },
    "pause-stream": {
      "version": "0.0.11",
      "resolved": "https://registry.yarnpkg.com/pause-stream/-/pause-stream-0.0.11.tgz",
      "integrity": "sha1-/lo0sMvOErWqaitAPuLnO2AvFEU=",
      "requires": {
        "through": "2.3.8"
      }
    },
    "pbkdf2": {
      "version": "3.0.17",
      "resolved": "https://registry.yarnpkg.com/pbkdf2/-/pbkdf2-3.0.17.tgz",
      "integrity": "sha1-l2wgZTBhexTrsyEUI597CTNuk6Y=",
      "requires": {
        "create-hash": "1.2.0",
        "create-hmac": "1.1.7",
        "ripemd160": "2.0.2",
        "safe-buffer": "5.2.0",
        "sha.js": "2.4.11"
      }
    },
    "peer-id": {
      "version": "0.12.5",
      "resolved": "https://registry.yarnpkg.com/peer-id/-/peer-id-0.12.5.tgz",
      "integrity": "sha1-sioe3FtKqqK7gwsmW6aUKYI+UXk=",
      "requires": {
        "libp2p-crypto": "0.16.3",
        "async": "2.6.3",
        "class-is": "1.1.0",
        "multihashes": "0.4.19"
      }
    },
    "peer-info": {
      "version": "0.14.1",
      "resolved": "https://registry.yarnpkg.com/peer-info/-/peer-info-0.14.1.tgz",
      "integrity": "sha1-rFrsQh6ZZfew51dtcXlBuyVnYTQ=",
      "requires": {
        "multiaddr": "4.0.0",
        "mafmt": "6.0.10",
        "lodash.uniqby": "4.7.0",
        "peer-id": "0.10.7"
      },
      "dependencies": {
        "js-sha3": {
          "version": "0.7.0",
          "resolved": "https://registry.yarnpkg.com/js-sha3/-/js-sha3-0.7.0.tgz",
          "integrity": "sha1-ClxXs295iCVzsthAUfi7hd0b1jo="
        },
        "libp2p-crypto": {
          "version": "0.12.1",
          "resolved": "https://registry.yarnpkg.com/libp2p-crypto/-/libp2p-crypto-0.12.1.tgz",
          "integrity": "sha1-SocNJpujFQ3+AU5PmuoeVQdgFcg=",
          "requires": {
            "asn1.js": "5.3.0",
            "async": "2.6.3",
            "browserify-aes": "1.2.0",
            "bs58": "4.0.1",
            "keypair": "1.0.1",
            "libp2p-crypto-secp256k1": "0.2.3",
            "multihashing-async": "0.4.8",
            "node-forge": "0.7.6",
            "pem-jwk": "1.5.1",
            "protons": "1.0.2",
            "rsa-pem-to-jwk": "1.1.3",
            "tweetnacl": "1.0.3",
            "webcrypto-shim": "0.1.1"
          }
        },
        "multiaddr": {
          "version": "4.0.0",
          "resolved": "https://registry.yarnpkg.com/multiaddr/-/multiaddr-4.0.0.tgz",
          "integrity": "sha1-cKiFfE9zc1C8LFaRSnDxJjiJ2zM=",
          "requires": {
            "bs58": "4.0.1",
            "class-is": "1.1.0",
            "ip": "1.1.5",
            "ip-address": "5.9.4",
            "lodash.filter": "4.6.0",
            "lodash.map": "4.6.0",
            "varint": "5.0.0",
            "xtend": "4.0.2"
          }
        },
        "multihashing-async": {
          "version": "0.4.8",
          "resolved": "https://registry.yarnpkg.com/multihashing-async/-/multihashing-async-0.4.8.tgz",
          "integrity": "sha1-QVcrJaj8aOsxi4ViQJ/dchpyfqE=",
          "requires": {
            "async": "2.6.3",
            "blakejs": "1.1.0",
            "js-sha3": "0.7.0",
            "multihashes": "0.4.19",
            "murmurhash3js": "3.0.1",
            "nodeify": "1.0.1"
          }
        },
        "peer-id": {
          "version": "0.10.7",
          "resolved": "https://registry.yarnpkg.com/peer-id/-/peer-id-0.10.7.tgz",
          "integrity": "sha1-bBJjRjb8kKDnvHY2DJX3NWRGH90=",
          "requires": {
            "async": "2.6.3",
            "libp2p-crypto": "0.12.1",
            "lodash": "4.17.19",
            "multihashes": "0.4.19"
          }
        }
      }
    },
    "pem-jwk": {
      "version": "1.5.1",
      "resolved": "https://registry.yarnpkg.com/pem-jwk/-/pem-jwk-1.5.1.tgz",
      "integrity": "sha1-eoY3/S9nqCflfAxC4cI8P9Us+wE=",
      "requires": {
        "asn1.js": "1.0.3"
      },
      "dependencies": {
        "asn1.js": {
          "version": "1.0.3",
          "resolved": "https://registry.yarnpkg.com/asn1.js/-/asn1.js-1.0.3.tgz",
          "integrity": "sha1-KBuj7B8kSP52X5Kk7s+IP+E2S1Q=",
          "requires": {
            "inherits": "2.0.4",
            "minimalistic-assert": "1.0.1"
          }
        },
        "bn.js": {
          "version": "1.3.0",
          "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-1.3.0.tgz",
          "integrity": "sha1-DbTL+W+PI7dC9by50ap6mZSgXoM="
        }
      }
    },
    "pend": {
      "version": "1.2.0",
      "resolved": "https://registry.yarnpkg.com/pend/-/pend-1.2.0.tgz",
      "integrity": "sha1-elfrVQpng/kRUzH89GY9XI4AelA="
    },
    "performance-now": {
      "version": "2.1.0",
      "resolved": "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz",
      "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns="
    },
    "picomatch": {
      "version": "2.2.2",
      "resolved": "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz",
      "integrity": "sha1-IfMz6ba46v8CRo9RRupAbTRfTa0="
    },
    "pify": {
      "version": "2.3.0",
      "resolved": "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz",
      "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw="
    },
    "pinkie": {
      "version": "2.0.4",
      "resolved": "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz",
      "integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA="
    },
    "pinkie-promise": {
      "version": "2.0.1",
      "resolved": "https://registry.yarnpkg.com/pinkie-promise/-/pinkie-promise-2.0.1.tgz",
      "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=",
      "requires": {
        "pinkie": "2.0.4"
      }
    },
    "pirates": {
      "version": "4.0.1",
      "resolved": "https://registry.yarnpkg.com/pirates/-/pirates-4.0.1.tgz",
      "integrity": "sha1-ZDqSyviUVm+RsrmG0sZpUKji+4c=",
      "requires": {
        "node-modules-regexp": "1.0.0"
      }
    },
    "pkg-conf": {
      "version": "3.1.0",
      "resolved": "https://registry.yarnpkg.com/pkg-conf/-/pkg-conf-3.1.0.tgz",
      "integrity": "sha1-2fnHXqG64Od5OM3gRbJ22sfMaa4=",
      "requires": {
        "find-up": "3.0.0",
        "load-json-file": "5.3.0"
      },
      "dependencies": {
        "find-up": {
          "version": "3.0.0",
          "resolved": "https://registry.yarnpkg.com/find-up/-/find-up-3.0.0.tgz",
          "integrity": "sha1-SRafHXmTQwZG2mHsxa41XCHJe3M=",
          "requires": {
            "locate-path": "3.0.0"
          }
        },
        "locate-path": {
          "version": "3.0.0",
          "resolved": "https://registry.yarnpkg.com/locate-path/-/locate-path-3.0.0.tgz",
          "integrity": "sha1-2+w7OrdZdYBxtY/ln8QYca8hQA4=",
          "requires": {
            "p-locate": "3.0.0",
            "path-exists": "3.0.0"
          }
        },
        "p-locate": {
          "version": "3.0.0",
          "resolved": "https://registry.yarnpkg.com/p-locate/-/p-locate-3.0.0.tgz",
          "integrity": "sha1-Mi1poFwCZLJZl9n0DNiokasAZKQ=",
          "requires": {
            "p-limit": "2.3.0"
          }
        }
      }
    },
    "pkg-dir": {
      "version": "4.2.0",
      "resolved": "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.2.0.tgz",
      "integrity": "sha1-8JkTPfft5CLoHR2ESCcO6z5CYfM=",
      "requires": {
        "find-up": "4.1.0"
      }
    },
    "pkg-up": {
      "version": "2.0.0",
      "resolved": "https://registry.yarnpkg.com/pkg-up/-/pkg-up-2.0.0.tgz",
      "integrity": "sha1-yBmscoBZpGHKscOImivjxJoATX8=",
      "requires": {
        "find-up": "2.1.0"
      },
      "dependencies": {
        "find-up": {
          "version": "2.1.0",
          "resolved": "https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz",
          "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=",
          "requires": {
            "locate-path": "2.0.0"
          }
        },
        "locate-path": {
          "version": "2.0.0",
          "resolved": "https://registry.yarnpkg.com/locate-path/-/locate-path-2.0.0.tgz",
          "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=",
          "requires": {
            "p-locate": "2.0.0",
            "path-exists": "3.0.0"
          }
        },
        "p-limit": {
          "version": "1.3.0",
          "resolved": "https://registry.yarnpkg.com/p-limit/-/p-limit-1.3.0.tgz",
          "integrity": "sha1-uGvV8MJWkJEcdZD8v8IBDVSzzLg=",
          "requires": {
            "p-try": "1.0.0"
          }
        },
        "p-locate": {
          "version": "2.0.0",
          "resolved": "https://registry.yarnpkg.com/p-locate/-/p-locate-2.0.0.tgz",
          "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=",
          "requires": {
            "p-limit": "1.3.0"
          }
        },
        "p-try": {
          "version": "1.0.0",
          "resolved": "https://registry.yarnpkg.com/p-try/-/p-try-1.0.0.tgz",
          "integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M="
        }
      }
    },
    "plur": {
      "version": "4.0.0",
      "resolved": "https://registry.yarnpkg.com/plur/-/plur-4.0.0.tgz",
      "integrity": "sha1-cprtsI9FJkX+jFjvEVvxawpz74Q=",
      "requires": {
        "irregular-plurals": "3.2.0"
      }
    },
    "portfinder": {
      "version": "1.0.26",
      "resolved": "https://registry.yarnpkg.com/portfinder/-/portfinder-1.0.26.tgz",
      "integrity": "sha1-R1ZY1WyjC+1yrH8TeO01C9G2TnA=",
      "requires": {
        "async": "2.6.3",
        "debug": "3.2.6",
        "mkdirp": "0.5.5"
      },
      "dependencies": {
        "debug": {
          "version": "3.2.6",
          "resolved": "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz",
          "integrity": "sha1-6D0X3hbYp++3cX7b5fsQE17uYps=",
          "requires": {
            "ms": "2.1.2"
          }
        }
      }
    },
    "posix-character-classes": {
      "version": "0.1.1",
      "resolved": "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz",
      "integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs="
    },
    "precond": {
      "version": "0.2.3",
      "resolved": "https://registry.yarnpkg.com/precond/-/precond-0.2.3.tgz",
      "integrity": "sha1-qpWRvKokkj8eD0hJ0kD0fvwQdaw="
    },
    "prelude-ls": {
      "version": "1.2.1",
      "resolved": "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz",
      "integrity": "sha1-3rxkidem5rDnYRiIzsiAM30xY5Y="
    },
    "prepend-http": {
      "version": "2.0.0",
      "resolved": "https://registry.yarnpkg.com/prepend-http/-/prepend-http-2.0.0.tgz",
      "integrity": "sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc="
    },
    "prettier": {
      "version": "2.0.5",
      "resolved": "https://registry.yarnpkg.com/prettier/-/prettier-2.0.5.tgz",
      "integrity": "sha1-1tVigkVSQ/L5LMFxZpLAiqMVItQ="
    },
    "prettier-linter-helpers": {
      "version": "1.0.0",
      "resolved": "https://registry.yarnpkg.com/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz",
      "integrity": "sha1-0j1B/hN1ZG3i0BBNNFSjAIgCz3s=",
      "requires": {
        "fast-diff": "1.2.0"
      }
    },
    "pretty-ms": {
      "version": "7.0.0",
      "resolved": "https://registry.yarnpkg.com/pretty-ms/-/pretty-ms-7.0.0.tgz",
      "integrity": "sha1-RXgScxEMrzX1XKshqKm9QDojPcA=",
      "requires": {
        "parse-ms": "2.1.0"
      }
    },
    "private": {
      "version": "0.1.8",
      "resolved": "https://registry.yarnpkg.com/private/-/private-0.1.8.tgz",
      "integrity": "sha1-I4Hts2ifelPWUxkAYPz4ItLzaP8="
    },
    "process": {
      "version": "0.5.2",
      "resolved": "https://registry.yarnpkg.com/process/-/process-0.5.2.tgz",
      "integrity": "sha1-FjjYqONML0QKkduVq5rrZ3/Bhc8="
    },
    "process-nextick-args": {
      "version": "2.0.1",
      "resolved": "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
      "integrity": "sha1-eCDZsWEgzFXKmud5JoCufbptf+I="
    },
    "process-on-spawn": {
      "version": "1.0.0",
      "resolved": "https://registry.yarnpkg.com/process-on-spawn/-/process-on-spawn-1.0.0.tgz",
      "integrity": "sha1-lbBaIwc9MKF6z9ySpEDv0rrv3JM=",
      "requires": {
        "fromentries": "1.2.0"
      }
    },
    "progress": {
      "version": "2.0.3",
      "resolved": "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz",
      "integrity": "sha1-foz42PW48jnBvGi+tOt4Vn1XLvg="
    },
    "promise": {
      "version": "1.3.0",
      "resolved": "https://registry.yarnpkg.com/promise/-/promise-1.3.0.tgz",
      "integrity": "sha1-5cyaTIJ45GZP/twBx9qEhCsEAXU=",
      "requires": {
        "is-promise": "1.0.1"
      }
    },
    "promise-nodeify": {
      "version": "3.0.1",
      "resolved": "https://registry.yarnpkg.com/promise-nodeify/-/promise-nodeify-3.0.1.tgz",
      "integrity": "sha1-8PXZcg7p7HHdK/qSZnvlBMECKcI="
    },
    "promise-to-callback": {
      "version": "1.0.0",
      "resolved": "https://registry.yarnpkg.com/promise-to-callback/-/promise-to-callback-1.0.0.tgz",
      "integrity": "sha1-XSp0kBC/tn2WNZj805YHRqaP7vc=",
      "requires": {
        "is-fn": "1.0.0",
        "set-immediate-shim": "1.0.1"
      }
    },
    "promise.allsettled": {
      "version": "1.0.2",
      "resolved": "https://registry.yarnpkg.com/promise.allsettled/-/promise.allsettled-1.0.2.tgz",
      "integrity": "sha1-1m94+7YA6D6GPYk+mLPUN2qcR8k=",
      "requires": {
        "array.prototype.map": "1.0.2",
        "define-properties": "1.1.3",
        "es-abstract": "1.17.4",
        "function-bind": "1.1.1",
        "iterate-value": "1.0.2"
      }
    },
    "promisify-es6": {
      "version": "1.0.3",
      "resolved": "https://registry.yarnpkg.com/promisify-es6/-/promisify-es6-1.0.3.tgz",
      "integrity": "sha1-sBJmjE3zyWXOE9qsKzpNFyapY0Y="
    },
    "protocol-buffers-schema": {
      "version": "3.4.0",
      "resolved": "https://registry.yarnpkg.com/protocol-buffers-schema/-/protocol-buffers-schema-3.4.0.tgz",
      "integrity": "sha1-Lw6jHKlmJ9aAvy/vrn6/orZFPq4="
    },
    "protons": {
      "version": "1.0.2",
      "resolved": "https://registry.yarnpkg.com/protons/-/protons-1.0.2.tgz",
      "integrity": "sha1-DTvGNfsYDRgMgnSzxJ0s5UUx0CU=",
      "requires": {
        "buffer": "5.6.0",
        "protocol-buffers-schema": "3.4.0",
        "signed-varint": "2.0.1",
        "varint": "5.0.0"
      }
    },
    "proxy-addr": {
      "version": "2.0.6",
      "resolved": "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.6.tgz",
      "integrity": "sha1-/cIzZQVEfT8vLGOO0nLK9hS7sr8=",
      "requires": {
        "forwarded": "0.1.2",
        "ipaddr.js": "1.9.1"
      }
    },
    "proxyquire": {
      "version": "2.1.3",
      "resolved": "https://registry.yarnpkg.com/proxyquire/-/proxyquire-2.1.3.tgz",
      "integrity": "sha1-IEmn7voQqalTNGoY5UqrK0Jo3zk=",
      "requires": {
        "fill-keys": "1.0.2",
        "module-not-found-error": "1.0.1",
        "resolve": "1.17.0"
      }
    },
    "prr": {
      "version": "1.0.1",
      "resolved": "https://registry.yarnpkg.com/prr/-/prr-1.0.1.tgz",
      "integrity": "sha1-0/wRS6BplaRexok/SEzrHXj19HY="
    },
    "ps-tree": {
      "version": "1.2.0",
      "resolved": "https://registry.yarnpkg.com/ps-tree/-/ps-tree-1.2.0.tgz",
      "integrity": "sha1-XnQluJUIc2zdTyIk0Cj3uz9yLr0=",
      "requires": {
        "event-stream": "3.3.4"
      }
    },
    "pseudomap": {
      "version": "1.0.2",
      "resolved": "https://registry.yarnpkg.com/pseudomap/-/pseudomap-1.0.2.tgz",
      "integrity": "sha1-8FKijacOYYkX7wqKw0wa5aaChrM="
    },
    "psl": {
      "version": "1.8.0",
      "resolved": "https://registry.yarnpkg.com/psl/-/psl-1.8.0.tgz",
      "integrity": "sha1-kyb4vPsBOtzABf3/BWrM4CDlHCQ="
    },
    "public-encrypt": {
      "version": "4.0.3",
      "resolved": "https://registry.yarnpkg.com/public-encrypt/-/public-encrypt-4.0.3.tgz",
      "integrity": "sha1-T8ydd6B+SLp1J+fL4N4z0HATMeA=",
      "requires": {
        "bn.js": "4.11.8",
        "browserify-rsa": "4.0.1",
        "create-hash": "1.2.0",
        "parse-asn1": "5.1.5",
        "randombytes": "2.1.0",
        "safe-buffer": "5.2.0"
      },
      "dependencies": {
        "bn.js": {
          "version": "4.11.8",
          "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
          "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
        }
      }
    },
    "public-ip": {
      "version": "4.0.2",
      "resolved": "https://registry.yarnpkg.com/public-ip/-/public-ip-4.0.2.tgz",
      "integrity": "sha1-gxWO3XZl2m1RE4zN+gQT8JNvt/8=",
      "requires": {
        "dns-socket": "4.2.1",
        "got": "9.6.0",
        "is-ip": "3.1.0"
      }
    },
    "pull-cat": {
      "version": "1.1.11",
      "resolved": "https://registry.yarnpkg.com/pull-cat/-/pull-cat-1.1.11.tgz",
      "integrity": "sha1-tkLdElXaN2pwa220+pYvX9t0wxs="
    },
    "pull-defer": {
      "version": "0.2.3",
      "resolved": "https://registry.yarnpkg.com/pull-defer/-/pull-defer-0.2.3.tgz",
      "integrity": "sha1-TuCcbZ4ie+3pk424A5HD2sSJ0RM="
    },
    "pull-level": {
      "version": "2.0.4",
      "resolved": "https://registry.yarnpkg.com/pull-level/-/pull-level-2.0.4.tgz",
      "integrity": "sha1-SCLmF1fBC9zHz0oDrwTJJzTJr6w=",
      "requires": {
        "level-post": "1.0.7",
        "pull-cat": "1.1.11",
        "pull-live": "1.0.1",
        "pull-pushable": "2.2.0",
        "pull-stream": "3.6.14",
        "pull-window": "2.1.4",
        "stream-to-pull-stream": "1.7.3"
      }
    },
    "pull-live": {
      "version": "1.0.1",
      "resolved": "https://registry.yarnpkg.com/pull-live/-/pull-live-1.0.1.tgz",
      "integrity": "sha1-pOzuAeMwFV6RJLu89HYfIbOPUfU=",
      "requires": {
        "pull-cat": "1.1.11",
        "pull-stream": "3.6.14"
      }
    },
    "pull-pushable": {
      "version": "2.2.0",
      "resolved": "https://registry.yarnpkg.com/pull-pushable/-/pull-pushable-2.2.0.tgz",
      "integrity": "sha1-Xy867UethpGfAbEqLpnW8b13ZYE="
    },
    "pull-stream": {
      "version": "3.6.14",
      "resolved": "https://registry.yarnpkg.com/pull-stream/-/pull-stream-3.6.14.tgz",
      "integrity": "sha1-Up29W4YTH0pe1jb99/avAHgTV+4="
    },
    "pull-stream-to-async-iterator": {
      "version": "1.0.2",
      "resolved": "https://registry.yarnpkg.com/pull-stream-to-async-iterator/-/pull-stream-to-async-iterator-1.0.2.tgz",
      "integrity": "sha1-XMGjoUbva78BwXdVZHNptoOySYY=",
      "requires": {
        "pull-stream": "3.6.14"
      }
    },
    "pull-stream-to-stream": {
      "version": "1.3.4",
      "resolved": "https://registry.yarnpkg.com/pull-stream-to-stream/-/pull-stream-to-stream-1.3.4.tgz",
      "integrity": "sha1-P4HYIWvRjSv9GhmBkEcRgOJzg5k="
    },
    "pull-traverse": {
      "version": "1.0.3",
      "resolved": "https://registry.yarnpkg.com/pull-traverse/-/pull-traverse-1.0.3.tgz",
      "integrity": "sha1-dPtde+f6a9enjpeTPhmbeUWGaTg="
    },
    "pull-window": {
      "version": "2.1.4",
      "resolved": "https://registry.yarnpkg.com/pull-window/-/pull-window-2.1.4.tgz",
      "integrity": "sha1-/DuG/uvRkgx64pdpHiP3BfiFUvA=",
      "requires": {
        "looper": "2.0.0"
      },
      "dependencies": {
        "looper": {
          "version": "2.0.0",
          "resolved": "https://registry.yarnpkg.com/looper/-/looper-2.0.0.tgz",
          "integrity": "sha1-Zs0Md0rz1P7axTeU90LbVtqPCew="
        }
      }
    },
    "pump": {
      "version": "3.0.0",
      "resolved": "https://registry.yarnpkg.com/pump/-/pump-3.0.0.tgz",
      "integrity": "sha1-tKIRaBW94vTh6mAjVOjHVWUQemQ=",
      "requires": {
        "end-of-stream": "1.4.4",
        "once": "1.4.0"
      }
    },
    "punycode": {
      "version": "2.1.1",
      "resolved": "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz",
      "integrity": "sha1-tYsBCsQMIsVldhbI0sLALHv0eew="
    },
    "pupa": {
      "version": "2.0.1",
      "resolved": "https://registry.yarnpkg.com/pupa/-/pupa-2.0.1.tgz",
      "integrity": "sha1-29yf9I/76komoGm2+fersFEAhyY=",
      "requires": {
        "escape-goat": "2.1.1"
      }
    },
    "qs": {
      "version": "6.7.0",
      "resolved": "https://registry.yarnpkg.com/qs/-/qs-6.7.0.tgz",
      "integrity": "sha1-QdwaAV49WB8WIXdr4xr7KHapsbw="
    },
    "query-string": {
      "version": "5.1.1",
      "resolved": "https://registry.yarnpkg.com/query-string/-/query-string-5.1.1.tgz",
      "integrity": "sha1-p4wBK3HBfgXy4/ojGd0zBoLvs8s=",
      "requires": {
        "decode-uri-component": "0.2.0",
        "object-assign": "4.1.1",
        "strict-uri-encode": "1.1.0"
      }
    },
    "radspec": {
      "version": "1.7.0",
      "resolved": "https://registry.yarnpkg.com/radspec/-/radspec-1.7.0.tgz",
      "integrity": "sha1-8x4ceDMsi7A41A4YADdsbBbqlQw=",
      "requires": {
        "@babel/runtime": "7.10.2",
        "bn.js": "4.11.8",
        "date-fns": "2.0.0-alpha.22",
        "web3-eth": "1.2.9",
        "web3-eth-abi": "1.2.8",
        "web3-utils": "1.2.9"
      },
      "dependencies": {
        "bn.js": {
          "version": "4.11.8",
          "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
          "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
        },
        "web3-eth-abi": {
          "version": "1.2.8",
          "resolved": "https://registry.yarnpkg.com/web3-eth-abi/-/web3-eth-abi-1.2.8.tgz",
          "integrity": "sha1-dTcTjz5c0cz5gjP6B/OIqo3B//E=",
          "requires": {
            "@ethersproject/abi": "5.0.0-beta.153",
            "underscore": "1.9.1",
            "web3-utils": "1.2.8"
          },
          "dependencies": {
            "web3-utils": {
              "version": "1.2.8",
              "resolved": "https://registry.yarnpkg.com/web3-utils/-/web3-utils-1.2.8.tgz",
              "integrity": "sha1-UyHZFxXNTAhpAFcFozxMBCpTKxg=",
              "requires": {
                "bn.js": "4.11.8",
                "eth-lib": "0.2.7",
                "ethereum-bloom-filters": "1.0.6",
                "ethjs-unit": "0.1.6",
                "number-to-bn": "1.7.0",
                "randombytes": "2.1.0",
                "underscore": "1.9.1",
                "utf8": "3.0.0"
              }
            }
          }
        }
      }
    },
    "randombytes": {
      "version": "2.1.0",
      "resolved": "https://registry.yarnpkg.com/randombytes/-/randombytes-2.1.0.tgz",
      "integrity": "sha1-32+ENy8CcNxlzfYpE0mrekc9Tyo=",
      "requires": {
        "safe-buffer": "5.2.0"
      }
    },
    "randomfill": {
      "version": "1.0.4",
      "resolved": "https://registry.yarnpkg.com/randomfill/-/randomfill-1.0.4.tgz",
      "integrity": "sha1-ySGW/IarQr6YPxvzF3giSTHWFFg=",
      "requires": {
        "randombytes": "2.1.0",
        "safe-buffer": "5.2.0"
      }
    },
    "randomhex": {
      "version": "0.1.5",
      "resolved": "https://registry.yarnpkg.com/randomhex/-/randomhex-0.1.5.tgz",
      "integrity": "sha1-us7vmCMpCRQA8qKRLGzQLxCU9YU="
    },
    "range-parser": {
      "version": "1.2.1",
      "resolved": "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.1.tgz",
      "integrity": "sha1-PPNwI9GZ4cJNGlW4SADC8+ZGgDE="
    },
    "raw-body": {
      "version": "2.4.0",
      "resolved": "https://registry.yarnpkg.com/raw-body/-/raw-body-2.4.0.tgz",
      "integrity": "sha1-oc5vucm8NWylLoklarWQWeE9AzI=",
      "requires": {
        "bytes": "3.1.0",
        "http-errors": "1.7.2",
        "iconv-lite": "0.4.24",
        "unpipe": "1.0.0"
      }
    },
    "rc": {
      "version": "1.2.8",
      "resolved": "https://registry.yarnpkg.com/rc/-/rc-1.2.8.tgz",
      "integrity": "sha1-zZJL9SAKB1uDwYjNa54hG3/A0+0=",
      "requires": {
        "deep-extend": "0.6.0",
        "ini": "1.3.5",
        "minimist": "1.2.5",
        "strip-json-comments": "2.0.1"
      },
      "dependencies": {
        "strip-json-comments": {
          "version": "2.0.1",
          "resolved": "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz",
          "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo="
        }
      }
    },
    "read-pkg": {
      "version": "5.2.0",
      "resolved": "https://registry.yarnpkg.com/read-pkg/-/read-pkg-5.2.0.tgz",
      "integrity": "sha1-e/KVQ4yloz5WzTDgU7NO5yUMk8w=",
      "requires": {
        "@types/normalize-package-data": "2.4.0",
        "normalize-package-data": "2.5.0",
        "parse-json": "5.0.0",
        "type-fest": "0.6.0"
      },
      "dependencies": {
        "parse-json": {
          "version": "5.0.0",
          "resolved": "https://registry.yarnpkg.com/parse-json/-/parse-json-5.0.0.tgz",
          "integrity": "sha1-c+URTJhtFD76NxLU6iTbmkJm9g8=",
          "requires": {
            "@babel/code-frame": "7.10.4",
            "error-ex": "1.3.2",
            "json-parse-better-errors": "1.0.2",
            "lines-and-columns": "1.1.6"
          }
        },
        "type-fest": {
          "version": "0.6.0",
          "resolved": "https://registry.yarnpkg.com/type-fest/-/type-fest-0.6.0.tgz",
          "integrity": "sha1-jSojcNPfiG61yQraHFv2GIrPg4s="
        }
      }
    },
    "read-pkg-up": {
      "version": "2.0.0",
      "resolved": "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-2.0.0.tgz",
      "integrity": "sha1-a3KoBImE4MQeeVEP1en6mbO1Sb4=",
      "requires": {
        "find-up": "2.1.0",
        "read-pkg": "2.0.0"
      },
      "dependencies": {
        "find-up": {
          "version": "2.1.0",
          "resolved": "https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz",
          "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=",
          "requires": {
            "locate-path": "2.0.0"
          }
        },
        "load-json-file": {
          "version": "2.0.0",
          "resolved": "https://registry.yarnpkg.com/load-json-file/-/load-json-file-2.0.0.tgz",
          "integrity": "sha1-eUfkIUmvgNaWy/eXvKq8/h/inKg=",
          "requires": {
            "graceful-fs": "4.2.4",
            "parse-json": "2.2.0",
            "pify": "2.3.0",
            "strip-bom": "3.0.0"
          }
        },
        "locate-path": {
          "version": "2.0.0",
          "resolved": "https://registry.yarnpkg.com/locate-path/-/locate-path-2.0.0.tgz",
          "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=",
          "requires": {
            "p-locate": "2.0.0",
            "path-exists": "3.0.0"
          }
        },
        "p-limit": {
          "version": "1.3.0",
          "resolved": "https://registry.yarnpkg.com/p-limit/-/p-limit-1.3.0.tgz",
          "integrity": "sha1-uGvV8MJWkJEcdZD8v8IBDVSzzLg=",
          "requires": {
            "p-try": "1.0.0"
          }
        },
        "p-locate": {
          "version": "2.0.0",
          "resolved": "https://registry.yarnpkg.com/p-locate/-/p-locate-2.0.0.tgz",
          "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=",
          "requires": {
            "p-limit": "1.3.0"
          }
        },
        "p-try": {
          "version": "1.0.0",
          "resolved": "https://registry.yarnpkg.com/p-try/-/p-try-1.0.0.tgz",
          "integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M="
        },
        "read-pkg": {
          "version": "2.0.0",
          "resolved": "https://registry.yarnpkg.com/read-pkg/-/read-pkg-2.0.0.tgz",
          "integrity": "sha1-jvHAYjxqbbDcZxPEv6xGMysjaPg=",
          "requires": {
            "load-json-file": "2.0.0",
            "normalize-package-data": "2.5.0",
            "path-type": "2.0.0"
          }
        }
      }
    },
    "readable-stream": {
      "version": "2.3.7",
      "resolved": "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.7.tgz",
      "integrity": "sha1-Hsoc9xGu+BTAT2IlKjamL2yyO1c=",
      "requires": {
        "core-util-is": "1.0.2",
        "inherits": "2.0.4",
        "isarray": "1.0.0",
        "process-nextick-args": "2.0.1",
        "safe-buffer": "5.1.2",
        "string_decoder": "1.1.1",
        "util-deprecate": "1.0.2"
      },
      "dependencies": {
        "isarray": {
          "version": "1.0.0",
          "resolved": "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz",
          "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE="
        },
        "safe-buffer": {
          "version": "5.1.2",
          "resolved": "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz",
          "integrity": "sha1-mR7GnSluAxN0fVm9/St0XDX4go0="
        },
        "string_decoder": {
          "version": "1.1.1",
          "resolved": "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz",
          "integrity": "sha1-nPFhG6YmhdcDCunkujQUnDrwP8g=",
          "requires": {
            "safe-buffer": "5.1.2"
          }
        }
      }
    },
    "readdirp": {
      "version": "2.2.1",
      "resolved": "https://registry.yarnpkg.com/readdirp/-/readdirp-2.2.1.tgz",
      "integrity": "sha1-DodiKjMlqjPokihcr4tOhGUppSU=",
      "requires": {
        "graceful-fs": "4.2.4",
        "micromatch": "3.1.10",
        "readable-stream": "2.3.7"
      }
    },
    "regenerate": {
      "version": "1.4.0",
      "resolved": "https://registry.yarnpkg.com/regenerate/-/regenerate-1.4.0.tgz",
      "integrity": "sha1-SoVuxLVuQHfFV1icroXnpMiGmhE="
    },
    "regenerate-unicode-properties": {
      "version": "8.2.0",
      "resolved": "https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-8.2.0.tgz",
      "integrity": "sha1-5d5xEdZV57pgwFfb6f83yH5lzew=",
      "requires": {
        "regenerate": "1.4.0"
      }
    },
    "regenerator-runtime": {
      "version": "0.13.5",
      "resolved": "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.5.tgz",
      "integrity": "sha1-2Hih0JS0MG0QuQlkhLM+vVXiZpc="
    },
    "regenerator-transform": {
      "version": "0.14.4",
      "resolved": "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.14.4.tgz",
      "integrity": "sha1-UmaFeJZRjRYWp4oEeTN6MOqXTMc=",
      "requires": {
        "@babel/runtime": "7.9.2",
        "private": "0.1.8"
      },
      "dependencies": {
        "@babel/runtime": {
          "version": "7.9.2",
          "resolved": "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.9.2.tgz",
          "integrity": "sha1-2Q3wWDo6JS8JqqYZZlNnuuUY2wY=",
          "requires": {
            "regenerator-runtime": "0.13.5"
          }
        }
      }
    },
    "regex-not": {
      "version": "1.0.2",
      "resolved": "https://registry.yarnpkg.com/regex-not/-/regex-not-1.0.2.tgz",
      "integrity": "sha1-H07OJ+ALC2XgJHpoEOaoXYOldSw=",
      "requires": {
        "extend-shallow": "3.0.2",
        "safe-regex": "1.1.0"
      },
      "dependencies": {
        "extend-shallow": {
          "version": "3.0.2",
          "resolved": "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-3.0.2.tgz",
          "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=",
          "requires": {
            "assign-symbols": "1.0.0",
            "is-extendable": "1.0.1"
          }
        },
        "is-extendable": {
          "version": "1.0.1",
          "resolved": "https://registry.yarnpkg.com/is-extendable/-/is-extendable-1.0.1.tgz",
          "integrity": "sha1-p0cPnkJnM9gb2B4RVSZOOjUHyrQ=",
          "requires": {
            "is-plain-object": "2.0.4"
          }
        }
      }
    },
    "regexp.prototype.flags": {
      "version": "1.3.0",
      "resolved": "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.3.0.tgz",
      "integrity": "sha1-erqJs8E6ZFCdq888qNn7ub31y3U=",
      "requires": {
        "define-properties": "1.1.3",
        "es-abstract": "1.17.4"
      }
    },
    "regexpp": {
      "version": "3.1.0",
      "resolved": "https://registry.yarnpkg.com/regexpp/-/regexpp-3.1.0.tgz",
      "integrity": "sha1-IG0K0KVkjP+9uK5GQ489xRyfeOI="
    },
    "regexpu-core": {
      "version": "2.0.0",
      "resolved": "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-2.0.0.tgz",
      "integrity": "sha1-SdA4g3uNz4v6W5pCE5k45uoq4kA=",
      "requires": {
        "regenerate": "1.4.0",
        "regjsgen": "0.2.0",
        "regjsparser": "0.1.5"
      }
    },
    "registry-auth-token": {
      "version": "4.1.1",
      "resolved": "https://registry.yarnpkg.com/registry-auth-token/-/registry-auth-token-4.1.1.tgz",
      "integrity": "sha1-QKM74eglOUYPlDKLD38PhMFtlHk=",
      "requires": {
        "rc": "1.2.8"
      }
    },
    "registry-url": {
      "version": "5.1.0",
      "resolved": "https://registry.yarnpkg.com/registry-url/-/registry-url-5.1.0.tgz",
      "integrity": "sha1-6YM0tQ1UNLgRNrROxjjZwgCcUAk=",
      "requires": {
        "rc": "1.2.8"
      }
    },
    "regjsgen": {
      "version": "0.2.0",
      "resolved": "https://registry.yarnpkg.com/regjsgen/-/regjsgen-0.2.0.tgz",
      "integrity": "sha1-bAFq3qxVT3WCP+N6wFuS1aTtsfc="
    },
    "regjsparser": {
      "version": "0.1.5",
      "resolved": "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.1.5.tgz",
      "integrity": "sha1-fuj4Tcb6eS0/0K4ijSS9lJ6tIFw=",
      "requires": {
        "jsesc": "0.5.0"
      }
    },
    "release-zalgo": {
      "version": "1.0.0",
      "resolved": "https://registry.yarnpkg.com/release-zalgo/-/release-zalgo-1.0.0.tgz",
      "integrity": "sha1-CXALflB0Mpc5Mw5TXFqQ+2eFFzA=",
      "requires": {
        "es6-error": "4.1.1"
      }
    },
    "remove-trailing-separator": {
      "version": "1.1.0",
      "resolved": "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz",
      "integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8="
    },
    "repeat-element": {
      "version": "1.1.3",
      "resolved": "https://registry.yarnpkg.com/repeat-element/-/repeat-element-1.1.3.tgz",
      "integrity": "sha1-eC4NglwMWjuzlzH4Tv7mt0Lmsc4="
    },
    "repeat-string": {
      "version": "1.6.1",
      "resolved": "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz",
      "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc="
    },
    "repeating": {
      "version": "2.0.1",
      "resolved": "https://registry.yarnpkg.com/repeating/-/repeating-2.0.1.tgz",
      "integrity": "sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=",
      "requires": {
        "is-finite": "1.0.2"
      }
    },
    "request": {
      "version": "2.88.2",
      "resolved": "https://registry.yarnpkg.com/request/-/request-2.88.2.tgz",
      "integrity": "sha1-1zyRhzHLWofaBH4gcjQUb2ZNErM=",
      "requires": {
        "aws-sign2": "0.7.0",
        "aws4": "1.9.1",
        "caseless": "0.12.0",
        "combined-stream": "1.0.8",
        "extend": "3.0.2",
        "forever-agent": "0.6.1",
        "form-data": "2.3.3",
        "har-validator": "5.1.3",
        "http-signature": "1.2.0",
        "is-typedarray": "1.0.0",
        "isstream": "0.1.2",
        "json-stringify-safe": "5.0.1",
        "mime-types": "2.1.26",
        "oauth-sign": "0.9.0",
        "performance-now": "2.1.0",
        "qs": "6.5.2",
        "safe-buffer": "5.2.0",
        "tough-cookie": "2.5.0",
        "tunnel-agent": "0.6.0",
        "uuid": "3.4.0"
      },
      "dependencies": {
        "form-data": {
          "version": "2.3.3",
          "resolved": "https://registry.yarnpkg.com/form-data/-/form-data-2.3.3.tgz",
          "integrity": "sha1-3M5SwF9kTymManq5Nr1yTO/786Y=",
          "requires": {
            "asynckit": "0.4.0",
            "combined-stream": "1.0.8",
            "mime-types": "2.1.26"
          }
        },
        "qs": {
          "version": "6.5.2",
          "resolved": "https://registry.yarnpkg.com/qs/-/qs-6.5.2.tgz",
          "integrity": "sha1-yzroBuh0BERYTvFUzo7pjUA/PjY="
        },
        "uuid": {
          "version": "3.4.0",
          "resolved": "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz",
          "integrity": "sha1-sj5DWK+oogL+ehAK8fX4g/AgB+4="
        }
      }
    },
    "require-directory": {
      "version": "2.1.1",
      "resolved": "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz",
      "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I="
    },
    "require-from-string": {
      "version": "1.2.1",
      "resolved": "https://registry.yarnpkg.com/require-from-string/-/require-from-string-1.2.1.tgz",
      "integrity": "sha1-UpyczvJzgK3+yaL5ZbZJu+5jZBg="
    },
    "require-main-filename": {
      "version": "2.0.0",
      "resolved": "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-2.0.0.tgz",
      "integrity": "sha1-0LMp7MfMD2Fkn2IhW+aa9UqomJs="
    },
    "requires-port": {
      "version": "1.0.0",
      "resolved": "https://registry.yarnpkg.com/requires-port/-/requires-port-1.0.0.tgz",
      "integrity": "sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8="
    },
    "resolve": {
      "version": "1.17.0",
      "resolved": "https://registry.yarnpkg.com/resolve/-/resolve-1.17.0.tgz",
      "integrity": "sha1-sllBtUloIxzC0bt2p5y38sC/hEQ=",
      "requires": {
        "path-parse": "1.0.6"
      }
    },
    "resolve-cwd": {
      "version": "3.0.0",
      "resolved": "https://registry.yarnpkg.com/resolve-cwd/-/resolve-cwd-3.0.0.tgz",
      "integrity": "sha1-DwB18bslRHZs9zumpuKt/ryxPy0=",
      "requires": {
        "resolve-from": "5.0.0"
      }
    },
    "resolve-from": {
      "version": "5.0.0",
      "resolved": "https://registry.yarnpkg.com/resolve-from/-/resolve-from-5.0.0.tgz",
      "integrity": "sha1-w1IlhD3493bfIcV1V7wIfp39/Gk="
    },
    "resolve-url": {
      "version": "0.2.1",
      "resolved": "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz",
      "integrity": "sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo="
    },
    "responselike": {
      "version": "1.0.2",
      "resolved": "https://registry.yarnpkg.com/responselike/-/responselike-1.0.2.tgz",
      "integrity": "sha1-kYcg7ztjHFZCvgaPFa3lpG9Loec=",
      "requires": {
        "lowercase-keys": "1.0.1"
      }
    },
    "restore-cursor": {
      "version": "2.0.0",
      "resolved": "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-2.0.0.tgz",
      "integrity": "sha1-n37ih/gv0ybU/RYpI9YhKe7g368=",
      "requires": {
        "onetime": "2.0.1",
        "signal-exit": "3.0.3"
      },
      "dependencies": {
        "mimic-fn": {
          "version": "1.2.0",
          "resolved": "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-1.2.0.tgz",
          "integrity": "sha1-ggyGo5M0ZA6ZUWkovQP8qIBX0CI="
        },
        "onetime": {
          "version": "2.0.1",
          "resolved": "https://registry.yarnpkg.com/onetime/-/onetime-2.0.1.tgz",
          "integrity": "sha1-BnQoIw/WdEOyeUsiu6UotoZ5YtQ=",
          "requires": {
            "mimic-fn": "1.2.0"
          }
        }
      }
    },
    "resumer": {
      "version": "0.0.0",
      "resolved": "https://registry.yarnpkg.com/resumer/-/resumer-0.0.0.tgz",
      "integrity": "sha1-8ej0YeQGS6Oegq883CqMiT0HZ1k=",
      "requires": {
        "through": "2.3.8"
      }
    },
    "ret": {
      "version": "0.1.15",
      "resolved": "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz",
      "integrity": "sha1-uKSCXVvbH8P29Twrwz+BOIaBx7w="
    },
    "reusify": {
      "version": "1.0.4",
      "resolved": "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz",
      "integrity": "sha1-kNo4Kx4SbvwCFG6QhFqI2xKSXXY="
    },
    "rimraf": {
      "version": "3.0.2",
      "resolved": "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz",
      "integrity": "sha1-8aVAK6YiCtUswSgrrBrjqkn9Bho=",
      "requires": {
        "glob": "7.1.6"
      }
    },
    "ripemd160": {
      "version": "2.0.2",
      "resolved": "https://registry.yarnpkg.com/ripemd160/-/ripemd160-2.0.2.tgz",
      "integrity": "sha1-ocGm9iR1FXe6XQeRTLyShQWFiQw=",
      "requires": {
        "hash-base": "3.0.4",
        "inherits": "2.0.4"
      }
    },
    "rlp": {
      "version": "2.2.4",
      "resolved": "https://registry.yarnpkg.com/rlp/-/rlp-2.2.4.tgz",
      "integrity": "sha1-1rDhZZ6ShfxQml0WmpvQb3BJUcE=",
      "requires": {
        "bn.js": "4.11.8"
      },
      "dependencies": {
        "bn.js": {
          "version": "4.11.8",
          "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
          "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
        }
      }
    },
    "rsa-pem-to-jwk": {
      "version": "1.1.3",
      "resolved": "https://registry.yarnpkg.com/rsa-pem-to-jwk/-/rsa-pem-to-jwk-1.1.3.tgz",
      "integrity": "sha1-JF52vbfnI0z+58oDLTG1TDj6uY4=",
      "requires": {
        "object-assign": "2.1.1",
        "rsa-unpack": "0.0.6"
      },
      "dependencies": {
        "object-assign": {
          "version": "2.1.1",
          "resolved": "https://registry.yarnpkg.com/object-assign/-/object-assign-2.1.1.tgz",
          "integrity": "sha1-Q8NuXVaf+OSBbE76i+AtJpZ8GKo="
        }
      }
    },
    "rsa-unpack": {
      "version": "0.0.6",
      "resolved": "https://registry.yarnpkg.com/rsa-unpack/-/rsa-unpack-0.0.6.tgz",
      "integrity": "sha1-9Q69VqYoN45jHylxYQJs6atO3bo=",
      "requires": {
        "optimist": "0.3.7"
      }
    },
    "run-async": {
      "version": "2.4.0",
      "resolved": "https://registry.yarnpkg.com/run-async/-/run-async-2.4.0.tgz",
      "integrity": "sha1-5ZBUpbhods+uB/Qx0Yy63cWU8eg=",
      "requires": {
        "is-promise": "2.1.0"
      },
      "dependencies": {
        "is-promise": {
          "version": "2.1.0",
          "resolved": "https://registry.yarnpkg.com/is-promise/-/is-promise-2.1.0.tgz",
          "integrity": "sha1-eaKp7OfwlugPNtKy87wWwf9L8/o="
        }
      }
    },
    "run-parallel": {
      "version": "1.1.9",
      "resolved": "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.1.9.tgz",
      "integrity": "sha1-yd06fPn0ssS2JE4XOm7YZuYd1nk="
    },
    "rustbn.js": {
      "version": "0.2.0",
      "resolved": "https://registry.yarnpkg.com/rustbn.js/-/rustbn.js-0.2.0.tgz",
      "integrity": "sha1-gILLiG5wcVX9HLbyO9WRq41V0Mo="
    },
    "rxjs": {
      "version": "6.6.0",
      "resolved": "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.0.tgz",
      "integrity": "sha1-rykB7t8C46g/+n+IYkD/kBi77IQ=",
      "requires": {
        "tslib": "1.11.1"
      }
    },
    "safe-buffer": {
      "version": "5.2.0",
      "resolved": "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.0.tgz",
      "integrity": "sha1-t02uxJsRSPiMZLaNSbHoFcHy9Rk="
    },
    "safe-event-emitter": {
      "version": "1.0.1",
      "resolved": "https://registry.yarnpkg.com/safe-event-emitter/-/safe-event-emitter-1.0.1.tgz",
      "integrity": "sha1-W2ku8iMp7Y9p/c5gflDKc09vIK8=",
      "requires": {
        "events": "3.1.0"
      }
    },
    "safe-regex": {
      "version": "1.1.0",
      "resolved": "https://registry.yarnpkg.com/safe-regex/-/safe-regex-1.1.0.tgz",
      "integrity": "sha1-QKNmnzsHfR6UPURinhV91IAjvy4=",
      "requires": {
        "ret": "0.1.15"
      }
    },
    "safer-buffer": {
      "version": "2.1.2",
      "resolved": "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz",
      "integrity": "sha1-RPoWGwGHuVSd2Eu5GAL5vYOFzWo="
    },
    "scrypt-js": {
      "version": "3.0.1",
      "resolved": "https://registry.yarnpkg.com/scrypt-js/-/scrypt-js-3.0.1.tgz",
      "integrity": "sha1-0xSlfCrvadGtmKE4oh/p6vqe4xI="
    },
    "scrypt.js": {
      "version": "0.3.0",
      "resolved": "https://registry.yarnpkg.com/scrypt.js/-/scrypt.js-0.3.0.tgz",
      "integrity": "sha1-bGLWFyitUzyMN2ouXj6G1BqVxMA=",
      "requires": {
        "scryptsy": "1.2.1"
      },
      "dependencies": {
        "scryptsy": {
          "version": "1.2.1",
          "resolved": "https://registry.yarnpkg.com/scryptsy/-/scryptsy-1.2.1.tgz",
          "integrity": "sha1-oyJfpLJST4AnAHYeKFW987LZIWM=",
          "requires": {
            "pbkdf2": "3.0.17"
          }
        }
      }
    },
    "scryptsy": {
      "version": "2.1.0",
      "resolved": "https://registry.yarnpkg.com/scryptsy/-/scryptsy-2.1.0.tgz",
      "integrity": "sha1-jR6NDAJbWP3SW2+poNyQXuj6p5A="
    },
    "secp256k1": {
      "version": "3.8.0",
      "resolved": "https://registry.yarnpkg.com/secp256k1/-/secp256k1-3.8.0.tgz",
      "integrity": "sha1-KPWfSwHb7pV19WpHA0t9Ljs7NS0=",
      "requires": {
        "bindings": "1.5.0",
        "bip66": "1.1.5",
        "bn.js": "4.11.8",
        "create-hash": "1.2.0",
        "drbg.js": "1.0.1",
        "elliptic": "6.5.2",
        "nan": "2.14.0",
        "safe-buffer": "5.2.0"
      },
      "dependencies": {
        "bn.js": {
          "version": "4.11.8",
          "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
          "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
        }
      }
    },
    "secure-compare": {
      "version": "3.0.1",
      "resolved": "https://registry.yarnpkg.com/secure-compare/-/secure-compare-3.0.1.tgz",
      "integrity": "sha1-8aAymzCLIh+uN7mXTz1XjQypmeM="
    },
    "seedrandom": {
      "version": "3.0.1",
      "resolved": "https://registry.yarnpkg.com/seedrandom/-/seedrandom-3.0.1.tgz",
      "integrity": "sha1-6z3eAVvPVd8FojNRTl30Tvnc4IM="
    },
    "seek-bzip": {
      "version": "1.0.5",
      "resolved": "https://registry.yarnpkg.com/seek-bzip/-/seek-bzip-1.0.5.tgz",
      "integrity": "sha1-z+kXyz0nS8/6x5J1ivUxc+sfq9w=",
      "requires": {
        "commander": "2.8.1"
      },
      "dependencies": {
        "commander": {
          "version": "2.8.1",
          "resolved": "https://registry.yarnpkg.com/commander/-/commander-2.8.1.tgz",
          "integrity": "sha1-Br42f+v9oMMwqh4qBy09yXYkJdQ=",
          "requires": {
            "graceful-readlink": "1.0.1"
          }
        }
      }
    },
    "semaphore": {
      "version": "1.1.0",
      "resolved": "https://registry.yarnpkg.com/semaphore/-/semaphore-1.1.0.tgz",
      "integrity": "sha1-qq2LhrIP6OmzKxbcLuaCqM0mqKo="
    },
    "semver": {
      "version": "7.3.2",
      "resolved": "https://registry.yarnpkg.com/semver/-/semver-7.3.2.tgz",
      "integrity": "sha1-YElisFK4HtB4aq6EOJ/7pw/9OTg="
    },
    "semver-diff": {
      "version": "3.1.1",
      "resolved": "https://registry.yarnpkg.com/semver-diff/-/semver-diff-3.1.1.tgz",
      "integrity": "sha1-Bfd85Z8yXgDicGr9Z7tQbdscoys=",
      "requires": {
        "semver": "6.3.0"
      },
      "dependencies": {
        "semver": {
          "version": "6.3.0",
          "resolved": "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz",
          "integrity": "sha1-7gpkyK9ejO6mdoexM3YeG+y9HT0="
        }
      }
    },
    "send": {
      "version": "0.17.1",
      "resolved": "https://registry.yarnpkg.com/send/-/send-0.17.1.tgz",
      "integrity": "sha1-wdiwWfeQD3Rm3Uk4vcROEd2zdsg=",
      "requires": {
        "debug": "2.6.9",
        "depd": "1.1.2",
        "destroy": "1.0.4",
        "encodeurl": "1.0.2",
        "escape-html": "1.0.3",
        "etag": "1.8.1",
        "fresh": "0.5.2",
        "http-errors": "1.7.2",
        "mime": "1.6.0",
        "ms": "2.1.1",
        "on-finished": "2.3.0",
        "range-parser": "1.2.1",
        "statuses": "1.5.0"
      },
      "dependencies": {
        "ms": {
          "version": "2.1.1",
          "resolved": "https://registry.yarnpkg.com/ms/-/ms-2.1.1.tgz",
          "integrity": "sha1-MKWGTrPrsKZvLr5tcnrwagnYbgo="
        }
      }
    },
    "serialize-error": {
      "version": "2.1.0",
      "resolved": "https://registry.yarnpkg.com/serialize-error/-/serialize-error-2.1.0.tgz",
      "integrity": "sha1-ULZ51WNc34Rme9yOWa9OW4HV9go="
    },
    "serialize-javascript": {
      "version": "3.0.0",
      "resolved": "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-3.0.0.tgz",
      "integrity": "sha1-SS5Imi13t7gErTkaX12XhwlSVI4="
    },
    "serve-static": {
      "version": "1.14.1",
      "resolved": "https://registry.yarnpkg.com/serve-static/-/serve-static-1.14.1.tgz",
      "integrity": "sha1-Zm5jbcTwEPfvKZcKiKZ0MgiYsvk=",
      "requires": {
        "encodeurl": "1.0.2",
        "escape-html": "1.0.3",
        "parseurl": "1.3.3",
        "send": "0.17.1"
      }
    },
    "servify": {
      "version": "0.1.12",
      "resolved": "https://registry.yarnpkg.com/servify/-/servify-0.1.12.tgz",
      "integrity": "sha1-FCq3vuHx0DO2bQcHCGCFsXwG25U=",
      "requires": {
        "body-parser": "1.19.0",
        "express": "4.17.1",
        "request": "2.88.2",
        "xhr": "2.5.0",
        "cors": "2.8.5"
      }
    },
    "set-blocking": {
      "version": "2.0.0",
      "resolved": "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz",
      "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc="
    },
    "set-immediate-shim": {
      "version": "1.0.1",
      "resolved": "https://registry.yarnpkg.com/set-immediate-shim/-/set-immediate-shim-1.0.1.tgz",
      "integrity": "sha1-SysbJ+uAip+NzEgaWOXlb1mfP2E="
    },
    "set-value": {
      "version": "2.0.1",
      "resolved": "https://registry.yarnpkg.com/set-value/-/set-value-2.0.1.tgz",
      "integrity": "sha1-oY1AUw5vB95CKMfe/kInr4ytAFs=",
      "requires": {
        "extend-shallow": "2.0.1",
        "is-extendable": "0.1.1",
        "is-plain-object": "2.0.4",
        "split-string": "3.1.0"
      }
    },
    "setimmediate": {
      "version": "1.0.5",
      "resolved": "https://registry.yarnpkg.com/setimmediate/-/setimmediate-1.0.5.tgz",
      "integrity": "sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU="
    },
    "setprototypeof": {
      "version": "1.1.1",
      "resolved": "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.1.1.tgz",
      "integrity": "sha1-fpWsskqpL1iF4KvvW6ExMw1K5oM="
    },
    "sha.js": {
      "version": "2.4.11",
      "resolved": "https://registry.yarnpkg.com/sha.js/-/sha.js-2.4.11.tgz",
      "integrity": "sha1-N6XPC4HsvGlD3hCbopYNGyZYSuc=",
      "requires": {
        "inherits": "2.0.4",
        "safe-buffer": "5.2.0"
      }
    },
    "sha3": {
      "version": "1.2.6",
      "resolved": "https://registry.yarnpkg.com/sha3/-/sha3-1.2.6.tgz",
      "integrity": "sha1-ECqj5H3Hk+I1eQLDzOh2CCL56QU=",
      "requires": {
        "nan": "2.13.2"
      },
      "dependencies": {
        "nan": {
          "version": "2.13.2",
          "resolved": "https://registry.yarnpkg.com/nan/-/nan-2.13.2.tgz",
          "integrity": "sha1-9R3Hrma6fV1V4ebU2AkugCya7+c="
        }
      }
    },
    "shebang-command": {
      "version": "2.0.0",
      "resolved": "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz",
      "integrity": "sha1-zNCvT4g1+9wmW4JGGq8MNmY/NOo=",
      "requires": {
        "shebang-regex": "3.0.0"
      }
    },
    "shebang-regex": {
      "version": "3.0.0",
      "resolved": "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz",
      "integrity": "sha1-rhbxZE2HPsrYQ7AwexQzYtTEIXI="
    },
    "shell-exec": {
      "version": "1.0.2",
      "resolved": "https://registry.yarnpkg.com/shell-exec/-/shell-exec-1.0.2.tgz",
      "integrity": "sha1-LpNhsP3h1z9HbEtmcfoXeF9pZ1Y="
    },
    "signal-exit": {
      "version": "3.0.3",
      "resolved": "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.3.tgz",
      "integrity": "sha1-oUEMLt2PB3sItOJTyOrPyvBXRhw="
    },
    "signed-varint": {
      "version": "2.0.1",
      "resolved": "https://registry.yarnpkg.com/signed-varint/-/signed-varint-2.0.1.tgz",
      "integrity": "sha1-UKmYnafJjCxh2tEZvJdHDvhSgSk=",
      "requires": {
        "varint": "5.0.0"
      }
    },
    "simple-concat": {
      "version": "1.0.0",
      "resolved": "https://registry.yarnpkg.com/simple-concat/-/simple-concat-1.0.0.tgz",
      "integrity": "sha1-c0TLuLbib7J9ZrL8hvn21Zl1IcY="
    },
    "simple-get": {
      "version": "2.8.1",
      "resolved": "https://registry.yarnpkg.com/simple-get/-/simple-get-2.8.1.tgz",
      "integrity": "sha1-DiLpHUV12HYgYgvJEwjVenf0S10=",
      "requires": {
        "decompress-response": "3.3.0",
        "once": "1.4.0",
        "simple-concat": "1.0.0"
      }
    },
    "sinon": {
      "version": "9.0.2",
      "resolved": "https://registry.yarnpkg.com/sinon/-/sinon-9.0.2.tgz",
      "integrity": "sha1-uQF+JGM/SxyY37bnhKXwUJ9f2F0=",
      "requires": {
        "@sinonjs/commons": "1.7.2",
        "@sinonjs/fake-timers": "6.0.1",
        "@sinonjs/formatio": "5.0.1",
        "@sinonjs/samsam": "5.0.3",
        "diff": "4.0.2",
        "nise": "4.0.3",
        "supports-color": "7.1.0"
      }
    },
    "slash": {
      "version": "3.0.0",
      "resolved": "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz",
      "integrity": "sha1-ZTm+hwwWWtvVJAIg2+Nh8bxNRjQ="
    },
    "slice-ansi": {
      "version": "0.0.4",
      "resolved": "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-0.0.4.tgz",
      "integrity": "sha1-7b+JA/ZvfOL46v1s7tZeJkyDGzU="
    },
    "snapdragon": {
      "version": "0.8.2",
      "resolved": "https://registry.yarnpkg.com/snapdragon/-/snapdragon-0.8.2.tgz",
      "integrity": "sha1-ZJIufFZbDhQgS6GqfWlkJ40lGC0=",
      "requires": {
        "base": "0.11.2",
        "debug": "2.6.9",
        "define-property": "0.2.5",
        "extend-shallow": "2.0.1",
        "map-cache": "0.2.2",
        "source-map": "0.5.7",
        "source-map-resolve": "0.5.3",
        "use": "3.1.1"
      }
    },
    "snapdragon-node": {
      "version": "2.1.1",
      "resolved": "https://registry.yarnpkg.com/snapdragon-node/-/snapdragon-node-2.1.1.tgz",
      "integrity": "sha1-bBdfhv8UvbByRWPo88GwIaKGhTs=",
      "requires": {
        "define-property": "1.0.0",
        "isobject": "3.0.1",
        "snapdragon-util": "3.0.1"
      },
      "dependencies": {
        "define-property": {
          "version": "1.0.0",
          "resolved": "https://registry.yarnpkg.com/define-property/-/define-property-1.0.0.tgz",
          "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=",
          "requires": {
            "is-descriptor": "1.0.2"
          }
        }
      }
    },
    "snapdragon-util": {
      "version": "3.0.1",
      "resolved": "https://registry.yarnpkg.com/snapdragon-util/-/snapdragon-util-3.0.1.tgz",
      "integrity": "sha1-+VZHlIbyrNeXAGk/b3uAXkWrVuI=",
      "requires": {
        "kind-of": "3.2.2"
      }
    },
    "solc": {
      "version": "0.4.26",
      "resolved": "https://registry.yarnpkg.com/solc/-/solc-0.4.26.tgz",
      "integrity": "sha1-U5CmKpn0CAa4YljHN8HPZTzDXLU=",
      "requires": {
        "fs-extra": "0.30.0",
        "memorystream": "0.3.1",
        "require-from-string": "1.2.1",
        "semver": "5.7.1",
        "yargs": "4.8.1"
      },
      "dependencies": {
        "camelcase": {
          "version": "3.0.0",
          "resolved": "https://registry.yarnpkg.com/camelcase/-/camelcase-3.0.0.tgz",
          "integrity": "sha1-MvxLn82vhF/N9+c7uXysImHwqwo="
        },
        "cliui": {
          "version": "3.2.0",
          "resolved": "https://registry.yarnpkg.com/cliui/-/cliui-3.2.0.tgz",
          "integrity": "sha1-EgYBU3qRbSmUD5NNo7SNWFo5IT0=",
          "requires": {
            "string-width": "1.0.2",
            "strip-ansi": "3.0.1",
            "wrap-ansi": "2.1.0"
          }
        },
        "find-up": {
          "version": "1.1.2",
          "resolved": "https://registry.yarnpkg.com/find-up/-/find-up-1.1.2.tgz",
          "integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=",
          "requires": {
            "path-exists": "2.1.0",
            "pinkie-promise": "2.0.1"
          }
        },
        "fs-extra": {
          "version": "0.30.0",
          "resolved": "https://registry.yarnpkg.com/fs-extra/-/fs-extra-0.30.0.tgz",
          "integrity": "sha1-8jP/zAjU2n1DLapEl3aYnbHfk/A=",
          "requires": {
            "graceful-fs": "4.2.4",
            "jsonfile": "2.4.0",
            "klaw": "1.3.1",
            "path-is-absolute": "1.0.1",
            "rimraf": "2.7.1"
          }
        },
        "get-caller-file": {
          "version": "1.0.3",
          "resolved": "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-1.0.3.tgz",
          "integrity": "sha1-+Xj6TJDR3+f/LWvtoqUV5xO9z0o="
        },
        "is-fullwidth-code-point": {
          "version": "1.0.0",
          "resolved": "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz",
          "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=",
          "requires": {
            "number-is-nan": "1.0.1"
          }
        },
        "jsonfile": {
          "version": "2.4.0",
          "resolved": "https://registry.yarnpkg.com/jsonfile/-/jsonfile-2.4.0.tgz",
          "integrity": "sha1-NzaitCi4e72gzIO1P6PWM6NcKug="
        },
        "load-json-file": {
          "version": "1.1.0",
          "resolved": "https://registry.yarnpkg.com/load-json-file/-/load-json-file-1.1.0.tgz",
          "integrity": "sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=",
          "requires": {
            "graceful-fs": "4.2.4",
            "parse-json": "2.2.0",
            "pify": "2.3.0",
            "pinkie-promise": "2.0.1",
            "strip-bom": "2.0.0"
          }
        },
        "path-exists": {
          "version": "2.1.0",
          "resolved": "https://registry.yarnpkg.com/path-exists/-/path-exists-2.1.0.tgz",
          "integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=",
          "requires": {
            "pinkie-promise": "2.0.1"
          }
        },
        "path-type": {
          "version": "1.1.0",
          "resolved": "https://registry.yarnpkg.com/path-type/-/path-type-1.1.0.tgz",
          "integrity": "sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=",
          "requires": {
            "graceful-fs": "4.2.4",
            "pify": "2.3.0",
            "pinkie-promise": "2.0.1"
          }
        },
        "read-pkg": {
          "version": "1.1.0",
          "resolved": "https://registry.yarnpkg.com/read-pkg/-/read-pkg-1.1.0.tgz",
          "integrity": "sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=",
          "requires": {
            "load-json-file": "1.1.0",
            "normalize-package-data": "2.5.0",
            "path-type": "1.1.0"
          }
        },
        "read-pkg-up": {
          "version": "1.0.1",
          "resolved": "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-1.0.1.tgz",
          "integrity": "sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=",
          "requires": {
            "find-up": "1.1.2",
            "read-pkg": "1.1.0"
          }
        },
        "require-main-filename": {
          "version": "1.0.1",
          "resolved": "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-1.0.1.tgz",
          "integrity": "sha1-l/cXtp1IeE9fUmpsWqj/3aBVpNE="
        },
        "rimraf": {
          "version": "2.7.1",
          "resolved": "https://registry.yarnpkg.com/rimraf/-/rimraf-2.7.1.tgz",
          "integrity": "sha1-NXl/E6f9rcVmFCwp1PB8ytSD4+w=",
          "requires": {
            "glob": "7.1.6"
          }
        },
        "semver": {
          "version": "5.7.1",
          "resolved": "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz",
          "integrity": "sha1-qVT5Ma66UI0we78Gnv8MAclhFvc="
        },
        "string-width": {
          "version": "1.0.2",
          "resolved": "https://registry.yarnpkg.com/string-width/-/string-width-1.0.2.tgz",
          "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=",
          "requires": {
            "code-point-at": "1.1.0",
            "is-fullwidth-code-point": "1.0.0",
            "strip-ansi": "3.0.1"
          }
        },
        "strip-ansi": {
          "version": "3.0.1",
          "resolved": "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz",
          "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
          "requires": {
            "ansi-regex": "2.1.1"
          }
        },
        "strip-bom": {
          "version": "2.0.0",
          "resolved": "https://registry.yarnpkg.com/strip-bom/-/strip-bom-2.0.0.tgz",
          "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=",
          "requires": {
            "is-utf8": "0.2.1"
          }
        },
        "which-module": {
          "version": "1.0.0",
          "resolved": "https://registry.yarnpkg.com/which-module/-/which-module-1.0.0.tgz",
          "integrity": "sha1-u6Y8qGGUiZT/MHc2CJ47lgJsKk8="
        },
        "wrap-ansi": {
          "version": "2.1.0",
          "resolved": "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-2.1.0.tgz",
          "integrity": "sha1-2Pw9KE3QV5T+hJc8rs3Rz4JP3YU=",
          "requires": {
            "string-width": "1.0.2",
            "strip-ansi": "3.0.1"
          }
        },
        "y18n": {
          "version": "3.2.1",
          "resolved": "https://registry.yarnpkg.com/y18n/-/y18n-3.2.1.tgz",
          "integrity": "sha1-bRX7qITAhnnA136I53WegR4H+kE="
        },
        "yargs": {
          "version": "4.8.1",
          "resolved": "https://registry.yarnpkg.com/yargs/-/yargs-4.8.1.tgz",
          "integrity": "sha1-wMQpJMpKqmsObaFznfshZDn53cA=",
          "requires": {
            "cliui": "3.2.0",
            "decamelize": "1.2.0",
            "get-caller-file": "1.0.3",
            "lodash.assign": "4.2.0",
            "os-locale": "1.4.0",
            "read-pkg-up": "1.0.1",
            "require-directory": "2.1.1",
            "require-main-filename": "1.0.1",
            "set-blocking": "2.0.0",
            "string-width": "1.0.2",
            "which-module": "1.0.0",
            "window-size": "0.2.0",
            "y18n": "3.2.1",
            "yargs-parser": "2.4.1"
          }
        },
        "yargs-parser": {
          "version": "2.4.1",
          "resolved": "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-2.4.1.tgz",
          "integrity": "sha1-hVaN488VD/SfpRgl8DqMiA3cxcQ=",
          "requires": {
            "camelcase": "3.0.0",
            "lodash.assign": "4.2.0"
          }
        }
      }
    },
    "source-map": {
      "version": "0.5.7",
      "resolved": "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz",
      "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w="
    },
    "source-map-resolve": {
      "version": "0.5.3",
      "resolved": "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.3.tgz",
      "integrity": "sha1-GQhmvs51U+H48mei7oLGBrVQmho=",
      "requires": {
        "atob": "2.1.2",
        "decode-uri-component": "0.2.0",
        "resolve-url": "0.2.1",
        "source-map-url": "0.4.0",
        "urix": "0.1.0"
      }
    },
    "source-map-support": {
      "version": "0.5.19",
      "resolved": "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.19.tgz",
      "integrity": "sha1-qYti+G3K9PZzmWSMCFKRq56P7WE=",
      "requires": {
        "buffer-from": "1.1.1",
        "source-map": "0.6.1"
      },
      "dependencies": {
        "source-map": {
          "version": "0.6.1",
          "resolved": "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz",
          "integrity": "sha1-dHIq8y6WFOnCh6jQu95IteLxomM="
        }
      }
    },
    "source-map-url": {
      "version": "0.4.0",
      "resolved": "https://registry.yarnpkg.com/source-map-url/-/source-map-url-0.4.0.tgz",
      "integrity": "sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM="
    },
    "spawn-wrap": {
      "version": "2.0.0",
      "resolved": "https://registry.yarnpkg.com/spawn-wrap/-/spawn-wrap-2.0.0.tgz",
      "integrity": "sha1-EDaFuLj5t5dxMYgnqnhlCmENRX4=",
      "requires": {
        "foreground-child": "2.0.0",
        "is-windows": "1.0.2",
        "make-dir": "3.0.2",
        "rimraf": "3.0.2",
        "signal-exit": "3.0.3",
        "which": "2.0.2"
      }
    },
    "spdx-correct": {
      "version": "3.1.0",
      "resolved": "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-3.1.0.tgz",
      "integrity": "sha1-+4PlBERSaPFUsHTiGMh8ADzTHfQ=",
      "requires": {
        "spdx-expression-parse": "3.0.0",
        "spdx-license-ids": "3.0.5"
      }
    },
    "spdx-exceptions": {
      "version": "2.2.0",
      "resolved": "https://registry.yarnpkg.com/spdx-exceptions/-/spdx-exceptions-2.2.0.tgz",
      "integrity": "sha1-LqRQrudPKom/uUUZwH/Nb0EyKXc="
    },
    "spdx-expression-parse": {
      "version": "3.0.0",
      "resolved": "https://registry.yarnpkg.com/spdx-expression-parse/-/spdx-expression-parse-3.0.0.tgz",
      "integrity": "sha1-meEZt6XaAOBUkcn6M4t5BII7QdA=",
      "requires": {
        "spdx-exceptions": "2.2.0",
        "spdx-license-ids": "3.0.5"
      }
    },
    "spdx-license-ids": {
      "version": "3.0.5",
      "resolved": "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.5.tgz",
      "integrity": "sha1-NpS1gEVnpFjTyARYQqY1hjL2JlQ="
    },
    "split": {
      "version": "0.3.3",
      "resolved": "https://registry.yarnpkg.com/split/-/split-0.3.3.tgz",
      "integrity": "sha1-zQ7qXmOiEd//frDwkcQTPi0N0o8=",
      "requires": {
        "through": "2.3.8"
      }
    },
    "split-string": {
      "version": "3.1.0",
      "resolved": "https://registry.yarnpkg.com/split-string/-/split-string-3.1.0.tgz",
      "integrity": "sha1-fLCd2jqGWFcFxks5pkZgOGguj+I=",
      "requires": {
        "extend-shallow": "3.0.2"
      },
      "dependencies": {
        "extend-shallow": {
          "version": "3.0.2",
          "resolved": "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-3.0.2.tgz",
          "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=",
          "requires": {
            "assign-symbols": "1.0.0",
            "is-extendable": "1.0.1"
          }
        },
        "is-extendable": {
          "version": "1.0.1",
          "resolved": "https://registry.yarnpkg.com/is-extendable/-/is-extendable-1.0.1.tgz",
          "integrity": "sha1-p0cPnkJnM9gb2B4RVSZOOjUHyrQ=",
          "requires": {
            "is-plain-object": "2.0.4"
          }
        }
      }
    },
    "split2": {
      "version": "2.2.0",
      "resolved": "https://registry.yarnpkg.com/split2/-/split2-2.2.0.tgz",
      "integrity": "sha1-GGsldbz4PoW30YRldWI47k7kJJM=",
      "requires": {
        "through2": "2.0.5"
      }
    },
    "sprintf-js": {
      "version": "1.0.3",
      "resolved": "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz",
      "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw="
    },
    "sshpk": {
      "version": "1.16.1",
      "resolved": "https://registry.yarnpkg.com/sshpk/-/sshpk-1.16.1.tgz",
      "integrity": "sha1-+2YcC+8ps520B2nuOfpwCT1vaHc=",
      "requires": {
        "asn1": "0.2.4",
        "assert-plus": "1.0.0",
        "dashdash": "1.14.1",
        "getpass": "0.1.7",
        "safer-buffer": "2.1.2",
        "jsbn": "0.1.1",
        "tweetnacl": "0.14.5",
        "ecc-jsbn": "0.1.2",
        "bcrypt-pbkdf": "1.0.2"
      },
      "dependencies": {
        "tweetnacl": {
          "version": "0.14.5",
          "resolved": "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz",
          "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q="
        }
      }
    },
    "stable": {
      "version": "0.1.8",
      "resolved": "https://registry.yarnpkg.com/stable/-/stable-0.1.8.tgz",
      "integrity": "sha1-g26zyDgv4pNv6vVEYxAXzn1Ho88="
    },
    "stack-utils": {
      "version": "2.0.2",
      "resolved": "https://registry.yarnpkg.com/stack-utils/-/stack-utils-2.0.2.tgz",
      "integrity": "sha1-XPSLRVe+y0Y40LxPIdI/XRlYZZM=",
      "requires": {
        "escape-string-regexp": "2.0.0"
      },
      "dependencies": {
        "escape-string-regexp": {
          "version": "2.0.0",
          "resolved": "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz",
          "integrity": "sha1-owME6Z2qMuI7L9IPUbq9B8/8o0Q="
        }
      }
    },
    "static-extend": {
      "version": "0.1.2",
      "resolved": "https://registry.yarnpkg.com/static-extend/-/static-extend-0.1.2.tgz",
      "integrity": "sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY=",
      "requires": {
        "define-property": "0.2.5",
        "object-copy": "0.1.0"
      }
    },
    "statuses": {
      "version": "1.5.0",
      "resolved": "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz",
      "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow="
    },
    "stream-combiner": {
      "version": "0.0.4",
      "resolved": "https://registry.yarnpkg.com/stream-combiner/-/stream-combiner-0.0.4.tgz",
      "integrity": "sha1-TV5DPBhSYd3mI8o/RMWGvPXErRQ=",
      "requires": {
        "duplexer": "0.1.1"
      }
    },
    "stream-http": {
      "version": "3.1.0",
      "resolved": "https://registry.yarnpkg.com/stream-http/-/stream-http-3.1.0.tgz",
      "integrity": "sha1-Ivsz/ptAVrTsz1i9j0AMS5k//lc=",
      "requires": {
        "builtin-status-codes": "3.0.0",
        "inherits": "2.0.4",
        "readable-stream": "3.6.0",
        "xtend": "4.0.2"
      },
      "dependencies": {
        "readable-stream": {
          "version": "3.6.0",
          "resolved": "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz",
          "integrity": "sha1-M3u9o63AcGvT4CRCaihtS0sskZg=",
          "requires": {
            "inherits": "2.0.4",
            "string_decoder": "1.1.1",
            "util-deprecate": "1.0.2"
          }
        },
        "safe-buffer": {
          "version": "5.1.2",
          "resolved": "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz",
          "integrity": "sha1-mR7GnSluAxN0fVm9/St0XDX4go0="
        },
        "string_decoder": {
          "version": "1.1.1",
          "resolved": "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz",
          "integrity": "sha1-nPFhG6YmhdcDCunkujQUnDrwP8g=",
          "requires": {
            "safe-buffer": "5.1.2"
          }
        }
      }
    },
    "stream-to-pull-stream": {
      "version": "1.7.3",
      "resolved": "https://registry.yarnpkg.com/stream-to-pull-stream/-/stream-to-pull-stream-1.7.3.tgz",
      "integrity": "sha1-QWGqLS65lk3mC/oa9/6vkX6HTs4=",
      "requires": {
        "looper": "3.0.0",
        "pull-stream": "3.6.14"
      }
    },
    "streamifier": {
      "version": "0.1.1",
      "resolved": "https://registry.yarnpkg.com/streamifier/-/streamifier-0.1.1.tgz",
      "integrity": "sha1-l+mNj6TRBdYqJpHR3AfoINuN/E8="
    },
    "strict-uri-encode": {
      "version": "1.1.0",
      "resolved": "https://registry.yarnpkg.com/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz",
      "integrity": "sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM="
    },
    "string-width": {
      "version": "4.2.0",
      "resolved": "https://registry.yarnpkg.com/string-width/-/string-width-4.2.0.tgz",
      "integrity": "sha1-lSGCxGzHssMT0VluYjmSvRY7crU=",
      "requires": {
        "emoji-regex": "8.0.0",
        "is-fullwidth-code-point": "3.0.0",
        "strip-ansi": "6.0.0"
      },
      "dependencies": {
        "is-fullwidth-code-point": {
          "version": "3.0.0",
          "resolved": "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
          "integrity": "sha1-8Rb4Bk/pCz94RKOJl8C3UFEmnx0="
        }
      }
    },
    "string.prototype.trim": {
      "version": "1.2.1",
      "resolved": "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.1.tgz",
      "integrity": "sha1-FBIz3/Msgr+tgGhNfl8Iae4Pt4I=",
      "requires": {
        "define-properties": "1.1.3",
        "es-abstract": "1.17.4",
        "function-bind": "1.1.1"
      }
    },
    "string.prototype.trimend": {
      "version": "1.0.1",
      "resolved": "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.1.tgz",
      "integrity": "sha1-hYEqa4R6wAInD1gIFGBkyZX7aRM=",
      "requires": {
        "define-properties": "1.1.3",
        "es-abstract": "1.17.5"
      },
      "dependencies": {
        "es-abstract": {
          "version": "1.17.5",
          "resolved": "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.5.tgz",
          "integrity": "sha1-2MnR1myJgfuSAOIlHXme7pJ3Suk=",
          "requires": {
            "es-to-primitive": "1.2.1",
            "function-bind": "1.1.1",
            "has": "1.0.3",
            "has-symbols": "1.0.1",
            "is-callable": "1.1.5",
            "is-regex": "1.0.5",
            "object-inspect": "1.7.0",
            "object-keys": "1.1.1",
            "object.assign": "4.1.0",
            "string.prototype.trimleft": "2.1.1",
            "string.prototype.trimright": "2.1.1"
          }
        },
        "is-callable": {
          "version": "1.1.5",
          "resolved": "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.5.tgz",
          "integrity": "sha1-9+RrWWiQRW23Tn9ul2yzJz0G+qs="
        }
      }
    },
    "string.prototype.trimleft": {
      "version": "2.1.1",
      "resolved": "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.1.1.tgz",
      "integrity": "sha1-m9uKxqvW1gKxek7TIYcNL43O/HQ=",
      "requires": {
        "define-properties": "1.1.3",
        "function-bind": "1.1.1"
      }
    },
    "string.prototype.trimright": {
      "version": "2.1.1",
      "resolved": "https://registry.yarnpkg.com/string.prototype.trimright/-/string.prototype.trimright-2.1.1.tgz",
      "integrity": "sha1-RAMUsVmWyGbOigNBiU1FGGIAxdk=",
      "requires": {
        "define-properties": "1.1.3",
        "function-bind": "1.1.1"
      }
    },
    "string.prototype.trimstart": {
      "version": "1.0.1",
      "resolved": "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.1.tgz",
      "integrity": "sha1-FK9tnzSwU/fPyJty+PLuFLkDmlQ=",
      "requires": {
        "define-properties": "1.1.3",
        "es-abstract": "1.17.5"
      },
      "dependencies": {
        "es-abstract": {
          "version": "1.17.5",
          "resolved": "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.5.tgz",
          "integrity": "sha1-2MnR1myJgfuSAOIlHXme7pJ3Suk=",
          "requires": {
            "es-to-primitive": "1.2.1",
            "function-bind": "1.1.1",
            "has": "1.0.3",
            "has-symbols": "1.0.1",
            "is-callable": "1.1.5",
            "is-regex": "1.0.5",
            "object-inspect": "1.7.0",
            "object-keys": "1.1.1",
            "object.assign": "4.1.0",
            "string.prototype.trimleft": "2.1.1",
            "string.prototype.trimright": "2.1.1"
          }
        },
        "is-callable": {
          "version": "1.1.5",
          "resolved": "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.5.tgz",
          "integrity": "sha1-9+RrWWiQRW23Tn9ul2yzJz0G+qs="
        }
      }
    },
    "string_decoder": {
      "version": "0.10.31",
      "resolved": "https://registry.yarnpkg.com/string_decoder/-/string_decoder-0.10.31.tgz",
      "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ="
    },
    "stringify-tree": {
      "version": "1.1.1",
      "resolved": "https://registry.yarnpkg.com/stringify-tree/-/stringify-tree-1.1.1.tgz",
      "integrity": "sha1-Z0XDOC3HAMxMZdin19iez15z9+c=",
      "requires": {
        "lodash.flatten": "4.4.0",
        "@types/lodash.flatten": "4.4.6"
      }
    },
    "strip-ansi": {
      "version": "6.0.0",
      "resolved": "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.0.tgz",
      "integrity": "sha1-CxVx3XZpzNTz4G4U7x7tJiJa5TI=",
      "requires": {
        "ansi-regex": "5.0.0"
      },
      "dependencies": {
        "ansi-regex": {
          "version": "5.0.0",
          "resolved": "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.0.tgz",
          "integrity": "sha1-OIU59VF5vzkznIGvMKZU1p+Hy3U="
        }
      }
    },
    "strip-bom": {
      "version": "3.0.0",
      "resolved": "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz",
      "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM="
    },
    "strip-dirs": {
      "version": "2.1.0",
      "resolved": "https://registry.yarnpkg.com/strip-dirs/-/strip-dirs-2.1.0.tgz",
      "integrity": "sha1-SYdzYmT8NEzyD2w0rKnRPR1O1sU=",
      "requires": {
        "is-natural-number": "4.0.1"
      }
    },
    "strip-final-newline": {
      "version": "2.0.0",
      "resolved": "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-2.0.0.tgz",
      "integrity": "sha1-ibhS+y/L6Tb29LMYevsKEsGrWK0="
    },
    "strip-hex-prefix": {
      "version": "1.0.0",
      "resolved": "https://registry.yarnpkg.com/strip-hex-prefix/-/strip-hex-prefix-1.0.0.tgz",
      "integrity": "sha1-DF8VX+8RUTczd96du1iNoFUA428=",
      "requires": {
        "is-hex-prefixed": "1.0.0"
      }
    },
    "strip-json-comments": {
      "version": "3.1.0",
      "resolved": "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.0.tgz",
      "integrity": "sha1-djjTFCISns9EV0QACfugP5+awYA="
    },
    "subscriptions-transport-ws": {
      "version": "0.9.16",
      "resolved": "https://registry.yarnpkg.com/subscriptions-transport-ws/-/subscriptions-transport-ws-0.9.16.tgz",
      "integrity": "sha1-kKQi8HcdnDIGkpTAhgivLUf1luw=",
      "requires": {
        "backo2": "1.0.2",
        "eventemitter3": "3.1.2",
        "iterall": "1.3.0",
        "symbol-observable": "1.2.0",
        "ws": "5.2.2"
      }
    },
    "supertap": {
      "version": "1.0.0",
      "resolved": "https://registry.yarnpkg.com/supertap/-/supertap-1.0.0.tgz",
      "integrity": "sha1-vZdRx/r9aMaM+CIqKYkiBqEZ+p4=",
      "requires": {
        "arrify": "1.0.1",
        "indent-string": "3.2.0",
        "js-yaml": "3.13.1",
        "serialize-error": "2.1.0",
        "strip-ansi": "4.0.0"
      },
      "dependencies": {
        "ansi-regex": {
          "version": "3.0.0",
          "resolved": "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz",
          "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg="
        },
        "strip-ansi": {
          "version": "4.0.0",
          "resolved": "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-4.0.0.tgz",
          "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=",
          "requires": {
            "ansi-regex": "3.0.0"
          }
        }
      }
    },
    "supports-color": {
      "version": "7.1.0",
      "resolved": "https://registry.yarnpkg.com/supports-color/-/supports-color-7.1.0.tgz",
      "integrity": "sha1-aOMlkd9z4lrRxLSRCKLsUHliv9E=",
      "requires": {
        "has-flag": "4.0.0"
      }
    },
    "swarm-js": {
      "version": "0.1.39",
      "resolved": "https://registry.yarnpkg.com/swarm-js/-/swarm-js-0.1.39.tgz",
      "integrity": "sha1-eb7LB/KR1LKheMUP7nqm4QNCwOg=",
      "requires": {
        "bluebird": "3.7.2",
        "buffer": "5.6.0",
        "decompress": "4.2.1",
        "eth-lib": "0.1.29",
        "fs-extra": "4.0.3",
        "got": "7.1.0",
        "mime-types": "2.1.26",
        "mkdirp-promise": "5.0.1",
        "mock-fs": "4.11.0",
        "setimmediate": "1.0.5",
        "tar": "4.4.13",
        "xhr-request-promise": "0.1.3"
      },
      "dependencies": {
        "bn.js": {
          "version": "4.11.8",
          "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
          "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
        },
        "eth-lib": {
          "version": "0.1.29",
          "resolved": "https://registry.yarnpkg.com/eth-lib/-/eth-lib-0.1.29.tgz",
          "integrity": "sha1-DBH1Bg1C2p+THqthmQhHNPTb0dk=",
          "requires": {
            "bn.js": "4.11.8",
            "elliptic": "6.5.2",
            "nano-json-stream-parser": "0.1.2",
            "servify": "0.1.12",
            "ws": "3.3.3",
            "xhr-request-promise": "0.1.3"
          }
        },
        "fs-extra": {
          "version": "4.0.3",
          "resolved": "https://registry.yarnpkg.com/fs-extra/-/fs-extra-4.0.3.tgz",
          "integrity": "sha1-DYUhIuW8W+tFP7Ao6cDJvzY0DJQ=",
          "requires": {
            "graceful-fs": "4.2.4",
            "jsonfile": "4.0.0",
            "universalify": "0.1.2"
          }
        },
        "get-stream": {
          "version": "3.0.0",
          "resolved": "https://registry.yarnpkg.com/get-stream/-/get-stream-3.0.0.tgz",
          "integrity": "sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ="
        },
        "got": {
          "version": "7.1.0",
          "resolved": "https://registry.yarnpkg.com/got/-/got-7.1.0.tgz",
          "integrity": "sha1-BUUP2ECU5rvqVvRRpDqcKJFmOFo=",
          "requires": {
            "decompress-response": "3.3.0",
            "duplexer3": "0.1.4",
            "get-stream": "3.0.0",
            "is-plain-obj": "1.1.0",
            "is-retry-allowed": "1.2.0",
            "is-stream": "1.1.0",
            "isurl": "1.0.0",
            "lowercase-keys": "1.0.1",
            "p-cancelable": "0.3.0",
            "p-timeout": "1.2.1",
            "safe-buffer": "5.2.0",
            "timed-out": "4.0.1",
            "url-parse-lax": "1.0.0",
            "url-to-options": "1.0.1"
          }
        },
        "p-cancelable": {
          "version": "0.3.0",
          "resolved": "https://registry.yarnpkg.com/p-cancelable/-/p-cancelable-0.3.0.tgz",
          "integrity": "sha1-ueEjgAvOu3rBOkeb4ZW1B7mNMPo="
        },
        "prepend-http": {
          "version": "1.0.4",
          "resolved": "https://registry.yarnpkg.com/prepend-http/-/prepend-http-1.0.4.tgz",
          "integrity": "sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw="
        },
        "url-parse-lax": {
          "version": "1.0.0",
          "resolved": "https://registry.yarnpkg.com/url-parse-lax/-/url-parse-lax-1.0.0.tgz",
          "integrity": "sha1-evjzA2Rem9eaJy56FKxovAYJ2nM=",
          "requires": {
            "prepend-http": "1.0.4"
          }
        },
        "ws": {
          "version": "3.3.3",
          "resolved": "https://registry.yarnpkg.com/ws/-/ws-3.3.3.tgz",
          "integrity": "sha1-8c+E/i1ekB686U767OeF8YeiKPI=",
          "requires": {
            "async-limiter": "1.0.1",
            "safe-buffer": "5.1.2",
            "ultron": "1.1.1"
          },
          "dependencies": {
            "safe-buffer": {
              "version": "5.1.2",
              "resolved": "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz",
              "integrity": "sha1-mR7GnSluAxN0fVm9/St0XDX4go0="
            }
          }
        }
      }
    },
    "symbol-observable": {
      "version": "1.2.0",
      "resolved": "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-1.2.0.tgz",
      "integrity": "sha1-wiaIrtTqs83C3+rLtWFmBWCgCAQ="
    },
    "synp": {
      "version": "1.7.1",
      "resolved": "https://registry.yarnpkg.com/synp/-/synp-1.7.1.tgz",
      "integrity": "sha1-ioIocMR3Uto1FeeF71c1nIu5Hmw=",
      "requires": {
        "@yarnpkg/lockfile": "1.1.0",
        "colors": "1.4.0",
        "commander": "2.20.3",
        "eol": "0.9.1",
        "lodash": "4.17.13",
        "nmtree": "1.0.5",
        "request": "2.88.2"
      },
      "dependencies": {
        "lodash": {
          "version": "4.17.13",
          "resolved": "https://registry.yarnpkg.com/lodash/-/lodash-4.17.13.tgz",
          "integrity": "sha1-C9w6atyHPS9ODEusKF35G2T8e5M="
        }
      }
    },
    "table": {
      "version": "5.4.6",
      "resolved": "https://registry.yarnpkg.com/table/-/table-5.4.6.tgz",
      "integrity": "sha1-EpLRlQDOP4YFOwXw6Ofko7shB54=",
      "requires": {
        "ajv": "6.12.3",
        "lodash": "4.17.19",
        "slice-ansi": "2.1.0",
        "string-width": "3.1.0"
      },
      "dependencies": {
        "ansi-regex": {
          "version": "4.1.0",
          "resolved": "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.0.tgz",
          "integrity": "sha1-i5+PCM8ay4Q3Vqg5yox+MWjFGZc="
        },
        "ansi-styles": {
          "version": "3.2.1",
          "resolved": "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz",
          "integrity": "sha1-QfuyAkPlCxK+DwS43tvwdSDOhB0=",
          "requires": {
            "color-convert": "1.9.3"
          }
        },
        "color-convert": {
          "version": "1.9.3",
          "resolved": "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz",
          "integrity": "sha1-u3GFBpDh8TZWfeYp0tVHHe2kweg=",
          "requires": {
            "color-name": "1.1.3"
          }
        },
        "color-name": {
          "version": "1.1.3",
          "resolved": "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz",
          "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU="
        },
        "emoji-regex": {
          "version": "7.0.3",
          "resolved": "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-7.0.3.tgz",
          "integrity": "sha1-kzoEBShgyF6DwSJHnEdIqOTHIVY="
        },
        "slice-ansi": {
          "version": "2.1.0",
          "resolved": "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-2.1.0.tgz",
          "integrity": "sha1-ys12k0YaY3pXiNkqfdT7oGjoFjY=",
          "requires": {
            "ansi-styles": "3.2.1",
            "astral-regex": "1.0.0",
            "is-fullwidth-code-point": "2.0.0"
          }
        },
        "string-width": {
          "version": "3.1.0",
          "resolved": "https://registry.yarnpkg.com/string-width/-/string-width-3.1.0.tgz",
          "integrity": "sha1-InZ74htirxCBV0MG9prFG2IgOWE=",
          "requires": {
            "emoji-regex": "7.0.3",
            "is-fullwidth-code-point": "2.0.0",
            "strip-ansi": "5.2.0"
          }
        },
        "strip-ansi": {
          "version": "5.2.0",
          "resolved": "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.2.0.tgz",
          "integrity": "sha1-jJpTb+tq/JYr36WxBKUJHBrZwK4=",
          "requires": {
            "ansi-regex": "4.1.0"
          }
        }
      }
    },
    "tape": {
      "version": "4.13.2",
      "resolved": "https://registry.yarnpkg.com/tape/-/tape-4.13.2.tgz",
      "integrity": "sha1-60GbnZvABAJbGoGltjCT4H9CVik=",
      "requires": {
        "deep-equal": "1.1.1",
        "defined": "1.0.0",
        "dotignore": "0.1.2",
        "for-each": "0.3.3",
        "function-bind": "1.1.1",
        "glob": "7.1.6",
        "has": "1.0.3",
        "inherits": "2.0.4",
        "is-regex": "1.0.5",
        "minimist": "1.2.5",
        "object-inspect": "1.7.0",
        "resolve": "1.15.1",
        "resumer": "0.0.0",
        "string.prototype.trim": "1.2.1",
        "through": "2.3.8"
      },
      "dependencies": {
        "resolve": {
          "version": "1.15.1",
          "resolved": "https://registry.yarnpkg.com/resolve/-/resolve-1.15.1.tgz",
          "integrity": "sha1-J73N7/6vLWJEuVuw+fS0ZTRR8+g=",
          "requires": {
            "path-parse": "1.0.6"
          }
        }
      }
    },
    "tar": {
      "version": "4.4.13",
      "resolved": "https://registry.yarnpkg.com/tar/-/tar-4.4.13.tgz",
      "integrity": "sha1-Q7NkvFKIjVVSmGN7ENYHkCVKtSU=",
      "requires": {
        "chownr": "1.1.4",
        "fs-minipass": "1.2.7",
        "minipass": "2.9.0",
        "minizlib": "1.3.3",
        "mkdirp": "0.5.5",
        "safe-buffer": "5.2.0",
        "yallist": "3.1.1"
      }
    },
    "tar-stream": {
      "version": "1.6.2",
      "resolved": "https://registry.yarnpkg.com/tar-stream/-/tar-stream-1.6.2.tgz",
      "integrity": "sha1-jqVdqzeXIlPZqa+Q/c1VmuQ1xVU=",
      "requires": {
        "bl": "1.2.2",
        "buffer-alloc": "1.2.0",
        "end-of-stream": "1.4.4",
        "fs-constants": "1.0.0",
        "readable-stream": "2.3.7",
        "to-buffer": "1.1.1",
        "xtend": "4.0.2"
      },
      "dependencies": {
        "bl": {
          "version": "1.2.2",
          "resolved": "https://registry.yarnpkg.com/bl/-/bl-1.2.2.tgz",
          "integrity": "sha1-oWCRFxcQPAdBDO9j71Gzl8Alr5w=",
          "requires": {
            "readable-stream": "2.3.7",
            "safe-buffer": "5.2.0"
          }
        }
      }
    },
    "temp-dir": {
      "version": "2.0.0",
      "resolved": "https://registry.yarnpkg.com/temp-dir/-/temp-dir-2.0.0.tgz",
      "integrity": "sha1-vekrBb3+sVFugEycAK1FF38xMh4="
    },
    "term-size": {
      "version": "2.2.0",
      "resolved": "https://registry.yarnpkg.com/term-size/-/term-size-2.2.0.tgz",
      "integrity": "sha1-Hxat7f6b3BiADhd2ghc0CG/MZ1M="
    },
    "test-exclude": {
      "version": "6.0.0",
      "resolved": "https://registry.yarnpkg.com/test-exclude/-/test-exclude-6.0.0.tgz",
      "integrity": "sha1-BKhphmHYBepvopO2y55jrARO8V4=",
      "requires": {
        "@istanbuljs/schema": "0.1.2",
        "glob": "7.1.6",
        "minimatch": "3.0.4"
      }
    },
    "text-table": {
      "version": "0.2.0",
      "resolved": "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz",
      "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ="
    },
    "through": {
      "version": "2.3.8",
      "resolved": "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz",
      "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU="
    },
    "through2": {
      "version": "2.0.5",
      "resolved": "https://registry.yarnpkg.com/through2/-/through2-2.0.5.tgz",
      "integrity": "sha1-AcHjnrMdB8t9A6lqcIIyYLIxMs0=",
      "requires": {
        "readable-stream": "2.3.7",
        "xtend": "4.0.2"
      }
    },
    "time-zone": {
      "version": "1.0.0",
      "resolved": "https://registry.yarnpkg.com/time-zone/-/time-zone-1.0.0.tgz",
      "integrity": "sha1-mcW/VZWJZq9tBtg73zgA3IL67F0="
    },
    "timed-out": {
      "version": "4.0.1",
      "resolved": "https://registry.yarnpkg.com/timed-out/-/timed-out-4.0.1.tgz",
      "integrity": "sha1-8y6srFoXW+ol1/q1Zas+2HQe9W8="
    },
    "tiny-each-async": {
      "version": "2.0.3",
      "resolved": "https://registry.yarnpkg.com/tiny-each-async/-/tiny-each-async-2.0.3.tgz",
      "integrity": "sha1-jru/1tYpXxNwAD+7NxYq/loKUdE="
    },
    "tmp": {
      "version": "0.1.0",
      "resolved": "https://registry.yarnpkg.com/tmp/-/tmp-0.1.0.tgz",
      "integrity": "sha1-7kNKTiJUMILilLpiAdzG6v76KHc=",
      "requires": {
        "rimraf": "2.7.1"
      },
      "dependencies": {
        "rimraf": {
          "version": "2.7.1",
          "resolved": "https://registry.yarnpkg.com/rimraf/-/rimraf-2.7.1.tgz",
          "integrity": "sha1-NXl/E6f9rcVmFCwp1PB8ytSD4+w=",
          "requires": {
            "glob": "7.1.6"
          }
        }
      }
    },
    "tmp-promise": {
      "version": "3.0.2",
      "resolved": "https://registry.yarnpkg.com/tmp-promise/-/tmp-promise-3.0.2.tgz",
      "integrity": "sha1-bpM3gqv/iwDDEZ1jWJyh+5yqpio=",
      "requires": {
        "tmp": "0.2.1"
      },
      "dependencies": {
        "tmp": {
          "version": "0.2.1",
          "resolved": "https://registry.yarnpkg.com/tmp/-/tmp-0.2.1.tgz",
          "integrity": "sha1-hFf8MDfc9HGcJRNnoa9lAO4czxQ=",
          "requires": {
            "rimraf": "3.0.2"
          }
        }
      }
    },
    "to-buffer": {
      "version": "1.1.1",
      "resolved": "https://registry.yarnpkg.com/to-buffer/-/to-buffer-1.1.1.tgz",
      "integrity": "sha1-STvUj2LXxD/N7TE6A9ytsuEhOoA="
    },
    "to-fast-properties": {
      "version": "2.0.0",
      "resolved": "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
      "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4="
    },
    "to-object-path": {
      "version": "0.3.0",
      "resolved": "https://registry.yarnpkg.com/to-object-path/-/to-object-path-0.3.0.tgz",
      "integrity": "sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=",
      "requires": {
        "kind-of": "3.2.2"
      }
    },
    "to-readable-stream": {
      "version": "1.0.0",
      "resolved": "https://registry.yarnpkg.com/to-readable-stream/-/to-readable-stream-1.0.0.tgz",
      "integrity": "sha1-zgqgwvPfat+FLvtASng+d8BHV3E="
    },
    "to-regex": {
      "version": "3.0.2",
      "resolved": "https://registry.yarnpkg.com/to-regex/-/to-regex-3.0.2.tgz",
      "integrity": "sha1-E8/dmzNlUvMLUfM6iuG0Knp1mc4=",
      "requires": {
        "define-property": "2.0.2",
        "extend-shallow": "3.0.2",
        "regex-not": "1.0.2",
        "safe-regex": "1.1.0"
      },
      "dependencies": {
        "define-property": {
          "version": "2.0.2",
          "resolved": "https://registry.yarnpkg.com/define-property/-/define-property-2.0.2.tgz",
          "integrity": "sha1-1Flono1lS6d+AqgX+HENcCyxbp0=",
          "requires": {
            "is-descriptor": "1.0.2",
            "isobject": "3.0.1"
          }
        },
        "extend-shallow": {
          "version": "3.0.2",
          "resolved": "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-3.0.2.tgz",
          "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=",
          "requires": {
            "assign-symbols": "1.0.0",
            "is-extendable": "1.0.1"
          }
        },
        "is-extendable": {
          "version": "1.0.1",
          "resolved": "https://registry.yarnpkg.com/is-extendable/-/is-extendable-1.0.1.tgz",
          "integrity": "sha1-p0cPnkJnM9gb2B4RVSZOOjUHyrQ=",
          "requires": {
            "is-plain-object": "2.0.4"
          }
        }
      }
    },
    "to-regex-range": {
      "version": "5.0.1",
      "resolved": "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz",
      "integrity": "sha1-FkjESq58jZiKMmAY7XL1tN0DkuQ=",
      "requires": {
        "is-number": "7.0.0"
      },
      "dependencies": {
        "is-number": {
          "version": "7.0.0",
          "resolved": "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz",
          "integrity": "sha1-dTU0W4lnNNX4DE0GxQlVUnoU8Ss="
        }
      }
    },
    "toidentifier": {
      "version": "1.0.0",
      "resolved": "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.0.tgz",
      "integrity": "sha1-fhvjRw8ed5SLxD2Uo8j013UrpVM="
    },
    "tough-cookie": {
      "version": "2.5.0",
      "resolved": "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.5.0.tgz",
      "integrity": "sha1-zZ+yoKodWhK0c72fuW+j3P9lreI=",
      "requires": {
        "psl": "1.8.0",
        "punycode": "2.1.1"
      }
    },
    "traverse": {
      "version": "0.6.6",
      "resolved": "https://registry.yarnpkg.com/traverse/-/traverse-0.6.6.tgz",
      "integrity": "sha1-y99WD9e5r2MlAv7UD5GMFX6pcTc="
    },
    "trim-off-newlines": {
      "version": "1.0.1",
      "resolved": "https://registry.yarnpkg.com/trim-off-newlines/-/trim-off-newlines-1.0.1.tgz",
      "integrity": "sha1-n5up2e+odkw4dpi8v+sshI8RrbM="
    },
    "trim-right": {
      "version": "1.0.1",
      "resolved": "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz",
      "integrity": "sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM="
    },
    "truffle": {
      "version": "5.1.35",
      "resolved": "https://registry.yarnpkg.com/truffle/-/truffle-5.1.35.tgz",
      "integrity": "sha1-mzrf06yho7bdAIdLxX11aaPjuJw=",
      "requires": {
        "app-module-path": "2.2.0",
        "mocha": "8.0.1",
        "original-require": "1.0.1"
      }
    },
    "truffle-flattener": {
      "version": "1.4.4",
      "resolved": "https://registry.yarnpkg.com/truffle-flattener/-/truffle-flattener-1.4.4.tgz",
      "integrity": "sha1-dHqZIEAB99bc5D6pJ3Hh/2rD6vs=",
      "requires": {
        "@resolver-engine/imports-fs": "0.2.2",
        "@solidity-parser/parser": "0.6.1",
        "find-up": "2.1.0",
        "mkdirp": "1.0.4",
        "tsort": "0.0.1"
      },
      "dependencies": {
        "find-up": {
          "version": "2.1.0",
          "resolved": "https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz",
          "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=",
          "requires": {
            "locate-path": "2.0.0"
          }
        },
        "locate-path": {
          "version": "2.0.0",
          "resolved": "https://registry.yarnpkg.com/locate-path/-/locate-path-2.0.0.tgz",
          "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=",
          "requires": {
            "p-locate": "2.0.0",
            "path-exists": "3.0.0"
          }
        },
        "mkdirp": {
          "version": "1.0.4",
          "resolved": "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz",
          "integrity": "sha1-PrXtYmInVteaXw4qIh3+utdcL34="
        },
        "p-limit": {
          "version": "1.3.0",
          "resolved": "https://registry.yarnpkg.com/p-limit/-/p-limit-1.3.0.tgz",
          "integrity": "sha1-uGvV8MJWkJEcdZD8v8IBDVSzzLg=",
          "requires": {
            "p-try": "1.0.0"
          }
        },
        "p-locate": {
          "version": "2.0.0",
          "resolved": "https://registry.yarnpkg.com/p-locate/-/p-locate-2.0.0.tgz",
          "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=",
          "requires": {
            "p-limit": "1.3.0"
          }
        },
        "p-try": {
          "version": "1.0.0",
          "resolved": "https://registry.yarnpkg.com/p-try/-/p-try-1.0.0.tgz",
          "integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M="
        }
      }
    },
    "truffle-hdwallet-provider": {
      "version": "0.0.3",
      "resolved": "https://registry.yarnpkg.com/truffle-hdwallet-provider/-/truffle-hdwallet-provider-0.0.3.tgz",
      "integrity": "sha1-Dh3gIQS3PTh14c9wkzBbTqii2EM=",
      "requires": {
        "bip39": "2.6.0",
        "ethereumjs-wallet": "0.6.3",
        "web3": "0.18.4",
        "web3-provider-engine": "8.6.1"
      },
      "dependencies": {
        "bignumber.js": {
          "version": "git+https://github.com/debris/bignumber.js#c7a38de919ed75e6fb6ba38051986e294b328df9",
          "from": "git+https://github.com/debris/bignumber.js#master"
        },
        "utf8": {
          "version": "2.1.2",
          "resolved": "https://registry.yarnpkg.com/utf8/-/utf8-2.1.2.tgz",
          "integrity": "sha1-H6DZJw6b6FDZsFAn9jUZv0ZFfZY="
        },
        "web3": {
          "version": "0.18.4",
          "resolved": "https://registry.yarnpkg.com/web3/-/web3-0.18.4.tgz",
          "integrity": "sha1-gewXhBRUkfLqqJVbMcBgSeB8Xn0=",
          "requires": {
            "bignumber.js": "2.0.7",
            "crypto-js": "3.3.0",
            "utf8": "2.1.2",
            "xhr2": "0.2.0",
            "xmlhttprequest": "1.8.0"
          }
        },
        "web3-provider-engine": {
          "version": "8.6.1",
          "resolved": "https://registry.yarnpkg.com/web3-provider-engine/-/web3-provider-engine-8.6.1.tgz",
          "integrity": "sha1-TYbhnjDKr5ffNRUR7A9gE25bMOs=",
          "requires": {
            "async": "2.6.3",
            "clone": "2.1.2",
            "ethereumjs-block": "1.7.1",
            "ethereumjs-util": "5.2.0",
            "ethereumjs-vm": "2.6.0",
            "ethereumjs-tx": "1.3.7",
            "isomorphic-fetch": "2.2.1",
            "request": "2.88.2",
            "semaphore": "1.1.0",
            "solc": "0.4.26",
            "tape": "4.13.2",
            "web3": "0.16.0",
            "xhr": "2.5.0",
            "xtend": "4.0.2"
          },
          "dependencies": {
            "bignumber.js": {
              "version": "git+https://github.com/debris/bignumber.js#c7a38de919ed75e6fb6ba38051986e294b328df9",
              "from": "git+https://github.com/debris/bignumber.js#master"
            },
            "web3": {
              "version": "0.16.0",
              "resolved": "https://registry.yarnpkg.com/web3/-/web3-0.16.0.tgz",
              "integrity": "sha1-pFVBdc1GKUMDWx8dOUMvdBxrYBk=",
              "requires": {
                "bignumber.js": "2.0.7",
                "crypto-js": "3.3.0",
                "utf8": "2.1.2",
                "xmlhttprequest": "1.8.0"
              }
            }
          }
        }
      }
    },
    "truffle-hdwallet-provider-privkey": {
      "version": "0.3.0",
      "resolved": "https://registry.yarnpkg.com/truffle-hdwallet-provider-privkey/-/truffle-hdwallet-provider-privkey-0.3.0.tgz",
      "integrity": "sha1-Zoj189tdziy59QL3tS2re14lIqM=",
      "requires": {
        "ethereumjs-tx": "1.3.7",
        "ethereumjs-wallet": "0.6.3",
        "web3": "0.20.7",
        "web3-provider-engine": "13.8.0"
      },
      "dependencies": {
        "async-eventemitter": {
          "version": "github:ahultgren/async-eventemitter#fa06e39e56786ba541c180061dbf2c0a5bbf951c",
          "requires": {
            "async": "2.6.3"
          }
        },
        "bignumber.js": {
          "version": "git+https://github.com/debris/bignumber.js#c7a38de919ed75e6fb6ba38051986e294b328df9",
          "from": "git+https://github.com/debris/bignumber.js#master"
        },
        "eth-block-tracker": {
          "version": "2.3.1",
          "resolved": "https://registry.yarnpkg.com/eth-block-tracker/-/eth-block-tracker-2.3.1.tgz",
          "integrity": "sha1-q20XfltQEo+gbXrp4EicdIS6yV4=",
          "requires": {
            "async-eventemitter": "0.2.3",
            "eth-query": "2.1.2",
            "ethereumjs-tx": "1.3.7",
            "ethereumjs-util": "5.2.0",
            "ethjs-util": "0.1.6",
            "json-rpc-engine": "3.8.0",
            "pify": "2.3.0",
            "tape": "4.13.2"
          }
        },
        "utf8": {
          "version": "2.1.2",
          "resolved": "https://registry.yarnpkg.com/utf8/-/utf8-2.1.2.tgz",
          "integrity": "sha1-H6DZJw6b6FDZsFAn9jUZv0ZFfZY="
        },
        "web3": {
          "version": "0.20.7",
          "resolved": "https://registry.yarnpkg.com/web3/-/web3-0.20.7.tgz",
          "integrity": "sha1-FgXm2BOZ7W+FpHGk89oMi+V98vc=",
          "requires": {
            "bignumber.js": "2.0.7",
            "crypto-js": "3.3.0",
            "utf8": "2.1.2",
            "xhr2-cookies": "1.1.0",
            "xmlhttprequest": "1.8.0"
          }
        },
        "web3-provider-engine": {
          "version": "13.8.0",
          "resolved": "https://registry.yarnpkg.com/web3-provider-engine/-/web3-provider-engine-13.8.0.tgz",
          "integrity": "sha1-THwa0q9fH+EDQ7imVJWHmi+cAN8=",
          "requires": {
            "async": "2.6.3",
            "clone": "2.1.2",
            "eth-sig-util": "1.4.2",
            "eth-block-tracker": "2.3.1",
            "ethereumjs-block": "1.7.1",
            "ethereumjs-tx": "1.3.7",
            "ethereumjs-util": "5.2.0",
            "ethereumjs-vm": "2.6.0",
            "fetch-ponyfill": "4.1.0",
            "json-rpc-error": "2.0.0",
            "json-stable-stringify": "1.0.1",
            "promise-to-callback": "1.0.0",
            "readable-stream": "2.3.7",
            "request": "2.88.2",
            "semaphore": "1.1.0",
            "solc": "0.4.26",
            "tape": "4.13.2",
            "xhr": "2.5.0",
            "xtend": "4.0.2"
          }
        }
      }
    },
    "tsconfig-paths": {
      "version": "3.9.0",
      "resolved": "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.9.0.tgz",
      "integrity": "sha1-CYVHpsREiAfo/Ljq4IEGTumjyQs=",
      "requires": {
        "@types/json5": "0.0.29",
        "json5": "1.0.1",
        "minimist": "1.2.5",
        "strip-bom": "3.0.0"
      },
      "dependencies": {
        "json5": {
          "version": "1.0.1",
          "resolved": "https://registry.yarnpkg.com/json5/-/json5-1.0.1.tgz",
          "integrity": "sha1-d5+wAYYE+oVOrL9iUhgNg1Q+Pb4=",
          "requires": {
            "minimist": "1.2.5"
          }
        }
      }
    },
    "tslib": {
      "version": "1.11.1",
      "resolved": "https://registry.yarnpkg.com/tslib/-/tslib-1.11.1.tgz",
      "integrity": "sha1-6xXRKIJ/vuKEFUnhcfRe0zisfjU="
    },
    "tsort": {
      "version": "0.0.1",
      "resolved": "https://registry.yarnpkg.com/tsort/-/tsort-0.0.1.tgz",
      "integrity": "sha1-4igPXoF/i/QnVlf9D5rr1E9aJ4Y="
    },
    "tunnel-agent": {
      "version": "0.6.0",
      "resolved": "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz",
      "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=",
      "requires": {
        "safe-buffer": "5.2.0"
      }
    },
    "tweetnacl": {
      "version": "1.0.3",
      "resolved": "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-1.0.3.tgz",
      "integrity": "sha1-rAr3FoBFjYpjeNDQ0FCrFAfTVZY="
    },
    "tweetnacl-util": {
      "version": "0.15.0",
      "resolved": "https://registry.yarnpkg.com/tweetnacl-util/-/tweetnacl-util-0.15.0.tgz",
      "integrity": "sha1-RXbBzuXi1j0gf+5S8boCgZSAvHU="
    },
    "type": {
      "version": "1.2.0",
      "resolved": "https://registry.yarnpkg.com/type/-/type-1.2.0.tgz",
      "integrity": "sha1-hI3XaY2vo+VKbEeedZxLw/GIR6A="
    },
    "type-check": {
      "version": "0.4.0",
      "resolved": "https://registry.yarnpkg.com/type-check/-/type-check-0.4.0.tgz",
      "integrity": "sha1-B7ggO/pwVsBlcFDjzNLDdzC6uPE=",
      "requires": {
        "prelude-ls": "1.2.1"
      }
    },
    "type-detect": {
      "version": "4.0.8",
      "resolved": "https://registry.yarnpkg.com/type-detect/-/type-detect-4.0.8.tgz",
      "integrity": "sha1-dkb7XxiHHPu3dJ5pvTmmOI63RQw="
    },
    "type-fest": {
      "version": "0.8.1",
      "resolved": "https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz",
      "integrity": "sha1-CeJJ696FHTseSNJ8EFREZn8XuD0="
    },
    "type-is": {
      "version": "1.6.18",
      "resolved": "https://registry.yarnpkg.com/type-is/-/type-is-1.6.18.tgz",
      "integrity": "sha1-TlUs0F3wlGfcvE73Od6J8s83wTE=",
      "requires": {
        "media-typer": "0.3.0",
        "mime-types": "2.1.26"
      }
    },
    "typedarray": {
      "version": "0.0.6",
      "resolved": "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz",
      "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c="
    },
    "typedarray-to-buffer": {
      "version": "3.1.5",
      "resolved": "https://registry.yarnpkg.com/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz",
      "integrity": "sha1-qX7nqf9CaRufeD/xvFES/j/KkIA=",
      "requires": {
        "is-typedarray": "1.0.0"
      }
    },
    "typewise": {
      "version": "1.0.3",
      "resolved": "https://registry.yarnpkg.com/typewise/-/typewise-1.0.3.tgz",
      "integrity": "sha1-EGeTZUCvl5N8xdz5kiSG6fooRlE=",
      "requires": {
        "typewise-core": "1.2.0"
      }
    },
    "typewise-core": {
      "version": "1.2.0",
      "resolved": "https://registry.yarnpkg.com/typewise-core/-/typewise-core-1.2.0.tgz",
      "integrity": "sha1-l+uRgFx/VdL5QXSPpQ0xXZke8ZU="
    },
    "typewiselite": {
      "version": "1.0.0",
      "resolved": "https://registry.yarnpkg.com/typewiselite/-/typewiselite-1.0.0.tgz",
      "integrity": "sha1-yIgvobsQksBgBal/NO9chQjjZk4="
    },
    "ultron": {
      "version": "1.1.1",
      "resolved": "https://registry.yarnpkg.com/ultron/-/ultron-1.1.1.tgz",
      "integrity": "sha1-n+FTahCmZKZSZqHjzPhf02MCvJw="
    },
    "unbzip2-stream": {
      "version": "1.4.1",
      "resolved": "https://registry.yarnpkg.com/unbzip2-stream/-/unbzip2-stream-1.4.1.tgz",
      "integrity": "sha1-FRsQSvhT3z79qhNdix7KhQpEtCY=",
      "requires": {
        "buffer": "5.4.3",
        "through": "2.3.8"
      },
      "dependencies": {
        "buffer": {
          "version": "5.4.3",
          "resolved": "https://registry.yarnpkg.com/buffer/-/buffer-5.4.3.tgz",
          "integrity": "sha1-P7ycaetxPTI+P8Gole7gcQwHIRU=",
          "requires": {
            "base64-js": "1.3.1",
            "ieee754": "1.1.13"
          }
        }
      }
    },
    "underscore": {
      "version": "1.9.1",
      "resolved": "https://registry.yarnpkg.com/underscore/-/underscore-1.9.1.tgz",
      "integrity": "sha1-BtzjSg5op7q8KbNluOdLiSUgOWE="
    },
    "unfetch": {
      "version": "4.1.0",
      "resolved": "https://registry.yarnpkg.com/unfetch/-/unfetch-4.1.0.tgz",
      "integrity": "sha1-bsLdDeiH5YpN7oOgUN7YD/xBN9s="
    },
    "unicode-canonical-property-names-ecmascript": {
      "version": "1.0.4",
      "resolved": "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-1.0.4.tgz",
      "integrity": "sha1-JhmADEyCWADv3YNDr33Zkzy+KBg="
    },
    "unicode-match-property-ecmascript": {
      "version": "1.0.4",
      "resolved": "https://registry.yarnpkg.com/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-1.0.4.tgz",
      "integrity": "sha1-jtKjJWmWG86SJ9Cc0/+7j+1fAgw=",
      "requires": {
        "unicode-canonical-property-names-ecmascript": "1.0.4",
        "unicode-property-aliases-ecmascript": "1.1.0"
      }
    },
    "unicode-match-property-value-ecmascript": {
      "version": "1.2.0",
      "resolved": "https://registry.yarnpkg.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-1.2.0.tgz",
      "integrity": "sha1-DZH2AO7rMJaqlisdb8iIduZOpTE="
    },
    "unicode-property-aliases-ecmascript": {
      "version": "1.1.0",
      "resolved": "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-1.1.0.tgz",
      "integrity": "sha1-3Vepn2IHvt/0Yoq++5TFDblByPQ="
    },
    "union": {
      "version": "0.5.0",
      "resolved": "https://registry.yarnpkg.com/union/-/union-0.5.0.tgz",
      "integrity": "sha1-ssEb6E9gU4U3uEbtuboma6AJAHU=",
      "requires": {
        "qs": "6.7.0"
      }
    },
    "union-value": {
      "version": "1.0.1",
      "resolved": "https://registry.yarnpkg.com/union-value/-/union-value-1.0.1.tgz",
      "integrity": "sha1-C2/nuDWuzaYcbqTU8CwUIh4QmEc=",
      "requires": {
        "arr-union": "3.1.0",
        "get-value": "2.0.6",
        "is-extendable": "0.1.1",
        "set-value": "2.0.1"
      }
    },
    "unique-by": {
      "version": "1.0.0",
      "resolved": "https://registry.yarnpkg.com/unique-by/-/unique-by-1.0.0.tgz",
      "integrity": "sha1-UiDIa6e8Vy+3E610ZRRwy2RCEr0="
    },
    "unique-string": {
      "version": "2.0.0",
      "resolved": "https://registry.yarnpkg.com/unique-string/-/unique-string-2.0.0.tgz",
      "integrity": "sha1-OcZFH4GvsnSd4rIz4/fF6IQ72J0=",
      "requires": {
        "crypto-random-string": "2.0.0"
      }
    },
    "universalify": {
      "version": "0.1.2",
      "resolved": "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz",
      "integrity": "sha1-tkb2m+OULavOzJ1mOcgNwQXvqmY="
    },
    "unorm": {
      "version": "1.6.0",
      "resolved": "https://registry.yarnpkg.com/unorm/-/unorm-1.6.0.tgz",
      "integrity": "sha1-ApsolmH7pxTxqa9DnrUdmxbCBa8="
    },
    "unpipe": {
      "version": "1.0.0",
      "resolved": "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz",
      "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw="
    },
    "unset-value": {
      "version": "1.0.0",
      "resolved": "https://registry.yarnpkg.com/unset-value/-/unset-value-1.0.0.tgz",
      "integrity": "sha1-g3aHP30jNRef+x5vw6jtDfyKtVk=",
      "requires": {
        "has-value": "0.3.1",
        "isobject": "3.0.1"
      },
      "dependencies": {
        "has-value": {
          "version": "0.3.1",
          "resolved": "https://registry.yarnpkg.com/has-value/-/has-value-0.3.1.tgz",
          "integrity": "sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8=",
          "requires": {
            "get-value": "2.0.6",
            "has-values": "0.1.4",
            "isobject": "2.1.0"
          },
          "dependencies": {
            "isobject": {
              "version": "2.1.0",
              "resolved": "https://registry.yarnpkg.com/isobject/-/isobject-2.1.0.tgz",
              "integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=",
              "requires": {
                "isarray": "1.0.0"
              }
            }
          }
        },
        "has-values": {
          "version": "0.1.4",
          "resolved": "https://registry.yarnpkg.com/has-values/-/has-values-0.1.4.tgz",
          "integrity": "sha1-bWHeldkd/Km5oCCJrThL/49it3E="
        },
        "isarray": {
          "version": "1.0.0",
          "resolved": "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz",
          "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE="
        }
      }
    },
    "upath": {
      "version": "1.2.0",
      "resolved": "https://registry.yarnpkg.com/upath/-/upath-1.2.0.tgz",
      "integrity": "sha1-j2bbzVWog6za5ECK+LA1pQRMGJQ="
    },
    "update-notifier": {
      "version": "4.1.0",
      "resolved": "https://registry.yarnpkg.com/update-notifier/-/update-notifier-4.1.0.tgz",
      "integrity": "sha1-SGa5jDvFtUc8AgsSUFg2KPmjKPM=",
      "requires": {
        "boxen": "4.2.0",
        "chalk": "3.0.0",
        "configstore": "5.0.1",
        "has-yarn": "2.1.0",
        "import-lazy": "2.1.0",
        "is-ci": "2.0.0",
        "is-installed-globally": "0.3.2",
        "is-npm": "4.0.0",
        "is-yarn-global": "0.3.0",
        "latest-version": "5.1.0",
        "pupa": "2.0.1",
        "semver-diff": "3.1.1",
        "xdg-basedir": "4.0.0"
      },
      "dependencies": {
        "chalk": {
          "version": "3.0.0",
          "resolved": "https://registry.yarnpkg.com/chalk/-/chalk-3.0.0.tgz",
          "integrity": "sha1-P3PCv1JlkfV0zEksUeJFY0n4ROQ=",
          "requires": {
            "ansi-styles": "4.2.1",
            "supports-color": "7.1.0"
          }
        }
      }
    },
    "uri-js": {
      "version": "4.2.2",
      "resolved": "https://registry.yarnpkg.com/uri-js/-/uri-js-4.2.2.tgz",
      "integrity": "sha1-lMVA4f93KVbiKZUHwBCupsiDjrA=",
      "requires": {
        "punycode": "2.1.1"
      }
    },
    "urix": {
      "version": "0.1.0",
      "resolved": "https://registry.yarnpkg.com/urix/-/urix-0.1.0.tgz",
      "integrity": "sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI="
    },
    "url-join": {
      "version": "2.0.5",
      "resolved": "https://registry.yarnpkg.com/url-join/-/url-join-2.0.5.tgz",
      "integrity": "sha1-WvIvGMBSoACkjXuCxenC4v7tpyg="
    },
    "url-parse-lax": {
      "version": "3.0.0",
      "resolved": "https://registry.yarnpkg.com/url-parse-lax/-/url-parse-lax-3.0.0.tgz",
      "integrity": "sha1-FrXK/Afb42dsGxmZF3gj1lA6yww=",
      "requires": {
        "prepend-http": "2.0.0"
      }
    },
    "url-set-query": {
      "version": "1.0.0",
      "resolved": "https://registry.yarnpkg.com/url-set-query/-/url-set-query-1.0.0.tgz",
      "integrity": "sha1-AW6M/Xwg7gXK/neV6JK9BwL6ozk="
    },
    "url-to-options": {
      "version": "1.0.1",
      "resolved": "https://registry.yarnpkg.com/url-to-options/-/url-to-options-1.0.1.tgz",
      "integrity": "sha1-FQWgOiiaSMvXpDTvuu7FBV9WM6k="
    },
    "ursa-optional": {
      "version": "0.10.1",
      "resolved": "https://registry.yarnpkg.com/ursa-optional/-/ursa-optional-0.10.1.tgz",
      "integrity": "sha1-hHueQKNYxB8iZKBNUruh6S8Vmtw=",
      "requires": {
        "bindings": "1.5.0",
        "nan": "2.14.0"
      }
    },
    "use": {
      "version": "3.1.1",
      "resolved": "https://registry.yarnpkg.com/use/-/use-3.1.1.tgz",
      "integrity": "sha1-1QyMrHmhn7wg8pEfVuuXP04QBw8="
    },
    "utf8": {
      "version": "3.0.0",
      "resolved": "https://registry.yarnpkg.com/utf8/-/utf8-3.0.0.tgz",
      "integrity": "sha1-8FLu0TZNaW52nvBYsYPfiMh/adE="
    },
    "util-deprecate": {
      "version": "1.0.2",
      "resolved": "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz",
      "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8="
    },
    "util.promisify": {
      "version": "1.0.0",
      "resolved": "https://registry.yarnpkg.com/util.promisify/-/util.promisify-1.0.0.tgz",
      "integrity": "sha1-RA9xZaRZyaFtwUXrjnLzVocJcDA=",
      "requires": {
        "define-properties": "1.1.3",
        "object.getownpropertydescriptors": "2.0.3"
      }
    },
    "utils-merge": {
      "version": "1.0.1",
      "resolved": "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz",
      "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM="
    },
    "uuid": {
      "version": "3.3.2",
      "resolved": "https://registry.yarnpkg.com/uuid/-/uuid-3.3.2.tgz",
      "integrity": "sha1-G0r0lV6zB3xQHCOHL8ZROBFYcTE="
    },
    "v8-compile-cache": {
      "version": "2.1.0",
      "resolved": "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.1.0.tgz",
      "integrity": "sha1-4U3jezGm0ZT1aQ1n78Tn9vxqsw4="
    },
    "validate-npm-package-license": {
      "version": "3.0.4",
      "resolved": "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz",
      "integrity": "sha1-/JH2uce6FchX9MssXe/uw51PQQo=",
      "requires": {
        "spdx-correct": "3.1.0",
        "spdx-expression-parse": "3.0.0"
      }
    },
    "varint": {
      "version": "5.0.0",
      "resolved": "https://registry.yarnpkg.com/varint/-/varint-5.0.0.tgz",
      "integrity": "sha1-2Ca4n3SQcy+rwMDtaT7Uddyynr8="
    },
    "vary": {
      "version": "1.1.2",
      "resolved": "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz",
      "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw="
    },
    "verror": {
      "version": "1.10.0",
      "resolved": "https://registry.yarnpkg.com/verror/-/verror-1.10.0.tgz",
      "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=",
      "requires": {
        "assert-plus": "1.0.0",
        "core-util-is": "1.0.2",
        "extsprintf": "1.3.0"
      }
    },
    "wcwidth": {
      "version": "1.0.1",
      "resolved": "https://registry.yarnpkg.com/wcwidth/-/wcwidth-1.0.1.tgz",
      "integrity": "sha1-8LDc+RW8X/FSivrbLA4XtTLaL+g=",
      "requires": {
        "defaults": "1.0.3"
      }
    },
    "web3": {
      "version": "1.2.9",
      "resolved": "https://registry.yarnpkg.com/web3/-/web3-1.2.9.tgz",
      "integrity": "sha1-y88cD7peITpt+x8sH0s3Bi5M4zc=",
      "requires": {
        "web3-bzz": "1.2.9",
        "web3-core": "1.2.9",
        "web3-eth": "1.2.9",
        "web3-eth-personal": "1.2.9",
        "web3-net": "1.2.9",
        "web3-shh": "1.2.9",
        "web3-utils": "1.2.9"
      },
      "dependencies": {
        "bn.js": {
          "version": "4.11.8",
          "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
          "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
        },
        "web3-core": {
          "version": "1.2.9",
          "resolved": "https://registry.yarnpkg.com/web3-core/-/web3-core-1.2.9.tgz",
          "integrity": "sha1-LLpXqiWbZAnbUy0hvfV9uNUE/T4=",
          "requires": {
            "@types/bn.js": "4.11.6",
            "@types/node": "12.12.19",
            "bignumber.js": "9.0.0",
            "web3-core-helpers": "1.2.9",
            "web3-core-method": "1.2.9",
            "web3-core-requestmanager": "1.2.9",
            "web3-utils": "1.2.9"
          }
        },
        "web3-core-helpers": {
          "version": "1.2.9",
          "resolved": "https://registry.yarnpkg.com/web3-core-helpers/-/web3-core-helpers-1.2.9.tgz",
          "integrity": "sha1-Y4EHfD4BwScBjLnp49FCJpcSMxU=",
          "requires": {
            "underscore": "1.9.1",
            "web3-eth-iban": "1.2.9",
            "web3-utils": "1.2.9"
          }
        },
        "web3-core-method": {
          "version": "1.2.9",
          "resolved": "https://registry.yarnpkg.com/web3-core-method/-/web3-core-method-1.2.9.tgz",
          "integrity": "sha1-P7U4dRApvqVw5PhnMeL6XklF5GI=",
          "requires": {
            "@ethersproject/transactions": "5.0.1",
            "underscore": "1.9.1",
            "web3-core-helpers": "1.2.9",
            "web3-core-promievent": "1.2.9",
            "web3-core-subscriptions": "1.2.9",
            "web3-utils": "1.2.9"
          }
        },
        "web3-core-promievent": {
          "version": "1.2.9",
          "resolved": "https://registry.yarnpkg.com/web3-core-promievent/-/web3-core-promievent-1.2.9.tgz",
          "integrity": "sha1-uxxWqm+sL0s8WYUQ8GVU0lwRxVM=",
          "requires": {
            "eventemitter3": "3.1.2"
          }
        },
        "web3-core-requestmanager": {
          "version": "1.2.9",
          "resolved": "https://registry.yarnpkg.com/web3-core-requestmanager/-/web3-core-requestmanager-1.2.9.tgz",
          "integrity": "sha1-3W2FUlbE3WgUNP4IZ/jNdC/hBQM=",
          "requires": {
            "underscore": "1.9.1",
            "web3-core-helpers": "1.2.9",
            "web3-providers-http": "1.2.9",
            "web3-providers-ipc": "1.2.9",
            "web3-providers-ws": "1.2.9"
          }
        },
        "web3-core-subscriptions": {
          "version": "1.2.9",
          "resolved": "https://registry.yarnpkg.com/web3-core-subscriptions/-/web3-core-subscriptions-1.2.9.tgz",
          "integrity": "sha1-M1/X0V385deLS3vvBc5LPXI3sOQ=",
          "requires": {
            "eventemitter3": "3.1.2",
            "underscore": "1.9.1",
            "web3-core-helpers": "1.2.9"
          }
        },
        "web3-eth-iban": {
          "version": "1.2.9",
          "resolved": "https://registry.yarnpkg.com/web3-eth-iban/-/web3-eth-iban-1.2.9.tgz",
          "integrity": "sha1-Tr89h4PzTQTEdA3BiThVZGY5n3o=",
          "requires": {
            "bn.js": "4.11.8",
            "web3-utils": "1.2.9"
          }
        },
        "web3-eth-personal": {
          "version": "1.2.9",
          "resolved": "https://registry.yarnpkg.com/web3-eth-personal/-/web3-eth-personal-1.2.9.tgz",
          "integrity": "sha1-m5XrFZuVC4PNiuFYc+HVdxG3o2g=",
          "requires": {
            "@types/node": "12.12.19",
            "web3-core": "1.2.9",
            "web3-core-helpers": "1.2.9",
            "web3-core-method": "1.2.9",
            "web3-net": "1.2.9",
            "web3-utils": "1.2.9"
          }
        },
        "web3-net": {
          "version": "1.2.9",
          "resolved": "https://registry.yarnpkg.com/web3-net/-/web3-net-1.2.9.tgz",
          "integrity": "sha1-UdJI7RvFw3cTxKxAwAc9m+rNh9M=",
          "requires": {
            "web3-core": "1.2.9",
            "web3-core-method": "1.2.9",
            "web3-utils": "1.2.9"
          }
        },
        "web3-providers-http": {
          "version": "1.2.9",
          "resolved": "https://registry.yarnpkg.com/web3-providers-http/-/web3-providers-http-1.2.9.tgz",
          "integrity": "sha1-5piqU3fiAZwkxaHm76D1EBhyiTQ=",
          "requires": {
            "web3-core-helpers": "1.2.9",
            "xhr2-cookies": "1.1.0"
          }
        },
        "web3-providers-ipc": {
          "version": "1.2.9",
          "resolved": "https://registry.yarnpkg.com/web3-providers-ipc/-/web3-providers-ipc-1.2.9.tgz",
          "integrity": "sha1-YVnqz816wx7cRw2T7xCBT+h0djs=",
          "requires": {
            "oboe": "2.1.4",
            "underscore": "1.9.1",
            "web3-core-helpers": "1.2.9"
          }
        },
        "web3-providers-ws": {
          "version": "1.2.9",
          "resolved": "https://registry.yarnpkg.com/web3-providers-ws/-/web3-providers-ws-1.2.9.tgz",
          "integrity": "sha1-IsIAZlXsRLStK0GsrmJ0GmrnqIw=",
          "requires": {
            "eventemitter3": "4.0.0",
            "underscore": "1.9.1",
            "web3-core-helpers": "1.2.9",
            "websocket": "1.0.31"
          },
          "dependencies": {
            "eventemitter3": {
              "version": "4.0.0",
              "resolved": "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-4.0.0.tgz",
              "integrity": "sha1-1lF2FjiH7lnzhtZMgmELaWpKdOs="
            }
          }
        },
        "websocket": {
          "version": "1.0.31",
          "resolved": "https://registry.yarnpkg.com/websocket/-/websocket-1.0.31.tgz",
          "integrity": "sha1-5dDxbDNA7YdnDkieyuYUTHk1hzA=",
          "requires": {
            "debug": "2.6.9",
            "es5-ext": "0.10.53",
            "nan": "2.14.0",
            "typedarray-to-buffer": "3.1.5",
            "yaeti": "0.0.6"
          }
        }
      }
    },
    "web3-bzz": {
      "version": "1.2.9",
      "resolved": "https://registry.yarnpkg.com/web3-bzz/-/web3-bzz-1.2.9.tgz",
      "integrity": "sha1-Jfijc7wt0Bn0e/gFI1RvmLk8h5A=",
      "requires": {
        "@types/node": "10.17.13",
        "got": "9.6.0",
        "swarm-js": "0.1.40",
        "underscore": "1.9.1"
      },
      "dependencies": {
        "bn.js": {
          "version": "4.11.8",
          "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
          "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
        },
        "eth-lib": {
          "version": "0.1.29",
          "resolved": "https://registry.yarnpkg.com/eth-lib/-/eth-lib-0.1.29.tgz",
          "integrity": "sha1-DBH1Bg1C2p+THqthmQhHNPTb0dk=",
          "requires": {
            "bn.js": "4.11.8",
            "elliptic": "6.5.2",
            "nano-json-stream-parser": "0.1.2",
            "servify": "0.1.12",
            "ws": "3.3.3",
            "xhr-request-promise": "0.1.3"
          }
        },
        "fs-extra": {
          "version": "4.0.3",
          "resolved": "https://registry.yarnpkg.com/fs-extra/-/fs-extra-4.0.3.tgz",
          "integrity": "sha1-DYUhIuW8W+tFP7Ao6cDJvzY0DJQ=",
          "requires": {
            "graceful-fs": "4.2.4",
            "jsonfile": "4.0.0",
            "universalify": "0.1.2"
          }
        },
        "get-stream": {
          "version": "3.0.0",
          "resolved": "https://registry.yarnpkg.com/get-stream/-/get-stream-3.0.0.tgz",
          "integrity": "sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ="
        },
        "p-cancelable": {
          "version": "0.3.0",
          "resolved": "https://registry.yarnpkg.com/p-cancelable/-/p-cancelable-0.3.0.tgz",
          "integrity": "sha1-ueEjgAvOu3rBOkeb4ZW1B7mNMPo="
        },
        "prepend-http": {
          "version": "1.0.4",
          "resolved": "https://registry.yarnpkg.com/prepend-http/-/prepend-http-1.0.4.tgz",
          "integrity": "sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw="
        },
        "swarm-js": {
          "version": "0.1.40",
          "resolved": "https://registry.yarnpkg.com/swarm-js/-/swarm-js-0.1.40.tgz",
          "integrity": "sha1-sbx7bcx2Bh9sdyID4ATBGZfga5k=",
          "requires": {
            "bluebird": "3.7.2",
            "buffer": "5.6.0",
            "eth-lib": "0.1.29",
            "fs-extra": "4.0.3",
            "got": "7.1.0",
            "mime-types": "2.1.26",
            "mkdirp-promise": "5.0.1",
            "mock-fs": "4.11.0",
            "setimmediate": "1.0.5",
            "tar": "4.4.13",
            "xhr-request": "1.1.0"
          },
          "dependencies": {
            "got": {
              "version": "7.1.0",
              "resolved": "https://registry.yarnpkg.com/got/-/got-7.1.0.tgz",
              "integrity": "sha1-BUUP2ECU5rvqVvRRpDqcKJFmOFo=",
              "requires": {
                "decompress-response": "3.3.0",
                "duplexer3": "0.1.4",
                "get-stream": "3.0.0",
                "is-plain-obj": "1.1.0",
                "is-retry-allowed": "1.2.0",
                "is-stream": "1.1.0",
                "isurl": "1.0.0",
                "lowercase-keys": "1.0.1",
                "p-cancelable": "0.3.0",
                "p-timeout": "1.2.1",
                "safe-buffer": "5.2.0",
                "timed-out": "4.0.1",
                "url-parse-lax": "1.0.0",
                "url-to-options": "1.0.1"
              }
            }
          }
        },
        "url-parse-lax": {
          "version": "1.0.0",
          "resolved": "https://registry.yarnpkg.com/url-parse-lax/-/url-parse-lax-1.0.0.tgz",
          "integrity": "sha1-evjzA2Rem9eaJy56FKxovAYJ2nM=",
          "requires": {
            "prepend-http": "1.0.4"
          }
        },
        "ws": {
          "version": "3.3.3",
          "resolved": "https://registry.yarnpkg.com/ws/-/ws-3.3.3.tgz",
          "integrity": "sha1-8c+E/i1ekB686U767OeF8YeiKPI=",
          "requires": {
            "async-limiter": "1.0.1",
            "safe-buffer": "5.1.2",
            "ultron": "1.1.1"
          },
          "dependencies": {
            "safe-buffer": {
              "version": "5.1.2",
              "resolved": "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz",
              "integrity": "sha1-mR7GnSluAxN0fVm9/St0XDX4go0="
            }
          }
        },
        "@types/node": {
          "version": "10.17.13",
          "resolved": "https://registry.yarnpkg.com/@types/node/-/node-10.17.13.tgz",
          "integrity": "sha1-zOvNuZC9YTnNFuhMOdwvsQI8qQw="
        }
      }
    },
    "web3-core": {
      "version": "1.2.1",
      "resolved": "https://registry.yarnpkg.com/web3-core/-/web3-core-1.2.1.tgz",
      "integrity": "sha1-cni1j7ZJUGXnOnfvu854Gn/d8ak=",
      "requires": {
        "web3-core-helpers": "1.2.1",
        "web3-core-method": "1.2.1",
        "web3-core-requestmanager": "1.2.1",
        "web3-utils": "1.2.1"
      },
      "dependencies": {
        "bn.js": {
          "version": "4.11.8",
          "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
          "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
        },
        "web3-utils": {
          "version": "1.2.1",
          "resolved": "https://registry.yarnpkg.com/web3-utils/-/web3-utils-1.2.1.tgz",
          "integrity": "sha1-IUZuOCkVUd4Ks0VY3iFRKsQnRTQ=",
          "requires": {
            "bn.js": "4.11.8",
            "eth-lib": "0.2.7",
            "ethjs-unit": "0.1.6",
            "number-to-bn": "1.7.0",
            "randomhex": "0.1.5",
            "underscore": "1.9.1",
            "utf8": "3.0.0"
          }
        }
      }
    },
    "web3-core-helpers": {
      "version": "1.2.1",
      "resolved": "https://registry.yarnpkg.com/web3-core-helpers/-/web3-core-helpers-1.2.1.tgz",
      "integrity": "sha1-9fMtccYKSjvRR4YRjmM858ptXQ0=",
      "requires": {
        "underscore": "1.9.1",
        "web3-eth-iban": "1.2.1",
        "web3-utils": "1.2.1"
      },
      "dependencies": {
        "bn.js": {
          "version": "4.11.8",
          "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
          "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
        },
        "web3-utils": {
          "version": "1.2.1",
          "resolved": "https://registry.yarnpkg.com/web3-utils/-/web3-utils-1.2.1.tgz",
          "integrity": "sha1-IUZuOCkVUd4Ks0VY3iFRKsQnRTQ=",
          "requires": {
            "bn.js": "4.11.8",
            "eth-lib": "0.2.7",
            "ethjs-unit": "0.1.6",
            "number-to-bn": "1.7.0",
            "randomhex": "0.1.5",
            "underscore": "1.9.1",
            "utf8": "3.0.0"
          }
        }
      }
    },
    "web3-core-method": {
      "version": "1.2.1",
      "resolved": "https://registry.yarnpkg.com/web3-core-method/-/web3-core-method-1.2.1.tgz",
      "integrity": "sha1-nfG6+izYvp2ZN+Acakf8do0V2Qo=",
      "requires": {
        "underscore": "1.9.1",
        "web3-core-helpers": "1.2.1",
        "web3-core-promievent": "1.2.1",
        "web3-core-subscriptions": "1.2.1",
        "web3-utils": "1.2.1"
      },
      "dependencies": {
        "bn.js": {
          "version": "4.11.8",
          "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
          "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
        },
        "web3-utils": {
          "version": "1.2.1",
          "resolved": "https://registry.yarnpkg.com/web3-utils/-/web3-utils-1.2.1.tgz",
          "integrity": "sha1-IUZuOCkVUd4Ks0VY3iFRKsQnRTQ=",
          "requires": {
            "bn.js": "4.11.8",
            "eth-lib": "0.2.7",
            "ethjs-unit": "0.1.6",
            "number-to-bn": "1.7.0",
            "randomhex": "0.1.5",
            "underscore": "1.9.1",
            "utf8": "3.0.0"
          }
        }
      }
    },
    "web3-core-promievent": {
      "version": "1.2.1",
      "resolved": "https://registry.yarnpkg.com/web3-core-promievent/-/web3-core-promievent-1.2.1.tgz",
      "integrity": "sha1-AD6KPrgvsnthZKbVucrQSs9zODg=",
      "requires": {
        "any-promise": "1.3.0",
        "eventemitter3": "3.1.2"
      }
    },
    "web3-core-requestmanager": {
      "version": "1.2.1",
      "resolved": "https://registry.yarnpkg.com/web3-core-requestmanager/-/web3-core-requestmanager-1.2.1.tgz",
      "integrity": "sha1-+i4iBsPXONs423yP6cEHAG9cbj0=",
      "requires": {
        "underscore": "1.9.1",
        "web3-core-helpers": "1.2.1",
        "web3-providers-http": "1.2.1",
        "web3-providers-ipc": "1.2.1",
        "web3-providers-ws": "1.2.1"
      }
    },
    "web3-core-subscriptions": {
      "version": "1.2.1",
      "resolved": "https://registry.yarnpkg.com/web3-core-subscriptions/-/web3-core-subscriptions-1.2.1.tgz",
      "integrity": "sha1-jCNoqDnU7sHAGktWULvrgtDkoJk=",
      "requires": {
        "eventemitter3": "3.1.2",
        "underscore": "1.9.1",
        "web3-core-helpers": "1.2.1"
      }
    },
    "web3-eth": {
      "version": "1.2.9",
      "resolved": "https://registry.yarnpkg.com/web3-eth/-/web3-eth-1.2.9.tgz",
      "integrity": "sha1-5A57iLr/ybSHGTIRyLQk3JRJd7M=",
      "requires": {
        "underscore": "1.9.1",
        "web3-core": "1.2.9",
        "web3-core-helpers": "1.2.9",
        "web3-core-method": "1.2.9",
        "web3-core-subscriptions": "1.2.9",
        "web3-eth-abi": "1.2.9",
        "web3-eth-accounts": "1.2.9",
        "web3-eth-contract": "1.2.9",
        "web3-eth-ens": "1.2.9",
        "web3-eth-iban": "1.2.9",
        "web3-eth-personal": "1.2.9",
        "web3-net": "1.2.9",
        "web3-utils": "1.2.9"
      },
      "dependencies": {
        "bn.js": {
          "version": "4.11.8",
          "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
          "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
        },
        "web3-core": {
          "version": "1.2.9",
          "resolved": "https://registry.yarnpkg.com/web3-core/-/web3-core-1.2.9.tgz",
          "integrity": "sha1-LLpXqiWbZAnbUy0hvfV9uNUE/T4=",
          "requires": {
            "@types/bn.js": "4.11.6",
            "@types/node": "12.12.19",
            "bignumber.js": "9.0.0",
            "web3-core-helpers": "1.2.9",
            "web3-core-method": "1.2.9",
            "web3-core-requestmanager": "1.2.9",
            "web3-utils": "1.2.9"
          }
        },
        "web3-core-helpers": {
          "version": "1.2.9",
          "resolved": "https://registry.yarnpkg.com/web3-core-helpers/-/web3-core-helpers-1.2.9.tgz",
          "integrity": "sha1-Y4EHfD4BwScBjLnp49FCJpcSMxU=",
          "requires": {
            "underscore": "1.9.1",
            "web3-eth-iban": "1.2.9",
            "web3-utils": "1.2.9"
          }
        },
        "web3-core-method": {
          "version": "1.2.9",
          "resolved": "https://registry.yarnpkg.com/web3-core-method/-/web3-core-method-1.2.9.tgz",
          "integrity": "sha1-P7U4dRApvqVw5PhnMeL6XklF5GI=",
          "requires": {
            "@ethersproject/transactions": "5.0.1",
            "underscore": "1.9.1",
            "web3-core-helpers": "1.2.9",
            "web3-core-promievent": "1.2.9",
            "web3-core-subscriptions": "1.2.9",
            "web3-utils": "1.2.9"
          }
        },
        "web3-core-promievent": {
          "version": "1.2.9",
          "resolved": "https://registry.yarnpkg.com/web3-core-promievent/-/web3-core-promievent-1.2.9.tgz",
          "integrity": "sha1-uxxWqm+sL0s8WYUQ8GVU0lwRxVM=",
          "requires": {
            "eventemitter3": "3.1.2"
          }
        },
        "web3-core-requestmanager": {
          "version": "1.2.9",
          "resolved": "https://registry.yarnpkg.com/web3-core-requestmanager/-/web3-core-requestmanager-1.2.9.tgz",
          "integrity": "sha1-3W2FUlbE3WgUNP4IZ/jNdC/hBQM=",
          "requires": {
            "underscore": "1.9.1",
            "web3-core-helpers": "1.2.9",
            "web3-providers-http": "1.2.9",
            "web3-providers-ipc": "1.2.9",
            "web3-providers-ws": "1.2.9"
          }
        },
        "web3-core-subscriptions": {
          "version": "1.2.9",
          "resolved": "https://registry.yarnpkg.com/web3-core-subscriptions/-/web3-core-subscriptions-1.2.9.tgz",
          "integrity": "sha1-M1/X0V385deLS3vvBc5LPXI3sOQ=",
          "requires": {
            "eventemitter3": "3.1.2",
            "underscore": "1.9.1",
            "web3-core-helpers": "1.2.9"
          }
        },
        "web3-eth-contract": {
          "version": "1.2.9",
          "resolved": "https://registry.yarnpkg.com/web3-eth-contract/-/web3-eth-contract-1.2.9.tgz",
          "integrity": "sha1-cT2cbVAtjI8itpa3/9jiVEROa/0=",
          "requires": {
            "@types/bn.js": "4.11.6",
            "underscore": "1.9.1",
            "web3-core": "1.2.9",
            "web3-core-helpers": "1.2.9",
            "web3-core-method": "1.2.9",
            "web3-core-promievent": "1.2.9",
            "web3-core-subscriptions": "1.2.9",
            "web3-eth-abi": "1.2.9",
            "web3-utils": "1.2.9"
          }
        },
        "web3-eth-iban": {
          "version": "1.2.9",
          "resolved": "https://registry.yarnpkg.com/web3-eth-iban/-/web3-eth-iban-1.2.9.tgz",
          "integrity": "sha1-Tr89h4PzTQTEdA3BiThVZGY5n3o=",
          "requires": {
            "bn.js": "4.11.8",
            "web3-utils": "1.2.9"
          }
        },
        "web3-eth-personal": {
          "version": "1.2.9",
          "resolved": "https://registry.yarnpkg.com/web3-eth-personal/-/web3-eth-personal-1.2.9.tgz",
          "integrity": "sha1-m5XrFZuVC4PNiuFYc+HVdxG3o2g=",
          "requires": {
            "@types/node": "12.12.19",
            "web3-core": "1.2.9",
            "web3-core-helpers": "1.2.9",
            "web3-core-method": "1.2.9",
            "web3-net": "1.2.9",
            "web3-utils": "1.2.9"
          }
        },
        "web3-net": {
          "version": "1.2.9",
          "resolved": "https://registry.yarnpkg.com/web3-net/-/web3-net-1.2.9.tgz",
          "integrity": "sha1-UdJI7RvFw3cTxKxAwAc9m+rNh9M=",
          "requires": {
            "web3-core": "1.2.9",
            "web3-core-method": "1.2.9",
            "web3-utils": "1.2.9"
          }
        },
        "web3-providers-http": {
          "version": "1.2.9",
          "resolved": "https://registry.yarnpkg.com/web3-providers-http/-/web3-providers-http-1.2.9.tgz",
          "integrity": "sha1-5piqU3fiAZwkxaHm76D1EBhyiTQ=",
          "requires": {
            "web3-core-helpers": "1.2.9",
            "xhr2-cookies": "1.1.0"
          }
        },
        "web3-providers-ipc": {
          "version": "1.2.9",
          "resolved": "https://registry.yarnpkg.com/web3-providers-ipc/-/web3-providers-ipc-1.2.9.tgz",
          "integrity": "sha1-YVnqz816wx7cRw2T7xCBT+h0djs=",
          "requires": {
            "oboe": "2.1.4",
            "underscore": "1.9.1",
            "web3-core-helpers": "1.2.9"
          }
        },
        "web3-providers-ws": {
          "version": "1.2.9",
          "resolved": "https://registry.yarnpkg.com/web3-providers-ws/-/web3-providers-ws-1.2.9.tgz",
          "integrity": "sha1-IsIAZlXsRLStK0GsrmJ0GmrnqIw=",
          "requires": {
            "eventemitter3": "4.0.0",
            "underscore": "1.9.1",
            "web3-core-helpers": "1.2.9",
            "websocket": "1.0.31"
          },
          "dependencies": {
            "eventemitter3": {
              "version": "4.0.0",
              "resolved": "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-4.0.0.tgz",
              "integrity": "sha1-1lF2FjiH7lnzhtZMgmELaWpKdOs="
            }
          }
        },
        "websocket": {
          "version": "1.0.31",
          "resolved": "https://registry.yarnpkg.com/websocket/-/websocket-1.0.31.tgz",
          "integrity": "sha1-5dDxbDNA7YdnDkieyuYUTHk1hzA=",
          "requires": {
            "debug": "2.6.9",
            "es5-ext": "0.10.53",
            "nan": "2.14.0",
            "typedarray-to-buffer": "3.1.5",
            "yaeti": "0.0.6"
          }
        }
      }
    },
    "web3-eth-abi": {
      "version": "1.2.9",
      "resolved": "https://registry.yarnpkg.com/web3-eth-abi/-/web3-eth-abi-1.2.9.tgz",
      "integrity": "sha1-FL7dfkvgT8yjWyrISvFABXTNgoA=",
      "requires": {
        "@ethersproject/abi": "5.0.0-beta.153",
        "underscore": "1.9.1",
        "web3-utils": "1.2.9"
      }
    },
    "web3-eth-accounts": {
      "version": "1.2.9",
      "resolved": "https://registry.yarnpkg.com/web3-eth-accounts/-/web3-eth-accounts-1.2.9.tgz",
      "integrity": "sha1-fsQi35D+y1JDYD6kncKHJtt72rY=",
      "requires": {
        "crypto-browserify": "3.12.0",
        "eth-lib": "0.2.8",
        "ethereumjs-common": "1.4.0",
        "ethereumjs-tx": "2.1.1",
        "scrypt-js": "3.0.1",
        "underscore": "1.9.1",
        "uuid": "3.3.2",
        "web3-core": "1.2.9",
        "web3-core-helpers": "1.2.9",
        "web3-core-method": "1.2.9",
        "web3-utils": "1.2.9"
      },
      "dependencies": {
        "bn.js": {
          "version": "4.11.8",
          "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
          "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
        },
        "eth-lib": {
          "version": "0.2.8",
          "resolved": "https://registry.yarnpkg.com/eth-lib/-/eth-lib-0.2.8.tgz",
          "integrity": "sha1-sZQFi+9LIgrRLqSXQx1stqoGI8g=",
          "requires": {
            "bn.js": "4.11.8",
            "elliptic": "6.5.2",
            "xhr-request-promise": "0.1.3"
          }
        },
        "ethereumjs-common": {
          "version": "1.4.0",
          "resolved": "https://registry.yarnpkg.com/ethereumjs-common/-/ethereumjs-common-1.4.0.tgz",
          "integrity": "sha1-qUBoX4jzwlh+QGFjD+cgsInJZbg="
        },
        "ethereumjs-tx": {
          "version": "2.1.1",
          "resolved": "https://registry.yarnpkg.com/ethereumjs-tx/-/ethereumjs-tx-2.1.1.tgz",
          "integrity": "sha1-fSBOKzGRVsm8bOxn6VKUJKJujMw=",
          "requires": {
            "ethereumjs-common": "1.4.0",
            "ethereumjs-util": "6.1.0"
          }
        },
        "ethereumjs-util": {
          "version": "6.1.0",
          "resolved": "https://registry.yarnpkg.com/ethereumjs-util/-/ethereumjs-util-6.1.0.tgz",
          "integrity": "sha1-6cUeVUno69dXoznMAPU4BQfnmcg=",
          "requires": {
            "bn.js": "4.11.8",
            "create-hash": "1.2.0",
            "ethjs-util": "0.1.6",
            "keccak": "1.4.0",
            "rlp": "2.2.4",
            "safe-buffer": "5.2.0",
            "secp256k1": "3.8.0"
          }
        },
        "web3-core": {
          "version": "1.2.9",
          "resolved": "https://registry.yarnpkg.com/web3-core/-/web3-core-1.2.9.tgz",
          "integrity": "sha1-LLpXqiWbZAnbUy0hvfV9uNUE/T4=",
          "requires": {
            "@types/bn.js": "4.11.6",
            "@types/node": "12.12.19",
            "bignumber.js": "9.0.0",
            "web3-core-helpers": "1.2.9",
            "web3-core-method": "1.2.9",
            "web3-core-requestmanager": "1.2.9",
            "web3-utils": "1.2.9"
          }
        },
        "web3-core-helpers": {
          "version": "1.2.9",
          "resolved": "https://registry.yarnpkg.com/web3-core-helpers/-/web3-core-helpers-1.2.9.tgz",
          "integrity": "sha1-Y4EHfD4BwScBjLnp49FCJpcSMxU=",
          "requires": {
            "underscore": "1.9.1",
            "web3-eth-iban": "1.2.9",
            "web3-utils": "1.2.9"
          }
        },
        "web3-core-method": {
          "version": "1.2.9",
          "resolved": "https://registry.yarnpkg.com/web3-core-method/-/web3-core-method-1.2.9.tgz",
          "integrity": "sha1-P7U4dRApvqVw5PhnMeL6XklF5GI=",
          "requires": {
            "@ethersproject/transactions": "5.0.1",
            "underscore": "1.9.1",
            "web3-core-helpers": "1.2.9",
            "web3-core-promievent": "1.2.9",
            "web3-core-subscriptions": "1.2.9",
            "web3-utils": "1.2.9"
          }
        },
        "web3-core-promievent": {
          "version": "1.2.9",
          "resolved": "https://registry.yarnpkg.com/web3-core-promievent/-/web3-core-promievent-1.2.9.tgz",
          "integrity": "sha1-uxxWqm+sL0s8WYUQ8GVU0lwRxVM=",
          "requires": {
            "eventemitter3": "3.1.2"
          }
        },
        "web3-core-requestmanager": {
          "version": "1.2.9",
          "resolved": "https://registry.yarnpkg.com/web3-core-requestmanager/-/web3-core-requestmanager-1.2.9.tgz",
          "integrity": "sha1-3W2FUlbE3WgUNP4IZ/jNdC/hBQM=",
          "requires": {
            "underscore": "1.9.1",
            "web3-core-helpers": "1.2.9",
            "web3-providers-http": "1.2.9",
            "web3-providers-ipc": "1.2.9",
            "web3-providers-ws": "1.2.9"
          }
        },
        "web3-core-subscriptions": {
          "version": "1.2.9",
          "resolved": "https://registry.yarnpkg.com/web3-core-subscriptions/-/web3-core-subscriptions-1.2.9.tgz",
          "integrity": "sha1-M1/X0V385deLS3vvBc5LPXI3sOQ=",
          "requires": {
            "eventemitter3": "3.1.2",
            "underscore": "1.9.1",
            "web3-core-helpers": "1.2.9"
          }
        },
        "web3-eth-iban": {
          "version": "1.2.9",
          "resolved": "https://registry.yarnpkg.com/web3-eth-iban/-/web3-eth-iban-1.2.9.tgz",
          "integrity": "sha1-Tr89h4PzTQTEdA3BiThVZGY5n3o=",
          "requires": {
            "bn.js": "4.11.8",
            "web3-utils": "1.2.9"
          }
        },
        "web3-providers-http": {
          "version": "1.2.9",
          "resolved": "https://registry.yarnpkg.com/web3-providers-http/-/web3-providers-http-1.2.9.tgz",
          "integrity": "sha1-5piqU3fiAZwkxaHm76D1EBhyiTQ=",
          "requires": {
            "web3-core-helpers": "1.2.9",
            "xhr2-cookies": "1.1.0"
          }
        },
        "web3-providers-ipc": {
          "version": "1.2.9",
          "resolved": "https://registry.yarnpkg.com/web3-providers-ipc/-/web3-providers-ipc-1.2.9.tgz",
          "integrity": "sha1-YVnqz816wx7cRw2T7xCBT+h0djs=",
          "requires": {
            "oboe": "2.1.4",
            "underscore": "1.9.1",
            "web3-core-helpers": "1.2.9"
          }
        },
        "web3-providers-ws": {
          "version": "1.2.9",
          "resolved": "https://registry.yarnpkg.com/web3-providers-ws/-/web3-providers-ws-1.2.9.tgz",
          "integrity": "sha1-IsIAZlXsRLStK0GsrmJ0GmrnqIw=",
          "requires": {
            "eventemitter3": "4.0.0",
            "underscore": "1.9.1",
            "web3-core-helpers": "1.2.9",
            "websocket": "1.0.31"
          },
          "dependencies": {
            "eventemitter3": {
              "version": "4.0.0",
              "resolved": "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-4.0.0.tgz",
              "integrity": "sha1-1lF2FjiH7lnzhtZMgmELaWpKdOs="
            }
          }
        },
        "websocket": {
          "version": "1.0.31",
          "resolved": "https://registry.yarnpkg.com/websocket/-/websocket-1.0.31.tgz",
          "integrity": "sha1-5dDxbDNA7YdnDkieyuYUTHk1hzA=",
          "requires": {
            "debug": "2.6.9",
            "es5-ext": "0.10.53",
            "nan": "2.14.0",
            "typedarray-to-buffer": "3.1.5",
            "yaeti": "0.0.6"
          }
        }
      }
    },
    "web3-eth-contract": {
      "version": "1.2.1",
      "resolved": "https://registry.yarnpkg.com/web3-eth-contract/-/web3-eth-contract-1.2.1.tgz",
      "integrity": "sha1-NUJCTz00E4b9n/ZeeAYLhawOqMQ=",
      "requires": {
        "underscore": "1.9.1",
        "web3-core": "1.2.1",
        "web3-core-helpers": "1.2.1",
        "web3-core-method": "1.2.1",
        "web3-core-promievent": "1.2.1",
        "web3-core-subscriptions": "1.2.1",
        "web3-eth-abi": "1.2.1",
        "web3-utils": "1.2.1"
      },
      "dependencies": {
        "bn.js": {
          "version": "4.11.8",
          "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
          "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
        },
        "web3-eth-abi": {
          "version": "1.2.1",
          "resolved": "https://registry.yarnpkg.com/web3-eth-abi/-/web3-eth-abi-1.2.1.tgz",
          "integrity": "sha1-m5FbHJ6/gvcMymMRRwNdVBkGRok=",
          "requires": {
            "ethers": "4.0.0-beta.3",
            "underscore": "1.9.1",
            "web3-utils": "1.2.1"
          }
        },
        "web3-utils": {
          "version": "1.2.1",
          "resolved": "https://registry.yarnpkg.com/web3-utils/-/web3-utils-1.2.1.tgz",
          "integrity": "sha1-IUZuOCkVUd4Ks0VY3iFRKsQnRTQ=",
          "requires": {
            "bn.js": "4.11.8",
            "eth-lib": "0.2.7",
            "ethjs-unit": "0.1.6",
            "number-to-bn": "1.7.0",
            "randomhex": "0.1.5",
            "underscore": "1.9.1",
            "utf8": "3.0.0"
          }
        }
      }
    },
    "web3-eth-ens": {
      "version": "1.2.9",
      "resolved": "https://registry.yarnpkg.com/web3-eth-ens/-/web3-eth-ens-1.2.9.tgz",
      "integrity": "sha1-V3uTWMA2M3gz+yvcWcEb5/b3MbY=",
      "requires": {
        "content-hash": "2.5.2",
        "eth-ens-namehash": "2.0.8",
        "underscore": "1.9.1",
        "web3-core": "1.2.9",
        "web3-core-helpers": "1.2.9",
        "web3-core-promievent": "1.2.9",
        "web3-eth-abi": "1.2.9",
        "web3-eth-contract": "1.2.9",
        "web3-utils": "1.2.9"
      },
      "dependencies": {
        "bn.js": {
          "version": "4.11.8",
          "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
          "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
        },
        "web3-core": {
          "version": "1.2.9",
          "resolved": "https://registry.yarnpkg.com/web3-core/-/web3-core-1.2.9.tgz",
          "integrity": "sha1-LLpXqiWbZAnbUy0hvfV9uNUE/T4=",
          "requires": {
            "@types/bn.js": "4.11.6",
            "@types/node": "12.12.19",
            "bignumber.js": "9.0.0",
            "web3-core-helpers": "1.2.9",
            "web3-core-method": "1.2.9",
            "web3-core-requestmanager": "1.2.9",
            "web3-utils": "1.2.9"
          }
        },
        "web3-core-helpers": {
          "version": "1.2.9",
          "resolved": "https://registry.yarnpkg.com/web3-core-helpers/-/web3-core-helpers-1.2.9.tgz",
          "integrity": "sha1-Y4EHfD4BwScBjLnp49FCJpcSMxU=",
          "requires": {
            "underscore": "1.9.1",
            "web3-eth-iban": "1.2.9",
            "web3-utils": "1.2.9"
          }
        },
        "web3-core-method": {
          "version": "1.2.9",
          "resolved": "https://registry.yarnpkg.com/web3-core-method/-/web3-core-method-1.2.9.tgz",
          "integrity": "sha1-P7U4dRApvqVw5PhnMeL6XklF5GI=",
          "requires": {
            "@ethersproject/transactions": "5.0.1",
            "underscore": "1.9.1",
            "web3-core-helpers": "1.2.9",
            "web3-core-promievent": "1.2.9",
            "web3-core-subscriptions": "1.2.9",
            "web3-utils": "1.2.9"
          }
        },
        "web3-core-promievent": {
          "version": "1.2.9",
          "resolved": "https://registry.yarnpkg.com/web3-core-promievent/-/web3-core-promievent-1.2.9.tgz",
          "integrity": "sha1-uxxWqm+sL0s8WYUQ8GVU0lwRxVM=",
          "requires": {
            "eventemitter3": "3.1.2"
          }
        },
        "web3-core-requestmanager": {
          "version": "1.2.9",
          "resolved": "https://registry.yarnpkg.com/web3-core-requestmanager/-/web3-core-requestmanager-1.2.9.tgz",
          "integrity": "sha1-3W2FUlbE3WgUNP4IZ/jNdC/hBQM=",
          "requires": {
            "underscore": "1.9.1",
            "web3-core-helpers": "1.2.9",
            "web3-providers-http": "1.2.9",
            "web3-providers-ipc": "1.2.9",
            "web3-providers-ws": "1.2.9"
          }
        },
        "web3-core-subscriptions": {
          "version": "1.2.9",
          "resolved": "https://registry.yarnpkg.com/web3-core-subscriptions/-/web3-core-subscriptions-1.2.9.tgz",
          "integrity": "sha1-M1/X0V385deLS3vvBc5LPXI3sOQ=",
          "requires": {
            "eventemitter3": "3.1.2",
            "underscore": "1.9.1",
            "web3-core-helpers": "1.2.9"
          }
        },
        "web3-eth-contract": {
          "version": "1.2.9",
          "resolved": "https://registry.yarnpkg.com/web3-eth-contract/-/web3-eth-contract-1.2.9.tgz",
          "integrity": "sha1-cT2cbVAtjI8itpa3/9jiVEROa/0=",
          "requires": {
            "@types/bn.js": "4.11.6",
            "underscore": "1.9.1",
            "web3-core": "1.2.9",
            "web3-core-helpers": "1.2.9",
            "web3-core-method": "1.2.9",
            "web3-core-promievent": "1.2.9",
            "web3-core-subscriptions": "1.2.9",
            "web3-eth-abi": "1.2.9",
            "web3-utils": "1.2.9"
          }
        },
        "web3-eth-iban": {
          "version": "1.2.9",
          "resolved": "https://registry.yarnpkg.com/web3-eth-iban/-/web3-eth-iban-1.2.9.tgz",
          "integrity": "sha1-Tr89h4PzTQTEdA3BiThVZGY5n3o=",
          "requires": {
            "bn.js": "4.11.8",
            "web3-utils": "1.2.9"
          }
        },
        "web3-providers-http": {
          "version": "1.2.9",
          "resolved": "https://registry.yarnpkg.com/web3-providers-http/-/web3-providers-http-1.2.9.tgz",
          "integrity": "sha1-5piqU3fiAZwkxaHm76D1EBhyiTQ=",
          "requires": {
            "web3-core-helpers": "1.2.9",
            "xhr2-cookies": "1.1.0"
          }
        },
        "web3-providers-ipc": {
          "version": "1.2.9",
          "resolved": "https://registry.yarnpkg.com/web3-providers-ipc/-/web3-providers-ipc-1.2.9.tgz",
          "integrity": "sha1-YVnqz816wx7cRw2T7xCBT+h0djs=",
          "requires": {
            "oboe": "2.1.4",
            "underscore": "1.9.1",
            "web3-core-helpers": "1.2.9"
          }
        },
        "web3-providers-ws": {
          "version": "1.2.9",
          "resolved": "https://registry.yarnpkg.com/web3-providers-ws/-/web3-providers-ws-1.2.9.tgz",
          "integrity": "sha1-IsIAZlXsRLStK0GsrmJ0GmrnqIw=",
          "requires": {
            "eventemitter3": "4.0.0",
            "underscore": "1.9.1",
            "web3-core-helpers": "1.2.9",
            "websocket": "1.0.31"
          },
          "dependencies": {
            "eventemitter3": {
              "version": "4.0.0",
              "resolved": "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-4.0.0.tgz",
              "integrity": "sha1-1lF2FjiH7lnzhtZMgmELaWpKdOs="
            }
          }
        },
        "websocket": {
          "version": "1.0.31",
          "resolved": "https://registry.yarnpkg.com/websocket/-/websocket-1.0.31.tgz",
          "integrity": "sha1-5dDxbDNA7YdnDkieyuYUTHk1hzA=",
          "requires": {
            "debug": "2.6.9",
            "es5-ext": "0.10.53",
            "nan": "2.14.0",
            "typedarray-to-buffer": "3.1.5",
            "yaeti": "0.0.6"
          }
        }
      }
    },
    "web3-eth-iban": {
      "version": "1.2.1",
      "resolved": "https://registry.yarnpkg.com/web3-eth-iban/-/web3-eth-iban-1.2.1.tgz",
      "integrity": "sha1-LDgBcYlGvqJOkpaZOpdcgLWs+IA=",
      "requires": {
        "bn.js": "4.11.8",
        "web3-utils": "1.2.1"
      },
      "dependencies": {
        "bn.js": {
          "version": "4.11.8",
          "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
          "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
        },
        "web3-utils": {
          "version": "1.2.1",
          "resolved": "https://registry.yarnpkg.com/web3-utils/-/web3-utils-1.2.1.tgz",
          "integrity": "sha1-IUZuOCkVUd4Ks0VY3iFRKsQnRTQ=",
          "requires": {
            "bn.js": "4.11.8",
            "eth-lib": "0.2.7",
            "ethjs-unit": "0.1.6",
            "number-to-bn": "1.7.0",
            "randomhex": "0.1.5",
            "underscore": "1.9.1",
            "utf8": "3.0.0"
          }
        }
      }
    },
    "web3-eth-personal": {
      "version": "1.2.1",
      "resolved": "https://registry.yarnpkg.com/web3-eth-personal/-/web3-eth-personal-1.2.1.tgz",
      "integrity": "sha1-JE6ZEbe0gtwXwC8joGGmJ8bkf68=",
      "requires": {
        "web3-core": "1.2.1",
        "web3-core-helpers": "1.2.1",
        "web3-core-method": "1.2.1",
        "web3-net": "1.2.1",
        "web3-utils": "1.2.1"
      },
      "dependencies": {
        "bn.js": {
          "version": "4.11.8",
          "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
          "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
        },
        "web3-utils": {
          "version": "1.2.1",
          "resolved": "https://registry.yarnpkg.com/web3-utils/-/web3-utils-1.2.1.tgz",
          "integrity": "sha1-IUZuOCkVUd4Ks0VY3iFRKsQnRTQ=",
          "requires": {
            "bn.js": "4.11.8",
            "eth-lib": "0.2.7",
            "ethjs-unit": "0.1.6",
            "number-to-bn": "1.7.0",
            "randomhex": "0.1.5",
            "underscore": "1.9.1",
            "utf8": "3.0.0"
          }
        }
      }
    },
    "web3-net": {
      "version": "1.2.1",
      "resolved": "https://registry.yarnpkg.com/web3-net/-/web3-net-1.2.1.tgz",
      "integrity": "sha1-7dJJUDMV3Vq0+gAiD2UJ2Vu3qxA=",
      "requires": {
        "web3-core": "1.2.1",
        "web3-core-method": "1.2.1",
        "web3-utils": "1.2.1"
      },
      "dependencies": {
        "bn.js": {
          "version": "4.11.8",
          "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
          "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
        },
        "web3-utils": {
          "version": "1.2.1",
          "resolved": "https://registry.yarnpkg.com/web3-utils/-/web3-utils-1.2.1.tgz",
          "integrity": "sha1-IUZuOCkVUd4Ks0VY3iFRKsQnRTQ=",
          "requires": {
            "bn.js": "4.11.8",
            "eth-lib": "0.2.7",
            "ethjs-unit": "0.1.6",
            "number-to-bn": "1.7.0",
            "randomhex": "0.1.5",
            "underscore": "1.9.1",
            "utf8": "3.0.0"
          }
        }
      }
    },
    "web3-provider-engine": {
      "version": "14.2.1",
      "resolved": "https://registry.yarnpkg.com/web3-provider-engine/-/web3-provider-engine-14.2.1.tgz",
      "integrity": "sha1-7zUVeHl78XDgjVKctbAvh1Eym5U=",
      "requires": {
        "async": "2.6.3",
        "backoff": "2.5.0",
        "clone": "2.1.2",
        "cross-fetch": "2.2.3",
        "eth-block-tracker": "3.0.1",
        "eth-json-rpc-infura": "3.2.1",
        "eth-sig-util": "1.4.2",
        "ethereumjs-block": "1.7.1",
        "ethereumjs-tx": "1.3.7",
        "ethereumjs-util": "5.2.0",
        "ethereumjs-vm": "2.6.0",
        "json-rpc-error": "2.0.0",
        "json-stable-stringify": "1.0.1",
        "promise-to-callback": "1.0.0",
        "readable-stream": "2.3.7",
        "request": "2.88.2",
        "semaphore": "1.1.0",
        "xhr": "2.5.0",
        "ws": "5.2.2",
        "xtend": "4.0.2"
      }
    },
    "web3-providers-http": {
      "version": "1.2.1",
      "resolved": "https://registry.yarnpkg.com/web3-providers-http/-/web3-providers-http-1.2.1.tgz",
      "integrity": "sha1-yT6gA6Que4lFVvfhndNUD5R/UBM=",
      "requires": {
        "web3-core-helpers": "1.2.1",
        "xhr2-cookies": "1.1.0"
      }
    },
    "web3-providers-ipc": {
      "version": "1.2.1",
      "resolved": "https://registry.yarnpkg.com/web3-providers-ipc/-/web3-providers-ipc-1.2.1.tgz",
      "integrity": "sha1-AXv8aHqPxTmN8iQeuY8TXj7dZyw=",
      "requires": {
        "oboe": "2.1.4",
        "underscore": "1.9.1",
        "web3-core-helpers": "1.2.1"
      }
    },
    "web3-providers-ws": {
      "version": "1.2.1",
      "resolved": "https://registry.yarnpkg.com/web3-providers-ws/-/web3-providers-ws-1.2.1.tgz",
      "integrity": "sha1-LZQerz1ajKoyFO/43BbZYlK4Qss=",
      "requires": {
        "underscore": "1.9.1",
        "web3-core-helpers": "1.2.1",
        "websocket": "1.0.29"
      }
    },
    "web3-shh": {
      "version": "1.2.9",
      "resolved": "https://registry.yarnpkg.com/web3-shh/-/web3-shh-1.2.9.tgz",
      "integrity": "sha1-xLpw1hQs/WE0GlB1LYys6aA3CRE=",
      "requires": {
        "web3-core": "1.2.9",
        "web3-core-method": "1.2.9",
        "web3-core-subscriptions": "1.2.9",
        "web3-net": "1.2.9"
      },
      "dependencies": {
        "bn.js": {
          "version": "4.11.8",
          "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
          "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
        },
        "web3-core": {
          "version": "1.2.9",
          "resolved": "https://registry.yarnpkg.com/web3-core/-/web3-core-1.2.9.tgz",
          "integrity": "sha1-LLpXqiWbZAnbUy0hvfV9uNUE/T4=",
          "requires": {
            "@types/bn.js": "4.11.6",
            "@types/node": "12.12.19",
            "bignumber.js": "9.0.0",
            "web3-core-helpers": "1.2.9",
            "web3-core-method": "1.2.9",
            "web3-core-requestmanager": "1.2.9",
            "web3-utils": "1.2.9"
          }
        },
        "web3-core-helpers": {
          "version": "1.2.9",
          "resolved": "https://registry.yarnpkg.com/web3-core-helpers/-/web3-core-helpers-1.2.9.tgz",
          "integrity": "sha1-Y4EHfD4BwScBjLnp49FCJpcSMxU=",
          "requires": {
            "underscore": "1.9.1",
            "web3-eth-iban": "1.2.9",
            "web3-utils": "1.2.9"
          }
        },
        "web3-core-method": {
          "version": "1.2.9",
          "resolved": "https://registry.yarnpkg.com/web3-core-method/-/web3-core-method-1.2.9.tgz",
          "integrity": "sha1-P7U4dRApvqVw5PhnMeL6XklF5GI=",
          "requires": {
            "@ethersproject/transactions": "5.0.1",
            "underscore": "1.9.1",
            "web3-core-helpers": "1.2.9",
            "web3-core-promievent": "1.2.9",
            "web3-core-subscriptions": "1.2.9",
            "web3-utils": "1.2.9"
          }
        },
        "web3-core-promievent": {
          "version": "1.2.9",
          "resolved": "https://registry.yarnpkg.com/web3-core-promievent/-/web3-core-promievent-1.2.9.tgz",
          "integrity": "sha1-uxxWqm+sL0s8WYUQ8GVU0lwRxVM=",
          "requires": {
            "eventemitter3": "3.1.2"
          }
        },
        "web3-core-requestmanager": {
          "version": "1.2.9",
          "resolved": "https://registry.yarnpkg.com/web3-core-requestmanager/-/web3-core-requestmanager-1.2.9.tgz",
          "integrity": "sha1-3W2FUlbE3WgUNP4IZ/jNdC/hBQM=",
          "requires": {
            "underscore": "1.9.1",
            "web3-core-helpers": "1.2.9",
            "web3-providers-http": "1.2.9",
            "web3-providers-ipc": "1.2.9",
            "web3-providers-ws": "1.2.9"
          }
        },
        "web3-core-subscriptions": {
          "version": "1.2.9",
          "resolved": "https://registry.yarnpkg.com/web3-core-subscriptions/-/web3-core-subscriptions-1.2.9.tgz",
          "integrity": "sha1-M1/X0V385deLS3vvBc5LPXI3sOQ=",
          "requires": {
            "eventemitter3": "3.1.2",
            "underscore": "1.9.1",
            "web3-core-helpers": "1.2.9"
          }
        },
        "web3-eth-iban": {
          "version": "1.2.9",
          "resolved": "https://registry.yarnpkg.com/web3-eth-iban/-/web3-eth-iban-1.2.9.tgz",
          "integrity": "sha1-Tr89h4PzTQTEdA3BiThVZGY5n3o=",
          "requires": {
            "bn.js": "4.11.8",
            "web3-utils": "1.2.9"
          }
        },
        "web3-net": {
          "version": "1.2.9",
          "resolved": "https://registry.yarnpkg.com/web3-net/-/web3-net-1.2.9.tgz",
          "integrity": "sha1-UdJI7RvFw3cTxKxAwAc9m+rNh9M=",
          "requires": {
            "web3-core": "1.2.9",
            "web3-core-method": "1.2.9",
            "web3-utils": "1.2.9"
          }
        },
        "web3-providers-http": {
          "version": "1.2.9",
          "resolved": "https://registry.yarnpkg.com/web3-providers-http/-/web3-providers-http-1.2.9.tgz",
          "integrity": "sha1-5piqU3fiAZwkxaHm76D1EBhyiTQ=",
          "requires": {
            "web3-core-helpers": "1.2.9",
            "xhr2-cookies": "1.1.0"
          }
        },
        "web3-providers-ipc": {
          "version": "1.2.9",
          "resolved": "https://registry.yarnpkg.com/web3-providers-ipc/-/web3-providers-ipc-1.2.9.tgz",
          "integrity": "sha1-YVnqz816wx7cRw2T7xCBT+h0djs=",
          "requires": {
            "oboe": "2.1.4",
            "underscore": "1.9.1",
            "web3-core-helpers": "1.2.9"
          }
        },
        "web3-providers-ws": {
          "version": "1.2.9",
          "resolved": "https://registry.yarnpkg.com/web3-providers-ws/-/web3-providers-ws-1.2.9.tgz",
          "integrity": "sha1-IsIAZlXsRLStK0GsrmJ0GmrnqIw=",
          "requires": {
            "eventemitter3": "4.0.0",
            "underscore": "1.9.1",
            "web3-core-helpers": "1.2.9",
            "websocket": "1.0.31"
          },
          "dependencies": {
            "eventemitter3": {
              "version": "4.0.0",
              "resolved": "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-4.0.0.tgz",
              "integrity": "sha1-1lF2FjiH7lnzhtZMgmELaWpKdOs="
            }
          }
        },
        "websocket": {
          "version": "1.0.31",
          "resolved": "https://registry.yarnpkg.com/websocket/-/websocket-1.0.31.tgz",
          "integrity": "sha1-5dDxbDNA7YdnDkieyuYUTHk1hzA=",
          "requires": {
            "debug": "2.6.9",
            "es5-ext": "0.10.53",
            "nan": "2.14.0",
            "typedarray-to-buffer": "3.1.5",
            "yaeti": "0.0.6"
          }
        }
      }
    },
    "web3-utils": {
      "version": "1.2.9",
      "resolved": "https://registry.yarnpkg.com/web3-utils/-/web3-utils-1.2.9.tgz",
      "integrity": "sha1-q+EXNSIWJ9qUOXHvGmMIaPucYfM=",
      "requires": {
        "bn.js": "4.11.8",
        "eth-lib": "0.2.7",
        "ethereum-bloom-filters": "1.0.6",
        "ethjs-unit": "0.1.6",
        "number-to-bn": "1.7.0",
        "randombytes": "2.1.0",
        "underscore": "1.9.1",
        "utf8": "3.0.0"
      },
      "dependencies": {
        "bn.js": {
          "version": "4.11.8",
          "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
          "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
        }
      }
    },
    "webcrypto-shim": {
      "version": "github:dignifiedquire/webcrypto-shim#190bc9ec341375df6025b17ae12ddb2428ea49c8"
    },
    "websocket": {
      "version": "github:web3-js/WebSocket-Node#905deb4812572b344f5801f8c9ce8bb02799d82e",
      "requires": {
        "debug": "2.6.9",
        "es5-ext": "0.10.53",
        "nan": "2.14.0",
        "typedarray-to-buffer": "3.1.5",
        "yaeti": "0.0.6"
      }
    },
    "well-known-symbols": {
      "version": "2.0.0",
      "resolved": "https://registry.yarnpkg.com/well-known-symbols/-/well-known-symbols-2.0.0.tgz",
      "integrity": "sha1-6cfAfb0TK3uEISyBdDkewfmHG6U="
    },
    "whatwg-fetch": {
      "version": "2.0.4",
      "resolved": "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-2.0.4.tgz",
      "integrity": "sha1-3eal3zFfnTmZGqF2IYU9cguFVm8="
    },
    "which": {
      "version": "2.0.2",
      "resolved": "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz",
      "integrity": "sha1-fGqN0KY2oDJ+ELWckobu6T8/UbE=",
      "requires": {
        "isexe": "2.0.0"
      }
    },
    "which-module": {
      "version": "2.0.0",
      "resolved": "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz",
      "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho="
    },
    "wide-align": {
      "version": "1.1.3",
      "resolved": "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.3.tgz",
      "integrity": "sha1-rgdOa9wMFKQx6ATmJFScYzsABFc=",
      "requires": {
        "string-width": "2.1.1"
      },
      "dependencies": {
        "ansi-regex": {
          "version": "3.0.0",
          "resolved": "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz",
          "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg="
        },
        "string-width": {
          "version": "2.1.1",
          "resolved": "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz",
          "integrity": "sha1-q5Pyeo3BPSjKyBXEYhQ6bZASrp4=",
          "requires": {
            "is-fullwidth-code-point": "2.0.0",
            "strip-ansi": "4.0.0"
          }
        },
        "strip-ansi": {
          "version": "4.0.0",
          "resolved": "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-4.0.0.tgz",
          "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=",
          "requires": {
            "ansi-regex": "3.0.0"
          }
        }
      }
    },
    "widest-line": {
      "version": "3.1.0",
      "resolved": "https://registry.yarnpkg.com/widest-line/-/widest-line-3.1.0.tgz",
      "integrity": "sha1-gpIzO79my0X/DeFgOxNreuFJbso=",
      "requires": {
        "string-width": "4.2.0"
      }
    },
    "window-size": {
      "version": "0.2.0",
      "resolved": "https://registry.yarnpkg.com/window-size/-/window-size-0.2.0.tgz",
      "integrity": "sha1-tDFbtCFKPXBY6+7okuE/ok2YsHU="
    },
    "wonka": {
      "version": "4.0.14",
      "resolved": "https://registry.yarnpkg.com/wonka/-/wonka-4.0.14.tgz",
      "integrity": "sha1-d9aAqE5XXtFan5deuH1sUwSI86Q="
    },
    "word-wrap": {
      "version": "1.2.3",
      "resolved": "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.3.tgz",
      "integrity": "sha1-YQY29rH3A4kb00dxzLF/uTtHB5w="
    },
    "wordwrap": {
      "version": "0.0.3",
      "resolved": "https://registry.yarnpkg.com/wordwrap/-/wordwrap-0.0.3.tgz",
      "integrity": "sha1-o9XabNXAvAAI03I0u68b7WMFkQc="
    },
    "workerpool": {
      "version": "6.0.0",
      "resolved": "https://registry.yarnpkg.com/workerpool/-/workerpool-6.0.0.tgz",
      "integrity": "sha1-harWf6GiyO+ThqG0NTmQD2HQPVg="
    },
    "wrap-ansi": {
      "version": "3.0.1",
      "resolved": "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-3.0.1.tgz",
      "integrity": "sha1-KIoE2H7aXChuBg3+jxNc6NAH+Lo=",
      "requires": {
        "string-width": "2.1.1",
        "strip-ansi": "4.0.0"
      },
      "dependencies": {
        "ansi-regex": {
          "version": "3.0.0",
          "resolved": "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz",
          "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg="
        },
        "string-width": {
          "version": "2.1.1",
          "resolved": "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz",
          "integrity": "sha1-q5Pyeo3BPSjKyBXEYhQ6bZASrp4=",
          "requires": {
            "is-fullwidth-code-point": "2.0.0",
            "strip-ansi": "4.0.0"
          }
        },
        "strip-ansi": {
          "version": "4.0.0",
          "resolved": "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-4.0.0.tgz",
          "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=",
          "requires": {
            "ansi-regex": "3.0.0"
          }
        }
      }
    },
    "wrappy": {
      "version": "1.0.2",
      "resolved": "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz",
      "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8="
    },
    "write": {
      "version": "1.0.3",
      "resolved": "https://registry.yarnpkg.com/write/-/write-1.0.3.tgz",
      "integrity": "sha1-CADhRSO5I6OH5BUSPIZWFqrg9cM=",
      "requires": {
        "mkdirp": "0.5.5"
      }
    },
    "write-file-atomic": {
      "version": "3.0.3",
      "resolved": "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-3.0.3.tgz",
      "integrity": "sha1-Vr1cWlxwSBzRnFcb05q5ZaXeVug=",
      "requires": {
        "imurmurhash": "0.1.4",
        "is-typedarray": "1.0.0",
        "signal-exit": "3.0.3",
        "typedarray-to-buffer": "3.1.5"
      }
    },
    "ws": {
      "version": "5.2.2",
      "resolved": "https://registry.yarnpkg.com/ws/-/ws-5.2.2.tgz",
      "integrity": "sha1-3/7xSGa46NyRM1glFNG++vlumA8=",
      "requires": {
        "async-limiter": "1.0.1"
      }
    },
    "xdg-basedir": {
      "version": "4.0.0",
      "resolved": "https://registry.yarnpkg.com/xdg-basedir/-/xdg-basedir-4.0.0.tgz",
      "integrity": "sha1-S8jZmEQDaWIl74OhVzy7y0552xM="
    },
    "xhr": {
      "version": "2.5.0",
      "resolved": "https://registry.yarnpkg.com/xhr/-/xhr-2.5.0.tgz",
      "integrity": "sha1-vtjRZ21co2EIZnaSt0sxbEluSd0=",
      "requires": {
        "global": "4.3.2",
        "is-function": "1.0.1",
        "parse-headers": "2.0.3",
        "xtend": "4.0.2"
      }
    },
    "xhr-request": {
      "version": "1.1.0",
      "resolved": "https://registry.yarnpkg.com/xhr-request/-/xhr-request-1.1.0.tgz",
      "integrity": "sha1-9KfBhoufGYcjRE2C3K4xdkPy4u0=",
      "requires": {
        "buffer-to-arraybuffer": "0.0.5",
        "object-assign": "4.1.1",
        "query-string": "5.1.1",
        "simple-get": "2.8.1",
        "timed-out": "4.0.1",
        "url-set-query": "1.0.0",
        "xhr": "2.5.0"
      }
    },
    "xhr-request-promise": {
      "version": "0.1.3",
      "resolved": "https://registry.yarnpkg.com/xhr-request-promise/-/xhr-request-promise-0.1.3.tgz",
      "integrity": "sha1-LV9LFtjGyJO+l/GmKw7Uzzyl+Ww=",
      "requires": {
        "xhr-request": "1.1.0"
      }
    },
    "xhr2": {
      "version": "0.2.0",
      "resolved": "https://registry.yarnpkg.com/xhr2/-/xhr2-0.2.0.tgz",
      "integrity": "sha1-7d7/eC87dVEGG411ZFCFJpOW5SE="
    },
    "xhr2-cookies": {
      "version": "1.1.0",
      "resolved": "https://registry.yarnpkg.com/xhr2-cookies/-/xhr2-cookies-1.1.0.tgz",
      "integrity": "sha1-fXdEnQmZGX8VXLc7I99yUF7YnUg=",
      "requires": {
        "cookiejar": "2.1.2"
      }
    },
    "xmlhttprequest": {
      "version": "1.8.0",
      "resolved": "https://registry.yarnpkg.com/xmlhttprequest/-/xmlhttprequest-1.8.0.tgz",
      "integrity": "sha1-Z/4HXFwk/vOfnWX197f+dRcZaPw="
    },
    "xtend": {
      "version": "4.0.2",
      "resolved": "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz",
      "integrity": "sha1-u3J3n1+kZRhrH0OPZ0+jR/2121Q="
    },
    "y18n": {
      "version": "4.0.0",
      "resolved": "https://registry.yarnpkg.com/y18n/-/y18n-4.0.0.tgz",
      "integrity": "sha1-le+U+F7MgdAHwmThkKEg8KPIVms="
    },
    "yaeti": {
      "version": "0.0.6",
      "resolved": "https://registry.yarnpkg.com/yaeti/-/yaeti-0.0.6.tgz",
      "integrity": "sha1-8m9ITXJoTPQr7ft2lwqhYI+/lXc="
    },
    "yallist": {
      "version": "3.1.1",
      "resolved": "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz",
      "integrity": "sha1-27fa+b/YusmrRev2ArjLrQ1dCP0="
    },
    "yargs": {
      "version": "15.4.1",
      "resolved": "https://registry.yarnpkg.com/yargs/-/yargs-15.4.1.tgz",
      "integrity": "sha1-DYehbeAa7p2L7Cv7909nhRcw9Pg=",
      "requires": {
        "cliui": "6.0.0",
        "decamelize": "1.2.0",
        "find-up": "4.1.0",
        "get-caller-file": "2.0.5",
        "require-directory": "2.1.1",
        "require-main-filename": "2.0.0",
        "set-blocking": "2.0.0",
        "string-width": "4.2.0",
        "which-module": "2.0.0",
        "y18n": "4.0.0",
        "yargs-parser": "18.1.3"
      },
      "dependencies": {
        "yargs-parser": {
          "version": "18.1.3",
          "resolved": "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-18.1.3.tgz",
          "integrity": "sha1-vmjEl1xrKr9GkjawyHA2L6sJp7A=",
          "requires": {
            "camelcase": "5.3.1",
            "decamelize": "1.2.0"
          }
        }
      }
    },
    "yargs-parser": {
      "version": "13.1.2",
      "resolved": "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-13.1.2.tgz",
      "integrity": "sha1-Ew8JcC667vJlDVTObj5XBvek+zg=",
      "requires": {
        "camelcase": "5.3.1",
        "decamelize": "1.2.0"
      }
    },
    "yargs-unparser": {
      "version": "1.6.0",
      "resolved": "https://registry.yarnpkg.com/yargs-unparser/-/yargs-unparser-1.6.0.tgz",
      "integrity": "sha1-7yXCx2n/a9CeSw+dfGBfsnhG6p8=",
      "requires": {
        "flat": "4.1.0",
        "lodash": "4.17.19",
        "yargs": "13.3.2"
      },
      "dependencies": {
        "ansi-regex": {
          "version": "4.1.0",
          "resolved": "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.0.tgz",
          "integrity": "sha1-i5+PCM8ay4Q3Vqg5yox+MWjFGZc="
        },
        "ansi-styles": {
          "version": "3.2.1",
          "resolved": "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz",
          "integrity": "sha1-QfuyAkPlCxK+DwS43tvwdSDOhB0=",
          "requires": {
            "color-convert": "1.9.3"
          }
        },
        "cliui": {
          "version": "5.0.0",
          "resolved": "https://registry.yarnpkg.com/cliui/-/cliui-5.0.0.tgz",
          "integrity": "sha1-3u/P2y6AB4SqNPRvoI4GhRx7u8U=",
          "requires": {
            "string-width": "3.1.0",
            "strip-ansi": "5.2.0",
            "wrap-ansi": "5.1.0"
          }
        },
        "color-convert": {
          "version": "1.9.3",
          "resolved": "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz",
          "integrity": "sha1-u3GFBpDh8TZWfeYp0tVHHe2kweg=",
          "requires": {
            "color-name": "1.1.3"
          }
        },
        "color-name": {
          "version": "1.1.3",
          "resolved": "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz",
          "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU="
        },
        "emoji-regex": {
          "version": "7.0.3",
          "resolved": "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-7.0.3.tgz",
          "integrity": "sha1-kzoEBShgyF6DwSJHnEdIqOTHIVY="
        },
        "find-up": {
          "version": "3.0.0",
          "resolved": "https://registry.yarnpkg.com/find-up/-/find-up-3.0.0.tgz",
          "integrity": "sha1-SRafHXmTQwZG2mHsxa41XCHJe3M=",
          "requires": {
            "locate-path": "3.0.0"
          }
        },
        "locate-path": {
          "version": "3.0.0",
          "resolved": "https://registry.yarnpkg.com/locate-path/-/locate-path-3.0.0.tgz",
          "integrity": "sha1-2+w7OrdZdYBxtY/ln8QYca8hQA4=",
          "requires": {
            "p-locate": "3.0.0",
            "path-exists": "3.0.0"
          }
        },
        "p-locate": {
          "version": "3.0.0",
          "resolved": "https://registry.yarnpkg.com/p-locate/-/p-locate-3.0.0.tgz",
          "integrity": "sha1-Mi1poFwCZLJZl9n0DNiokasAZKQ=",
          "requires": {
            "p-limit": "2.3.0"
          }
        },
        "string-width": {
          "version": "3.1.0",
          "resolved": "https://registry.yarnpkg.com/string-width/-/string-width-3.1.0.tgz",
          "integrity": "sha1-InZ74htirxCBV0MG9prFG2IgOWE=",
          "requires": {
            "emoji-regex": "7.0.3",
            "is-fullwidth-code-point": "2.0.0",
            "strip-ansi": "5.2.0"
          }
        },
        "strip-ansi": {
          "version": "5.2.0",
          "resolved": "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.2.0.tgz",
          "integrity": "sha1-jJpTb+tq/JYr36WxBKUJHBrZwK4=",
          "requires": {
            "ansi-regex": "4.1.0"
          }
        },
        "wrap-ansi": {
          "version": "5.1.0",
          "resolved": "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-5.1.0.tgz",
          "integrity": "sha1-H9H2cjXVttD+54EFYAG/tpTAOwk=",
          "requires": {
            "ansi-styles": "3.2.1",
            "string-width": "3.1.0",
            "strip-ansi": "5.2.0"
          }
        },
        "yargs": {
          "version": "13.3.2",
          "resolved": "https://registry.yarnpkg.com/yargs/-/yargs-13.3.2.tgz",
          "integrity": "sha1-rX/+/sGqWVZayRX4Lcyzipwxot0=",
          "requires": {
            "cliui": "5.0.0",
            "find-up": "3.0.0",
            "get-caller-file": "2.0.5",
            "require-directory": "2.1.1",
            "require-main-filename": "2.0.0",
            "set-blocking": "2.0.0",
            "string-width": "3.1.0",
            "which-module": "2.0.0",
            "y18n": "4.0.0",
            "yargs-parser": "13.1.2"
          }
        }
      }
    },
    "yauzl": {
      "version": "2.10.0",
      "resolved": "https://registry.yarnpkg.com/yauzl/-/yauzl-2.10.0.tgz",
      "integrity": "sha1-x+sXyT4RLLEIb6bY5R+wZnt5pfk=",
      "requires": {
        "fd-slicer": "1.1.0",
        "buffer-crc32": "0.2.13"
      }
    },
    "@aragon/abis": {
      "version": "1.1.0",
      "resolved": "https://registry.yarnpkg.com/@aragon/abis/-/abis-1.1.0.tgz",
      "integrity": "sha1-6U6UxX1Q/XNoVnUbYiSQXm8OnoY="
    },
    "@aragon/apm": {
      "version": "3.1.4",
      "resolved": "https://registry.yarnpkg.com/@aragon/apm/-/apm-3.1.4.tgz",
      "integrity": "sha1-9EDX2TOe+2U4h6oafeC5R+CN2lw=",
      "requires": {
        "@aragon/os": "4.4.0",
        "axios": "0.18.1",
        "ethjs-ens": "2.0.1",
        "ipfs-api": "26.1.2",
        "semver": "5.7.1"
      },
      "dependencies": {
        "semver": {
          "version": "5.7.1",
          "resolved": "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz",
          "integrity": "sha1-qVT5Ma66UI0we78Gnv8MAclhFvc="
        }
      }
    },
    "@aragon/apps-agent": {
      "version": "2.1.0",
      "resolved": "https://registry.yarnpkg.com/@aragon/apps-agent/-/apps-agent-2.1.0.tgz",
      "integrity": "sha1-6rU6vZ8OmXVabSvRiR8P+qbWWB4=",
      "requires": {
        "@aragon/apps-vault": "4.1.0",
        "@aragon/os": "4.2.0",
        "eth-provider": "0.2.5"
      },
      "dependencies": {
        "@aragon/os": {
          "version": "4.2.0",
          "resolved": "https://registry.yarnpkg.com/@aragon/os/-/os-4.2.0.tgz",
          "integrity": "sha1-d1jaot1uLxrUwwaqqAym67C2lGw=",
          "requires": {
            "mkdirp": "0.5.5",
            "truffle-flattener": "1.4.4",
            "homedir": "0.6.0",
            "truffle-hdwallet-provider": "0.0.3",
            "truffle-hdwallet-provider-privkey": "0.3.0"
          }
        }
      }
    },
    "@aragon/apps-finance": {
      "version": "3.0.0",
      "resolved": "https://registry.yarnpkg.com/@aragon/apps-finance/-/apps-finance-3.0.0.tgz",
      "integrity": "sha1-24F3/WoMqCDJnJ3BF8DrHadyOOc=",
      "requires": {
        "@aragon/apps-vault": "4.1.0",
        "@aragon/os": "4.2.0"
      },
      "dependencies": {
        "@aragon/os": {
          "version": "4.2.0",
          "resolved": "https://registry.yarnpkg.com/@aragon/os/-/os-4.2.0.tgz",
          "integrity": "sha1-d1jaot1uLxrUwwaqqAym67C2lGw=",
          "requires": {
            "mkdirp": "0.5.5",
            "truffle-flattener": "1.4.4",
            "homedir": "0.6.0",
            "truffle-hdwallet-provider": "0.0.3",
            "truffle-hdwallet-provider-privkey": "0.3.0"
          }
        }
      }
    },
    "@aragon/apps-payroll": {
      "version": "1.0.0",
      "resolved": "https://registry.yarnpkg.com/@aragon/apps-payroll/-/apps-payroll-1.0.0.tgz",
      "integrity": "sha1-T0T6oXAanrKCHfbjno4A2UBBLjA=",
      "requires": {
        "@aragon/apps-finance": "3.0.0",
        "@aragon/os": "4.2.0",
        "@aragon/ppf-contracts": "1.2.0"
      },
      "dependencies": {
        "@aragon/os": {
          "version": "4.2.0",
          "resolved": "https://registry.yarnpkg.com/@aragon/os/-/os-4.2.0.tgz",
          "integrity": "sha1-d1jaot1uLxrUwwaqqAym67C2lGw=",
          "requires": {
            "mkdirp": "0.5.5",
            "truffle-flattener": "1.4.4",
            "homedir": "0.6.0",
            "truffle-hdwallet-provider": "0.0.3",
            "truffle-hdwallet-provider-privkey": "0.3.0"
          }
        }
      }
    },
    "@aragon/apps-shared-migrations": {
      "version": "1.0.0",
      "resolved": "https://registry.yarnpkg.com/@aragon/apps-shared-migrations/-/apps-shared-migrations-1.0.0.tgz",
      "integrity": "sha1-QAsmOlq3rw76BOXWC2LbF4sNcSY="
    },
    "@aragon/apps-shared-minime": {
      "version": "1.0.2",
      "resolved": "https://registry.yarnpkg.com/@aragon/apps-shared-minime/-/apps-shared-minime-1.0.2.tgz",
      "integrity": "sha1-E4hgK+Kylt5R5sNxLIDWacHSGR4="
    },
    "@aragon/apps-survey": {
      "version": "1.0.0",
      "resolved": "https://registry.yarnpkg.com/@aragon/apps-survey/-/apps-survey-1.0.0.tgz",
      "integrity": "sha1-M3eDo4S0DSo/pCNIB256Kfqnxco=",
      "requires": {
        "@aragon/apps-shared-minime": "1.0.0",
        "@aragon/os": "4.2.0"
      },
      "dependencies": {
        "@aragon/apps-shared-minime": {
          "version": "1.0.0",
          "resolved": "https://registry.yarnpkg.com/@aragon/apps-shared-minime/-/apps-shared-minime-1.0.0.tgz",
          "integrity": "sha1-lmfVKytxmzODW5ROgnV9KYSff1I="
        },
        "@aragon/os": {
          "version": "4.2.0",
          "resolved": "https://registry.yarnpkg.com/@aragon/os/-/os-4.2.0.tgz",
          "integrity": "sha1-d1jaot1uLxrUwwaqqAym67C2lGw=",
          "requires": {
            "mkdirp": "0.5.5",
            "truffle-flattener": "1.4.4",
            "homedir": "0.6.0",
            "truffle-hdwallet-provider": "0.0.3",
            "truffle-hdwallet-provider-privkey": "0.3.0"
          }
        }
      }
    },
    "@aragon/apps-token-manager": {
      "version": "2.1.0",
      "resolved": "https://registry.yarnpkg.com/@aragon/apps-token-manager/-/apps-token-manager-2.1.0.tgz",
      "integrity": "sha1-Cd60ozU0duDJkVPkllIeuCwtsU4=",
      "requires": {
        "@aragon/apps-shared-minime": "1.0.0",
        "@aragon/os": "4.2.0"
      },
      "dependencies": {
        "@aragon/apps-shared-minime": {
          "version": "1.0.0",
          "resolved": "https://registry.yarnpkg.com/@aragon/apps-shared-minime/-/apps-shared-minime-1.0.0.tgz",
          "integrity": "sha1-lmfVKytxmzODW5ROgnV9KYSff1I="
        },
        "@aragon/os": {
          "version": "4.2.0",
          "resolved": "https://registry.yarnpkg.com/@aragon/os/-/os-4.2.0.tgz",
          "integrity": "sha1-d1jaot1uLxrUwwaqqAym67C2lGw=",
          "requires": {
            "mkdirp": "0.5.5",
            "truffle-flattener": "1.4.4",
            "homedir": "0.6.0",
            "truffle-hdwallet-provider": "0.0.3",
            "truffle-hdwallet-provider-privkey": "0.3.0"
          }
        }
      }
    },
    "@aragon/apps-vault": {
      "version": "4.1.0",
      "resolved": "https://registry.yarnpkg.com/@aragon/apps-vault/-/apps-vault-4.1.0.tgz",
      "integrity": "sha1-inVaEgWAf6PIXFKGE9B6NCeYCzk=",
      "requires": {
        "@aragon/os": "4.2.0"
      },
      "dependencies": {
        "@aragon/os": {
          "version": "4.2.0",
          "resolved": "https://registry.yarnpkg.com/@aragon/os/-/os-4.2.0.tgz",
          "integrity": "sha1-d1jaot1uLxrUwwaqqAym67C2lGw=",
          "requires": {
            "mkdirp": "0.5.5",
            "truffle-flattener": "1.4.4",
            "homedir": "0.6.0",
            "truffle-hdwallet-provider": "0.0.3",
            "truffle-hdwallet-provider-privkey": "0.3.0"
          }
        }
      }
    },
    "@aragon/apps-voting": {
      "version": "2.1.0",
      "resolved": "https://registry.yarnpkg.com/@aragon/apps-voting/-/apps-voting-2.1.0.tgz",
      "integrity": "sha1-wEETdFGWsqbCjMIfLoNKW+u2KMI=",
      "requires": {
        "@aragon/apps-shared-minime": "1.0.0",
        "@aragon/os": "4.2.0"
      },
      "dependencies": {
        "@aragon/apps-shared-minime": {
          "version": "1.0.0",
          "resolved": "https://registry.yarnpkg.com/@aragon/apps-shared-minime/-/apps-shared-minime-1.0.0.tgz",
          "integrity": "sha1-lmfVKytxmzODW5ROgnV9KYSff1I="
        },
        "@aragon/os": {
          "version": "4.2.0",
          "resolved": "https://registry.yarnpkg.com/@aragon/os/-/os-4.2.0.tgz",
          "integrity": "sha1-d1jaot1uLxrUwwaqqAym67C2lGw=",
          "requires": {
            "mkdirp": "0.5.5",
            "truffle-flattener": "1.4.4",
            "homedir": "0.6.0",
            "truffle-hdwallet-provider": "0.0.3",
            "truffle-hdwallet-provider-privkey": "0.3.0"
          }
        }
      }
    },
    "@aragon/aragen": {
      "version": "6.0.0-beta.1",
      "resolved": "https://registry.yarnpkg.com/@aragon/aragen/-/aragen-6.0.0-beta.1.tgz",
      "integrity": "sha1-7ooliLBh+idIpkGpJSF68g1dq4U="
    },
    "@aragon/connect": {
      "version": "0.2.0",
      "resolved": "https://registry.yarnpkg.com/@aragon/connect/-/connect-0.2.0.tgz",
      "integrity": "sha1-jtV65pYdWoYSyHwIDFbwwOGakUQ=",
      "requires": {
        "@aragon/connect-core": "0.2.0",
        "@aragon/connect-ethereum": "0.2.0",
        "@aragon/connect-thegraph": "0.2.0"
      }
    },
    "@aragon/connect-core": {
      "version": "0.2.0",
      "resolved": "https://registry.yarnpkg.com/@aragon/connect-core/-/connect-core-0.2.0.tgz",
      "integrity": "sha1-6jHjF1rqWpw8k8YEvxA9wB5bALE=",
      "requires": {
        "ethers": "5.0.2",
        "radspec": "2.0.0-rc.1"
      },
      "dependencies": {
        "ethers": {
          "version": "5.0.2",
          "resolved": "https://registry.yarnpkg.com/ethers/-/ethers-5.0.2.tgz",
          "integrity": "sha1-t8zKElksj19F4XLDwy/RPXciUEg=",
          "requires": {
            "@ethersproject/abi": "5.0.1",
            "@ethersproject/abstract-provider": "5.0.1",
            "@ethersproject/abstract-signer": "5.0.1",
            "@ethersproject/address": "5.0.1",
            "@ethersproject/base64": "5.0.1",
            "@ethersproject/bignumber": "5.0.1",
            "@ethersproject/bytes": "5.0.1",
            "@ethersproject/constants": "5.0.1",
            "@ethersproject/contracts": "5.0.1",
            "@ethersproject/hash": "5.0.1",
            "@ethersproject/hdnode": "5.0.1",
            "@ethersproject/json-wallets": "5.0.1",
            "@ethersproject/keccak256": "5.0.1",
            "@ethersproject/logger": "5.0.2",
            "@ethersproject/networks": "5.0.1",
            "@ethersproject/pbkdf2": "5.0.1",
            "@ethersproject/properties": "5.0.1",
            "@ethersproject/providers": "5.0.2",
            "@ethersproject/random": "5.0.1",
            "@ethersproject/rlp": "5.0.1",
            "@ethersproject/sha2": "5.0.1",
            "@ethersproject/signing-key": "5.0.1",
            "@ethersproject/solidity": "5.0.1",
            "@ethersproject/strings": "5.0.1",
            "@ethersproject/transactions": "5.0.1",
            "@ethersproject/units": "5.0.1",
            "@ethersproject/wallet": "5.0.1",
            "@ethersproject/web": "5.0.1",
            "@ethersproject/wordlists": "5.0.1"
          }
        },
        "radspec": {
          "version": "2.0.0-rc.1",
          "resolved": "https://registry.yarnpkg.com/radspec/-/radspec-2.0.0-rc.1.tgz",
          "integrity": "sha1-NojiMSvSSX9XSNWKh9rrLDOk+Y4=",
          "requires": {
            "@babel/runtime": "7.10.2",
            "date-fns": "2.0.0-alpha.22",
            "dayjs": "1.8.28",
            "ethers": "5.0.2"
          }
        },
        "@ethersproject/abi": {
          "version": "5.0.1",
          "resolved": "https://registry.yarnpkg.com/@ethersproject/abi/-/abi-5.0.1.tgz",
          "integrity": "sha1-tror+0J4+9Yyi2COCXQcJHXdrZw=",
          "requires": {
            "@ethersproject/address": "5.0.1",
            "@ethersproject/bignumber": "5.0.1",
            "@ethersproject/bytes": "5.0.1",
            "@ethersproject/constants": "5.0.1",
            "@ethersproject/hash": "5.0.1",
            "@ethersproject/keccak256": "5.0.1",
            "@ethersproject/logger": "5.0.2",
            "@ethersproject/properties": "5.0.1",
            "@ethersproject/strings": "5.0.1"
          }
        }
      }
    },
    "@aragon/connect-ethereum": {
      "version": "0.2.0",
      "resolved": "https://registry.yarnpkg.com/@aragon/connect-ethereum/-/connect-ethereum-0.2.0.tgz",
      "integrity": "sha1-esproCMIjeibmjUps6g/VZRyr0M=",
      "requires": {
        "@aragon/connect-core": "0.2.0"
      }
    },
    "@aragon/connect-thegraph": {
      "version": "0.2.0",
      "resolved": "https://registry.yarnpkg.com/@aragon/connect-thegraph/-/connect-thegraph-0.2.0.tgz",
      "integrity": "sha1-UfaFNSjLHNAFFKNgIi8zDELwKbc=",
      "requires": {
        "@aragon/connect-core": "0.2.0",
        "@urql/core": "1.12.1",
        "graphql": "15.1.0",
        "graphql-tag": "2.10.3",
        "isomorphic-unfetch": "3.0.0",
        "isomorphic-ws": "4.0.1",
        "subscriptions-transport-ws": "0.9.16"
      }
    },
    "@aragon/id": {
      "version": "2.0.3",
      "resolved": "https://registry.yarnpkg.com/@aragon/id/-/id-2.0.3.tgz",
      "integrity": "sha1-8w4k1lJpvT9GJVlTRWhgAA6w4qU=",
      "requires": {
        "@aragon/os": "4.4.0"
      }
    },
    "@aragon/os": {
      "version": "4.4.0",
      "resolved": "https://registry.yarnpkg.com/@aragon/os/-/os-4.4.0.tgz",
      "integrity": "sha1-rz6AsR9xIJ+G26iys/N6SwJa/3s=",
      "requires": {
        "@aragon/truffle-config-v4": "1.0.1",
        "mkdirp": "0.5.5",
        "truffle-flattener": "1.4.4",
        "homedir": "0.6.0"
      }
    },
    "@aragon/ppf-contracts": {
      "version": "1.2.0",
      "resolved": "https://registry.yarnpkg.com/@aragon/ppf-contracts/-/ppf-contracts-1.2.0.tgz",
      "integrity": "sha1-0jOUgf4hQ280nqvznKEmSt7XAug="
    },
    "@aragon/rpc-messenger": {
      "version": "2.0.0",
      "resolved": "https://registry.yarnpkg.com/@aragon/rpc-messenger/-/rpc-messenger-2.0.0.tgz",
      "integrity": "sha1-hNYh/KiKcj3AHbT2ezk2tjh6LDM=",
      "requires": {
        "rxjs": "6.6.0",
        "@babel/runtime": "7.10.2",
        "uuid": "3.4.0"
      },
      "dependencies": {
        "uuid": {
          "version": "3.4.0",
          "resolved": "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz",
          "integrity": "sha1-sj5DWK+oogL+ehAK8fX4g/AgB+4="
        }
      }
    },
    "@aragon/templates-shared": {
      "version": "1.0.1",
      "resolved": "https://registry.yarnpkg.com/@aragon/templates-shared/-/templates-shared-1.0.1.tgz",
      "integrity": "sha1-B0Hu8Etq0nxXVXzrsVHLSlP7v3s=",
      "requires": {
        "@aragon/apps-agent": "2.1.0",
        "@aragon/apps-finance": "3.0.0",
        "@aragon/apps-payroll": "1.0.0",
        "@aragon/apps-shared-migrations": "1.0.0",
        "@aragon/apps-shared-minime": "1.0.2",
        "@aragon/apps-survey": "1.0.0",
        "@aragon/apps-token-manager": "2.1.0",
        "@aragon/apps-vault": "4.1.0",
        "@aragon/apps-voting": "2.1.0",
        "@aragon/id": "2.0.3",
        "@aragon/os": "4.3.0",
        "eth-ens-namehash": "2.0.8",
        "yargs": "13.3.2"
      },
      "dependencies": {
        "ansi-regex": {
          "version": "4.1.0",
          "resolved": "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.0.tgz",
          "integrity": "sha1-i5+PCM8ay4Q3Vqg5yox+MWjFGZc="
        },
        "ansi-styles": {
          "version": "3.2.1",
          "resolved": "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz",
          "integrity": "sha1-QfuyAkPlCxK+DwS43tvwdSDOhB0=",
          "requires": {
            "color-convert": "1.9.3"
          }
        },
        "cliui": {
          "version": "5.0.0",
          "resolved": "https://registry.yarnpkg.com/cliui/-/cliui-5.0.0.tgz",
          "integrity": "sha1-3u/P2y6AB4SqNPRvoI4GhRx7u8U=",
          "requires": {
            "string-width": "3.1.0",
            "strip-ansi": "5.2.0",
            "wrap-ansi": "5.1.0"
          }
        },
        "color-convert": {
          "version": "1.9.3",
          "resolved": "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz",
          "integrity": "sha1-u3GFBpDh8TZWfeYp0tVHHe2kweg=",
          "requires": {
            "color-name": "1.1.3"
          }
        },
        "color-name": {
          "version": "1.1.3",
          "resolved": "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz",
          "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU="
        },
        "emoji-regex": {
          "version": "7.0.3",
          "resolved": "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-7.0.3.tgz",
          "integrity": "sha1-kzoEBShgyF6DwSJHnEdIqOTHIVY="
        },
        "find-up": {
          "version": "3.0.0",
          "resolved": "https://registry.yarnpkg.com/find-up/-/find-up-3.0.0.tgz",
          "integrity": "sha1-SRafHXmTQwZG2mHsxa41XCHJe3M=",
          "requires": {
            "locate-path": "3.0.0"
          }
        },
        "locate-path": {
          "version": "3.0.0",
          "resolved": "https://registry.yarnpkg.com/locate-path/-/locate-path-3.0.0.tgz",
          "integrity": "sha1-2+w7OrdZdYBxtY/ln8QYca8hQA4=",
          "requires": {
            "p-locate": "3.0.0",
            "path-exists": "3.0.0"
          }
        },
        "p-locate": {
          "version": "3.0.0",
          "resolved": "https://registry.yarnpkg.com/p-locate/-/p-locate-3.0.0.tgz",
          "integrity": "sha1-Mi1poFwCZLJZl9n0DNiokasAZKQ=",
          "requires": {
            "p-limit": "2.3.0"
          }
        },
        "string-width": {
          "version": "3.1.0",
          "resolved": "https://registry.yarnpkg.com/string-width/-/string-width-3.1.0.tgz",
          "integrity": "sha1-InZ74htirxCBV0MG9prFG2IgOWE=",
          "requires": {
            "emoji-regex": "7.0.3",
            "is-fullwidth-code-point": "2.0.0",
            "strip-ansi": "5.2.0"
          }
        },
        "strip-ansi": {
          "version": "5.2.0",
          "resolved": "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.2.0.tgz",
          "integrity": "sha1-jJpTb+tq/JYr36WxBKUJHBrZwK4=",
          "requires": {
            "ansi-regex": "4.1.0"
          }
        },
        "wrap-ansi": {
          "version": "5.1.0",
          "resolved": "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-5.1.0.tgz",
          "integrity": "sha1-H9H2cjXVttD+54EFYAG/tpTAOwk=",
          "requires": {
            "ansi-styles": "3.2.1",
            "string-width": "3.1.0",
            "strip-ansi": "5.2.0"
          }
        },
        "yargs": {
          "version": "13.3.2",
          "resolved": "https://registry.yarnpkg.com/yargs/-/yargs-13.3.2.tgz",
          "integrity": "sha1-rX/+/sGqWVZayRX4Lcyzipwxot0=",
          "requires": {
            "cliui": "5.0.0",
            "find-up": "3.0.0",
            "get-caller-file": "2.0.5",
            "require-directory": "2.1.1",
            "require-main-filename": "2.0.0",
            "set-blocking": "2.0.0",
            "string-width": "3.1.0",
            "which-module": "2.0.0",
            "y18n": "4.0.0",
            "yargs-parser": "13.1.2"
          }
        },
        "@aragon/os": {
          "version": "4.3.0",
          "resolved": "https://registry.yarnpkg.com/@aragon/os/-/os-4.3.0.tgz",
          "integrity": "sha1-1AsnAxr/ssQjhkiufEiXDUfzubw=",
          "requires": {
            "mkdirp": "0.5.5",
            "truffle-flattener": "1.4.4",
            "homedir": "0.6.0",
            "truffle-hdwallet-provider": "0.0.3",
            "truffle-hdwallet-provider-privkey": "0.3.0"
          }
        }
      }
    },
    "@aragon/toolkit": {
      "version": "0.0.7",
      "resolved": "https://registry.yarnpkg.com/@aragon/toolkit/-/toolkit-0.0.7.tgz",
      "integrity": "sha1-X0Byq5F6dgK265uImTb+Fq4kPfs=",
      "requires": {
        "@aragon/abis": "1.1.0",
        "@aragon/apm": "3.1.4",
        "@aragon/apps-shared-minime": "1.0.2",
        "@aragon/aragen": "6.0.0-beta.1",
        "@aragon/wrapper": "5.0.0-rc.27",
        "babel-eslint": "10.1.0",
        "byte-size": "7.0.0",
        "eth-ens-namehash": "2.0.8",
        "ethereum-ens": "0.8.0",
        "execa": "4.0.3",
        "fs-extra": "9.0.1",
        "get-folder-size": "2.0.1",
        "go-platform": "1.0.0",
        "ipfs-http-client": "41.0.1",
        "is-ipfs": "1.0.3",
        "kill-port": "1.6.0",
        "pkg-dir": "4.2.0",
        "ps-tree": "1.2.0",
        "rxjs": "6.6.0",
        "stringify-tree": "1.1.1",
        "web3": "1.2.9",
        "web3-eth-abi": "1.2.8",
        "web3-utils": "1.2.9"
      },
      "dependencies": {
        "abort-controller": {
          "version": "3.0.0",
          "resolved": "https://registry.yarnpkg.com/abort-controller/-/abort-controller-3.0.0.tgz",
          "integrity": "sha1-6vVNU7YrrkE46AnKIlyEOabvs5I=",
          "requires": {
            "event-target-shim": "5.0.1"
          }
        },
        "abstract-leveldown": {
          "version": "2.7.2",
          "resolved": "https://registry.yarnpkg.com/abstract-leveldown/-/abstract-leveldown-2.7.2.tgz",
          "integrity": "sha1-h6RNfr68NB1ZZlIEg0yLfgkyzJM=",
          "requires": {
            "xtend": "4.0.2"
          }
        },
        "accepts": {
          "version": "1.3.7",
          "resolved": "https://registry.yarnpkg.com/accepts/-/accepts-1.3.7.tgz",
          "integrity": "sha1-UxvHJlF6OytB+FACHGzBXqq1B80=",
          "requires": {
            "mime-types": "2.1.26",
            "negotiator": "0.6.2"
          }
        },
        "acorn": {
          "version": "7.3.1",
          "resolved": "https://registry.yarnpkg.com/acorn/-/acorn-7.3.1.tgz",
          "integrity": "sha1-hQEHVNtTw/uvO56j4IOqXF0Uf/0="
        },
        "acorn-jsx": {
          "version": "5.2.0",
          "resolved": "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.2.0.tgz",
          "integrity": "sha1-TGYGkXPW/daO2FI5/CViJhgrLr4="
        },
        "acorn-walk": {
          "version": "7.2.0",
          "resolved": "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-7.2.0.tgz",
          "integrity": "sha1-DeiJpgEgOQmw++B7iTjcIdLpZ7w="
        },
        "aes-js": {
          "version": "3.0.0",
          "resolved": "https://registry.yarnpkg.com/aes-js/-/aes-js-3.0.0.tgz",
          "integrity": "sha1-4h3xCtbCBTKVvLuNq0Cwnb6ofk0="
        },
        "aggregate-error": {
          "version": "3.0.1",
          "resolved": "https://registry.yarnpkg.com/aggregate-error/-/aggregate-error-3.0.1.tgz",
          "integrity": "sha1-2y/nJG5Tb0DZtUQqOeEX191qJOA=",
          "requires": {
            "clean-stack": "2.2.0",
            "indent-string": "4.0.0"
          }
        },
        "ansi-align": {
          "version": "3.0.0",
          "resolved": "https://registry.yarnpkg.com/ansi-align/-/ansi-align-3.0.0.tgz",
          "integrity": "sha1-tTazcc9ofKrvI2wY0+If43l0Z8s=",
          "requires": {
            "string-width": "3.1.0"
          },
          "dependencies": {
            "ansi-regex": {
              "version": "4.1.0",
              "resolved": "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.0.tgz",
              "integrity": "sha1-i5+PCM8ay4Q3Vqg5yox+MWjFGZc="
            },
            "emoji-regex": {
              "version": "7.0.3",
              "resolved": "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-7.0.3.tgz",
              "integrity": "sha1-kzoEBShgyF6DwSJHnEdIqOTHIVY="
            },
            "string-width": {
              "version": "3.1.0",
              "resolved": "https://registry.yarnpkg.com/string-width/-/string-width-3.1.0.tgz",
              "integrity": "sha1-InZ74htirxCBV0MG9prFG2IgOWE=",
              "requires": {
                "emoji-regex": "7.0.3",
                "is-fullwidth-code-point": "2.0.0",
                "strip-ansi": "5.2.0"
              }
            },
            "strip-ansi": {
              "version": "5.2.0",
              "resolved": "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.2.0.tgz",
              "integrity": "sha1-jJpTb+tq/JYr36WxBKUJHBrZwK4=",
              "requires": {
                "ansi-regex": "4.1.0"
              }
            }
          }
        },
        "ansi-colors": {
          "version": "4.1.1",
          "resolved": "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.1.tgz",
          "integrity": "sha1-y7muJWv3UK8eqzRPIpqif+lLo0g="
        },
        "ansi-regex": {
          "version": "2.1.1",
          "resolved": "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz",
          "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8="
        },
        "ansi-styles": {
          "version": "4.2.1",
          "resolved": "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.2.1.tgz",
          "integrity": "sha1-kK51xCTQCNJiTFvynq0xd+v881k=",
          "requires": {
            "@types/color-name": "1.1.1",
            "color-convert": "2.0.1"
          }
        },
        "any-promise": {
          "version": "1.3.0",
          "resolved": "https://registry.yarnpkg.com/any-promise/-/any-promise-1.3.0.tgz",
          "integrity": "sha1-q8av7tzqUugJzcA3au0845Y10X8="
        },
        "anymatch": {
          "version": "2.0.0",
          "resolved": "https://registry.yarnpkg.com/anymatch/-/anymatch-2.0.0.tgz",
          "integrity": "sha1-vLJLTzeTTZqnrBe0ra+J58du8us=",
          "requires": {
            "micromatch": "3.1.10",
            "normalize-path": "2.1.1"
          },
          "dependencies": {
            "normalize-path": {
              "version": "2.1.1",
              "resolved": "https://registry.yarnpkg.com/normalize-path/-/normalize-path-2.1.1.tgz",
              "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=",
              "requires": {
                "remove-trailing-separator": "1.1.0"
              }
            }
          }
        },
        "append-transform": {
          "version": "2.0.0",
          "resolved": "https://registry.yarnpkg.com/append-transform/-/append-transform-2.0.0.tgz",
          "integrity": "sha1-mdnSnHs4OR5vQo0ozhNlUfC3fhI=",
          "requires": {
            "default-require-extensions": "3.0.0"
          }
        },
        "archy": {
          "version": "1.0.0",
          "resolved": "https://registry.yarnpkg.com/archy/-/archy-1.0.0.tgz",
          "integrity": "sha1-+cjBN1fMHde8N5rHeyxipcKGjEA="
        },
        "argparse": {
          "version": "1.0.10",
          "resolved": "https://registry.yarnpkg.com/argparse/-/argparse-1.0.10.tgz",
          "integrity": "sha1-vNZ5HqWuCXJeF+WtmIE0zUCz2RE=",
          "requires": {
            "sprintf-js": "1.0.3"
          }
        },
        "arr-diff": {
          "version": "4.0.0",
          "resolved": "https://registry.yarnpkg.com/arr-diff/-/arr-diff-4.0.0.tgz",
          "integrity": "sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA="
        },
        "arr-flatten": {
          "version": "1.1.0",
          "resolved": "https://registry.yarnpkg.com/arr-flatten/-/arr-flatten-1.1.0.tgz",
          "integrity": "sha1-NgSLv/TntH4TZkQxbJlmnqWukfE="
        },
        "arr-union": {
          "version": "3.1.0",
          "resolved": "https://registry.yarnpkg.com/arr-union/-/arr-union-3.1.0.tgz",
          "integrity": "sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ="
        },
        "array-find-index": {
          "version": "1.0.2",
          "resolved": "https://registry.yarnpkg.com/array-find-index/-/array-find-index-1.0.2.tgz",
          "integrity": "sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E="
        },
        "array-flatten": {
          "version": "1.1.1",
          "resolved": "https://registry.yarnpkg.com/array-flatten/-/array-flatten-1.1.1.tgz",
          "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI="
        },
        "array-includes": {
          "version": "3.1.1",
          "resolved": "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.1.tgz",
          "integrity": "sha1-zdZ+aFK9+cEhVGB4ZzIlXtJFk0g=",
          "requires": {
            "define-properties": "1.1.3",
            "es-abstract": "1.17.5",
            "is-string": "1.0.5"
          }
        },
        "array-union": {
          "version": "2.1.0",
          "resolved": "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz",
          "integrity": "sha1-t5hCCtvrHego2ErNii4j0+/oXo0="
        },
        "array-unique": {
          "version": "0.3.2",
          "resolved": "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz",
          "integrity": "sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg="
        },
        "array.prototype.flat": {
          "version": "1.2.3",
          "resolved": "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.3.tgz",
          "integrity": "sha1-DegrQmsDGNv9uUAInjiwQ9N/bHs=",
          "requires": {
            "define-properties": "1.1.3",
            "es-abstract": "1.17.4"
          }
        },
        "arrgv": {
          "version": "1.0.2",
          "resolved": "https://registry.yarnpkg.com/arrgv/-/arrgv-1.0.2.tgz",
          "integrity": "sha1-Al7VWmpDPK2bYE+BEvxCknFabsA="
        },
        "arrify": {
          "version": "1.0.1",
          "resolved": "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz",
          "integrity": "sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0="
        },
        "asmcrypto.js": {
          "version": "2.3.2",
          "resolved": "https://registry.yarnpkg.com/asmcrypto.js/-/asmcrypto.js-2.3.2.tgz",
          "integrity": "sha1-ufhL0KH7gvIfjCnMKEpwetF7ui4="
        },
        "asn1": {
          "version": "0.2.4",
          "resolved": "https://registry.yarnpkg.com/asn1/-/asn1-0.2.4.tgz",
          "integrity": "sha1-jSR136tVO7M+d7VOWeiAu4ziMTY=",
          "requires": {
            "safer-buffer": "2.1.2"
          }
        },
        "asn1.js": {
          "version": "5.3.0",
          "resolved": "https://registry.yarnpkg.com/asn1.js/-/asn1.js-5.3.0.tgz",
          "integrity": "sha1-Q5CZ/pF04Jz/WlSp3acCYFF+hok=",
          "requires": {
            "bn.js": "4.11.8",
            "inherits": "2.0.4",
            "minimalistic-assert": "1.0.1",
            "safer-buffer": "2.1.2"
          },
          "dependencies": {
            "bn.js": {
              "version": "4.11.8",
              "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
              "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
            }
          }
        },
        "assert-plus": {
          "version": "1.0.0",
          "resolved": "https://registry.yarnpkg.com/assert-plus/-/assert-plus-1.0.0.tgz",
          "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU="
        },
        "assign-symbols": {
          "version": "1.0.0",
          "resolved": "https://registry.yarnpkg.com/assign-symbols/-/assign-symbols-1.0.0.tgz",
          "integrity": "sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c="
        },
        "astral-regex": {
          "version": "1.0.0",
          "resolved": "https://registry.yarnpkg.com/astral-regex/-/astral-regex-1.0.0.tgz",
          "integrity": "sha1-bIw/uCfdQ+45GPJ7gngqt2WKb9k="
        },
        "async": {
          "version": "2.6.3",
          "resolved": "https://registry.yarnpkg.com/async/-/async-2.6.3.tgz",
          "integrity": "sha1-1yYl4jRKNlbjo61Pp0n6gymdgv8=",
          "requires": {
            "lodash": "4.17.19"
          }
        },
        "async-each": {
          "version": "1.0.3",
          "resolved": "https://registry.yarnpkg.com/async-each/-/async-each-1.0.3.tgz",
          "integrity": "sha1-tyfb+H12UWAvBvTUrDh/R9kbDL8="
        },
        "async-eventemitter": {
          "version": "0.2.4",
          "resolved": "https://registry.yarnpkg.com/async-eventemitter/-/async-eventemitter-0.2.4.tgz",
          "integrity": "sha1-9efIyn0+Rqq57ECikrr2hqC6+so=",
          "requires": {
            "async": "2.6.3"
          }
        },
        "async-iterator-to-pull-stream": {
          "version": "1.3.0",
          "resolved": "https://registry.yarnpkg.com/async-iterator-to-pull-stream/-/async-iterator-to-pull-stream-1.3.0.tgz",
          "integrity": "sha1-OmufPM6t/5csog60gOPLQ/h4lzI=",
          "requires": {
            "get-iterator": "1.0.2",
            "pull-stream-to-async-iterator": "1.0.2"
          }
        },
        "async-limiter": {
          "version": "1.0.1",
          "resolved": "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.1.tgz",
          "integrity": "sha1-3TeelPDbgxCwgpH51kwyCXZmF/0="
        },
        "asynckit": {
          "version": "0.4.0",
          "resolved": "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz",
          "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k="
        },
        "at-least-node": {
          "version": "1.0.0",
          "resolved": "https://registry.yarnpkg.com/at-least-node/-/at-least-node-1.0.0.tgz",
          "integrity": "sha1-YCzUtG6EStTv/JKoARo8RuAjjcI="
        },
        "atob": {
          "version": "2.1.2",
          "resolved": "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz",
          "integrity": "sha1-bZUX654DDSQ2ZmZR6GvZ9vE1M8k="
        },
        "ava": {
          "version": "3.10.1",
          "resolved": "https://registry.yarnpkg.com/ava/-/ava-3.10.1.tgz",
          "integrity": "sha1-pOaLGiuySPoNllKdI92D9XCC6UQ=",
          "requires": {
            "@concordance/react": "2.0.0",
            "acorn": "7.3.1",
            "acorn-walk": "7.2.0",
            "ansi-styles": "4.2.1",
            "arrgv": "1.0.2",
            "arrify": "2.0.1",
            "callsites": "3.1.0",
            "chalk": "4.1.0",
            "chokidar": "3.4.0",
            "chunkd": "2.0.1",
            "ci-info": "2.0.0",
            "ci-parallel-vars": "1.0.1",
            "clean-yaml-object": "0.1.0",
            "cli-cursor": "3.1.0",
            "cli-truncate": "2.1.0",
            "code-excerpt": "3.0.0",
            "common-path-prefix": "3.0.0",
            "concordance": "5.0.0",
            "convert-source-map": "1.7.0",
            "currently-unhandled": "0.4.1",
            "debug": "4.1.1",
            "del": "5.1.0",
            "emittery": "0.7.0",
            "equal-length": "1.0.1",
            "figures": "3.2.0",
            "globby": "11.0.1",
            "ignore-by-default": "2.0.0",
            "import-local": "3.0.2",
            "indent-string": "4.0.0",
            "is-error": "2.2.2",
            "is-plain-object": "3.0.1",
            "is-promise": "4.0.0",
            "lodash": "4.17.19",
            "matcher": "3.0.0",
            "md5-hex": "3.0.1",
            "mem": "6.1.0",
            "ms": "2.1.2",
            "ora": "4.0.4",
            "p-map": "4.0.0",
            "picomatch": "2.2.2",
            "pkg-conf": "3.1.0",
            "plur": "4.0.0",
            "pretty-ms": "7.0.0",
            "read-pkg": "5.2.0",
            "resolve-cwd": "3.0.0",
            "slash": "3.0.0",
            "source-map-support": "0.5.19",
            "stack-utils": "2.0.2",
            "strip-ansi": "6.0.0",
            "supertap": "1.0.0",
            "temp-dir": "2.0.0",
            "trim-off-newlines": "1.0.1",
            "update-notifier": "4.1.0",
            "write-file-atomic": "3.0.3",
            "yargs": "15.4.1"
          },
          "dependencies": {
            "anymatch": {
              "version": "3.1.1",
              "resolved": "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.1.tgz",
              "integrity": "sha1-xV7PAhheJGklk5kxDBc84xIzsUI=",
              "requires": {
                "normalize-path": "3.0.0",
                "picomatch": "2.2.2"
              }
            },
            "arrify": {
              "version": "2.0.1",
              "resolved": "https://registry.yarnpkg.com/arrify/-/arrify-2.0.1.tgz",
              "integrity": "sha1-yWVekzHgq81YjSp8rX6ZVvZnAfo="
            },
            "binary-extensions": {
              "version": "2.0.0",
              "resolved": "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.0.0.tgz",
              "integrity": "sha1-I8DfFPaogHf1+YbA0WfsA8PVU3w="
            },
            "braces": {
              "version": "3.0.2",
              "resolved": "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz",
              "integrity": "sha1-NFThpGLujVmeI23zNs2epPiv4Qc=",
              "requires": {
                "fill-range": "7.0.1"
              }
            },
            "chalk": {
              "version": "4.1.0",
              "resolved": "https://registry.yarnpkg.com/chalk/-/chalk-4.1.0.tgz",
              "integrity": "sha1-ThSHCmGNni7dl92DRf2dncMVZGo=",
              "requires": {
                "ansi-styles": "4.2.1",
                "supports-color": "7.1.0"
              }
            },
            "chokidar": {
              "version": "3.4.0",
              "resolved": "https://registry.yarnpkg.com/chokidar/-/chokidar-3.4.0.tgz",
              "integrity": "sha1-swYRQjzjdjV8dlubj5BLn7o8C+g=",
              "requires": {
                "anymatch": "3.1.1",
                "braces": "3.0.2",
                "glob-parent": "5.1.1",
                "is-binary-path": "2.1.0",
                "is-glob": "4.0.1",
                "normalize-path": "3.0.0",
                "readdirp": "3.4.0"
              }
            },
            "debug": {
              "version": "4.1.1",
              "resolved": "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz",
              "integrity": "sha1-O3ImAlUQnGtYnO4FDx1RYTlmR5E=",
              "requires": {
                "ms": "2.1.2"
              }
            },
            "fill-range": {
              "version": "7.0.1",
              "resolved": "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz",
              "integrity": "sha1-GRmmp8df44ssfHflGYU12prN2kA=",
              "requires": {
                "to-regex-range": "5.0.1"
              }
            },
            "fsevents": {
              "version": "2.1.2",
              "resolved": "https://registry.yarnpkg.com/fsevents/-/fsevents-2.1.2.tgz",
              "integrity": "sha1-TAofs0vGjlQ7S4Kp7Dkr+9qECAU="
            },
            "is-binary-path": {
              "version": "2.1.0",
              "resolved": "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-2.1.0.tgz",
              "integrity": "sha1-6h9/O4DwZCNug0cPhsCcJU+0Wwk=",
              "requires": {
                "binary-extensions": "2.0.0"
              }
            },
            "is-number": {
              "version": "7.0.0",
              "resolved": "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz",
              "integrity": "sha1-dTU0W4lnNNX4DE0GxQlVUnoU8Ss="
            },
            "is-plain-object": {
              "version": "3.0.1",
              "resolved": "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-3.0.1.tgz",
              "integrity": "sha1-Zi2S0kwKpDAkB7DUXSHyJRyF+Fs="
            },
            "is-promise": {
              "version": "4.0.0",
              "resolved": "https://registry.yarnpkg.com/is-promise/-/is-promise-4.0.0.tgz",
              "integrity": "sha1-Qv+fhCBsGZHSbev1IN1cAQQt0vM="
            },
            "p-map": {
              "version": "4.0.0",
              "resolved": "https://registry.yarnpkg.com/p-map/-/p-map-4.0.0.tgz",
              "integrity": "sha1-uy+Vpe2i7BaOySdOBqdHw+KQTSs=",
              "requires": {
                "aggregate-error": "3.0.1"
              }
            },
            "readdirp": {
              "version": "3.4.0",
              "resolved": "https://registry.yarnpkg.com/readdirp/-/readdirp-3.4.0.tgz",
              "integrity": "sha1-n9zN+ekVWAVEkiGsZF6DA6tbmto=",
              "requires": {
                "picomatch": "2.2.2"
              }
            },
            "to-regex-range": {
              "version": "5.0.1",
              "resolved": "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz",
              "integrity": "sha1-FkjESq58jZiKMmAY7XL1tN0DkuQ=",
              "requires": {
                "is-number": "7.0.0"
              }
            }
          }
        },
        "aws-sign2": {
          "version": "0.7.0",
          "resolved": "https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.7.0.tgz",
          "integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg="
        },
        "aws4": {
          "version": "1.9.1",
          "resolved": "https://registry.yarnpkg.com/aws4/-/aws4-1.9.1.tgz",
          "integrity": "sha1-fjPY99RJs/ZzzXLeuavcVS2+Uo4="
        },
        "axios": {
          "version": "0.18.1",
          "resolved": "https://registry.yarnpkg.com/axios/-/axios-0.18.1.tgz",
          "integrity": "sha1-/z8N4ue10YDnV62YAA8Qgbh7zqM=",
          "requires": {
            "follow-redirects": "1.5.10",
            "is-buffer": "2.0.4"
          },
          "dependencies": {
            "is-buffer": {
              "version": "2.0.4",
              "resolved": "https://registry.yarnpkg.com/is-buffer/-/is-buffer-2.0.4.tgz",
              "integrity": "sha1-PlcvI8hBGlz9lVfISeNmXgspBiM="
            }
          }
        },
        "babel-code-frame": {
          "version": "6.26.0",
          "resolved": "https://registry.yarnpkg.com/babel-code-frame/-/babel-code-frame-6.26.0.tgz",
          "integrity": "sha1-Y/1D99weO7fONZR9uP42mj9Yx0s=",
          "requires": {
            "chalk": "1.1.3",
            "esutils": "2.0.3",
            "js-tokens": "3.0.2"
          },
          "dependencies": {
            "ansi-styles": {
              "version": "2.2.1",
              "resolved": "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz",
              "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4="
            },
            "chalk": {
              "version": "1.1.3",
              "resolved": "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz",
              "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
              "requires": {
                "ansi-styles": "2.2.1",
                "escape-string-regexp": "1.0.5",
                "has-ansi": "2.0.0",
                "strip-ansi": "3.0.1",
                "supports-color": "2.0.0"
              }
            },
            "strip-ansi": {
              "version": "3.0.1",
              "resolved": "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz",
              "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
              "requires": {
                "ansi-regex": "2.1.1"
              }
            },
            "supports-color": {
              "version": "2.0.0",
              "resolved": "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz",
              "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc="
            }
          }
        },
        "babel-core": {
          "version": "6.26.3",
          "resolved": "https://registry.yarnpkg.com/babel-core/-/babel-core-6.26.3.tgz",
          "integrity": "sha1-suLwnjQtDwyI4vAuBneUEl51wgc=",
          "requires": {
            "babel-code-frame": "6.26.0",
            "babel-generator": "6.26.1",
            "babel-helpers": "6.24.1",
            "babel-messages": "6.23.0",
            "babel-register": "6.26.0",
            "babel-runtime": "6.26.0",
            "babel-template": "6.26.0",
            "babel-traverse": "6.26.0",
            "babel-types": "6.26.0",
            "babylon": "6.18.0",
            "convert-source-map": "1.7.0",
            "debug": "2.6.9",
            "json5": "0.5.1",
            "lodash": "4.17.19",
            "minimatch": "3.0.4",
            "path-is-absolute": "1.0.1",
            "private": "0.1.8",
            "slash": "1.0.0",
            "source-map": "0.5.7"
          },
          "dependencies": {
            "json5": {
              "version": "0.5.1",
              "resolved": "https://registry.yarnpkg.com/json5/-/json5-0.5.1.tgz",
              "integrity": "sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE="
            },
            "slash": {
              "version": "1.0.0",
              "resolved": "https://registry.yarnpkg.com/slash/-/slash-1.0.0.tgz",
              "integrity": "sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU="
            }
          }
        },
        "babel-eslint": {
          "version": "10.1.0",
          "resolved": "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.1.0.tgz",
          "integrity": "sha1-aWjlaKkQt4+zd5zdi2rC9HmUMjI=",
          "requires": {
            "@babel/code-frame": "7.10.4",
            "@babel/parser": "7.10.5",
            "@babel/traverse": "7.10.5",
            "@babel/types": "7.10.5",
            "eslint-visitor-keys": "1.3.0",
            "resolve": "1.17.0"
          }
        },
        "babel-generator": {
          "version": "6.26.1",
          "resolved": "https://registry.yarnpkg.com/babel-generator/-/babel-generator-6.26.1.tgz",
          "integrity": "sha1-GERAjTuPDTWkBOp6wYDwh6YBvZA=",
          "requires": {
            "babel-messages": "6.23.0",
            "babel-runtime": "6.26.0",
            "babel-types": "6.26.0",
            "detect-indent": "4.0.0",
            "jsesc": "1.3.0",
            "lodash": "4.17.19",
            "source-map": "0.5.7",
            "trim-right": "1.0.1"
          },
          "dependencies": {
            "jsesc": {
              "version": "1.3.0",
              "resolved": "https://registry.yarnpkg.com/jsesc/-/jsesc-1.3.0.tgz",
              "integrity": "sha1-RsP+yMGJKxKwgz25vHYiF226s0s="
            }
          }
        },
        "babel-helper-builder-binary-assignment-operator-visitor": {
          "version": "6.24.1",
          "resolved": "https://registry.yarnpkg.com/babel-helper-builder-binary-assignment-operator-visitor/-/babel-helper-builder-binary-assignment-operator-visitor-6.24.1.tgz",
          "integrity": "sha1-zORReto1b0IgvK6KAsKzRvmlZmQ=",
          "requires": {
            "babel-helper-explode-assignable-expression": "6.24.1",
            "babel-runtime": "6.26.0",
            "babel-types": "6.26.0"
          }
        },
        "babel-helper-call-delegate": {
          "version": "6.24.1",
          "resolved": "https://registry.yarnpkg.com/babel-helper-call-delegate/-/babel-helper-call-delegate-6.24.1.tgz",
          "integrity": "sha1-7Oaqzdx25Bw0YfiL/Fdb0Nqi340=",
          "requires": {
            "babel-traverse": "6.26.0",
            "babel-runtime": "6.26.0",
            "babel-types": "6.26.0",
            "babel-helper-hoist-variables": "6.24.1"
          }
        },
        "babel-helper-define-map": {
          "version": "6.26.0",
          "resolved": "https://registry.yarnpkg.com/babel-helper-define-map/-/babel-helper-define-map-6.26.0.tgz",
          "integrity": "sha1-pfVtq0GiX5fstJjH66ypgZ+Vvl8=",
          "requires": {
            "babel-helper-function-name": "6.24.1",
            "babel-runtime": "6.26.0",
            "babel-types": "6.26.0",
            "lodash": "4.17.19"
          }
        },
        "babel-helper-explode-assignable-expression": {
          "version": "6.24.1",
          "resolved": "https://registry.yarnpkg.com/babel-helper-explode-assignable-expression/-/babel-helper-explode-assignable-expression-6.24.1.tgz",
          "integrity": "sha1-8luCz33BBDPFX3BZLVdGQArCLKo=",
          "requires": {
            "babel-traverse": "6.26.0",
            "babel-runtime": "6.26.0",
            "babel-types": "6.26.0"
          }
        },
        "babel-helper-function-name": {
          "version": "6.24.1",
          "resolved": "https://registry.yarnpkg.com/babel-helper-function-name/-/babel-helper-function-name-6.24.1.tgz",
          "integrity": "sha1-00dbjAPtmCQqJbSDUasYOZ01gKk=",
          "requires": {
            "babel-runtime": "6.26.0",
            "babel-types": "6.26.0",
            "babel-traverse": "6.26.0",
            "babel-helper-get-function-arity": "6.24.1",
            "babel-template": "6.26.0"
          }
        },
        "babel-helper-get-function-arity": {
          "version": "6.24.1",
          "resolved": "https://registry.yarnpkg.com/babel-helper-get-function-arity/-/babel-helper-get-function-arity-6.24.1.tgz",
          "integrity": "sha1-j3eCqpNAfEHTqlCQj4mwMbG2hT0=",
          "requires": {
            "babel-runtime": "6.26.0",
            "babel-types": "6.26.0"
          }
        },
        "babel-helper-hoist-variables": {
          "version": "6.24.1",
          "resolved": "https://registry.yarnpkg.com/babel-helper-hoist-variables/-/babel-helper-hoist-variables-6.24.1.tgz",
          "integrity": "sha1-HssnaJydJVE+rbyZFKc/VAi+enY=",
          "requires": {
            "babel-runtime": "6.26.0",
            "babel-types": "6.26.0"
          }
        },
        "babel-helper-optimise-call-expression": {
          "version": "6.24.1",
          "resolved": "https://registry.yarnpkg.com/babel-helper-optimise-call-expression/-/babel-helper-optimise-call-expression-6.24.1.tgz",
          "integrity": "sha1-96E0J7qfc/j0+pk8VKl4gtEkQlc=",
          "requires": {
            "babel-runtime": "6.26.0",
            "babel-types": "6.26.0"
          }
        },
        "babel-helper-regex": {
          "version": "6.26.0",
          "resolved": "https://registry.yarnpkg.com/babel-helper-regex/-/babel-helper-regex-6.26.0.tgz",
          "integrity": "sha1-MlxZ+QL4LyS3T6zu0DY5VPZJXnI=",
          "requires": {
            "babel-runtime": "6.26.0",
            "babel-types": "6.26.0",
            "lodash": "4.17.19"
          }
        },
        "babel-helper-remap-async-to-generator": {
          "version": "6.24.1",
          "resolved": "https://registry.yarnpkg.com/babel-helper-remap-async-to-generator/-/babel-helper-remap-async-to-generator-6.24.1.tgz",
          "integrity": "sha1-XsWBgnrXI/7N04HxySg5BnbkVRs=",
          "requires": {
            "babel-runtime": "6.26.0",
            "babel-template": "6.26.0",
            "babel-types": "6.26.0",
            "babel-traverse": "6.26.0",
            "babel-helper-function-name": "6.24.1"
          }
        },
        "babel-helper-replace-supers": {
          "version": "6.24.1",
          "resolved": "https://registry.yarnpkg.com/babel-helper-replace-supers/-/babel-helper-replace-supers-6.24.1.tgz",
          "integrity": "sha1-v22/5Dk40XNpohPKiov3S2qQqxo=",
          "requires": {
            "babel-helper-optimise-call-expression": "6.24.1",
            "babel-runtime": "6.26.0",
            "babel-traverse": "6.26.0",
            "babel-messages": "6.23.0",
            "babel-template": "6.26.0",
            "babel-types": "6.26.0"
          }
        },
        "babel-helpers": {
          "version": "6.24.1",
          "resolved": "https://registry.yarnpkg.com/babel-helpers/-/babel-helpers-6.24.1.tgz",
          "integrity": "sha1-NHHenK7DiOXIUOWX5Yom3fN2ArI=",
          "requires": {
            "babel-runtime": "6.26.0",
            "babel-template": "6.26.0"
          }
        },
        "babel-messages": {
          "version": "6.23.0",
          "resolved": "https://registry.yarnpkg.com/babel-messages/-/babel-messages-6.23.0.tgz",
          "integrity": "sha1-8830cDhYA1sqKVHG7F7fbGLyYw4=",
          "requires": {
            "babel-runtime": "6.26.0"
          }
        },
        "babel-plugin-check-es2015-constants": {
          "version": "6.22.0",
          "resolved": "https://registry.yarnpkg.com/babel-plugin-check-es2015-constants/-/babel-plugin-check-es2015-constants-6.22.0.tgz",
          "integrity": "sha1-NRV7EBQm/S/9PaP3XH0ekYNbv4o=",
          "requires": {
            "babel-runtime": "6.26.0"
          }
        },
        "babel-plugin-dynamic-import-node": {
          "version": "2.3.3",
          "resolved": "https://registry.yarnpkg.com/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz",
          "integrity": "sha1-hP2hnJduxcbe/vV/lCez3vZuF6M=",
          "requires": {
            "object.assign": "4.1.0"
          }
        },
        "babel-plugin-istanbul": {
          "version": "6.0.0",
          "resolved": "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-6.0.0.tgz",
          "integrity": "sha1-4VnM3Jr5XgtXDHW0Vzt8NNZx12U=",
          "requires": {
            "@babel/helper-plugin-utils": "7.10.4",
            "@istanbuljs/load-nyc-config": "1.0.0",
            "@istanbuljs/schema": "0.1.2",
            "istanbul-lib-instrument": "4.0.1",
            "test-exclude": "6.0.0"
          }
        },
        "babel-plugin-syntax-async-functions": {
          "version": "6.13.0",
          "resolved": "https://registry.yarnpkg.com/babel-plugin-syntax-async-functions/-/babel-plugin-syntax-async-functions-6.13.0.tgz",
          "integrity": "sha1-ytnK0RkbWtY0vzCuCHI5HgZHvpU="
        },
        "babel-plugin-syntax-exponentiation-operator": {
          "version": "6.13.0",
          "resolved": "https://registry.yarnpkg.com/babel-plugin-syntax-exponentiation-operator/-/babel-plugin-syntax-exponentiation-operator-6.13.0.tgz",
          "integrity": "sha1-nufoM3KQ2pUoggGmpX9BcDF4MN4="
        },
        "babel-plugin-syntax-trailing-function-commas": {
          "version": "6.22.0",
          "resolved": "https://registry.yarnpkg.com/babel-plugin-syntax-trailing-function-commas/-/babel-plugin-syntax-trailing-function-commas-6.22.0.tgz",
          "integrity": "sha1-ugNgk3+NBuQBgKQ/4NVhb/9TLPM="
        },
        "babel-plugin-transform-async-to-generator": {
          "version": "6.24.1",
          "resolved": "https://registry.yarnpkg.com/babel-plugin-transform-async-to-generator/-/babel-plugin-transform-async-to-generator-6.24.1.tgz",
          "integrity": "sha1-ZTbjeK/2yx1VF6wOQOs+n8jQh2E=",
          "requires": {
            "babel-helper-remap-async-to-generator": "6.24.1",
            "babel-plugin-syntax-async-functions": "6.13.0",
            "babel-runtime": "6.26.0"
          }
        },
        "babel-plugin-transform-es2015-arrow-functions": {
          "version": "6.22.0",
          "resolved": "https://registry.yarnpkg.com/babel-plugin-transform-es2015-arrow-functions/-/babel-plugin-transform-es2015-arrow-functions-6.22.0.tgz",
          "integrity": "sha1-RSaSy3EdX3ncf4XkQM5BufJE0iE=",
          "requires": {
            "babel-runtime": "6.26.0"
          }
        },
        "babel-plugin-transform-es2015-block-scoped-functions": {
          "version": "6.22.0",
          "resolved": "https://registry.yarnpkg.com/babel-plugin-transform-es2015-block-scoped-functions/-/babel-plugin-transform-es2015-block-scoped-functions-6.22.0.tgz",
          "integrity": "sha1-u8UbSflk1wy42OC5ToICRs46YUE=",
          "requires": {
            "babel-runtime": "6.26.0"
          }
        },
        "babel-plugin-transform-es2015-block-scoping": {
          "version": "6.26.0",
          "resolved": "https://registry.yarnpkg.com/babel-plugin-transform-es2015-block-scoping/-/babel-plugin-transform-es2015-block-scoping-6.26.0.tgz",
          "integrity": "sha1-1w9SmcEwjQXBL0Y4E7CgnnOxiV8=",
          "requires": {
            "babel-runtime": "6.26.0",
            "babel-template": "6.26.0",
            "babel-traverse": "6.26.0",
            "babel-types": "6.26.0",
            "lodash": "4.17.19"
          }
        },
        "babel-plugin-transform-es2015-classes": {
          "version": "6.24.1",
          "resolved": "https://registry.yarnpkg.com/babel-plugin-transform-es2015-classes/-/babel-plugin-transform-es2015-classes-6.24.1.tgz",
          "integrity": "sha1-WkxYpQyclGHlZLSyo7+ryXolhNs=",
          "requires": {
            "babel-helper-optimise-call-expression": "6.24.1",
            "babel-helper-function-name": "6.24.1",
            "babel-helper-replace-supers": "6.24.1",
            "babel-template": "6.26.0",
            "babel-traverse": "6.26.0",
            "babel-helper-define-map": "6.26.0",
            "babel-messages": "6.23.0",
            "babel-runtime": "6.26.0",
            "babel-types": "6.26.0"
          }
        },
        "babel-plugin-transform-es2015-computed-properties": {
          "version": "6.24.1",
          "resolved": "https://registry.yarnpkg.com/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-6.24.1.tgz",
          "integrity": "sha1-b+Ko0WiV1WNPTNmZttNICjCBWbM=",
          "requires": {
            "babel-template": "6.26.0",
            "babel-runtime": "6.26.0"
          }
        },
        "babel-plugin-transform-es2015-destructuring": {
          "version": "6.23.0",
          "resolved": "https://registry.yarnpkg.com/babel-plugin-transform-es2015-destructuring/-/babel-plugin-transform-es2015-destructuring-6.23.0.tgz",
          "integrity": "sha1-mXux8auWf2gtKwh2/jWNYOdlxW0=",
          "requires": {
            "babel-runtime": "6.26.0"
          }
        },
        "babel-plugin-transform-es2015-duplicate-keys": {
          "version": "6.24.1",
          "resolved": "https://registry.yarnpkg.com/babel-plugin-transform-es2015-duplicate-keys/-/babel-plugin-transform-es2015-duplicate-keys-6.24.1.tgz",
          "integrity": "sha1-c+s9MQypaePvnskcU3QabxV2Qj4=",
          "requires": {
            "babel-runtime": "6.26.0",
            "babel-types": "6.26.0"
          }
        },
        "babel-plugin-transform-es2015-for-of": {
          "version": "6.23.0",
          "resolved": "https://registry.yarnpkg.com/babel-plugin-transform-es2015-for-of/-/babel-plugin-transform-es2015-for-of-6.23.0.tgz",
          "integrity": "sha1-9HyVsrYT3x0+zC/bdXNiPHUkhpE=",
          "requires": {
            "babel-runtime": "6.26.0"
          }
        },
        "babel-plugin-transform-es2015-function-name": {
          "version": "6.24.1",
          "resolved": "https://registry.yarnpkg.com/babel-plugin-transform-es2015-function-name/-/babel-plugin-transform-es2015-function-name-6.24.1.tgz",
          "integrity": "sha1-g0yJhTvDaxrw86TF26qU/Y6sqos=",
          "requires": {
            "babel-helper-function-name": "6.24.1",
            "babel-types": "6.26.0",
            "babel-runtime": "6.26.0"
          }
        },
        "babel-plugin-transform-es2015-literals": {
          "version": "6.22.0",
          "resolved": "https://registry.yarnpkg.com/babel-plugin-transform-es2015-literals/-/babel-plugin-transform-es2015-literals-6.22.0.tgz",
          "integrity": "sha1-T1SgLWzWbPkVKAAZox0xklN3yi4=",
          "requires": {
            "babel-runtime": "6.26.0"
          }
        },
        "babel-plugin-transform-es2015-modules-amd": {
          "version": "6.24.1",
          "resolved": "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-amd/-/babel-plugin-transform-es2015-modules-amd-6.24.1.tgz",
          "integrity": "sha1-Oz5UAXI5hC1tGcMBHEvS8AoA0VQ=",
          "requires": {
            "babel-plugin-transform-es2015-modules-commonjs": "6.26.2",
            "babel-template": "6.26.0",
            "babel-runtime": "6.26.0"
          }
        },
        "babel-plugin-transform-es2015-modules-commonjs": {
          "version": "6.26.2",
          "resolved": "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-commonjs/-/babel-plugin-transform-es2015-modules-commonjs-6.26.2.tgz",
          "integrity": "sha1-WKeThjqefKhwvcWogRF/+sJ9tvM=",
          "requires": {
            "babel-plugin-transform-strict-mode": "6.24.1",
            "babel-runtime": "6.26.0",
            "babel-template": "6.26.0",
            "babel-types": "6.26.0"
          }
        },
        "babel-plugin-transform-es2015-modules-systemjs": {
          "version": "6.24.1",
          "resolved": "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-systemjs/-/babel-plugin-transform-es2015-modules-systemjs-6.24.1.tgz",
          "integrity": "sha1-/4mhQrkRmpBhlfXxBuzzBdlAfSM=",
          "requires": {
            "babel-template": "6.26.0",
            "babel-helper-hoist-variables": "6.24.1",
            "babel-runtime": "6.26.0"
          }
        },
        "babel-plugin-transform-es2015-modules-umd": {
          "version": "6.24.1",
          "resolved": "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-umd/-/babel-plugin-transform-es2015-modules-umd-6.24.1.tgz",
          "integrity": "sha1-rJl+YoXNGO1hdq22B9YCNErThGg=",
          "requires": {
            "babel-plugin-transform-es2015-modules-amd": "6.24.1",
            "babel-template": "6.26.0",
            "babel-runtime": "6.26.0"
          }
        },
        "babel-plugin-transform-es2015-object-super": {
          "version": "6.24.1",
          "resolved": "https://registry.yarnpkg.com/babel-plugin-transform-es2015-object-super/-/babel-plugin-transform-es2015-object-super-6.24.1.tgz",
          "integrity": "sha1-JM72muIcuDp/hgPa0CH1cusnj40=",
          "requires": {
            "babel-helper-replace-supers": "6.24.1",
            "babel-runtime": "6.26.0"
          }
        },
        "babel-plugin-transform-es2015-parameters": {
          "version": "6.24.1",
          "resolved": "https://registry.yarnpkg.com/babel-plugin-transform-es2015-parameters/-/babel-plugin-transform-es2015-parameters-6.24.1.tgz",
          "integrity": "sha1-V6w1GrScrxSpfNE7CfZv3wpiXys=",
          "requires": {
            "babel-traverse": "6.26.0",
            "babel-helper-call-delegate": "6.24.1",
            "babel-helper-get-function-arity": "6.24.1",
            "babel-template": "6.26.0",
            "babel-types": "6.26.0",
            "babel-runtime": "6.26.0"
          }
        },
        "babel-plugin-transform-es2015-shorthand-properties": {
          "version": "6.24.1",
          "resolved": "https://registry.yarnpkg.com/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-6.24.1.tgz",
          "integrity": "sha1-JPh11nIch2YbvZmkYi5R8U3jiqA=",
          "requires": {
            "babel-types": "6.26.0",
            "babel-runtime": "6.26.0"
          }
        },
        "babel-plugin-transform-es2015-spread": {
          "version": "6.22.0",
          "resolved": "https://registry.yarnpkg.com/babel-plugin-transform-es2015-spread/-/babel-plugin-transform-es2015-spread-6.22.0.tgz",
          "integrity": "sha1-1taKmfia7cRTbIGlQujdnxdG+NE=",
          "requires": {
            "babel-runtime": "6.26.0"
          }
        },
        "babel-plugin-transform-es2015-sticky-regex": {
          "version": "6.24.1",
          "resolved": "https://registry.yarnpkg.com/babel-plugin-transform-es2015-sticky-regex/-/babel-plugin-transform-es2015-sticky-regex-6.24.1.tgz",
          "integrity": "sha1-AMHNsaynERLN8M9hJsLta0V8zbw=",
          "requires": {
            "babel-helper-regex": "6.26.0",
            "babel-types": "6.26.0",
            "babel-runtime": "6.26.0"
          }
        },
        "babel-plugin-transform-es2015-template-literals": {
          "version": "6.22.0",
          "resolved": "https://registry.yarnpkg.com/babel-plugin-transform-es2015-template-literals/-/babel-plugin-transform-es2015-template-literals-6.22.0.tgz",
          "integrity": "sha1-qEs0UPfp+PH2g51taH2oS7EjbY0=",
          "requires": {
            "babel-runtime": "6.26.0"
          }
        },
        "babel-plugin-transform-es2015-typeof-symbol": {
          "version": "6.23.0",
          "resolved": "https://registry.yarnpkg.com/babel-plugin-transform-es2015-typeof-symbol/-/babel-plugin-transform-es2015-typeof-symbol-6.23.0.tgz",
          "integrity": "sha1-3sCfHN3/lLUqxz1QXITfWdzOs3I=",
          "requires": {
            "babel-runtime": "6.26.0"
          }
        },
        "babel-plugin-transform-es2015-unicode-regex": {
          "version": "6.24.1",
          "resolved": "https://registry.yarnpkg.com/babel-plugin-transform-es2015-unicode-regex/-/babel-plugin-transform-es2015-unicode-regex-6.24.1.tgz",
          "integrity": "sha1-04sS9C6nMj9yk4fxinxa4frrNek=",
          "requires": {
            "babel-helper-regex": "6.26.0",
            "babel-runtime": "6.26.0",
            "regexpu-core": "2.0.0"
          },
          "dependencies": {
            "regexpu-core": {
              "version": "2.0.0",
              "resolved": "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-2.0.0.tgz",
              "integrity": "sha1-SdA4g3uNz4v6W5pCE5k45uoq4kA=",
              "requires": {
                "regenerate": "1.4.0",
                "regjsgen": "0.2.0",
                "regjsparser": "0.1.5"
              }
            },
            "regjsgen": {
              "version": "0.2.0",
              "resolved": "https://registry.yarnpkg.com/regjsgen/-/regjsgen-0.2.0.tgz",
              "integrity": "sha1-bAFq3qxVT3WCP+N6wFuS1aTtsfc="
            },
            "regjsparser": {
              "version": "0.1.5",
              "resolved": "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.1.5.tgz",
              "integrity": "sha1-fuj4Tcb6eS0/0K4ijSS9lJ6tIFw=",
              "requires": {
                "jsesc": "0.5.0"
              }
            }
          }
        },
        "babel-plugin-transform-exponentiation-operator": {
          "version": "6.24.1",
          "resolved": "https://registry.yarnpkg.com/babel-plugin-transform-exponentiation-operator/-/babel-plugin-transform-exponentiation-operator-6.24.1.tgz",
          "integrity": "sha1-KrDJx/MJj6SJB3cruBP+QejeOg4=",
          "requires": {
            "babel-plugin-syntax-exponentiation-operator": "6.13.0",
            "babel-helper-builder-binary-assignment-operator-visitor": "6.24.1",
            "babel-runtime": "6.26.0"
          }
        },
        "babel-plugin-transform-regenerator": {
          "version": "6.26.0",
          "resolved": "https://registry.yarnpkg.com/babel-plugin-transform-regenerator/-/babel-plugin-transform-regenerator-6.26.0.tgz",
          "integrity": "sha1-4HA2lvveJ/Cj78rPi03KL3s6jy8=",
          "requires": {
            "regenerator-transform": "0.10.1"
          },
          "dependencies": {
            "regenerator-transform": {
              "version": "0.10.1",
              "resolved": "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.10.1.tgz",
              "integrity": "sha1-HkmWg3Ix2ot/PPQRTXG1aRoGgN0=",
              "requires": {
                "babel-runtime": "6.26.0",
                "babel-types": "6.26.0",
                "private": "0.1.8"
              }
            }
          }
        },
        "babel-plugin-transform-strict-mode": {
          "version": "6.24.1",
          "resolved": "https://registry.yarnpkg.com/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-6.24.1.tgz",
          "integrity": "sha1-1fr3qleKZbvlkc9e2uBKDGcCB1g=",
          "requires": {
            "babel-runtime": "6.26.0",
            "babel-types": "6.26.0"
          }
        },
        "babel-preset-env": {
          "version": "1.7.0",
          "resolved": "https://registry.yarnpkg.com/babel-preset-env/-/babel-preset-env-1.7.0.tgz",
          "integrity": "sha1-3qefpOvriDzTXasH4mDBycBN93o=",
          "requires": {
            "babel-plugin-check-es2015-constants": "6.22.0",
            "babel-plugin-syntax-trailing-function-commas": "6.22.0",
            "babel-plugin-transform-async-to-generator": "6.24.1",
            "babel-plugin-transform-es2015-arrow-functions": "6.22.0",
            "babel-plugin-transform-es2015-block-scoped-functions": "6.22.0",
            "babel-plugin-transform-es2015-block-scoping": "6.26.0",
            "babel-plugin-transform-es2015-classes": "6.24.1",
            "babel-plugin-transform-es2015-computed-properties": "6.24.1",
            "babel-plugin-transform-es2015-destructuring": "6.23.0",
            "babel-plugin-transform-es2015-duplicate-keys": "6.24.1",
            "babel-plugin-transform-es2015-for-of": "6.23.0",
            "babel-plugin-transform-es2015-function-name": "6.24.1",
            "babel-plugin-transform-es2015-literals": "6.22.0",
            "babel-plugin-transform-es2015-modules-amd": "6.24.1",
            "babel-plugin-transform-es2015-modules-commonjs": "6.26.2",
            "babel-plugin-transform-es2015-modules-systemjs": "6.24.1",
            "babel-plugin-transform-es2015-modules-umd": "6.24.1",
            "babel-plugin-transform-es2015-object-super": "6.24.1",
            "babel-plugin-transform-es2015-parameters": "6.24.1",
            "babel-plugin-transform-es2015-shorthand-properties": "6.24.1",
            "babel-plugin-transform-es2015-spread": "6.22.0",
            "babel-plugin-transform-es2015-sticky-regex": "6.24.1",
            "babel-plugin-transform-es2015-template-literals": "6.22.0",
            "babel-plugin-transform-es2015-typeof-symbol": "6.23.0",
            "babel-plugin-transform-es2015-unicode-regex": "6.24.1",
            "babel-plugin-transform-exponentiation-operator": "6.24.1",
            "babel-plugin-transform-regenerator": "6.26.0",
            "browserslist": "3.2.8",
            "invariant": "2.2.4",
            "semver": "5.7.1"
          },
          "dependencies": {
            "browserslist": {
              "version": "3.2.8",
              "resolved": "https://registry.yarnpkg.com/browserslist/-/browserslist-3.2.8.tgz",
              "integrity": "sha1-sABTYdZHHw9ZUnl6dvyYXx+Xj8Y=",
              "requires": {
                "caniuse-lite": "1.0.30001023",
                "electron-to-chromium": "1.3.341"
              }
            }
          }
        },
        "babel-register": {
          "version": "6.26.0",
          "resolved": "https://registry.yarnpkg.com/babel-register/-/babel-register-6.26.0.tgz",
          "integrity": "sha1-btAhFz4vy0htestFxgCahW9kcHE=",
          "requires": {
            "babel-core": "6.26.3",
            "babel-runtime": "6.26.0",
            "core-js": "2.6.11",
            "home-or-tmp": "2.0.0",
            "lodash": "4.17.19",
            "mkdirp": "0.5.5",
            "source-map-support": "0.4.18"
          },
          "dependencies": {
            "source-map-support": {
              "version": "0.4.18",
              "resolved": "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.4.18.tgz",
              "integrity": "sha1-Aoam3ovkJkEzhZTpfM6nXwosWF8=",
              "requires": {
                "source-map": "0.5.7"
              }
            }
          }
        },
        "babel-runtime": {
          "version": "6.26.0",
          "resolved": "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz",
          "integrity": "sha1-llxwWGaOgrVde/4E/yM3vItWR/4=",
          "requires": {
            "core-js": "2.6.11",
            "regenerator-runtime": "0.11.1"
          },
          "dependencies": {
            "regenerator-runtime": {
              "version": "0.11.1",
              "resolved": "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz",
              "integrity": "sha1-vgWtf5v30i4Fb5cmzuUBf78Z4uk="
            }
          }
        },
        "babel-template": {
          "version": "6.26.0",
          "resolved": "https://registry.yarnpkg.com/babel-template/-/babel-template-6.26.0.tgz",
          "integrity": "sha1-3gPi0WOWsGn0bdn/+FIfsaDjXgI=",
          "requires": {
            "babel-runtime": "6.26.0",
            "babel-traverse": "6.26.0",
            "babel-types": "6.26.0",
            "babylon": "6.18.0",
            "lodash": "4.17.19"
          }
        },
        "babel-traverse": {
          "version": "6.26.0",
          "resolved": "https://registry.yarnpkg.com/babel-traverse/-/babel-traverse-6.26.0.tgz",
          "integrity": "sha1-RqnL1+3MYsjlwGTi0tjQ9ANXZu4=",
          "requires": {
            "babel-code-frame": "6.26.0",
            "babel-messages": "6.23.0",
            "babel-runtime": "6.26.0",
            "babel-types": "6.26.0",
            "babylon": "6.18.0",
            "debug": "2.6.9",
            "globals": "9.18.0",
            "invariant": "2.2.4",
            "lodash": "4.17.19"
          },
          "dependencies": {
            "globals": {
              "version": "9.18.0",
              "resolved": "https://registry.yarnpkg.com/globals/-/globals-9.18.0.tgz",
              "integrity": "sha1-qjiWs+abSH8X4x7SFD1pqOMMLYo="
            }
          }
        },
        "babel-types": {
          "version": "6.26.0",
          "resolved": "https://registry.yarnpkg.com/babel-types/-/babel-types-6.26.0.tgz",
          "integrity": "sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc=",
          "requires": {
            "babel-runtime": "6.26.0",
            "esutils": "2.0.3",
            "lodash": "4.17.19",
            "to-fast-properties": "1.0.3"
          },
          "dependencies": {
            "to-fast-properties": {
              "version": "1.0.3",
              "resolved": "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-1.0.3.tgz",
              "integrity": "sha1-uDVx+k2MJbguIxsG46MFXeTKGkc="
            }
          }
        },
        "babelify": {
          "version": "7.3.0",
          "resolved": "https://registry.yarnpkg.com/babelify/-/babelify-7.3.0.tgz",
          "integrity": "sha1-qlau3nBn/XvVSWZu4W3ChQh+iOU=",
          "requires": {
            "babel-core": "6.26.3",
            "object-assign": "4.1.1"
          }
        },
        "babylon": {
          "version": "6.18.0",
          "resolved": "https://registry.yarnpkg.com/babylon/-/babylon-6.18.0.tgz",
          "integrity": "sha1-ry87iPpvXB5MY00aD46sT1WzleM="
        },
        "backoff": {
          "version": "2.5.0",
          "resolved": "https://registry.yarnpkg.com/backoff/-/backoff-2.5.0.tgz",
          "integrity": "sha1-9hbtqdPktmuMp/ynn2lXIsX44m8=",
          "requires": {
            "precond": "0.2.3"
          }
        },
        "balanced-match": {
          "version": "1.0.0",
          "resolved": "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz",
          "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c="
        },
        "base": {
          "version": "0.11.2",
          "resolved": "https://registry.yarnpkg.com/base/-/base-0.11.2.tgz",
          "integrity": "sha1-e95c7RRbbVUakNuH+DxVi060io8=",
          "requires": {
            "cache-base": "1.0.1",
            "class-utils": "0.3.6",
            "component-emitter": "1.3.0",
            "define-property": "1.0.0",
            "isobject": "3.0.1",
            "mixin-deep": "1.3.2",
            "pascalcase": "0.1.1"
          },
          "dependencies": {
            "define-property": {
              "version": "1.0.0",
              "resolved": "https://registry.yarnpkg.com/define-property/-/define-property-1.0.0.tgz",
              "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=",
              "requires": {
                "is-descriptor": "1.0.2"
              }
            }
          }
        },
        "base-x": {
          "version": "3.0.8",
          "resolved": "https://registry.yarnpkg.com/base-x/-/base-x-3.0.8.tgz",
          "integrity": "sha1-HhEGwlN/AWLotSR0pVfrsJAAAY0=",
          "requires": {
            "safe-buffer": "5.2.0"
          }
        },
        "base64-js": {
          "version": "1.3.1",
          "resolved": "https://registry.yarnpkg.com/base64-js/-/base64-js-1.3.1.tgz",
          "integrity": "sha1-WOzoy3XdB+ce0IxzarxfrE2/jfE="
        },
        "bcrypt-pbkdf": {
          "version": "1.0.2",
          "resolved": "https://registry.yarnpkg.com/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz",
          "integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=",
          "requires": {
            "tweetnacl": "0.14.5"
          },
          "dependencies": {
            "tweetnacl": {
              "version": "0.14.5",
              "resolved": "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz",
              "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q="
            }
          }
        },
        "big.js": {
          "version": "5.2.2",
          "resolved": "https://registry.yarnpkg.com/big.js/-/big.js-5.2.2.tgz",
          "integrity": "sha1-ZfCvOC9Xi83HQr2cKB6cstd2gyg="
        },
        "bignumber.js": {
          "version": "9.0.0",
          "resolved": "https://registry.yarnpkg.com/bignumber.js/-/bignumber.js-9.0.0.tgz",
          "integrity": "sha1-gFiA+Eoym16sbny2+CdLbYK98HU="
        },
        "binary-extensions": {
          "version": "1.13.1",
          "resolved": "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.13.1.tgz",
          "integrity": "sha1-WYr+VHVbKGilMw0q/51Ou1Mgm2U="
        },
        "bindings": {
          "version": "1.5.0",
          "resolved": "https://registry.yarnpkg.com/bindings/-/bindings-1.5.0.tgz",
          "integrity": "sha1-EDU8npRTNLwFEabZCzj7x8nFBN8=",
          "requires": {
            "file-uri-to-path": "1.0.0"
          }
        },
        "bip39": {
          "version": "2.6.0",
          "resolved": "https://registry.yarnpkg.com/bip39/-/bip39-2.6.0.tgz",
          "integrity": "sha1-njpyC0Lsiz++QDjx5EUxe2qZMhw=",
          "requires": {
            "create-hash": "1.2.0",
            "pbkdf2": "3.0.17",
            "randombytes": "2.1.0",
            "safe-buffer": "5.2.0",
            "unorm": "1.6.0"
          }
        },
        "bip66": {
          "version": "1.1.5",
          "resolved": "https://registry.yarnpkg.com/bip66/-/bip66-1.1.5.tgz",
          "integrity": "sha1-AfqHSHhcpwlV1QESF9GzE5lpyiI=",
          "requires": {
            "safe-buffer": "5.2.0"
          }
        },
        "bl": {
          "version": "4.0.2",
          "resolved": "https://registry.yarnpkg.com/bl/-/bl-4.0.2.tgz",
          "integrity": "sha1-UrcekIhRXQYG2d2cx6pI3B+Y5zo=",
          "requires": {
            "buffer": "5.6.0",
            "inherits": "2.0.4",
            "readable-stream": "3.6.0"
          },
          "dependencies": {
            "readable-stream": {
              "version": "3.6.0",
              "resolved": "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz",
              "integrity": "sha1-M3u9o63AcGvT4CRCaihtS0sskZg=",
              "requires": {
                "inherits": "2.0.4",
                "string_decoder": "1.1.1",
                "util-deprecate": "1.0.2"
              }
            },
            "safe-buffer": {
              "version": "5.1.2",
              "resolved": "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz",
              "integrity": "sha1-mR7GnSluAxN0fVm9/St0XDX4go0="
            },
            "string_decoder": {
              "version": "1.1.1",
              "resolved": "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz",
              "integrity": "sha1-nPFhG6YmhdcDCunkujQUnDrwP8g=",
              "requires": {
                "safe-buffer": "5.1.2"
              }
            }
          }
        },
        "blakejs": {
          "version": "1.1.0",
          "resolved": "https://registry.yarnpkg.com/blakejs/-/blakejs-1.1.0.tgz",
          "integrity": "sha1-ad+S75U6qIylGjLfarHFShVfx6U="
        },
        "bluebird": {
          "version": "3.7.2",
          "resolved": "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.2.tgz",
          "integrity": "sha1-nyKcFb4nJFT/qXOs4NvueaGww28="
        },
        "blueimp-md5": {
          "version": "2.13.0",
          "resolved": "https://registry.yarnpkg.com/blueimp-md5/-/blueimp-md5-2.13.0.tgz",
          "integrity": "sha1-BzFLDGTdoL8XM/ls5A1a+U6yiWU="
        },
        "bn.js": {
          "version": "4.11.8",
          "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
          "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
        },
        "body-parser": {
          "version": "1.19.0",
          "resolved": "https://registry.yarnpkg.com/body-parser/-/body-parser-1.19.0.tgz",
          "integrity": "sha1-lrJwnlfJxOCab9Zqj9l5hE9p8Io=",
          "requires": {
            "bytes": "3.1.0",
            "content-type": "1.0.4",
            "debug": "2.6.9",
            "depd": "1.1.2",
            "http-errors": "1.7.2",
            "iconv-lite": "0.4.24",
            "on-finished": "2.3.0",
            "qs": "6.7.0",
            "raw-body": "2.4.0",
            "type-is": "1.6.18"
          }
        },
        "borc": {
          "version": "2.1.2",
          "resolved": "https://registry.yarnpkg.com/borc/-/borc-2.1.2.tgz",
          "integrity": "sha1-bOdefaXOcRuWN1URfdGxh/b4zxk=",
          "requires": {
            "bignumber.js": "9.0.0",
            "buffer": "5.6.0",
            "commander": "2.20.3",
            "ieee754": "1.1.13",
            "iso-url": "0.4.7",
            "json-text-sequence": "0.1.1",
            "readable-stream": "3.6.0"
          },
          "dependencies": {
            "commander": {
              "version": "2.20.3",
              "resolved": "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz",
              "integrity": "sha1-/UhehMA+tIgcIHIrpIA16FMa6zM="
            },
            "readable-stream": {
              "version": "3.6.0",
              "resolved": "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz",
              "integrity": "sha1-M3u9o63AcGvT4CRCaihtS0sskZg=",
              "requires": {
                "inherits": "2.0.4",
                "string_decoder": "1.1.1",
                "util-deprecate": "1.0.2"
              }
            },
            "safe-buffer": {
              "version": "5.1.2",
              "resolved": "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz",
              "integrity": "sha1-mR7GnSluAxN0fVm9/St0XDX4go0="
            },
            "string_decoder": {
              "version": "1.1.1",
              "resolved": "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz",
              "integrity": "sha1-nPFhG6YmhdcDCunkujQUnDrwP8g=",
              "requires": {
                "safe-buffer": "5.1.2"
              }
            }
          }
        },
        "boxen": {
          "version": "4.2.0",
          "resolved": "https://registry.yarnpkg.com/boxen/-/boxen-4.2.0.tgz",
          "integrity": "sha1-5BG2I1fW1tNlh8isPV2XTaoHDmQ=",
          "requires": {
            "ansi-align": "3.0.0",
            "camelcase": "5.3.1",
            "chalk": "3.0.0",
            "cli-boxes": "2.2.0",
            "string-width": "4.2.0",
            "term-size": "2.2.0",
            "type-fest": "0.8.1",
            "widest-line": "3.1.0"
          }
        },
        "brace-expansion": {
          "version": "1.1.11",
          "resolved": "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz",
          "integrity": "sha1-PH/L9SnYcibz0vUrlm/1Jx60Qd0=",
          "requires": {
            "balanced-match": "1.0.0",
            "concat-map": "0.0.1"
          }
        },
        "braces": {
          "version": "2.3.2",
          "resolved": "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz",
          "integrity": "sha1-WXn9PxTNUxVl5fot8av/8d+u5yk=",
          "requires": {
            "arr-flatten": "1.1.0",
            "array-unique": "0.3.2",
            "extend-shallow": "2.0.1",
            "fill-range": "4.0.0",
            "isobject": "3.0.1",
            "repeat-element": "1.1.3",
            "snapdragon": "0.8.2",
            "snapdragon-node": "2.1.1",
            "split-string": "3.1.0",
            "to-regex": "3.0.2"
          }
        },
        "brorand": {
          "version": "1.1.0",
          "resolved": "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz",
          "integrity": "sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8="
        },
        "browserify-aes": {
          "version": "1.2.0",
          "resolved": "https://registry.yarnpkg.com/browserify-aes/-/browserify-aes-1.2.0.tgz",
          "integrity": "sha1-Mmc0ZC9APavDADIJhTu3CtQo70g=",
          "requires": {
            "buffer-xor": "1.0.3",
            "cipher-base": "1.0.4",
            "create-hash": "1.2.0",
            "evp_bytestokey": "1.0.3",
            "inherits": "2.0.4",
            "safe-buffer": "5.2.0"
          }
        },
        "browserify-cipher": {
          "version": "1.0.1",
          "resolved": "https://registry.yarnpkg.com/browserify-cipher/-/browserify-cipher-1.0.1.tgz",
          "integrity": "sha1-jWR0wbhwv9q807z8wZNKEOlPFfA=",
          "requires": {
            "browserify-aes": "1.2.0",
            "browserify-des": "1.0.2",
            "evp_bytestokey": "1.0.3"
          }
        },
        "browserify-des": {
          "version": "1.0.2",
          "resolved": "https://registry.yarnpkg.com/browserify-des/-/browserify-des-1.0.2.tgz",
          "integrity": "sha1-OvTx9Zg5QDVy8cZiBDdfen9wPpw=",
          "requires": {
            "cipher-base": "1.0.4",
            "des.js": "1.0.1",
            "inherits": "2.0.4",
            "safe-buffer": "5.2.0"
          }
        },
        "browserify-rsa": {
          "version": "4.0.1",
          "resolved": "https://registry.yarnpkg.com/browserify-rsa/-/browserify-rsa-4.0.1.tgz",
          "integrity": "sha1-IeCr+vbyApzy+vsTNWenAdQTVSQ=",
          "requires": {
            "bn.js": "4.11.8",
            "randombytes": "2.1.0"
          },
          "dependencies": {
            "bn.js": {
              "version": "4.11.8",
              "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
              "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
            }
          }
        },
        "browserify-sign": {
          "version": "4.0.4",
          "resolved": "https://registry.yarnpkg.com/browserify-sign/-/browserify-sign-4.0.4.tgz",
          "integrity": "sha1-qk62jl17ZYuqa/alfmMMvXqT0pg=",
          "requires": {
            "bn.js": "4.11.8",
            "browserify-rsa": "4.0.1",
            "create-hash": "1.2.0",
            "create-hmac": "1.1.7",
            "elliptic": "6.5.2",
            "inherits": "2.0.4",
            "parse-asn1": "5.1.5"
          },
          "dependencies": {
            "bn.js": {
              "version": "4.11.8",
              "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
              "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
            }
          }
        },
        "browserslist": {
          "version": "4.12.0",
          "resolved": "https://registry.yarnpkg.com/browserslist/-/browserslist-4.12.0.tgz",
          "integrity": "sha1-BsbVcVoe3mxR/Dn/Z/1kf3QLZW0=",
          "requires": {
            "caniuse-lite": "1.0.30001061",
            "electron-to-chromium": "1.3.441",
            "node-releases": "1.1.53",
            "pkg-up": "2.0.0"
          }
        },
        "bs58": {
          "version": "4.0.1",
          "resolved": "https://registry.yarnpkg.com/bs58/-/bs58-4.0.1.tgz",
          "integrity": "sha1-vhYedsNU9veIrkBx9j806MTwpCo=",
          "requires": {
            "base-x": "3.0.8"
          }
        },
        "bs58check": {
          "version": "2.1.2",
          "resolved": "https://registry.yarnpkg.com/bs58check/-/bs58check-2.1.2.tgz",
          "integrity": "sha1-U7AYKRIo2CpaoI59eW/a/aVK6/w=",
          "requires": {
            "bs58": "4.0.1",
            "create-hash": "1.2.0",
            "safe-buffer": "5.2.0"
          }
        },
        "buf-compare": {
          "version": "1.0.1",
          "resolved": "https://registry.yarnpkg.com/buf-compare/-/buf-compare-1.0.1.tgz",
          "integrity": "sha1-/vKNqLgROgoNtEMLC2Rntpcws0o="
        },
        "buffer": {
          "version": "5.6.0",
          "resolved": "https://registry.yarnpkg.com/buffer/-/buffer-5.6.0.tgz",
          "integrity": "sha1-oxdJ3H2B2E2wir+Te2uMQDP2J4Y=",
          "requires": {
            "base64-js": "1.3.1",
            "ieee754": "1.1.13"
          }
        },
        "buffer-alloc": {
          "version": "1.2.0",
          "resolved": "https://registry.yarnpkg.com/buffer-alloc/-/buffer-alloc-1.2.0.tgz",
          "integrity": "sha1-iQ3ZDZI6hz4I4Q5f1RpX5bfM4Ow=",
          "requires": {
            "buffer-alloc-unsafe": "1.1.0",
            "buffer-fill": "1.0.0"
          }
        },
        "buffer-alloc-unsafe": {
          "version": "1.1.0",
          "resolved": "https://registry.yarnpkg.com/buffer-alloc-unsafe/-/buffer-alloc-unsafe-1.1.0.tgz",
          "integrity": "sha1-vX3CauKXLQ7aJTvgYdupkjScGfA="
        },
        "buffer-crc32": {
          "version": "0.2.13",
          "resolved": "https://registry.yarnpkg.com/buffer-crc32/-/buffer-crc32-0.2.13.tgz",
          "integrity": "sha1-DTM+PwDqxQqhRUq9MO+MKl2ackI="
        },
        "buffer-fill": {
          "version": "1.0.0",
          "resolved": "https://registry.yarnpkg.com/buffer-fill/-/buffer-fill-1.0.0.tgz",
          "integrity": "sha1-+PeLdniYiO858gXNY39o5wISKyw="
        },
        "buffer-from": {
          "version": "1.1.1",
          "resolved": "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.1.tgz",
          "integrity": "sha1-MnE7wCj3XAL9txDXx7zsHyxgcO8="
        },
        "buffer-to-arraybuffer": {
          "version": "0.0.5",
          "resolved": "https://registry.yarnpkg.com/buffer-to-arraybuffer/-/buffer-to-arraybuffer-0.0.5.tgz",
          "integrity": "sha1-YGSkD6dutDxyOrqe+PbhIW0QURo="
        },
        "buffer-xor": {
          "version": "1.0.3",
          "resolved": "https://registry.yarnpkg.com/buffer-xor/-/buffer-xor-1.0.3.tgz",
          "integrity": "sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk="
        },
        "builtin-status-codes": {
          "version": "3.0.0",
          "resolved": "https://registry.yarnpkg.com/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz",
          "integrity": "sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug="
        },
        "byte-size": {
          "version": "7.0.0",
          "resolved": "https://registry.yarnpkg.com/byte-size/-/byte-size-7.0.0.tgz",
          "integrity": "sha1-NlKM0cqH05vZq9UfVxXck7bOsDI="
        },
        "bytes": {
          "version": "3.1.0",
          "resolved": "https://registry.yarnpkg.com/bytes/-/bytes-3.1.0.tgz",
          "integrity": "sha1-9s95M6Ng4FiPqf3oVlHNx/gF0fY="
        },
        "cache-base": {
          "version": "1.0.1",
          "resolved": "https://registry.yarnpkg.com/cache-base/-/cache-base-1.0.1.tgz",
          "integrity": "sha1-Cn9GQWgxyLZi7jb+TnxZ129marI=",
          "requires": {
            "collection-visit": "1.0.0",
            "component-emitter": "1.3.0",
            "get-value": "2.0.6",
            "has-value": "1.0.0",
            "isobject": "3.0.1",
            "set-value": "2.0.1",
            "to-object-path": "0.3.0",
            "union-value": "1.0.1",
            "unset-value": "1.0.0"
          }
        },
        "cacheable-request": {
          "version": "6.1.0",
          "resolved": "https://registry.yarnpkg.com/cacheable-request/-/cacheable-request-6.1.0.tgz",
          "integrity": "sha1-IP+4vRYrpL4R6VZ9gj22UQUsqRI=",
          "requires": {
            "clone-response": "1.0.2",
            "get-stream": "5.1.0",
            "http-cache-semantics": "4.1.0",
            "keyv": "3.1.0",
            "lowercase-keys": "2.0.0",
            "normalize-url": "4.5.0",
            "responselike": "1.0.2"
          },
          "dependencies": {
            "lowercase-keys": {
              "version": "2.0.0",
              "resolved": "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-2.0.0.tgz",
              "integrity": "sha1-JgPni3tLAAbLyi+8yKMgJVislHk="
            }
          }
        },
        "caching-transform": {
          "version": "4.0.0",
          "resolved": "https://registry.yarnpkg.com/caching-transform/-/caching-transform-4.0.0.tgz",
          "integrity": "sha1-ANKXpCBtceIWPDnq/6gVesBlHw8=",
          "requires": {
            "hasha": "5.2.0",
            "make-dir": "3.0.2",
            "package-hash": "4.0.0",
            "write-file-atomic": "3.0.3"
          }
        },
        "callbackify": {
          "version": "1.1.0",
          "resolved": "https://registry.yarnpkg.com/callbackify/-/callbackify-1.1.0.tgz",
          "integrity": "sha1-0qNphtKKppcUUmwREgm+65l50x4="
        },
        "callsites": {
          "version": "3.1.0",
          "resolved": "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz",
          "integrity": "sha1-s2MKvYlDQy9Us/BRkjjjPNffL3M="
        },
        "camelcase": {
          "version": "5.3.1",
          "resolved": "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz",
          "integrity": "sha1-48mzFWnhBoEd8kL3FXJaH0xJQyA="
        },
        "caniuse-lite": {
          "version": "1.0.30001061",
          "resolved": "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001061.tgz",
          "integrity": "sha1-gMqH7xTrVDp0WOf9K14vrONFjJ8="
        },
        "caseless": {
          "version": "0.12.0",
          "resolved": "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz",
          "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw="
        },
        "chalk": {
          "version": "3.0.0",
          "resolved": "https://registry.yarnpkg.com/chalk/-/chalk-3.0.0.tgz",
          "integrity": "sha1-P3PCv1JlkfV0zEksUeJFY0n4ROQ=",
          "requires": {
            "ansi-styles": "4.2.1",
            "supports-color": "7.1.0"
          }
        },
        "checkpoint-store": {
          "version": "1.1.0",
          "resolved": "https://registry.yarnpkg.com/checkpoint-store/-/checkpoint-store-1.1.0.tgz",
          "integrity": "sha1-BOTLUWuRQziTWB5tRgGnjpVS6gY=",
          "requires": {
            "functional-red-black-tree": "1.0.1"
          }
        },
        "chokidar": {
          "version": "2.1.8",
          "resolved": "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.8.tgz",
          "integrity": "sha1-gEs6e2qZNYw8XGHnHYco8EHP+Rc=",
          "requires": {
            "anymatch": "2.0.0",
            "async-each": "1.0.3",
            "braces": "2.3.2",
            "glob-parent": "3.1.0",
            "inherits": "2.0.4",
            "is-binary-path": "1.0.1",
            "is-glob": "4.0.1",
            "normalize-path": "3.0.0",
            "path-is-absolute": "1.0.1",
            "readdirp": "2.2.1",
            "upath": "1.2.0"
          },
          "dependencies": {
            "glob-parent": {
              "version": "3.1.0",
              "resolved": "https://registry.yarnpkg.com/glob-parent/-/glob-parent-3.1.0.tgz",
              "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=",
              "requires": {
                "is-glob": "3.1.0",
                "path-dirname": "1.0.2"
              },
              "dependencies": {
                "is-glob": {
                  "version": "3.1.0",
                  "resolved": "https://registry.yarnpkg.com/is-glob/-/is-glob-3.1.0.tgz",
                  "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=",
                  "requires": {
                    "is-extglob": "2.1.1"
                  }
                }
              }
            }
          }
        },
        "chownr": {
          "version": "1.1.4",
          "resolved": "https://registry.yarnpkg.com/chownr/-/chownr-1.1.4.tgz",
          "integrity": "sha1-b8nXtC0ypYNZYzdmbn0ICE2izGs="
        },
        "chunkd": {
          "version": "2.0.1",
          "resolved": "https://registry.yarnpkg.com/chunkd/-/chunkd-2.0.1.tgz",
          "integrity": "sha1-Sc0dewaZLcT3/M2WL+KhAe59qSA="
        },
        "ci-info": {
          "version": "2.0.0",
          "resolved": "https://registry.yarnpkg.com/ci-info/-/ci-info-2.0.0.tgz",
          "integrity": "sha1-Z6npZL4xpR4V5QENWObxKDQAL0Y="
        },
        "ci-parallel-vars": {
          "version": "1.0.1",
          "resolved": "https://registry.yarnpkg.com/ci-parallel-vars/-/ci-parallel-vars-1.0.1.tgz",
          "integrity": "sha1-6H/wYlzPnShphbKbStqEhcqf+8I="
        },
        "cids": {
          "version": "0.7.5",
          "resolved": "https://registry.yarnpkg.com/cids/-/cids-0.7.5.tgz",
          "integrity": "sha1-YKCBOKmb+2m2vkzrY7/vejlrKLI=",
          "requires": {
            "buffer": "5.6.0",
            "class-is": "1.1.0",
            "multibase": "0.6.1",
            "multicodec": "1.0.1",
            "multihashes": "0.4.19"
          }
        },
        "cipher-base": {
          "version": "1.0.4",
          "resolved": "https://registry.yarnpkg.com/cipher-base/-/cipher-base-1.0.4.tgz",
          "integrity": "sha1-h2Dk7MJy9MNjUy+SbYdKriwTl94=",
          "requires": {
            "inherits": "2.0.4",
            "safe-buffer": "5.2.0"
          }
        },
        "class-is": {
          "version": "1.1.0",
          "resolved": "https://registry.yarnpkg.com/class-is/-/class-is-1.1.0.tgz",
          "integrity": "sha1-nTwPugRA0hHYQ87D3t+kgFUAWCU="
        },
        "class-utils": {
          "version": "0.3.6",
          "resolved": "https://registry.yarnpkg.com/class-utils/-/class-utils-0.3.6.tgz",
          "integrity": "sha1-+TNprouafOAv1B+q0MqDAzGQxGM=",
          "requires": {
            "arr-union": "3.1.0",
            "define-property": "0.2.5",
            "isobject": "3.0.1",
            "static-extend": "0.1.2"
          }
        },
        "clean-stack": {
          "version": "2.2.0",
          "resolved": "https://registry.yarnpkg.com/clean-stack/-/clean-stack-2.2.0.tgz",
          "integrity": "sha1-7oRy27Ep5yezHooQpCfe6d/kAIs="
        },
        "clean-yaml-object": {
          "version": "0.1.0",
          "resolved": "https://registry.yarnpkg.com/clean-yaml-object/-/clean-yaml-object-0.1.0.tgz",
          "integrity": "sha1-Y/sRDcLOGoTcIfbZM0h20BCui2g="
        },
        "cli-boxes": {
          "version": "2.2.0",
          "resolved": "https://registry.yarnpkg.com/cli-boxes/-/cli-boxes-2.2.0.tgz",
          "integrity": "sha1-U47K6PnGylCOPDyVtFP+k8tMFo0="
        },
        "cli-cursor": {
          "version": "3.1.0",
          "resolved": "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-3.1.0.tgz",
          "integrity": "sha1-JkMFp65JDR0Dvwybp8kl0XU68wc=",
          "requires": {
            "restore-cursor": "3.1.0"
          }
        },
        "cli-spinners": {
          "version": "2.3.0",
          "resolved": "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.3.0.tgz",
          "integrity": "sha1-BjIjmktapMlYYQFCw0u3plH8jfU="
        },
        "cli-truncate": {
          "version": "2.1.0",
          "resolved": "https://registry.yarnpkg.com/cli-truncate/-/cli-truncate-2.1.0.tgz",
          "integrity": "sha1-w54ovwXtzeW+O5iZKiLe7Vork8c=",
          "requires": {
            "slice-ansi": "3.0.0",
            "string-width": "4.2.0"
          },
          "dependencies": {
            "astral-regex": {
              "version": "2.0.0",
              "resolved": "https://registry.yarnpkg.com/astral-regex/-/astral-regex-2.0.0.tgz",
              "integrity": "sha1-SDFDxWeu7UeFdZwIZXhtx319LjE="
            },
            "is-fullwidth-code-point": {
              "version": "3.0.0",
              "resolved": "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
              "integrity": "sha1-8Rb4Bk/pCz94RKOJl8C3UFEmnx0="
            },
            "slice-ansi": {
              "version": "3.0.0",
              "resolved": "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-3.0.0.tgz",
              "integrity": "sha1-Md3BCTCht+C2ewjJbC9Jt3p4l4c=",
              "requires": {
                "ansi-styles": "4.2.1",
                "astral-regex": "2.0.0",
                "is-fullwidth-code-point": "3.0.0"
              }
            }
          }
        },
        "cliui": {
          "version": "6.0.0",
          "resolved": "https://registry.yarnpkg.com/cliui/-/cliui-6.0.0.tgz",
          "integrity": "sha1-UR1wLAxOQcoVbX0OlgIfI+EyJbE=",
          "requires": {
            "string-width": "4.2.0",
            "strip-ansi": "6.0.0",
            "wrap-ansi": "6.2.0"
          }
        },
        "clone": {
          "version": "2.1.2",
          "resolved": "https://registry.yarnpkg.com/clone/-/clone-2.1.2.tgz",
          "integrity": "sha1-G39Ln1kfHo+DZwQBYANFoCiHQ18="
        },
        "clone-response": {
          "version": "1.0.2",
          "resolved": "https://registry.yarnpkg.com/clone-response/-/clone-response-1.0.2.tgz",
          "integrity": "sha1-0dyXOSAxTfZ/vrlCI7TuNQI56Ws=",
          "requires": {
            "mimic-response": "1.0.1"
          }
        },
        "code-excerpt": {
          "version": "3.0.0",
          "resolved": "https://registry.yarnpkg.com/code-excerpt/-/code-excerpt-3.0.0.tgz",
          "integrity": "sha1-/PtnSMA9uoQxwZ9UdHR/rT8lDxA=",
          "requires": {
            "convert-to-spaces": "1.0.2"
          }
        },
        "collection-visit": {
          "version": "1.0.0",
          "resolved": "https://registry.yarnpkg.com/collection-visit/-/collection-visit-1.0.0.tgz",
          "integrity": "sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=",
          "requires": {
            "map-visit": "1.0.0",
            "object-visit": "1.0.1"
          }
        },
        "color-convert": {
          "version": "2.0.1",
          "resolved": "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz",
          "integrity": "sha1-ctOmjVmMm9s68q0ehPIdiWq9TeM=",
          "requires": {
            "color-name": "1.1.4"
          }
        },
        "color-name": {
          "version": "1.1.4",
          "resolved": "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz",
          "integrity": "sha1-wqCah6y95pVD3m9j+jmVyCbFNqI="
        },
        "combined-stream": {
          "version": "1.0.8",
          "resolved": "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz",
          "integrity": "sha1-w9RaizT9cwYxoRCoolIGgrMdWn8=",
          "requires": {
            "delayed-stream": "1.0.0"
          }
        },
        "commander": {
          "version": "4.1.1",
          "resolved": "https://registry.yarnpkg.com/commander/-/commander-4.1.1.tgz",
          "integrity": "sha1-n9YCvZNilOnp70aj9NaWQESxgGg="
        },
        "common-path-prefix": {
          "version": "3.0.0",
          "resolved": "https://registry.yarnpkg.com/common-path-prefix/-/common-path-prefix-3.0.0.tgz",
          "integrity": "sha1-fQB6fgfFjEtNX0MxMaGRQbKfEeA="
        },
        "commondir": {
          "version": "1.0.1",
          "resolved": "https://registry.yarnpkg.com/commondir/-/commondir-1.0.1.tgz",
          "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs="
        },
        "component-emitter": {
          "version": "1.3.0",
          "resolved": "https://registry.yarnpkg.com/component-emitter/-/component-emitter-1.3.0.tgz",
          "integrity": "sha1-FuQHD7qK4ptnnyIVhT7hgasuq8A="
        },
        "concat-map": {
          "version": "0.0.1",
          "resolved": "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz",
          "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s="
        },
        "concat-stream": {
          "version": "1.6.2",
          "resolved": "https://registry.yarnpkg.com/concat-stream/-/concat-stream-1.6.2.tgz",
          "integrity": "sha1-kEvfGUzTEi/Gdcd/xKw9T/D9GjQ=",
          "requires": {
            "buffer-from": "1.1.1",
            "inherits": "2.0.4",
            "readable-stream": "2.3.7",
            "typedarray": "0.0.6"
          }
        },
        "concordance": {
          "version": "5.0.0",
          "resolved": "https://registry.yarnpkg.com/concordance/-/concordance-5.0.0.tgz",
          "integrity": "sha1-bUVS92x4MB3WXnSMJq8s8TH53Uk=",
          "requires": {
            "date-time": "3.1.0",
            "esutils": "2.0.3",
            "fast-diff": "1.2.0",
            "js-string-escape": "1.0.1",
            "lodash": "4.17.19",
            "md5-hex": "3.0.1",
            "semver": "7.3.2",
            "well-known-symbols": "2.0.0"
          },
          "dependencies": {
            "semver": {
              "version": "7.3.2",
              "resolved": "https://registry.yarnpkg.com/semver/-/semver-7.3.2.tgz",
              "integrity": "sha1-YElisFK4HtB4aq6EOJ/7pw/9OTg="
            }
          }
        },
        "configstore": {
          "version": "5.0.1",
          "resolved": "https://registry.yarnpkg.com/configstore/-/configstore-5.0.1.tgz",
          "integrity": "sha1-02UCG130uYzdGH1qOw4/anzF7ZY=",
          "requires": {
            "dot-prop": "5.2.0",
            "graceful-fs": "4.2.4",
            "make-dir": "3.0.2",
            "unique-string": "2.0.0",
            "write-file-atomic": "3.0.3",
            "xdg-basedir": "4.0.0"
          },
          "dependencies": {
            "dot-prop": {
              "version": "5.2.0",
              "resolved": "https://registry.yarnpkg.com/dot-prop/-/dot-prop-5.2.0.tgz",
              "integrity": "sha1-w07MKVVtxF8fTCJpe29JBODMT8s=",
              "requires": {
                "is-obj": "2.0.0"
              }
            },
            "is-obj": {
              "version": "2.0.0",
              "resolved": "https://registry.yarnpkg.com/is-obj/-/is-obj-2.0.0.tgz",
              "integrity": "sha1-Rz+wXZc3BeP9liBUUBjKjiLvSYI="
            }
          }
        },
        "contains-path": {
          "version": "0.1.0",
          "resolved": "https://registry.yarnpkg.com/contains-path/-/contains-path-0.1.0.tgz",
          "integrity": "sha1-/ozxhP9mcLa67wGp1IYaXL7EEgo="
        },
        "content-disposition": {
          "version": "0.5.3",
          "resolved": "https://registry.yarnpkg.com/content-disposition/-/content-disposition-0.5.3.tgz",
          "integrity": "sha1-4TDK9+cnkIfFYWwgB9BIVpiYT70=",
          "requires": {
            "safe-buffer": "5.1.2"
          },
          "dependencies": {
            "safe-buffer": {
              "version": "5.1.2",
              "resolved": "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz",
              "integrity": "sha1-mR7GnSluAxN0fVm9/St0XDX4go0="
            }
          }
        },
        "content-hash": {
          "version": "2.5.2",
          "resolved": "https://registry.yarnpkg.com/content-hash/-/content-hash-2.5.2.tgz",
          "integrity": "sha1-u8JlXnwh8U/Tv8e31L/m5FTJ4hE=",
          "requires": {
            "cids": "0.7.5",
            "multicodec": "0.5.7",
            "multihashes": "0.4.19"
          },
          "dependencies": {
            "multicodec": {
              "version": "0.5.7",
              "resolved": "https://registry.yarnpkg.com/multicodec/-/multicodec-0.5.7.tgz",
              "integrity": "sha1-H7P53YZqEKVdIm4ZSrui3MHun/0=",
              "requires": {
                "varint": "5.0.0"
              }
            }
          }
        },
        "content-type": {
          "version": "1.0.4",
          "resolved": "https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz",
          "integrity": "sha1-4TjMdeBAxyexlm/l5fjJruJW/js="
        },
        "convert-source-map": {
          "version": "1.7.0",
          "resolved": "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.7.0.tgz",
          "integrity": "sha1-F6LLiC1/d9NJBYXizmxSRCSjpEI=",
          "requires": {
            "safe-buffer": "5.1.2"
          },
          "dependencies": {
            "safe-buffer": {
              "version": "5.1.2",
              "resolved": "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz",
              "integrity": "sha1-mR7GnSluAxN0fVm9/St0XDX4go0="
            }
          }
        },
        "convert-to-spaces": {
          "version": "1.0.2",
          "resolved": "https://registry.yarnpkg.com/convert-to-spaces/-/convert-to-spaces-1.0.2.tgz",
          "integrity": "sha1-fj5Iu+bZl7FBfdyihoIEtNPYVxU="
        },
        "cookie": {
          "version": "0.4.0",
          "resolved": "https://registry.yarnpkg.com/cookie/-/cookie-0.4.0.tgz",
          "integrity": "sha1-vrQ35wIrO21JAZ0IhmUwPr6cFLo="
        },
        "cookie-signature": {
          "version": "1.0.6",
          "resolved": "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz",
          "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw="
        },
        "cookiejar": {
          "version": "2.1.2",
          "resolved": "https://registry.yarnpkg.com/cookiejar/-/cookiejar-2.1.2.tgz",
          "integrity": "sha1-3YojVTB1L5iPmghE8/xYnjERElw="
        },
        "copy-descriptor": {
          "version": "0.1.1",
          "resolved": "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz",
          "integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40="
        },
        "core-assert": {
          "version": "0.2.1",
          "resolved": "https://registry.yarnpkg.com/core-assert/-/core-assert-0.2.1.tgz",
          "integrity": "sha1-+F4s+b/tKPdzzIs/pcW2m9wC/j8=",
          "requires": {
            "buf-compare": "1.0.1",
            "is-error": "2.2.2"
          }
        },
        "core-js": {
          "version": "2.6.11",
          "resolved": "https://registry.yarnpkg.com/core-js/-/core-js-2.6.11.tgz",
          "integrity": "sha1-OIMUafmSK97Y7iHJ3EaYXgOZMIw="
        },
        "core-js-compat": {
          "version": "3.6.5",
          "resolved": "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.6.5.tgz",
          "integrity": "sha1-KlHZpOJd/W5pAlGqgfmePAVIHxw=",
          "requires": {
            "browserslist": "4.12.0",
            "semver": "7.0.0"
          },
          "dependencies": {
            "semver": {
              "version": "7.0.0",
              "resolved": "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz",
              "integrity": "sha1-XzyjV2HkfgWyBsba/yz4FPAxa44="
            }
          }
        },
        "core-util-is": {
          "version": "1.0.2",
          "resolved": "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz",
          "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac="
        },
        "cors": {
          "version": "2.8.5",
          "resolved": "https://registry.yarnpkg.com/cors/-/cors-2.8.5.tgz",
          "integrity": "sha1-6sEdpRWS3Ya58G9uesKTs9+HXSk=",
          "requires": {
            "object-assign": "4.1.1",
            "vary": "1.1.2"
          }
        },
        "create-ecdh": {
          "version": "4.0.3",
          "resolved": "https://registry.yarnpkg.com/create-ecdh/-/create-ecdh-4.0.3.tgz",
          "integrity": "sha1-yREbbzMEXEaX8UR4f5JUzcd8Rf8=",
          "requires": {
            "bn.js": "4.11.8",
            "elliptic": "6.5.2"
          },
          "dependencies": {
            "bn.js": {
              "version": "4.11.8",
              "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
              "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
            }
          }
        },
        "create-hash": {
          "version": "1.2.0",
          "resolved": "https://registry.yarnpkg.com/create-hash/-/create-hash-1.2.0.tgz",
          "integrity": "sha1-iJB4rxGmN1a8+1m9IhmWvjqe8ZY=",
          "requires": {
            "cipher-base": "1.0.4",
            "inherits": "2.0.4",
            "md5.js": "1.3.5",
            "ripemd160": "2.0.2",
            "sha.js": "2.4.11"
          }
        },
        "create-hmac": {
          "version": "1.1.7",
          "resolved": "https://registry.yarnpkg.com/create-hmac/-/create-hmac-1.1.7.tgz",
          "integrity": "sha1-aRcMeLOrlXFHsriwRXLkfq0iQ/8=",
          "requires": {
            "cipher-base": "1.0.4",
            "create-hash": "1.2.0",
            "inherits": "2.0.4",
            "ripemd160": "2.0.2",
            "safe-buffer": "5.2.0",
            "sha.js": "2.4.11"
          }
        },
        "cross-fetch": {
          "version": "2.2.3",
          "resolved": "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-2.2.3.tgz",
          "integrity": "sha1-6KCzxUWYE24Df4ZQ+OgjzN+sGY4=",
          "requires": {
            "node-fetch": "2.1.2",
            "whatwg-fetch": "2.0.4"
          },
          "dependencies": {
            "node-fetch": {
              "version": "2.1.2",
              "resolved": "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.1.2.tgz",
              "integrity": "sha1-q4hOjn5X44qUR1POxwb3iNF2i7U="
            }
          }
        },
        "cross-spawn": {
          "version": "7.0.3",
          "resolved": "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz",
          "integrity": "sha1-9zqFudXUHQRVUcF34ogtSshXKKY=",
          "requires": {
            "path-key": "3.1.1",
            "shebang-command": "2.0.0",
            "which": "2.0.2"
          }
        },
        "crypto-browserify": {
          "version": "3.12.0",
          "resolved": "https://registry.yarnpkg.com/crypto-browserify/-/crypto-browserify-3.12.0.tgz",
          "integrity": "sha1-OWz58xN/A+S45TLFj2mCVOAPgOw=",
          "requires": {
            "browserify-cipher": "1.0.1",
            "browserify-sign": "4.0.4",
            "create-ecdh": "4.0.3",
            "create-hash": "1.2.0",
            "create-hmac": "1.1.7",
            "diffie-hellman": "5.0.3",
            "inherits": "2.0.4",
            "pbkdf2": "3.0.17",
            "public-encrypt": "4.0.3",
            "randombytes": "2.1.0",
            "randomfill": "1.0.4"
          }
        },
        "crypto-random-string": {
          "version": "2.0.0",
          "resolved": "https://registry.yarnpkg.com/crypto-random-string/-/crypto-random-string-2.0.0.tgz",
          "integrity": "sha1-7yp6lm7BEIM4g2m6oC6+rSKbMNU="
        },
        "currently-unhandled": {
          "version": "0.4.1",
          "resolved": "https://registry.yarnpkg.com/currently-unhandled/-/currently-unhandled-0.4.1.tgz",
          "integrity": "sha1-mI3zP+qxke95mmE2nddsF635V+o=",
          "requires": {
            "array-find-index": "1.0.2"
          }
        },
        "d": {
          "version": "1.0.1",
          "resolved": "https://registry.yarnpkg.com/d/-/d-1.0.1.tgz",
          "integrity": "sha1-hpgJU3LVjb7jRv/Qxwk/mfj561o=",
          "requires": {
            "es5-ext": "0.10.53",
            "type": "1.2.0"
          }
        },
        "dashdash": {
          "version": "1.14.1",
          "resolved": "https://registry.yarnpkg.com/dashdash/-/dashdash-1.14.1.tgz",
          "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=",
          "requires": {
            "assert-plus": "1.0.0"
          }
        },
        "date-fns": {
          "version": "2.0.0-alpha.22",
          "resolved": "https://registry.yarnpkg.com/date-fns/-/date-fns-2.0.0-alpha.22.tgz",
          "integrity": "sha1-xl9d1+lZxZ+OpVkeRYr8dqKg2NA="
        },
        "date-time": {
          "version": "3.1.0",
          "resolved": "https://registry.yarnpkg.com/date-time/-/date-time-3.1.0.tgz",
          "integrity": "sha1-DR6TTRcFefSB7Y3x4rj/cO6EXh4=",
          "requires": {
            "time-zone": "1.0.0"
          }
        },
        "debug": {
          "version": "2.6.9",
          "resolved": "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz",
          "integrity": "sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8=",
          "requires": {
            "ms": "2.0.0"
          },
          "dependencies": {
            "ms": {
              "version": "2.0.0",
              "resolved": "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz",
              "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
            }
          }
        },
        "decamelize": {
          "version": "1.2.0",
          "resolved": "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz",
          "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA="
        },
        "decode-uri-component": {
          "version": "0.2.0",
          "resolved": "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz",
          "integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU="
        },
        "decompress": {
          "version": "4.2.1",
          "resolved": "https://registry.yarnpkg.com/decompress/-/decompress-4.2.1.tgz",
          "integrity": "sha1-AH9VzGpiwFWvo3wH62pO4bdz8Rg=",
          "requires": {
            "decompress-tar": "4.1.1",
            "decompress-tarbz2": "4.1.1",
            "decompress-targz": "4.1.1",
            "decompress-unzip": "4.0.1",
            "graceful-fs": "4.2.4",
            "make-dir": "1.3.0",
            "pify": "2.3.0",
            "strip-dirs": "2.1.0"
          },
          "dependencies": {
            "make-dir": {
              "version": "1.3.0",
              "resolved": "https://registry.yarnpkg.com/make-dir/-/make-dir-1.3.0.tgz",
              "integrity": "sha1-ecEDO4BRW9bSTsmTPoYMp17ifww=",
              "requires": {
                "pify": "3.0.0"
              },
              "dependencies": {
                "pify": {
                  "version": "3.0.0",
                  "resolved": "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz",
                  "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY="
                }
              }
            }
          }
        },
        "decompress-response": {
          "version": "3.3.0",
          "resolved": "https://registry.yarnpkg.com/decompress-response/-/decompress-response-3.3.0.tgz",
          "integrity": "sha1-gKTdMjdIOEv6JICDYirt7Jgq3/M=",
          "requires": {
            "mimic-response": "1.0.1"
          }
        },
        "decompress-tar": {
          "version": "4.1.1",
          "resolved": "https://registry.yarnpkg.com/decompress-tar/-/decompress-tar-4.1.1.tgz",
          "integrity": "sha1-cYy9P8sWIJcW5womuE57pFkuWvE=",
          "requires": {
            "file-type": "5.2.0",
            "is-stream": "1.1.0",
            "tar-stream": "1.6.2"
          }
        },
        "decompress-tarbz2": {
          "version": "4.1.1",
          "resolved": "https://registry.yarnpkg.com/decompress-tarbz2/-/decompress-tarbz2-4.1.1.tgz",
          "integrity": "sha1-MIKluIDqQEOBY0nzeLVsUWvho5s=",
          "requires": {
            "decompress-tar": "4.1.1",
            "file-type": "6.2.0",
            "is-stream": "1.1.0",
            "seek-bzip": "1.0.5",
            "unbzip2-stream": "1.4.1"
          },
          "dependencies": {
            "file-type": {
              "version": "6.2.0",
              "resolved": "https://registry.yarnpkg.com/file-type/-/file-type-6.2.0.tgz",
              "integrity": "sha1-5QzXXTVv/tTjBtxPW89Sp5kDqRk="
            }
          }
        },
        "decompress-targz": {
          "version": "4.1.1",
          "resolved": "https://registry.yarnpkg.com/decompress-targz/-/decompress-targz-4.1.1.tgz",
          "integrity": "sha1-wJvDXE0R894J8tLaU+neI+fOHu4=",
          "requires": {
            "decompress-tar": "4.1.1",
            "file-type": "5.2.0",
            "is-stream": "1.1.0"
          }
        },
        "decompress-unzip": {
          "version": "4.0.1",
          "resolved": "https://registry.yarnpkg.com/decompress-unzip/-/decompress-unzip-4.0.1.tgz",
          "integrity": "sha1-3qrM39FK6vhVePczroIQ+bSEj2k=",
          "requires": {
            "file-type": "3.9.0",
            "get-stream": "2.3.1",
            "pify": "2.3.0",
            "yauzl": "2.10.0"
          },
          "dependencies": {
            "file-type": {
              "version": "3.9.0",
              "resolved": "https://registry.yarnpkg.com/file-type/-/file-type-3.9.0.tgz",
              "integrity": "sha1-JXoHg4TR24CHvESdEH1SpSZyuek="
            },
            "get-stream": {
              "version": "2.3.1",
              "resolved": "https://registry.yarnpkg.com/get-stream/-/get-stream-2.3.1.tgz",
              "integrity": "sha1-Xzj5PzRgCWZu4BUKBUFn+Rvdld4=",
              "requires": {
                "object-assign": "4.1.1",
                "pinkie-promise": "2.0.1"
              }
            }
          }
        },
        "deep-equal": {
          "version": "1.1.1",
          "resolved": "https://registry.yarnpkg.com/deep-equal/-/deep-equal-1.1.1.tgz",
          "integrity": "sha1-tcmMlCzv+vfLBR4k4UNKJaLmB2o=",
          "requires": {
            "is-arguments": "1.0.4",
            "is-date-object": "1.0.2",
            "is-regex": "1.0.5",
            "object-is": "1.1.2",
            "object-keys": "1.1.1",
            "regexp.prototype.flags": "1.3.0"
          }
        },
        "deep-extend": {
          "version": "0.6.0",
          "resolved": "https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.6.0.tgz",
          "integrity": "sha1-xPp8lUBKF6nD6Mp+FTcxK3NjMKw="
        },
        "deep-is": {
          "version": "0.1.3",
          "resolved": "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.3.tgz",
          "integrity": "sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ="
        },
        "deep-strict-equal": {
          "version": "0.2.0",
          "resolved": "https://registry.yarnpkg.com/deep-strict-equal/-/deep-strict-equal-0.2.0.tgz",
          "integrity": "sha1-SgeBR6irV/ag1PVUckPNIvROtOQ=",
          "requires": {
            "core-assert": "0.2.1"
          }
        },
        "default-require-extensions": {
          "version": "3.0.0",
          "resolved": "https://registry.yarnpkg.com/default-require-extensions/-/default-require-extensions-3.0.0.tgz",
          "integrity": "sha1-4D+TqsmytkQ/xS5eSjezrZrY35Y=",
          "requires": {
            "strip-bom": "4.0.0"
          },
          "dependencies": {
            "strip-bom": {
              "version": "4.0.0",
              "resolved": "https://registry.yarnpkg.com/strip-bom/-/strip-bom-4.0.0.tgz",
              "integrity": "sha1-nDUFwdtFvO3KPZz3oW9cWqOQGHg="
            }
          }
        },
        "defaults": {
          "version": "1.0.3",
          "resolved": "https://registry.yarnpkg.com/defaults/-/defaults-1.0.3.tgz",
          "integrity": "sha1-xlYFHpgX2f8I7YgUd/P+QBnz730=",
          "requires": {
            "clone": "1.0.4"
          },
          "dependencies": {
            "clone": {
              "version": "1.0.4",
              "resolved": "https://registry.yarnpkg.com/clone/-/clone-1.0.4.tgz",
              "integrity": "sha1-2jCcwmPfFZlMaIypAheco8fNfH4="
            }
          }
        },
        "defer-to-connect": {
          "version": "1.1.3",
          "resolved": "https://registry.yarnpkg.com/defer-to-connect/-/defer-to-connect-1.1.3.tgz",
          "integrity": "sha1-MxrgUMCNz3ifjIOnuB8O2U9KxZE="
        },
        "deferred-leveldown": {
          "version": "1.2.2",
          "resolved": "https://registry.yarnpkg.com/deferred-leveldown/-/deferred-leveldown-1.2.2.tgz",
          "integrity": "sha1-Os0uC3XRZpkkvApLZChRExFz4es=",
          "requires": {
            "abstract-leveldown": "2.6.3"
          },
          "dependencies": {
            "abstract-leveldown": {
              "version": "2.6.3",
              "resolved": "https://registry.yarnpkg.com/abstract-leveldown/-/abstract-leveldown-2.6.3.tgz",
              "integrity": "sha1-HF6Mal75Za6MNd+zqHcMR2uCxLg=",
              "requires": {
                "xtend": "4.0.2"
              }
            }
          }
        },
        "define-properties": {
          "version": "1.1.3",
          "resolved": "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz",
          "integrity": "sha1-z4jabL7ib+bbcJT2HYcMvYTO6fE=",
          "requires": {
            "object-keys": "1.1.1"
          }
        },
        "define-property": {
          "version": "0.2.5",
          "resolved": "https://registry.yarnpkg.com/define-property/-/define-property-0.2.5.tgz",
          "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=",
          "requires": {
            "is-descriptor": "0.1.6"
          },
          "dependencies": {
            "is-accessor-descriptor": {
              "version": "0.1.6",
              "resolved": "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz",
              "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=",
              "requires": {
                "kind-of": "3.2.2"
              },
              "dependencies": {
                "kind-of": {
                  "version": "3.2.2",
                  "resolved": "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz",
                  "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
                  "requires": {
                    "is-buffer": "1.1.6"
                  }
                }
              }
            },
            "is-data-descriptor": {
              "version": "0.1.4",
              "resolved": "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz",
              "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=",
              "requires": {
                "kind-of": "3.2.2"
              },
              "dependencies": {
                "kind-of": {
                  "version": "3.2.2",
                  "resolved": "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz",
                  "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
                  "requires": {
                    "is-buffer": "1.1.6"
                  }
                }
              }
            },
            "is-descriptor": {
              "version": "0.1.6",
              "resolved": "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-0.1.6.tgz",
              "integrity": "sha1-Nm2CQN3kh8pRgjsaufB6EKeCUco=",
              "requires": {
                "is-accessor-descriptor": "0.1.6",
                "is-data-descriptor": "0.1.4",
                "kind-of": "5.1.0"
              }
            },
            "kind-of": {
              "version": "5.1.0",
              "resolved": "https://registry.yarnpkg.com/kind-of/-/kind-of-5.1.0.tgz",
              "integrity": "sha1-cpyR4thXt6QZofmqZWhcTDP1hF0="
            }
          }
        },
        "defined": {
          "version": "1.0.0",
          "resolved": "https://registry.yarnpkg.com/defined/-/defined-1.0.0.tgz",
          "integrity": "sha1-yY2bzvdWdBiOEQlpFRGZ45sfppM="
        },
        "del": {
          "version": "5.1.0",
          "resolved": "https://registry.yarnpkg.com/del/-/del-5.1.0.tgz",
          "integrity": "sha1-2Uh8lONnQQ5u/ykl7ljAyEp1s6c=",
          "requires": {
            "globby": "10.0.2",
            "graceful-fs": "4.2.4",
            "is-glob": "4.0.1",
            "is-path-cwd": "2.2.0",
            "is-path-inside": "3.0.2",
            "p-map": "3.0.0",
            "rimraf": "3.0.2",
            "slash": "3.0.0"
          },
          "dependencies": {
            "globby": {
              "version": "10.0.2",
              "resolved": "https://registry.yarnpkg.com/globby/-/globby-10.0.2.tgz",
              "integrity": "sha1-J3WT50WsqkZGw6tBEonsR6A5JUM=",
              "requires": {
                "@types/glob": "7.1.1",
                "array-union": "2.1.0",
                "dir-glob": "3.0.1",
                "fast-glob": "3.2.2",
                "glob": "7.1.6",
                "ignore": "5.1.8",
                "merge2": "1.3.0",
                "slash": "3.0.0"
              }
            }
          }
        },
        "delayed-stream": {
          "version": "1.0.0",
          "resolved": "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz",
          "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk="
        },
        "delimit-stream": {
          "version": "0.1.0",
          "resolved": "https://registry.yarnpkg.com/delimit-stream/-/delimit-stream-0.1.0.tgz",
          "integrity": "sha1-m4MZR3wOX4rrPONXrjBfwl6hzSs="
        },
        "depd": {
          "version": "1.1.2",
          "resolved": "https://registry.yarnpkg.com/depd/-/depd-1.1.2.tgz",
          "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak="
        },
        "des.js": {
          "version": "1.0.1",
          "resolved": "https://registry.yarnpkg.com/des.js/-/des.js-1.0.1.tgz",
          "integrity": "sha1-U4IULhvcU/hdhtU+X0qn3rkeCEM=",
          "requires": {
            "inherits": "2.0.4",
            "minimalistic-assert": "1.0.1"
          }
        },
        "destroy": {
          "version": "1.0.4",
          "resolved": "https://registry.yarnpkg.com/destroy/-/destroy-1.0.4.tgz",
          "integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA="
        },
        "detect-indent": {
          "version": "4.0.0",
          "resolved": "https://registry.yarnpkg.com/detect-indent/-/detect-indent-4.0.0.tgz",
          "integrity": "sha1-920GQ1LN9Docts5hnE7jqUdd4gg=",
          "requires": {
            "repeating": "2.0.1"
          }
        },
        "detect-node": {
          "version": "2.0.4",
          "resolved": "https://registry.yarnpkg.com/detect-node/-/detect-node-2.0.4.tgz",
          "integrity": "sha1-AU7o+PZpxcWAI9pkuBecCDooxGw="
        },
        "diff": {
          "version": "4.0.2",
          "resolved": "https://registry.yarnpkg.com/diff/-/diff-4.0.2.tgz",
          "integrity": "sha1-YPOuy4nV+uUgwRqhnvwruYKq3n0="
        },
        "diffie-hellman": {
          "version": "5.0.3",
          "resolved": "https://registry.yarnpkg.com/diffie-hellman/-/diffie-hellman-5.0.3.tgz",
          "integrity": "sha1-QOjumPVaIUlgcUaSHGPhrl89KHU=",
          "requires": {
            "bn.js": "4.11.8",
            "miller-rabin": "4.0.1",
            "randombytes": "2.1.0"
          },
          "dependencies": {
            "bn.js": {
              "version": "4.11.8",
              "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
              "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
            }
          }
        },
        "dir-glob": {
          "version": "3.0.1",
          "resolved": "https://registry.yarnpkg.com/dir-glob/-/dir-glob-3.0.1.tgz",
          "integrity": "sha1-Vtv3PZkqSpO6FYT0U0Bj/S5BcX8=",
          "requires": {
            "path-type": "4.0.0"
          },
          "dependencies": {
            "path-type": {
              "version": "4.0.0",
              "resolved": "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz",
              "integrity": "sha1-hO0BwKe6OAr+CdkKjBgNzZ0DBDs="
            }
          }
        },
        "doctrine": {
          "version": "1.5.0",
          "resolved": "https://registry.yarnpkg.com/doctrine/-/doctrine-1.5.0.tgz",
          "integrity": "sha1-N53Ocw9hZvds76TmcHoVmwLFpvo=",
          "requires": {
            "esutils": "2.0.3",
            "isarray": "1.0.0"
          },
          "dependencies": {
            "isarray": {
              "version": "1.0.0",
              "resolved": "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz",
              "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE="
            }
          }
        },
        "dot-prop": {
          "version": "4.2.0",
          "resolved": "https://registry.yarnpkg.com/dot-prop/-/dot-prop-4.2.0.tgz",
          "integrity": "sha1-HxngwuGqDjJ5fEl5nyg3rGr2nFc=",
          "requires": {
            "is-obj": "1.0.1"
          }
        },
        "dotignore": {
          "version": "0.1.2",
          "resolved": "https://registry.yarnpkg.com/dotignore/-/dotignore-0.1.2.tgz",
          "integrity": "sha1-+ULyIA0ow6dvvdbw7p8yV8ii6QU=",
          "requires": {
            "minimatch": "3.0.4"
          }
        },
        "drbg.js": {
          "version": "1.0.1",
          "resolved": "https://registry.yarnpkg.com/drbg.js/-/drbg.js-1.0.1.tgz",
          "integrity": "sha1-Pja2xCs3BDgjzbwzLVjzHiRFSAs=",
          "requires": {
            "browserify-aes": "1.2.0",
            "create-hash": "1.2.0",
            "create-hmac": "1.1.7"
          }
        },
        "duplexer": {
          "version": "0.1.1",
          "resolved": "https://registry.yarnpkg.com/duplexer/-/duplexer-0.1.1.tgz",
          "integrity": "sha1-rOb/gIwc5mtX0ev5eXessCM0z8E="
        },
        "duplexer3": {
          "version": "0.1.4",
          "resolved": "https://registry.yarnpkg.com/duplexer3/-/duplexer3-0.1.4.tgz",
          "integrity": "sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI="
        },
        "ecc-jsbn": {
          "version": "0.1.2",
          "resolved": "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz",
          "integrity": "sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=",
          "requires": {
            "jsbn": "0.1.1",
            "safer-buffer": "2.1.2"
          }
        },
        "ee-first": {
          "version": "1.1.1",
          "resolved": "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz",
          "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0="
        },
        "electron-to-chromium": {
          "version": "1.3.441",
          "resolved": "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.441.tgz",
          "integrity": "sha1-CU9xuZLcpbyWt5jPuvN9x2MCAVo="
        },
        "elliptic": {
          "version": "6.5.2",
          "resolved": "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.2.tgz",
          "integrity": "sha1-BcVnjXFzwEnYykM1UiJKSV0ON2I=",
          "requires": {
            "bn.js": "4.11.8",
            "brorand": "1.1.0",
            "hash.js": "1.1.3",
            "hmac-drbg": "1.0.1",
            "inherits": "2.0.4",
            "minimalistic-assert": "1.0.1",
            "minimalistic-crypto-utils": "1.0.1"
          },
          "dependencies": {
            "bn.js": {
              "version": "4.11.8",
              "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
              "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
            }
          }
        },
        "emittery": {
          "version": "0.7.0",
          "resolved": "https://registry.yarnpkg.com/emittery/-/emittery-0.7.0.tgz",
          "integrity": "sha1-DweJ6pDgPz3nhl/rgG5PCRbRbJM="
        },
        "emoji-regex": {
          "version": "8.0.0",
          "resolved": "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz",
          "integrity": "sha1-6Bj9ac5cz8tARZT4QpY79TFkzDc="
        },
        "encodeurl": {
          "version": "1.0.2",
          "resolved": "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz",
          "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k="
        },
        "encoding": {
          "version": "0.1.12",
          "resolved": "https://registry.yarnpkg.com/encoding/-/encoding-0.1.12.tgz",
          "integrity": "sha1-U4tm8+5izRq1HsMjgp0flIDHS+s=",
          "requires": {
            "iconv-lite": "0.4.24"
          }
        },
        "end-of-stream": {
          "version": "1.4.4",
          "resolved": "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.4.tgz",
          "integrity": "sha1-WuZKX0UFe682JuwU2gyl5LJDHrA=",
          "requires": {
            "once": "1.4.0"
          }
        },
        "enhance-visitors": {
          "version": "1.0.0",
          "resolved": "https://registry.yarnpkg.com/enhance-visitors/-/enhance-visitors-1.0.0.tgz",
          "integrity": "sha1-qpRdBdpGVnKh69OP7i7T2oUY6Vo=",
          "requires": {
            "lodash": "4.17.19"
          }
        },
        "enquirer": {
          "version": "2.3.6",
          "resolved": "https://registry.yarnpkg.com/enquirer/-/enquirer-2.3.6.tgz",
          "integrity": "sha1-Kn/l3WNKHkElqXXsmU/1RW3Dc00=",
          "requires": {
            "ansi-colors": "4.1.1"
          }
        },
        "equal-length": {
          "version": "1.0.1",
          "resolved": "https://registry.yarnpkg.com/equal-length/-/equal-length-1.0.1.tgz",
          "integrity": "sha1-IcoRLUirJLTh5//A5TOdMf38J0w="
        },
        "errno": {
          "version": "0.1.7",
          "resolved": "https://registry.yarnpkg.com/errno/-/errno-0.1.7.tgz",
          "integrity": "sha1-RoTXF3mtOa8Xfj8AeZb3xnyFJhg=",
          "requires": {
            "prr": "1.0.1"
          }
        },
        "error-ex": {
          "version": "1.3.2",
          "resolved": "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz",
          "integrity": "sha1-tKxAZIEH/c3PriQvQovqihTU8b8=",
          "requires": {
            "is-arrayish": "0.2.1"
          }
        },
        "es-abstract": {
          "version": "1.17.5",
          "resolved": "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.5.tgz",
          "integrity": "sha1-2MnR1myJgfuSAOIlHXme7pJ3Suk=",
          "requires": {
            "es-to-primitive": "1.2.1",
            "function-bind": "1.1.1",
            "has": "1.0.3",
            "has-symbols": "1.0.1",
            "is-callable": "1.1.5",
            "is-regex": "1.0.5",
            "object-inspect": "1.7.0",
            "object-keys": "1.1.1",
            "object.assign": "4.1.0",
            "string.prototype.trimleft": "2.1.1",
            "string.prototype.trimright": "2.1.1"
          }
        },
        "es-to-primitive": {
          "version": "1.2.1",
          "resolved": "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz",
          "integrity": "sha1-5VzUyc3BiLzvsDs2bHNjI/xciYo=",
          "requires": {
            "is-callable": "1.1.4",
            "is-date-object": "1.0.2",
            "is-symbol": "1.0.2"
          }
        },
        "es5-ext": {
          "version": "0.10.53",
          "resolved": "https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.10.53.tgz",
          "integrity": "sha1-k8WjrP2+8nUiCtcmRK0C7hg2jeE=",
          "requires": {
            "es6-iterator": "2.0.3",
            "es6-symbol": "3.1.3",
            "next-tick": "1.0.0"
          }
        },
        "es6-error": {
          "version": "4.1.1",
          "resolved": "https://registry.yarnpkg.com/es6-error/-/es6-error-4.1.1.tgz",
          "integrity": "sha1-njr0B0Wd7tR+mpH5uIWoTrBcVh0="
        },
        "es6-iterator": {
          "version": "2.0.3",
          "resolved": "https://registry.yarnpkg.com/es6-iterator/-/es6-iterator-2.0.3.tgz",
          "integrity": "sha1-p96IkUGgWpSwhUQDstCg+/qY87c=",
          "requires": {
            "d": "1.0.1",
            "es5-ext": "0.10.53",
            "es6-symbol": "3.1.3"
          }
        },
        "es6-symbol": {
          "version": "3.1.3",
          "resolved": "https://registry.yarnpkg.com/es6-symbol/-/es6-symbol-3.1.3.tgz",
          "integrity": "sha1-utXTwbzawoJp9MszHkMceKxwXRg=",
          "requires": {
            "d": "1.0.1",
            "ext": "1.4.0"
          }
        },
        "escape-goat": {
          "version": "2.1.1",
          "resolved": "https://registry.yarnpkg.com/escape-goat/-/escape-goat-2.1.1.tgz",
          "integrity": "sha1-Gy3HcANnbEV+x2Cy3GjttkgYhnU="
        },
        "escape-html": {
          "version": "1.0.3",
          "resolved": "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz",
          "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg="
        },
        "escape-string-regexp": {
          "version": "1.0.5",
          "resolved": "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
          "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ="
        },
        "eslint": {
          "version": "7.5.0",
          "resolved": "https://registry.yarnpkg.com/eslint/-/eslint-7.5.0.tgz",
          "integrity": "sha1-nsv61iIW0iO4Ksn/6n7zREZx0TU=",
          "requires": {
            "@babel/code-frame": "7.10.4",
            "ajv": "6.12.3",
            "chalk": "4.1.0",
            "cross-spawn": "7.0.3",
            "debug": "4.1.1",
            "doctrine": "3.0.0",
            "enquirer": "2.3.6",
            "eslint-scope": "5.1.0",
            "eslint-utils": "2.1.0",
            "eslint-visitor-keys": "1.3.0",
            "espree": "7.2.0",
            "esquery": "1.3.1",
            "esutils": "2.0.3",
            "file-entry-cache": "5.0.1",
            "functional-red-black-tree": "1.0.1",
            "glob-parent": "5.1.1",
            "globals": "12.4.0",
            "ignore": "4.0.6",
            "import-fresh": "3.2.1",
            "imurmurhash": "0.1.4",
            "is-glob": "4.0.1",
            "js-yaml": "3.13.1",
            "json-stable-stringify-without-jsonify": "1.0.1",
            "levn": "0.4.1",
            "lodash": "4.17.19",
            "minimatch": "3.0.4",
            "natural-compare": "1.4.0",
            "optionator": "0.9.1",
            "progress": "2.0.3",
            "regexpp": "3.1.0",
            "semver": "7.3.2",
            "strip-ansi": "6.0.0",
            "strip-json-comments": "3.1.0",
            "table": "5.4.6",
            "text-table": "0.2.0",
            "v8-compile-cache": "2.1.0"
          },
          "dependencies": {
            "chalk": {
              "version": "4.1.0",
              "resolved": "https://registry.yarnpkg.com/chalk/-/chalk-4.1.0.tgz",
              "integrity": "sha1-ThSHCmGNni7dl92DRf2dncMVZGo=",
              "requires": {
                "ansi-styles": "4.2.1",
                "supports-color": "7.1.0"
              }
            },
            "debug": {
              "version": "4.1.1",
              "resolved": "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz",
              "integrity": "sha1-O3ImAlUQnGtYnO4FDx1RYTlmR5E=",
              "requires": {
                "ms": "2.1.2"
              }
            },
            "doctrine": {
              "version": "3.0.0",
              "resolved": "https://registry.yarnpkg.com/doctrine/-/doctrine-3.0.0.tgz",
              "integrity": "sha1-rd6+rXKmV023g2OdyHoSF3OXOWE=",
              "requires": {
                "esutils": "2.0.3"
              }
            },
            "globals": {
              "version": "12.4.0",
              "resolved": "https://registry.yarnpkg.com/globals/-/globals-12.4.0.tgz",
              "integrity": "sha1-oYgTV2pBsAokqX5/gVkYwuGZJfg=",
              "requires": {
                "type-fest": "0.8.1"
              }
            },
            "ignore": {
              "version": "4.0.6",
              "resolved": "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz",
              "integrity": "sha1-dQ49tYYgh7RzfrrIIH/9HvJ7Jfw="
            },
            "semver": {
              "version": "7.3.2",
              "resolved": "https://registry.yarnpkg.com/semver/-/semver-7.3.2.tgz",
              "integrity": "sha1-YElisFK4HtB4aq6EOJ/7pw/9OTg="
            }
          }
        },
        "eslint-config-prettier": {
          "version": "6.11.0",
          "resolved": "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.11.0.tgz",
          "integrity": "sha1-9tIjjBKQ0ByFmotcH301KgsNqLE=",
          "requires": {
            "get-stdin": "6.0.0"
          }
        },
        "eslint-config-standard": {
          "version": "14.1.1",
          "resolved": "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-14.1.1.tgz",
          "integrity": "sha1-gwqOROeu995nRkl5rQa0BgJsVuo="
        },
        "eslint-import-resolver-node": {
          "version": "0.3.3",
          "resolved": "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.3.tgz",
          "integrity": "sha1-26pStrKBa1C8ZxGvdUIt6AjphAQ=",
          "requires": {
            "debug": "2.6.9",
            "resolve": "1.17.0"
          }
        },
        "eslint-module-utils": {
          "version": "2.6.0",
          "resolved": "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.6.0.tgz",
          "integrity": "sha1-V569CU9Wr3eX0ZyYZsnJSGYpv6Y=",
          "requires": {
            "debug": "2.6.9",
            "pkg-dir": "2.0.0"
          },
          "dependencies": {
            "pkg-dir": {
              "version": "2.0.0",
              "resolved": "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-2.0.0.tgz",
              "integrity": "sha1-9tXREJ4Z1j7fQo4L1X4Sd3YVM0s=",
              "requires": {
                "find-up": "2.1.0"
              }
            }
          }
        },
        "eslint-plugin-ava": {
          "version": "10.4.0",
          "resolved": "https://registry.yarnpkg.com/eslint-plugin-ava/-/eslint-plugin-ava-10.4.0.tgz",
          "integrity": "sha1-ixas2aeM5sSxK+Hw/yDIiG9HN1I=",
          "requires": {
            "deep-strict-equal": "0.2.0",
            "enhance-visitors": "1.0.0",
            "espree": "7.2.0",
            "espurify": "2.0.1",
            "import-modules": "2.0.0",
            "micro-spelling-correcter": "1.1.1",
            "pkg-dir": "4.2.0",
            "resolve-from": "5.0.0"
          }
        },
        "eslint-plugin-es": {
          "version": "3.0.0",
          "resolved": "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-3.0.0.tgz",
          "integrity": "sha1-mMsbyKsKqAeXeFXhGtnRyUItAUs=",
          "requires": {
            "eslint-utils": "2.1.0",
            "regexpp": "3.1.0"
          }
        },
        "eslint-plugin-import": {
          "version": "2.22.0",
          "resolved": "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.22.0.tgz",
          "integrity": "sha1-kvdzb+H94+Led2I8g43Zkv9f+34=",
          "requires": {
            "array-includes": "3.1.1",
            "array.prototype.flat": "1.2.3",
            "contains-path": "0.1.0",
            "debug": "2.6.9",
            "doctrine": "1.5.0",
            "eslint-import-resolver-node": "0.3.3",
            "eslint-module-utils": "2.6.0",
            "has": "1.0.3",
            "minimatch": "3.0.4",
            "object.values": "1.1.1",
            "read-pkg-up": "2.0.0",
            "resolve": "1.17.0",
            "tsconfig-paths": "3.9.0"
          }
        },
        "eslint-plugin-node": {
          "version": "11.1.0",
          "resolved": "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-11.1.0.tgz",
          "integrity": "sha1-yVVEQW7kraJnQKMEdO78VALcZx0=",
          "requires": {
            "eslint-plugin-es": "3.0.0",
            "eslint-utils": "2.1.0",
            "ignore": "5.1.8",
            "minimatch": "3.0.4",
            "resolve": "1.17.0",
            "semver": "6.3.0"
          },
          "dependencies": {
            "semver": {
              "version": "6.3.0",
              "resolved": "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz",
              "integrity": "sha1-7gpkyK9ejO6mdoexM3YeG+y9HT0="
            }
          }
        },
        "eslint-plugin-prettier": {
          "version": "3.1.4",
          "resolved": "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.1.4.tgz",
          "integrity": "sha1-Foq0MVTi6lfbmSos0JfIKBcfdcI=",
          "requires": {
            "prettier-linter-helpers": "1.0.0"
          }
        },
        "eslint-plugin-promise": {
          "version": "4.2.1",
          "resolved": "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-4.2.1.tgz",
          "integrity": "sha1-hF/YsiYK2PglZMEiL85ErXHZQYo="
        },
        "eslint-plugin-standard": {
          "version": "4.0.1",
          "resolved": "https://registry.yarnpkg.com/eslint-plugin-standard/-/eslint-plugin-standard-4.0.1.tgz",
          "integrity": "sha1-/wUZ9/+v8RT3bRvXw5lu7w9uILQ="
        },
        "eslint-scope": {
          "version": "5.1.0",
          "resolved": "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.0.tgz",
          "integrity": "sha1-0Plx3+WcaeDK2mhLI9Sdv4JgDOU=",
          "requires": {
            "esrecurse": "4.2.1",
            "estraverse": "4.3.0"
          }
        },
        "eslint-utils": {
          "version": "2.1.0",
          "resolved": "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz",
          "integrity": "sha1-0t5eA0JOcH3BDHQGjd7a5wh0Gyc=",
          "requires": {
            "eslint-visitor-keys": "1.3.0"
          }
        },
        "eslint-visitor-keys": {
          "version": "1.3.0",
          "resolved": "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz",
          "integrity": "sha1-MOvR73wv3/AcOk8VEESvJfqwUj4="
        },
        "espree": {
          "version": "7.2.0",
          "resolved": "https://registry.yarnpkg.com/espree/-/espree-7.2.0.tgz",
          "integrity": "sha1-HCY9W1E9utCsMMSZG5OsNU6UjWk=",
          "requires": {
            "acorn": "7.3.1",
            "acorn-jsx": "5.2.0",
            "eslint-visitor-keys": "1.3.0"
          }
        },
        "esprima": {
          "version": "4.0.1",
          "resolved": "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz",
          "integrity": "sha1-E7BM2z5sXRnfkatph6hpVhmwqnE="
        },
        "espurify": {
          "version": "2.0.1",
          "resolved": "https://registry.yarnpkg.com/espurify/-/espurify-2.0.1.tgz",
          "integrity": "sha1-wls7thOGPaoULtzKBSNwoaRZ9B0="
        },
        "esquery": {
          "version": "1.3.1",
          "resolved": "https://registry.yarnpkg.com/esquery/-/esquery-1.3.1.tgz",
          "integrity": "sha1-t4tYKKqOIU4p+3TE1bdS4cAz2lc=",
          "requires": {
            "estraverse": "5.1.0"
          },
          "dependencies": {
            "estraverse": {
              "version": "5.1.0",
              "resolved": "https://registry.yarnpkg.com/estraverse/-/estraverse-5.1.0.tgz",
              "integrity": "sha1-N0MJ05/ZNa5QDnuS6Ka0xyDllkI="
            }
          }
        },
        "esrecurse": {
          "version": "4.2.1",
          "resolved": "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.2.1.tgz",
          "integrity": "sha1-AHo7n9vCs7uH5IeeoZyS/b05Qs8=",
          "requires": {
            "estraverse": "4.3.0"
          }
        },
        "estraverse": {
          "version": "4.3.0",
          "resolved": "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz",
          "integrity": "sha1-OYrT88WiSUi+dyXoPRGn3ijNvR0="
        },
        "esutils": {
          "version": "2.0.3",
          "resolved": "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz",
          "integrity": "sha1-dNLrTeC42hKTcRkQ1Qd1ubcQ72Q="
        },
        "etag": {
          "version": "1.8.1",
          "resolved": "https://registry.yarnpkg.com/etag/-/etag-1.8.1.tgz",
          "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc="
        },
        "eth-block-tracker": {
          "version": "3.0.1",
          "resolved": "https://registry.yarnpkg.com/eth-block-tracker/-/eth-block-tracker-3.0.1.tgz",
          "integrity": "sha1-lc1edjxyk+CxsnkKKjmsKsGIpeE=",
          "requires": {
            "eth-query": "2.1.2",
            "ethereumjs-tx": "1.3.7",
            "ethereumjs-util": "5.2.0",
            "ethjs-util": "0.1.6",
            "json-rpc-engine": "3.8.0",
            "pify": "2.3.0",
            "tape": "4.13.2"
          }
        },
        "eth-ens-namehash": {
          "version": "2.0.8",
          "resolved": "https://registry.yarnpkg.com/eth-ens-namehash/-/eth-ens-namehash-2.0.8.tgz",
          "integrity": "sha1-IprEbsqG1S4MmR58sq74P/D2i88=",
          "requires": {
            "idna-uts46-hx": "2.3.1",
            "js-sha3": "0.5.7"
          }
        },
        "eth-json-rpc-infura": {
          "version": "3.2.1",
          "resolved": "https://registry.yarnpkg.com/eth-json-rpc-infura/-/eth-json-rpc-infura-3.2.1.tgz",
          "integrity": "sha1-JnAqghBnhity2XnAFv1hFQLGBX8=",
          "requires": {
            "cross-fetch": "2.2.3",
            "eth-json-rpc-middleware": "1.6.0",
            "json-rpc-engine": "3.8.0",
            "json-rpc-error": "2.0.0"
          }
        },
        "eth-json-rpc-middleware": {
          "version": "1.6.0",
          "resolved": "https://registry.yarnpkg.com/eth-json-rpc-middleware/-/eth-json-rpc-middleware-1.6.0.tgz",
          "integrity": "sha1-XJ1MKPdFzLAWMPAwC6lF9L75WT8=",
          "requires": {
            "async": "2.6.3",
            "eth-query": "2.1.2",
            "eth-tx-summary": "3.2.4",
            "ethereumjs-block": "1.7.1",
            "ethereumjs-tx": "1.3.7",
            "ethereumjs-util": "5.2.0",
            "ethereumjs-vm": "2.6.0",
            "fetch-ponyfill": "4.1.0",
            "json-rpc-engine": "3.8.0",
            "json-rpc-error": "2.0.0",
            "json-stable-stringify": "1.0.1",
            "promise-to-callback": "1.0.0",
            "tape": "4.13.2"
          }
        },
        "eth-lib": {
          "version": "0.2.7",
          "resolved": "https://registry.yarnpkg.com/eth-lib/-/eth-lib-0.2.7.tgz",
          "integrity": "sha1-L5Pxex4jrsN1nNSj/iDBKGo/wco=",
          "requires": {
            "bn.js": "4.11.8",
            "elliptic": "6.5.2",
            "xhr-request-promise": "0.1.3"
          },
          "dependencies": {
            "bn.js": {
              "version": "4.11.8",
              "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
              "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
            }
          }
        },
        "eth-query": {
          "version": "2.1.2",
          "resolved": "https://registry.yarnpkg.com/eth-query/-/eth-query-2.1.2.tgz",
          "integrity": "sha1-1nQdkAAQa1FRDHLbktY2VFam2l4=",
          "requires": {
            "json-rpc-random-id": "1.0.1",
            "xtend": "4.0.2"
          }
        },
        "eth-sig-util": {
          "version": "1.4.2",
          "resolved": "https://registry.yarnpkg.com/eth-sig-util/-/eth-sig-util-1.4.2.tgz",
          "integrity": "sha1-jZWCAsftuq6Dlwf7pvCf8ydgYhA=",
          "requires": {
            "ethereumjs-abi": "0.6.8",
            "ethereumjs-util": "5.2.0"
          }
        },
        "eth-tx-summary": {
          "version": "3.2.4",
          "resolved": "https://registry.yarnpkg.com/eth-tx-summary/-/eth-tx-summary-3.2.4.tgz",
          "integrity": "sha1-4Q65XrV83+VJvyn5fx5PHbZ5A1w=",
          "requires": {
            "async": "2.6.3",
            "clone": "2.1.2",
            "concat-stream": "1.6.2",
            "end-of-stream": "1.4.4",
            "eth-query": "2.1.2",
            "ethereumjs-block": "1.7.1",
            "ethereumjs-tx": "1.3.7",
            "ethereumjs-util": "5.2.0",
            "ethereumjs-vm": "2.6.0",
            "through2": "2.0.5"
          }
        },
        "ethereum-common": {
          "version": "0.2.0",
          "resolved": "https://registry.yarnpkg.com/ethereum-common/-/ethereum-common-0.2.0.tgz",
          "integrity": "sha1-E7+WYTHM4e6t5iobQ0JJu0yxIMo="
        },
        "ethereum-ens": {
          "version": "0.8.0",
          "resolved": "https://registry.yarnpkg.com/ethereum-ens/-/ethereum-ens-0.8.0.tgz",
          "integrity": "sha1-bQ95rKph/byH0oIXecTlUCQ9TFc=",
          "requires": {
            "bluebird": "3.7.2",
            "eth-ens-namehash": "2.0.8",
            "js-sha3": "0.5.7",
            "pako": "1.0.11",
            "underscore": "1.10.2",
            "web3": "1.2.9"
          }
        },
        "ethereum-ens-network-map": {
          "version": "1.0.2",
          "resolved": "https://registry.yarnpkg.com/ethereum-ens-network-map/-/ethereum-ens-network-map-1.0.2.tgz",
          "integrity": "sha1-Tie60Y2ue9ldhO28rCyec5/JWbk="
        },
        "ethereum-protocol": {
          "version": "1.0.1",
          "resolved": "https://registry.yarnpkg.com/ethereum-protocol/-/ethereum-protocol-1.0.1.tgz",
          "integrity": "sha1-t9aBQvQQXgrnteF4z0L41NxLk88="
        },
        "ethereumjs-abi": {
          "version": "git+https://github.com/ethereumjs/ethereumjs-abi.git#1cfbb13862f90f0b391d8a699544d5fe4dfb8c7b",
          "from": "git+https://github.com/ethereumjs/ethereumjs-abi.git",
          "requires": {
            "bn.js": "4.11.8",
            "ethereumjs-util": "6.1.0"
          },
          "dependencies": {
            "bn.js": {
              "version": "4.11.8",
              "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
              "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
            },
            "ethereumjs-util": {
              "version": "6.2.0",
              "resolved": "https://registry.yarnpkg.com/ethereumjs-util/-/ethereumjs-util-6.2.0.tgz",
              "integrity": "sha1-I+x5skiKfQQSQvAeJfJOWtA1eWA=",
              "requires": {
                "@types/bn.js": "4.11.6",
                "bn.js": "4.11.8",
                "create-hash": "1.2.0",
                "ethjs-util": "0.1.6",
                "keccak": "2.1.0",
                "rlp": "2.2.4",
                "secp256k1": "3.8.0"
              }
            },
            "keccak": {
              "version": "2.1.0",
              "resolved": "https://registry.yarnpkg.com/keccak/-/keccak-2.1.0.tgz",
              "integrity": "sha1-c06lPy7c/Q9CzbjV9MNY/vBSdSs=",
              "requires": {
                "bindings": "1.5.0",
                "inherits": "2.0.4",
                "nan": "2.14.0",
                "safe-buffer": "5.2.0"
              }
            }
          }
        },
        "ethereumjs-account": {
          "version": "2.0.5",
          "resolved": "https://registry.yarnpkg.com/ethereumjs-account/-/ethereumjs-account-2.0.5.tgz",
          "integrity": "sha1-7q/GLeVEywew7kSxD1csnEngCoQ=",
          "requires": {
            "ethereumjs-util": "5.2.0",
            "rlp": "2.2.4",
            "safe-buffer": "5.2.0"
          }
        },
        "ethereumjs-block": {
          "version": "1.7.1",
          "resolved": "https://registry.yarnpkg.com/ethereumjs-block/-/ethereumjs-block-1.7.1.tgz",
          "integrity": "sha1-eLiObMVt4pprSITudTebaGAzPD8=",
          "requires": {
            "async": "2.6.2",
            "ethereum-common": "0.2.0",
            "ethereumjs-tx": "1.3.7",
            "ethereumjs-util": "5.2.0",
            "merkle-patricia-tree": "2.3.2"
          }
        },
        "ethereumjs-common": {
          "version": "1.5.0",
          "resolved": "https://registry.yarnpkg.com/ethereumjs-common/-/ethereumjs-common-1.5.0.tgz",
          "integrity": "sha1-0+gvx8R8DO+VBH9DGplIWrybsc0="
        },
        "ethereumjs-tx": {
          "version": "1.3.7",
          "resolved": "https://registry.yarnpkg.com/ethereumjs-tx/-/ethereumjs-tx-1.3.7.tgz",
          "integrity": "sha1-iDI6LYdbEFSbg0fgn0hitUbz2Jo=",
          "requires": {
            "ethereum-common": "0.0.18",
            "ethereumjs-util": "5.2.0"
          },
          "dependencies": {
            "ethereum-common": {
              "version": "0.0.18",
              "resolved": "https://registry.yarnpkg.com/ethereum-common/-/ethereum-common-0.0.18.tgz",
              "integrity": "sha1-L9w1dvIykDNYl26znaeDIT/5Uj8="
            }
          }
        },
        "ethereumjs-util": {
          "version": "5.2.0",
          "resolved": "https://registry.yarnpkg.com/ethereumjs-util/-/ethereumjs-util-5.2.0.tgz",
          "integrity": "sha1-PgwNF0FHGs8QNgUtBIYj3uVK1kI=",
          "requires": {
            "bn.js": "4.11.8",
            "create-hash": "1.2.0",
            "ethjs-util": "0.1.6",
            "keccak": "1.4.0",
            "rlp": "2.2.4",
            "safe-buffer": "5.2.0",
            "secp256k1": "3.8.0"
          },
          "dependencies": {
            "bn.js": {
              "version": "4.11.8",
              "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
              "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
            }
          }
        },
        "ethereumjs-vm": {
          "version": "2.6.0",
          "resolved": "https://registry.yarnpkg.com/ethereumjs-vm/-/ethereumjs-vm-2.6.0.tgz",
          "integrity": "sha1-diQ+2N4DG0CHk6wzkH+zQH/kAMY=",
          "requires": {
            "async": "2.6.3",
            "async-eventemitter": "0.2.4",
            "ethereumjs-account": "2.0.5",
            "ethereumjs-block": "2.2.2",
            "ethereumjs-common": "1.4.0",
            "ethereumjs-util": "6.1.0",
            "fake-merkle-patricia-tree": "1.0.1",
            "functional-red-black-tree": "1.0.1",
            "merkle-patricia-tree": "2.3.2",
            "rustbn.js": "0.2.0",
            "safe-buffer": "5.2.0"
          },
          "dependencies": {
            "bn.js": {
              "version": "4.11.8",
              "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
              "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
            },
            "ethereumjs-block": {
              "version": "2.2.2",
              "resolved": "https://registry.yarnpkg.com/ethereumjs-block/-/ethereumjs-block-2.2.2.tgz",
              "integrity": "sha1-x2VL5+It9In9ogYTns1j4unASWU=",
              "requires": {
                "async": "2.6.2",
                "ethereumjs-common": "1.5.0",
                "ethereumjs-tx": "2.1.1",
                "ethereumjs-util": "5.2.0",
                "merkle-patricia-tree": "2.3.2"
              },
              "dependencies": {
                "ethereumjs-util": {
                  "version": "5.2.0",
                  "resolved": "https://registry.yarnpkg.com/ethereumjs-util/-/ethereumjs-util-5.2.0.tgz",
                  "integrity": "sha1-PgwNF0FHGs8QNgUtBIYj3uVK1kI=",
                  "requires": {
                    "bn.js": "4.11.8",
                    "create-hash": "1.2.0",
                    "ethjs-util": "0.1.6",
                    "keccak": "1.4.0",
                    "rlp": "2.2.4",
                    "safe-buffer": "5.2.0",
                    "secp256k1": "3.8.0"
                  }
                },
                "keccak": {
                  "version": "1.4.0",
                  "resolved": "https://registry.yarnpkg.com/keccak/-/keccak-1.4.0.tgz",
                  "integrity": "sha1-Vy+Kbb7o57OqQhVQ+eZAjKIYb4A=",
                  "requires": {
                    "bindings": "1.5.0",
                    "inherits": "2.0.4",
                    "nan": "2.14.0",
                    "safe-buffer": "5.2.0"
                  }
                }
              }
            },
            "ethereumjs-tx": {
              "version": "2.1.2",
              "resolved": "https://registry.yarnpkg.com/ethereumjs-tx/-/ethereumjs-tx-2.1.2.tgz",
              "integrity": "sha1-Xf52iL8Xe0XJoj+Gz5EE1H6jX+0=",
              "requires": {
                "ethereumjs-common": "1.5.0",
                "ethereumjs-util": "6.1.0"
              }
            },
            "ethereumjs-util": {
              "version": "6.2.0",
              "resolved": "https://registry.yarnpkg.com/ethereumjs-util/-/ethereumjs-util-6.2.0.tgz",
              "integrity": "sha1-I+x5skiKfQQSQvAeJfJOWtA1eWA=",
              "requires": {
                "@types/bn.js": "4.11.6",
                "bn.js": "4.11.8",
                "create-hash": "1.2.0",
                "ethjs-util": "0.1.6",
                "keccak": "2.1.0",
                "rlp": "2.2.4",
                "secp256k1": "3.8.0"
              }
            },
            "keccak": {
              "version": "2.1.0",
              "resolved": "https://registry.yarnpkg.com/keccak/-/keccak-2.1.0.tgz",
              "integrity": "sha1-c06lPy7c/Q9CzbjV9MNY/vBSdSs=",
              "requires": {
                "bindings": "1.5.0",
                "inherits": "2.0.4",
                "nan": "2.14.0",
                "safe-buffer": "5.2.0"
              }
            }
          }
        },
        "ethereumjs-wallet": {
          "version": "0.6.3",
          "resolved": "https://registry.yarnpkg.com/ethereumjs-wallet/-/ethereumjs-wallet-0.6.3.tgz",
          "integrity": "sha1-sOrm8ydjfCrrnMuQR7mCrFQuarE=",
          "requires": {
            "aes-js": "3.1.2",
            "bs58check": "2.1.2",
            "ethereumjs-util": "6.1.0",
            "hdkey": "1.1.1",
            "randombytes": "2.1.0",
            "safe-buffer": "5.2.0",
            "scrypt.js": "0.3.0",
            "utf8": "3.0.0",
            "uuid": "3.4.0"
          },
          "dependencies": {
            "aes-js": {
              "version": "3.1.2",
              "resolved": "https://registry.yarnpkg.com/aes-js/-/aes-js-3.1.2.tgz",
              "integrity": "sha1-25qr3oXVyqu/wNTypERpYPYnFGo="
            },
            "bn.js": {
              "version": "4.11.8",
              "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
              "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
            },
            "ethereumjs-util": {
              "version": "6.2.0",
              "resolved": "https://registry.yarnpkg.com/ethereumjs-util/-/ethereumjs-util-6.2.0.tgz",
              "integrity": "sha1-I+x5skiKfQQSQvAeJfJOWtA1eWA=",
              "requires": {
                "@types/bn.js": "4.11.6",
                "bn.js": "4.11.8",
                "create-hash": "1.2.0",
                "ethjs-util": "0.1.6",
                "keccak": "2.1.0",
                "rlp": "2.2.4",
                "secp256k1": "3.8.0"
              }
            },
            "keccak": {
              "version": "2.1.0",
              "resolved": "https://registry.yarnpkg.com/keccak/-/keccak-2.1.0.tgz",
              "integrity": "sha1-c06lPy7c/Q9CzbjV9MNY/vBSdSs=",
              "requires": {
                "bindings": "1.5.0",
                "inherits": "2.0.4",
                "nan": "2.14.0",
                "safe-buffer": "5.2.0"
              }
            }
          }
        },
        "ethers": {
          "version": "4.0.0-beta.3",
          "resolved": "https://registry.yarnpkg.com/ethers/-/ethers-4.0.0-beta.3.tgz",
          "integrity": "sha1-Fb7xTlfpTsvrf5s53QpL1DW8kGY=",
          "requires": {
            "@types/node": "10.17.13",
            "aes-js": "3.0.0",
            "bn.js": "4.11.8",
            "elliptic": "6.3.3",
            "hash.js": "1.1.3",
            "js-sha3": "0.5.7",
            "scrypt-js": "2.0.3",
            "setimmediate": "1.0.4",
            "uuid": "2.0.1",
            "xmlhttprequest": "1.8.0"
          },
          "dependencies": {
            "bn.js": {
              "version": "4.11.8",
              "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
              "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
            },
            "elliptic": {
              "version": "6.3.3",
              "resolved": "https://registry.yarnpkg.com/elliptic/-/elliptic-6.3.3.tgz",
              "integrity": "sha1-VILZZG1UvLif19mU/J4ulWiHbj8=",
              "requires": {
                "bn.js": "4.11.8",
                "brorand": "1.1.0",
                "hash.js": "1.1.3",
                "inherits": "2.0.4"
              }
            },
            "scrypt-js": {
              "version": "2.0.3",
              "resolved": "https://registry.yarnpkg.com/scrypt-js/-/scrypt-js-2.0.3.tgz",
              "integrity": "sha1-uwBAvgMEPamgEqLOqfyfhSz8h9Q="
            },
            "setimmediate": {
              "version": "1.0.4",
              "resolved": "https://registry.yarnpkg.com/setimmediate/-/setimmediate-1.0.4.tgz",
              "integrity": "sha1-IOgd5iLUoCWIzgyNqJc8vPHTE48="
            },
            "uuid": {
              "version": "2.0.1",
              "resolved": "https://registry.yarnpkg.com/uuid/-/uuid-2.0.1.tgz",
              "integrity": "sha1-wqMN7bPlNdcsz4LjQ5QaULqFM6w="
            }
          }
        },
        "ethjs-abi": {
          "version": "0.2.0",
          "resolved": "https://registry.yarnpkg.com/ethjs-abi/-/ethjs-abi-0.2.0.tgz",
          "integrity": "sha1-0+LCIQEVIPxJm3FoIDbBT8wvWyU=",
          "requires": {
            "bn.js": "4.11.6",
            "js-sha3": "0.5.5",
            "number-to-bn": "1.7.0"
          },
          "dependencies": {
            "bn.js": {
              "version": "4.11.6",
              "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.6.tgz",
              "integrity": "sha1-UzRK2xRhehP26N0s4okF0cC6MhU="
            },
            "js-sha3": {
              "version": "0.5.5",
              "resolved": "https://registry.yarnpkg.com/js-sha3/-/js-sha3-0.5.5.tgz",
              "integrity": "sha1-uvDA6MVK1ZA0R9+Wreekobynmko="
            }
          }
        },
        "ethjs-contract": {
          "version": "0.1.9",
          "resolved": "https://registry.yarnpkg.com/ethjs-contract/-/ethjs-contract-0.1.9.tgz",
          "integrity": "sha1-HCdmiWpW1H7B1tZhgpxJzDilUgo=",
          "requires": {
            "ethjs-abi": "0.2.0",
            "ethjs-filter": "0.1.5",
            "js-sha3": "0.5.5",
            "ethjs-util": "0.1.3"
          },
          "dependencies": {
            "ethjs-util": {
              "version": "0.1.3",
              "resolved": "https://registry.yarnpkg.com/ethjs-util/-/ethjs-util-0.1.3.tgz",
              "integrity": "sha1-39XqSkANxeQhqInK9H4IGtp4u1U=",
              "requires": {
                "is-hex-prefixed": "1.0.0",
                "strip-hex-prefix": "1.0.0"
              }
            },
            "js-sha3": {
              "version": "0.5.5",
              "resolved": "https://registry.yarnpkg.com/js-sha3/-/js-sha3-0.5.5.tgz",
              "integrity": "sha1-uvDA6MVK1ZA0R9+Wreekobynmko="
            }
          }
        },
        "ethjs-ens": {
          "version": "2.0.1",
          "resolved": "https://registry.yarnpkg.com/ethjs-ens/-/ethjs-ens-2.0.1.tgz",
          "integrity": "sha1-7aCiGqy9rC9gxKAQNN8hxIpaMls=",
          "requires": {
            "eth-ens-namehash": "1.0.2",
            "ethereum-ens-network-map": "1.0.2",
            "ethjs-contract": "0.1.9",
            "ethjs-query": "0.2.9"
          },
          "dependencies": {
            "eth-ens-namehash": {
              "version": "1.0.2",
              "resolved": "https://registry.yarnpkg.com/eth-ens-namehash/-/eth-ens-namehash-1.0.2.tgz",
              "integrity": "sha1-Bezda6wtf9e8XKhKmTxrrZ2k7bk=",
              "requires": {
                "idna-uts46": "1.1.0",
                "js-sha3": "0.5.7"
              }
            }
          }
        },
        "ethjs-filter": {
          "version": "0.1.5",
          "resolved": "https://registry.yarnpkg.com/ethjs-filter/-/ethjs-filter-0.1.5.tgz",
          "integrity": "sha1-ARKvYBfCRnfjK4/esg5hlgGbdZg="
        },
        "ethjs-format": {
          "version": "0.2.2",
          "resolved": "https://registry.yarnpkg.com/ethjs-format/-/ethjs-format-0.2.2.tgz",
          "integrity": "sha1-1zs6YFwuElcHn3B3/VRI6ZjOD80=",
          "requires": {
            "bn.js": "4.11.6",
            "ethjs-schema": "0.1.5",
            "ethjs-util": "0.1.3",
            "is-hex-prefixed": "1.0.0",
            "number-to-bn": "1.7.0",
            "strip-hex-prefix": "1.0.0"
          },
          "dependencies": {
            "bn.js": {
              "version": "4.11.6",
              "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.6.tgz",
              "integrity": "sha1-UzRK2xRhehP26N0s4okF0cC6MhU="
            },
            "ethjs-util": {
              "version": "0.1.3",
              "resolved": "https://registry.yarnpkg.com/ethjs-util/-/ethjs-util-0.1.3.tgz",
              "integrity": "sha1-39XqSkANxeQhqInK9H4IGtp4u1U=",
              "requires": {
                "is-hex-prefixed": "1.0.0",
                "strip-hex-prefix": "1.0.0"
              }
            }
          }
        },
        "ethjs-query": {
          "version": "0.2.9",
          "resolved": "https://registry.yarnpkg.com/ethjs-query/-/ethjs-query-0.2.9.tgz",
          "integrity": "sha1-om5rTzhpnpLzSyGE51x4lDKcQvE=",
          "requires": {
            "ethjs-format": "0.2.2",
            "ethjs-rpc": "0.1.5"
          }
        },
        "ethjs-rpc": {
          "version": "0.1.5",
          "resolved": "https://registry.yarnpkg.com/ethjs-rpc/-/ethjs-rpc-0.1.5.tgz",
          "integrity": "sha1-CZ4i8n3EwYtpeKSF/DaxsPeWkIA="
        },
        "ethjs-schema": {
          "version": "0.1.5",
          "resolved": "https://registry.yarnpkg.com/ethjs-schema/-/ethjs-schema-0.1.5.tgz",
          "integrity": "sha1-WXQOOzl3vNu5sRvDBoIB6Kzquw0="
        },
        "ethjs-unit": {
          "version": "0.1.6",
          "resolved": "https://registry.yarnpkg.com/ethjs-unit/-/ethjs-unit-0.1.6.tgz",
          "integrity": "sha1-xmWSHkduh7ziqdWIpv4EBbLEFpk=",
          "requires": {
            "bn.js": "4.11.6",
            "number-to-bn": "1.7.0"
          },
          "dependencies": {
            "bn.js": {
              "version": "4.11.6",
              "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.6.tgz",
              "integrity": "sha1-UzRK2xRhehP26N0s4okF0cC6MhU="
            }
          }
        },
        "ethjs-util": {
          "version": "0.1.6",
          "resolved": "https://registry.yarnpkg.com/ethjs-util/-/ethjs-util-0.1.6.tgz",
          "integrity": "sha1-8wi2Lxhfn+YjcTL7KpgYhmpc1TY=",
          "requires": {
            "is-hex-prefixed": "1.0.0",
            "strip-hex-prefix": "1.0.0"
          }
        },
        "event-stream": {
          "version": "3.3.4",
          "resolved": "https://registry.yarnpkg.com/event-stream/-/event-stream-3.3.4.tgz",
          "integrity": "sha1-SrTJoPWlTbkzi0w02Gv86PSzVXE=",
          "requires": {
            "through": "2.3.8",
            "duplexer": "0.1.1",
            "from": "0.1.7",
            "map-stream": "0.1.0",
            "pause-stream": "0.0.11",
            "split": "0.3.3",
            "stream-combiner": "0.0.4"
          }
        },
        "event-target-shim": {
          "version": "5.0.1",
          "resolved": "https://registry.yarnpkg.com/event-target-shim/-/event-target-shim-5.0.1.tgz",
          "integrity": "sha1-XU0+vflYPWOlMzzi3rdICrKwV4k="
        },
        "eventemitter3": {
          "version": "3.1.2",
          "resolved": "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-3.1.2.tgz",
          "integrity": "sha1-LT1I+cNGaY/Og6hdfWZOmFNd9uc="
        },
        "events": {
          "version": "3.1.0",
          "resolved": "https://registry.yarnpkg.com/events/-/events-3.1.0.tgz",
          "integrity": "sha1-hCea8bNMt1qoi/X/KR9tC9mzGlk="
        },
        "evp_bytestokey": {
          "version": "1.0.3",
          "resolved": "https://registry.yarnpkg.com/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz",
          "integrity": "sha1-f8vbGY3HGVlDLv4ThCaE4FJaywI=",
          "requires": {
            "md5.js": "1.3.5",
            "safe-buffer": "5.2.0"
          }
        },
        "execa": {
          "version": "4.0.3",
          "resolved": "https://registry.yarnpkg.com/execa/-/execa-4.0.3.tgz",
          "integrity": "sha1-CjTau61tZhAL1vLFdshmlAPzF/I=",
          "requires": {
            "cross-spawn": "7.0.3",
            "get-stream": "5.1.0",
            "human-signals": "1.1.1",
            "is-stream": "2.0.0",
            "merge-stream": "2.0.0",
            "npm-run-path": "4.0.1",
            "onetime": "5.1.0",
            "signal-exit": "3.0.3",
            "strip-final-newline": "2.0.0"
          },
          "dependencies": {
            "is-stream": {
              "version": "2.0.0",
              "resolved": "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.0.tgz",
              "integrity": "sha1-venDJoDW+uBBKdasnZIc54FfeOM="
            }
          }
        },
        "expand-brackets": {
          "version": "2.1.4",
          "resolved": "https://registry.yarnpkg.com/expand-brackets/-/expand-brackets-2.1.4.tgz",
          "integrity": "sha1-t3c14xXOMPa27/D4OwQVGiJEliI=",
          "requires": {
            "debug": "2.6.9",
            "define-property": "0.2.5",
            "extend-shallow": "2.0.1",
            "posix-character-classes": "0.1.1",
            "regex-not": "1.0.2",
            "snapdragon": "0.8.2",
            "to-regex": "3.0.2"
          }
        },
        "explain-error": {
          "version": "1.0.4",
          "resolved": "https://registry.yarnpkg.com/explain-error/-/explain-error-1.0.4.tgz",
          "integrity": "sha1-p5PTrAytTGq1cemWj7urbLJTKSk="
        },
        "express": {
          "version": "4.17.1",
          "resolved": "https://registry.yarnpkg.com/express/-/express-4.17.1.tgz",
          "integrity": "sha1-RJH8OGBc9R+GKdOcK10Cb5ikwTQ=",
          "requires": {
            "accepts": "1.3.7",
            "array-flatten": "1.1.1",
            "body-parser": "1.19.0",
            "content-disposition": "0.5.3",
            "content-type": "1.0.4",
            "cookie": "0.4.0",
            "cookie-signature": "1.0.6",
            "debug": "2.6.9",
            "depd": "1.1.2",
            "encodeurl": "1.0.2",
            "escape-html": "1.0.3",
            "etag": "1.8.1",
            "finalhandler": "1.1.2",
            "fresh": "0.5.2",
            "merge-descriptors": "1.0.1",
            "methods": "1.1.2",
            "on-finished": "2.3.0",
            "parseurl": "1.3.3",
            "path-to-regexp": "0.1.7",
            "proxy-addr": "2.0.6",
            "qs": "6.7.0",
            "range-parser": "1.2.1",
            "safe-buffer": "5.1.2",
            "send": "0.17.1",
            "serve-static": "1.14.1",
            "setprototypeof": "1.1.1",
            "statuses": "1.5.0",
            "type-is": "1.6.18",
            "utils-merge": "1.0.1",
            "vary": "1.1.2"
          },
          "dependencies": {
            "path-to-regexp": {
              "version": "0.1.7",
              "resolved": "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz",
              "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w="
            },
            "safe-buffer": {
              "version": "5.1.2",
              "resolved": "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz",
              "integrity": "sha1-mR7GnSluAxN0fVm9/St0XDX4go0="
            }
          }
        },
        "ext": {
          "version": "1.4.0",
          "resolved": "https://registry.yarnpkg.com/ext/-/ext-1.4.0.tgz",
          "integrity": "sha1-ia56BxWPedNVF4gpBDJAd+Q3kkQ=",
          "requires": {
            "type": "2.0.0"
          },
          "dependencies": {
            "type": {
              "version": "2.0.0",
              "resolved": "https://registry.yarnpkg.com/type/-/type-2.0.0.tgz",
              "integrity": "sha1-Xxb/bvLrRPJgSU2uJxAzspwJqcM="
            }
          }
        },
        "extend": {
          "version": "3.0.2",
          "resolved": "https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz",
          "integrity": "sha1-+LETa0Bx+9jrFAr/hYsQGewpFfo="
        },
        "extend-shallow": {
          "version": "2.0.1",
          "resolved": "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-2.0.1.tgz",
          "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
          "requires": {
            "is-extendable": "0.1.1"
          }
        },
        "extglob": {
          "version": "2.0.4",
          "resolved": "https://registry.yarnpkg.com/extglob/-/extglob-2.0.4.tgz",
          "integrity": "sha1-rQD+TcYSqSMuhxhxHcXLWrAoVUM=",
          "requires": {
            "array-unique": "0.3.2",
            "define-property": "1.0.0",
            "expand-brackets": "2.1.4",
            "extend-shallow": "2.0.1",
            "fragment-cache": "0.2.1",
            "regex-not": "1.0.2",
            "snapdragon": "0.8.2",
            "to-regex": "3.0.2"
          },
          "dependencies": {
            "define-property": {
              "version": "1.0.0",
              "resolved": "https://registry.yarnpkg.com/define-property/-/define-property-1.0.0.tgz",
              "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=",
              "requires": {
                "is-descriptor": "1.0.2"
              }
            }
          }
        },
        "extsprintf": {
          "version": "1.3.0",
          "resolved": "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.3.0.tgz",
          "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU="
        },
        "fake-merkle-patricia-tree": {
          "version": "1.0.1",
          "resolved": "https://registry.yarnpkg.com/fake-merkle-patricia-tree/-/fake-merkle-patricia-tree-1.0.1.tgz",
          "integrity": "sha1-S4w6z7Ugr635hgsfFM2M40As3dM=",
          "requires": {
            "checkpoint-store": "1.1.0"
          }
        },
        "fast-deep-equal": {
          "version": "3.1.1",
          "resolved": "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.1.tgz",
          "integrity": "sha1-VFFFB3xQFJHjOxXsQIwpQ3bpSuQ="
        },
        "fast-diff": {
          "version": "1.2.0",
          "resolved": "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.2.0.tgz",
          "integrity": "sha1-c+4RmC2Gyq95WYKNUZz+kn+sXwM="
        },
        "fast-fifo": {
          "version": "1.0.0",
          "resolved": "https://registry.yarnpkg.com/fast-fifo/-/fast-fifo-1.0.0.tgz",
          "integrity": "sha1-m8cuaGA0e7BFqHbRxcCvEem5hOc="
        },
        "fast-glob": {
          "version": "3.2.2",
          "resolved": "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.2.tgz",
          "integrity": "sha1-reGp2RFIll1L98UfcuHKZi0y5j0=",
          "requires": {
            "@nodelib/fs.stat": "2.0.3",
            "@nodelib/fs.walk": "1.2.4",
            "glob-parent": "5.1.1",
            "merge2": "1.3.0",
            "micromatch": "4.0.2",
            "picomatch": "2.2.2"
          },
          "dependencies": {
            "braces": {
              "version": "3.0.2",
              "resolved": "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz",
              "integrity": "sha1-NFThpGLujVmeI23zNs2epPiv4Qc=",
              "requires": {
                "fill-range": "7.0.1"
              }
            },
            "fill-range": {
              "version": "7.0.1",
              "resolved": "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz",
              "integrity": "sha1-GRmmp8df44ssfHflGYU12prN2kA=",
              "requires": {
                "to-regex-range": "5.0.1"
              }
            },
            "is-number": {
              "version": "7.0.0",
              "resolved": "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz",
              "integrity": "sha1-dTU0W4lnNNX4DE0GxQlVUnoU8Ss="
            },
            "micromatch": {
              "version": "4.0.2",
              "resolved": "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.2.tgz",
              "integrity": "sha1-T8sJmb+fvC/L3SEvbWKbmlbDklk=",
              "requires": {
                "braces": "3.0.2",
                "picomatch": "2.2.2"
              }
            },
            "to-regex-range": {
              "version": "5.0.1",
              "resolved": "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz",
              "integrity": "sha1-FkjESq58jZiKMmAY7XL1tN0DkuQ=",
              "requires": {
                "is-number": "7.0.0"
              }
            }
          }
        },
        "fast-json-stable-stringify": {
          "version": "2.1.0",
          "resolved": "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
          "integrity": "sha1-h0v2nG9ATCtdmcSBNBOZ/VWJJjM="
        },
        "fast-levenshtein": {
          "version": "2.0.6",
          "resolved": "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
          "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc="
        },
        "fastq": {
          "version": "1.7.0",
          "resolved": "https://registry.yarnpkg.com/fastq/-/fastq-1.7.0.tgz",
          "integrity": "sha1-/NeaCMW9fsW1XNP1xHINtVGSmAE=",
          "requires": {
            "reusify": "1.0.4"
          }
        },
        "fd-slicer": {
          "version": "1.1.0",
          "resolved": "https://registry.yarnpkg.com/fd-slicer/-/fd-slicer-1.1.0.tgz",
          "integrity": "sha1-JcfInLH5B3+IkbvmHY85Dq4lbx4=",
          "requires": {
            "pend": "1.2.0"
          }
        },
        "fetch-ponyfill": {
          "version": "4.1.0",
          "resolved": "https://registry.yarnpkg.com/fetch-ponyfill/-/fetch-ponyfill-4.1.0.tgz",
          "integrity": "sha1-rjzl9zLGReq4fkroeTQUcJsjmJM=",
          "requires": {
            "node-fetch": "1.7.3"
          },
          "dependencies": {
            "node-fetch": {
              "version": "1.7.3",
              "resolved": "https://registry.yarnpkg.com/node-fetch/-/node-fetch-1.7.3.tgz",
              "integrity": "sha1-mA9vcthSEaU0fGsrwYxbhMPrR+8=",
              "requires": {
                "encoding": "0.1.12",
                "is-stream": "1.1.0"
              }
            }
          }
        },
        "figures": {
          "version": "3.2.0",
          "resolved": "https://registry.yarnpkg.com/figures/-/figures-3.2.0.tgz",
          "integrity": "sha1-YlwYvSk8YE3EqN2y/r8MiDQXRq8=",
          "requires": {
            "escape-string-regexp": "1.0.5"
          }
        },
        "file-entry-cache": {
          "version": "5.0.1",
          "resolved": "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-5.0.1.tgz",
          "integrity": "sha1-yg9u+m3T1WEzP7FFFQZcL6/fQ5w=",
          "requires": {
            "flat-cache": "2.0.1"
          }
        },
        "file-type": {
          "version": "5.2.0",
          "resolved": "https://registry.yarnpkg.com/file-type/-/file-type-5.2.0.tgz",
          "integrity": "sha1-LdvqfHP/42No365J3DOMBYwritY="
        },
        "file-uri-to-path": {
          "version": "1.0.0",
          "resolved": "https://registry.yarnpkg.com/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz",
          "integrity": "sha1-VTp7hEb/b2hDWcRF8eN6BdrMM90="
        },
        "fill-keys": {
          "version": "1.0.2",
          "resolved": "https://registry.yarnpkg.com/fill-keys/-/fill-keys-1.0.2.tgz",
          "integrity": "sha1-mo+jb06K1jTjv2tPPIiCVRRS6yA=",
          "requires": {
            "is-object": "1.0.1",
            "merge-descriptors": "1.0.1"
          }
        },
        "fill-range": {
          "version": "4.0.0",
          "resolved": "https://registry.yarnpkg.com/fill-range/-/fill-range-4.0.0.tgz",
          "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=",
          "requires": {
            "extend-shallow": "2.0.1",
            "is-number": "3.0.0",
            "repeat-string": "1.6.1",
            "to-regex-range": "2.1.1"
          }
        },
        "finalhandler": {
          "version": "1.1.2",
          "resolved": "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.1.2.tgz",
          "integrity": "sha1-t+fQAP/RGTjQ/bBTUG9uur6fWH0=",
          "requires": {
            "debug": "2.6.9",
            "encodeurl": "1.0.2",
            "escape-html": "1.0.3",
            "on-finished": "2.3.0",
            "parseurl": "1.3.3",
            "statuses": "1.5.0",
            "unpipe": "1.0.0"
          }
        },
        "find-cache-dir": {
          "version": "2.1.0",
          "resolved": "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-2.1.0.tgz",
          "integrity": "sha1-jQ+UzRP+Q8bHwmGg2GEVypGMBfc=",
          "requires": {
            "commondir": "1.0.1",
            "make-dir": "2.1.0",
            "pkg-dir": "3.0.0"
          },
          "dependencies": {
            "find-up": {
              "version": "3.0.0",
              "resolved": "https://registry.yarnpkg.com/find-up/-/find-up-3.0.0.tgz",
              "integrity": "sha1-SRafHXmTQwZG2mHsxa41XCHJe3M=",
              "requires": {
                "locate-path": "3.0.0"
              }
            },
            "locate-path": {
              "version": "3.0.0",
              "resolved": "https://registry.yarnpkg.com/locate-path/-/locate-path-3.0.0.tgz",
              "integrity": "sha1-2+w7OrdZdYBxtY/ln8QYca8hQA4=",
              "requires": {
                "p-locate": "3.0.0",
                "path-exists": "3.0.0"
              }
            },
            "make-dir": {
              "version": "2.1.0",
              "resolved": "https://registry.yarnpkg.com/make-dir/-/make-dir-2.1.0.tgz",
              "integrity": "sha1-XwMQ4YuL6JjMBwCSlaMK5B6R5vU=",
              "requires": {
                "pify": "4.0.1",
                "semver": "5.7.1"
              }
            },
            "p-locate": {
              "version": "3.0.0",
              "resolved": "https://registry.yarnpkg.com/p-locate/-/p-locate-3.0.0.tgz",
              "integrity": "sha1-Mi1poFwCZLJZl9n0DNiokasAZKQ=",
              "requires": {
                "p-limit": "2.3.0"
              }
            },
            "pify": {
              "version": "4.0.1",
              "resolved": "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz",
              "integrity": "sha1-SyzSXFDVmHNcUCkiJP2MbfQeMjE="
            },
            "pkg-dir": {
              "version": "3.0.0",
              "resolved": "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-3.0.0.tgz",
              "integrity": "sha1-J0kCDyOe2ZCIGx9xIQ1R62UjvqM=",
              "requires": {
                "find-up": "3.0.0"
              }
            }
          }
        },
        "find-up": {
          "version": "2.1.0",
          "resolved": "https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz",
          "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=",
          "requires": {
            "locate-path": "2.0.0"
          }
        },
        "flat-cache": {
          "version": "2.0.1",
          "resolved": "https://registry.yarnpkg.com/flat-cache/-/flat-cache-2.0.1.tgz",
          "integrity": "sha1-XSltbwS9pEpGMKMBQTvbwuwIXsA=",
          "requires": {
            "flatted": "2.0.2",
            "rimraf": "2.6.3",
            "write": "1.0.3"
          },
          "dependencies": {
            "rimraf": {
              "version": "2.6.3",
              "resolved": "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.3.tgz",
              "integrity": "sha1-stEE/g2Psnz54KHNqCYt04M8bKs=",
              "requires": {
                "glob": "7.1.6"
              }
            }
          }
        },
        "flatmap": {
          "version": "0.0.3",
          "resolved": "https://registry.yarnpkg.com/flatmap/-/flatmap-0.0.3.tgz",
          "integrity": "sha1-Hxik2TgVLUlZZfnJWNkjqy3WabQ="
        },
        "flatted": {
          "version": "2.0.2",
          "resolved": "https://registry.yarnpkg.com/flatted/-/flatted-2.0.2.tgz",
          "integrity": "sha1-RXWyHivO50NKqb5mL0t7X5wrUTg="
        },
        "follow-redirects": {
          "version": "1.5.10",
          "resolved": "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.10.tgz",
          "integrity": "sha1-e3qfmuov3/NnhqlP9kPtB/T/Xio=",
          "requires": {
            "debug": "3.1.0"
          },
          "dependencies": {
            "debug": {
              "version": "3.1.0",
              "resolved": "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz",
              "integrity": "sha1-W7WgZyYotkFJVmuhaBnmFRjGcmE=",
              "requires": {
                "ms": "2.0.0"
              }
            },
            "ms": {
              "version": "2.0.0",
              "resolved": "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz",
              "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
            }
          }
        },
        "for-each": {
          "version": "0.3.3",
          "resolved": "https://registry.yarnpkg.com/for-each/-/for-each-0.3.3.tgz",
          "integrity": "sha1-abRH6IoKXTLD5whPPxcQA0shN24=",
          "requires": {
            "is-callable": "1.1.5"
          }
        },
        "for-in": {
          "version": "1.0.2",
          "resolved": "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz",
          "integrity": "sha1-gQaNKVqBQuwKxybG4iAMMPttXoA="
        },
        "foreground-child": {
          "version": "2.0.0",
          "resolved": "https://registry.yarnpkg.com/foreground-child/-/foreground-child-2.0.0.tgz",
          "integrity": "sha1-cbMoAMnxWqjy+D9Ka9m/812GGlM=",
          "requires": {
            "cross-spawn": "7.0.3",
            "signal-exit": "3.0.3"
          }
        },
        "forever-agent": {
          "version": "0.6.1",
          "resolved": "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz",
          "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE="
        },
        "form-data": {
          "version": "3.0.0",
          "resolved": "https://registry.yarnpkg.com/form-data/-/form-data-3.0.0.tgz",
          "integrity": "sha1-MbfjnIXxNVtxOe4MZHzw3n+DxoI=",
          "requires": {
            "asynckit": "0.4.0",
            "combined-stream": "1.0.8",
            "mime-types": "2.1.26"
          }
        },
        "forwarded": {
          "version": "0.1.2",
          "resolved": "https://registry.yarnpkg.com/forwarded/-/forwarded-0.1.2.tgz",
          "integrity": "sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ="
        },
        "fragment-cache": {
          "version": "0.2.1",
          "resolved": "https://registry.yarnpkg.com/fragment-cache/-/fragment-cache-0.2.1.tgz",
          "integrity": "sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk=",
          "requires": {
            "map-cache": "0.2.2"
          }
        },
        "fresh": {
          "version": "0.5.2",
          "resolved": "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz",
          "integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac="
        },
        "from": {
          "version": "0.1.7",
          "resolved": "https://registry.yarnpkg.com/from/-/from-0.1.7.tgz",
          "integrity": "sha1-g8YK/Fi5xWmXAH7Rp2izqzA6RP4="
        },
        "fromentries": {
          "version": "1.2.0",
          "resolved": "https://registry.yarnpkg.com/fromentries/-/fromentries-1.2.0.tgz",
          "integrity": "sha1-5qoG8kDWJn+RPOpCIHXviLY+eJc="
        },
        "fs-constants": {
          "version": "1.0.0",
          "resolved": "https://registry.yarnpkg.com/fs-constants/-/fs-constants-1.0.0.tgz",
          "integrity": "sha1-a+Dem+mYzhavivwkSXue6bfM2a0="
        },
        "fs-extra": {
          "version": "9.0.1",
          "resolved": "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.0.1.tgz",
          "integrity": "sha1-kQ2gBiQ3ukw5/t2GPxZ1zP78ufw=",
          "requires": {
            "at-least-node": "1.0.0",
            "graceful-fs": "4.2.4",
            "jsonfile": "6.0.1",
            "universalify": "1.0.0"
          },
          "dependencies": {
            "jsonfile": {
              "version": "6.0.1",
              "resolved": "https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.0.1.tgz",
              "integrity": "sha1-mJZsuiFDeMjIS4LghZB7QL9hQXk=",
              "requires": {
                "universalify": "1.0.0"
              }
            },
            "universalify": {
              "version": "1.0.0",
              "resolved": "https://registry.yarnpkg.com/universalify/-/universalify-1.0.0.tgz",
              "integrity": "sha1-thodoXPoQ1sv48Z9Kbmt+FlL0W0="
            }
          }
        },
        "fs-minipass": {
          "version": "1.2.7",
          "resolved": "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-1.2.7.tgz",
          "integrity": "sha1-zP+FcIQef+QmVpPaiJNsVa7X98c=",
          "requires": {
            "minipass": "2.9.0"
          }
        },
        "fs-readdir-recursive": {
          "version": "1.1.0",
          "resolved": "https://registry.yarnpkg.com/fs-readdir-recursive/-/fs-readdir-recursive-1.1.0.tgz",
          "integrity": "sha1-4y/AMKLM7kSmtTcTCNpUvgs5fSc="
        },
        "fs.realpath": {
          "version": "1.0.0",
          "resolved": "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz",
          "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8="
        },
        "fsevents": {
          "version": "1.2.12",
          "resolved": "https://registry.yarnpkg.com/fsevents/-/fsevents-1.2.12.tgz",
          "integrity": "sha1-234NjsOwtFck/U2D1DVUqPHw3lw=",
          "requires": {
            "bindings": "1.5.0",
            "nan": "2.14.0"
          },
          "dependencies": {
            "ansi-regex": {
              "version": "2.1.1",
              "resolved": "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz",
              "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8="
            },
            "balanced-match": {
              "version": "1.0.0",
              "resolved": "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz",
              "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c="
            },
            "brace-expansion": {
              "version": "1.1.11",
              "resolved": "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz",
              "integrity": "sha1-PH/L9SnYcibz0vUrlm/1Jx60Qd0=",
              "requires": {
                "balanced-match": "1.0.0",
                "concat-map": "0.0.1"
              }
            },
            "chownr": {
              "version": "1.1.4",
              "resolved": "https://registry.yarnpkg.com/chownr/-/chownr-1.1.4.tgz",
              "integrity": "sha1-b8nXtC0ypYNZYzdmbn0ICE2izGs="
            },
            "code-point-at": {
              "version": "1.1.0",
              "resolved": "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz",
              "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c="
            },
            "concat-map": {
              "version": "0.0.1",
              "resolved": "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz",
              "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s="
            },
            "core-util-is": {
              "version": "1.0.2",
              "resolved": "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz",
              "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac="
            },
            "debug": {
              "version": "3.2.6",
              "resolved": "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz",
              "integrity": "sha1-6D0X3hbYp++3cX7b5fsQE17uYps=",
              "requires": {
                "ms": "2.1.2"
              }
            },
            "deep-extend": {
              "version": "0.6.0",
              "resolved": "https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.6.0.tgz",
              "integrity": "sha1-xPp8lUBKF6nD6Mp+FTcxK3NjMKw="
            },
            "fs-minipass": {
              "version": "1.2.7",
              "resolved": "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-1.2.7.tgz",
              "integrity": "sha1-zP+FcIQef+QmVpPaiJNsVa7X98c=",
              "requires": {
                "minipass": "2.9.0"
              }
            },
            "fs.realpath": {
              "version": "1.0.0",
              "resolved": "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz",
              "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8="
            },
            "glob": {
              "version": "7.1.6",
              "resolved": "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz",
              "integrity": "sha1-FB8zuBp8JJLhJVlDB0gMRmeSeKY=",
              "requires": {
                "fs.realpath": "1.0.0",
                "inflight": "1.0.6",
                "inherits": "2.0.4",
                "minimatch": "3.0.4",
                "once": "1.4.0",
                "path-is-absolute": "1.0.1"
              }
            },
            "iconv-lite": {
              "version": "0.4.24",
              "resolved": "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz",
              "integrity": "sha1-ICK0sl+93CHS9SSXSkdKr+czkIs=",
              "requires": {
                "safer-buffer": "2.1.2"
              }
            },
            "inflight": {
              "version": "1.0.6",
              "resolved": "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz",
              "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
              "requires": {
                "once": "1.4.0",
                "wrappy": "1.0.2"
              }
            },
            "inherits": {
              "version": "2.0.4",
              "resolved": "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz",
              "integrity": "sha1-D6LGT5MpF8NDOg3tVTY6rjdBa3w="
            },
            "ini": {
              "version": "1.3.5",
              "resolved": "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz",
              "integrity": "sha1-7uJfVtscnsYIXgwid4CD9Zar+Sc="
            },
            "is-fullwidth-code-point": {
              "version": "1.0.0",
              "resolved": "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz",
              "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=",
              "requires": {
                "number-is-nan": "1.0.1"
              }
            },
            "isarray": {
              "version": "1.0.0",
              "resolved": "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz",
              "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE="
            },
            "minimatch": {
              "version": "3.0.4",
              "resolved": "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz",
              "integrity": "sha1-UWbihkV/AzBgZL5Ul+jbsMPTIIM=",
              "requires": {
                "brace-expansion": "1.1.11"
              }
            },
            "minimist": {
              "version": "1.2.5",
              "resolved": "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz",
              "integrity": "sha1-Z9ZgFLZqaoqqDAg8X9WN9OTpdgI="
            },
            "minipass": {
              "version": "2.9.0",
              "resolved": "https://registry.yarnpkg.com/minipass/-/minipass-2.9.0.tgz",
              "integrity": "sha1-5xN2Ln0+Mv7YAxFc+T4EvKn8yaY=",
              "requires": {
                "safe-buffer": "5.2.0",
                "yallist": "3.1.1"
              }
            },
            "minizlib": {
              "version": "1.3.3",
              "resolved": "https://registry.yarnpkg.com/minizlib/-/minizlib-1.3.3.tgz",
              "integrity": "sha1-IpDeloGKNMKVUcio0wEha9Zahh0=",
              "requires": {
                "minipass": "2.9.0"
              }
            },
            "ms": {
              "version": "2.1.2",
              "resolved": "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz",
              "integrity": "sha1-0J0fNXtEP0kzgqjrPM0YOHKuYAk="
            },
            "number-is-nan": {
              "version": "1.0.1",
              "resolved": "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz",
              "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0="
            },
            "object-assign": {
              "version": "4.1.1",
              "resolved": "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz",
              "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM="
            },
            "once": {
              "version": "1.4.0",
              "resolved": "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz",
              "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
              "requires": {
                "wrappy": "1.0.2"
              }
            },
            "os-homedir": {
              "version": "1.0.2",
              "resolved": "https://registry.yarnpkg.com/os-homedir/-/os-homedir-1.0.2.tgz",
              "integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M="
            },
            "os-tmpdir": {
              "version": "1.0.2",
              "resolved": "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
              "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ="
            },
            "path-is-absolute": {
              "version": "1.0.1",
              "resolved": "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
              "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18="
            },
            "process-nextick-args": {
              "version": "2.0.1",
              "resolved": "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
              "integrity": "sha1-eCDZsWEgzFXKmud5JoCufbptf+I="
            },
            "rc": {
              "version": "1.2.8",
              "resolved": "https://registry.yarnpkg.com/rc/-/rc-1.2.8.tgz",
              "integrity": "sha1-zZJL9SAKB1uDwYjNa54hG3/A0+0=",
              "requires": {
                "deep-extend": "0.6.0",
                "ini": "1.3.5",
                "minimist": "1.2.5",
                "strip-json-comments": "2.0.1"
              }
            },
            "readable-stream": {
              "version": "2.3.7",
              "resolved": "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.7.tgz",
              "integrity": "sha1-Hsoc9xGu+BTAT2IlKjamL2yyO1c=",
              "requires": {
                "core-util-is": "1.0.2",
                "inherits": "2.0.4",
                "isarray": "1.0.0",
                "process-nextick-args": "2.0.1",
                "safe-buffer": "5.1.2",
                "string_decoder": "1.1.1",
                "util-deprecate": "1.0.2"
              }
            },
            "rimraf": {
              "version": "2.7.1",
              "resolved": "https://registry.yarnpkg.com/rimraf/-/rimraf-2.7.1.tgz",
              "integrity": "sha1-NXl/E6f9rcVmFCwp1PB8ytSD4+w=",
              "requires": {
                "glob": "7.1.6"
              }
            },
            "safe-buffer": {
              "version": "5.1.2",
              "resolved": "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz",
              "integrity": "sha1-mR7GnSluAxN0fVm9/St0XDX4go0="
            },
            "safer-buffer": {
              "version": "2.1.2",
              "resolved": "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz",
              "integrity": "sha1-RPoWGwGHuVSd2Eu5GAL5vYOFzWo="
            },
            "semver": {
              "version": "5.7.1",
              "resolved": "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz",
              "integrity": "sha1-qVT5Ma66UI0we78Gnv8MAclhFvc="
            },
            "set-blocking": {
              "version": "2.0.0",
              "resolved": "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz",
              "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc="
            },
            "string-width": {
              "version": "1.0.2",
              "resolved": "https://registry.yarnpkg.com/string-width/-/string-width-1.0.2.tgz",
              "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=",
              "requires": {
                "code-point-at": "1.1.0",
                "is-fullwidth-code-point": "1.0.0",
                "strip-ansi": "3.0.1"
              }
            },
            "string_decoder": {
              "version": "1.1.1",
              "resolved": "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz",
              "integrity": "sha1-nPFhG6YmhdcDCunkujQUnDrwP8g=",
              "requires": {
                "safe-buffer": "5.1.2"
              }
            },
            "strip-ansi": {
              "version": "3.0.1",
              "resolved": "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz",
              "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
              "requires": {
                "ansi-regex": "2.1.1"
              }
            },
            "strip-json-comments": {
              "version": "2.0.1",
              "resolved": "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz",
              "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo="
            },
            "tar": {
              "version": "4.4.13",
              "resolved": "https://registry.yarnpkg.com/tar/-/tar-4.4.13.tgz",
              "integrity": "sha1-Q7NkvFKIjVVSmGN7ENYHkCVKtSU=",
              "requires": {
                "chownr": "1.1.4",
                "fs-minipass": "1.2.7",
                "minipass": "2.9.0",
                "minizlib": "1.3.3",
                "mkdirp": "0.5.5",
                "safe-buffer": "5.2.0",
                "yallist": "3.1.1"
              }
            },
            "util-deprecate": {
              "version": "1.0.2",
              "resolved": "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz",
              "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8="
            },
            "wide-align": {
              "version": "1.1.3",
              "resolved": "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.3.tgz",
              "integrity": "sha1-rgdOa9wMFKQx6ATmJFScYzsABFc=",
              "requires": {
                "string-width": "2.1.1"
              }
            },
            "wrappy": {
              "version": "1.0.2",
              "resolved": "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz",
              "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8="
            },
            "yallist": {
              "version": "3.1.1",
              "resolved": "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz",
              "integrity": "sha1-27fa+b/YusmrRev2ArjLrQ1dCP0="
            }
          }
        },
        "function-bind": {
          "version": "1.1.1",
          "resolved": "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz",
          "integrity": "sha1-pWiZ0+o8m6uHS7l3O3xe3pL0iV0="
        },
        "functional-red-black-tree": {
          "version": "1.0.1",
          "resolved": "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz",
          "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc="
        },
        "gar": {
          "version": "1.0.4",
          "resolved": "https://registry.yarnpkg.com/gar/-/gar-1.0.4.tgz",
          "integrity": "sha1-93e8fbQlwFcv3rUmdhcsoa6YiLg="
        },
        "gensync": {
          "version": "1.0.0-beta.1",
          "resolved": "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.1.tgz",
          "integrity": "sha1-WPQ2H/mH5f9uHnohCCeqNx6qwmk="
        },
        "get-caller-file": {
          "version": "2.0.5",
          "resolved": "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz",
          "integrity": "sha1-T5RBKoLbMvNuOwuXQfipf+sDH34="
        },
        "get-folder-size": {
          "version": "2.0.1",
          "resolved": "https://registry.yarnpkg.com/get-folder-size/-/get-folder-size-2.0.1.tgz",
          "integrity": "sha1-P+BSTdO60FJX7xMRMxQXvNAgpJc=",
          "requires": {
            "gar": "1.0.4",
            "tiny-each-async": "2.0.3"
          }
        },
        "get-iterator": {
          "version": "1.0.2",
          "resolved": "https://registry.yarnpkg.com/get-iterator/-/get-iterator-1.0.2.tgz",
          "integrity": "sha1-zXR8ArTAhEYfrBT0j2tFqA7SXII="
        },
        "get-package-type": {
          "version": "0.1.0",
          "resolved": "https://registry.yarnpkg.com/get-package-type/-/get-package-type-0.1.0.tgz",
          "integrity": "sha1-jeLYA8/0TfO8bEVuZmizbDkm4Ro="
        },
        "get-stdin": {
          "version": "6.0.0",
          "resolved": "https://registry.yarnpkg.com/get-stdin/-/get-stdin-6.0.0.tgz",
          "integrity": "sha1-ngm/cSs2CrkiXoEgSPcf3pyJZXs="
        },
        "get-stream": {
          "version": "5.1.0",
          "resolved": "https://registry.yarnpkg.com/get-stream/-/get-stream-5.1.0.tgz",
          "integrity": "sha1-ASA83JJZf5uQkGfD5lbMH008Tck=",
          "requires": {
            "pump": "3.0.0"
          }
        },
        "get-them-args": {
          "version": "1.3.2",
          "resolved": "https://registry.yarnpkg.com/get-them-args/-/get-them-args-1.3.2.tgz",
          "integrity": "sha1-dKILqKSr7OWuGZrQPyvMaP38m6U="
        },
        "get-value": {
          "version": "2.0.6",
          "resolved": "https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz",
          "integrity": "sha1-3BXKHGcjh8p2vTesCjlbogQqLCg="
        },
        "getpass": {
          "version": "0.1.7",
          "resolved": "https://registry.yarnpkg.com/getpass/-/getpass-0.1.7.tgz",
          "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=",
          "requires": {
            "assert-plus": "1.0.0"
          }
        },
        "glob": {
          "version": "7.1.6",
          "resolved": "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz",
          "integrity": "sha1-FB8zuBp8JJLhJVlDB0gMRmeSeKY=",
          "requires": {
            "fs.realpath": "1.0.0",
            "inflight": "1.0.6",
            "inherits": "2.0.4",
            "minimatch": "3.0.4",
            "once": "1.4.0",
            "path-is-absolute": "1.0.1"
          }
        },
        "glob-parent": {
          "version": "5.1.1",
          "resolved": "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.1.tgz",
          "integrity": "sha1-tsHvQXxOVmPqSY8cRa+saRa7wik=",
          "requires": {
            "is-glob": "4.0.1"
          }
        },
        "global": {
          "version": "4.3.2",
          "resolved": "https://registry.yarnpkg.com/global/-/global-4.3.2.tgz",
          "integrity": "sha1-52mJJopsdMOJCLEwWxD8DjlOnQ8=",
          "requires": {
            "min-document": "2.19.0",
            "process": "0.5.2"
          }
        },
        "global-dirs": {
          "version": "2.0.1",
          "resolved": "https://registry.yarnpkg.com/global-dirs/-/global-dirs-2.0.1.tgz",
          "integrity": "sha1-rN87tmhbzVXLNeigUiZlaelGkgE=",
          "requires": {
            "ini": "1.3.5"
          }
        },
        "globals": {
          "version": "11.12.0",
          "resolved": "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz",
          "integrity": "sha1-q4eVM4hooLq9hSV1gBjCp+uVxC4="
        },
        "globby": {
          "version": "11.0.1",
          "resolved": "https://registry.yarnpkg.com/globby/-/globby-11.0.1.tgz",
          "integrity": "sha1-mivxB6Bo8//qvEmtcCx57ejP01c=",
          "requires": {
            "array-union": "2.1.0",
            "dir-glob": "3.0.1",
            "fast-glob": "3.2.2",
            "ignore": "5.1.8",
            "merge2": "1.3.0",
            "slash": "3.0.0"
          }
        },
        "go-platform": {
          "version": "1.0.0",
          "resolved": "https://registry.yarnpkg.com/go-platform/-/go-platform-1.0.0.tgz",
          "integrity": "sha1-sF/2uSdAB9JGsWQjXwP39qWWJsc="
        },
        "got": {
          "version": "9.6.0",
          "resolved": "https://registry.yarnpkg.com/got/-/got-9.6.0.tgz",
          "integrity": "sha1-7fRefWf5lUVwXeH3u+7rEhdl7YU=",
          "requires": {
            "@sindresorhus/is": "0.14.0",
            "@szmarczak/http-timer": "1.1.2",
            "cacheable-request": "6.1.0",
            "decompress-response": "3.3.0",
            "duplexer3": "0.1.4",
            "get-stream": "4.1.0",
            "lowercase-keys": "1.0.1",
            "mimic-response": "1.0.1",
            "p-cancelable": "1.1.0",
            "to-readable-stream": "1.0.0",
            "url-parse-lax": "3.0.0"
          },
          "dependencies": {
            "get-stream": {
              "version": "4.1.0",
              "resolved": "https://registry.yarnpkg.com/get-stream/-/get-stream-4.1.0.tgz",
              "integrity": "sha1-wbJVV189wh1Zv8ec09K0axw6VLU=",
              "requires": {
                "pump": "3.0.0"
              }
            }
          }
        },
        "graceful-fs": {
          "version": "4.2.4",
          "resolved": "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.4.tgz",
          "integrity": "sha1-Ila94U02MpWMRl68ltxGfKB6Kfs="
        },
        "graceful-readlink": {
          "version": "1.0.1",
          "resolved": "https://registry.yarnpkg.com/graceful-readlink/-/graceful-readlink-1.0.1.tgz",
          "integrity": "sha1-TK+tdrxi8C+gObL5Tpo906ORpyU="
        },
        "har-schema": {
          "version": "2.0.0",
          "resolved": "https://registry.yarnpkg.com/har-schema/-/har-schema-2.0.0.tgz",
          "integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI="
        },
        "har-validator": {
          "version": "5.1.3",
          "resolved": "https://registry.yarnpkg.com/har-validator/-/har-validator-5.1.3.tgz",
          "integrity": "sha1-HvievT5JllV2de7ZiTEQ3DUPoIA=",
          "requires": {
            "ajv": "6.12.3",
            "har-schema": "2.0.0"
          }
        },
        "has": {
          "version": "1.0.3",
          "resolved": "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz",
          "integrity": "sha1-ci18v8H2qoJB8W3YFOAR4fQeh5Y=",
          "requires": {
            "function-bind": "1.1.1"
          }
        },
        "has-ansi": {
          "version": "2.0.0",
          "resolved": "https://registry.yarnpkg.com/has-ansi/-/has-ansi-2.0.0.tgz",
          "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=",
          "requires": {
            "ansi-regex": "2.1.1"
          }
        },
        "has-flag": {
          "version": "4.0.0",
          "resolved": "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz",
          "integrity": "sha1-lEdx/ZyByBJlxNaUGGDaBrtZR5s="
        },
        "has-symbol-support-x": {
          "version": "1.4.2",
          "resolved": "https://registry.yarnpkg.com/has-symbol-support-x/-/has-symbol-support-x-1.4.2.tgz",
          "integrity": "sha1-FAn5i8ACR9pF2mfO4KNvKC/yZFU="
        },
        "has-symbols": {
          "version": "1.0.1",
          "resolved": "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.1.tgz",
          "integrity": "sha1-n1IUdYpEGWxAbZvXbOv4HsLdMeg="
        },
        "has-to-string-tag-x": {
          "version": "1.4.1",
          "resolved": "https://registry.yarnpkg.com/has-to-string-tag-x/-/has-to-string-tag-x-1.4.1.tgz",
          "integrity": "sha1-oEWrOD17SyASoAFIqwql8pAETU0=",
          "requires": {
            "has-symbol-support-x": "1.4.2"
          }
        },
        "has-value": {
          "version": "1.0.0",
          "resolved": "https://registry.yarnpkg.com/has-value/-/has-value-1.0.0.tgz",
          "integrity": "sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc=",
          "requires": {
            "get-value": "2.0.6",
            "has-values": "1.0.0",
            "isobject": "3.0.1"
          }
        },
        "has-values": {
          "version": "1.0.0",
          "resolved": "https://registry.yarnpkg.com/has-values/-/has-values-1.0.0.tgz",
          "integrity": "sha1-lbC2P+whRmGab+V/51Yo1aOe/k8=",
          "requires": {
            "is-number": "3.0.0",
            "kind-of": "4.0.0"
          },
          "dependencies": {
            "kind-of": {
              "version": "4.0.0",
              "resolved": "https://registry.yarnpkg.com/kind-of/-/kind-of-4.0.0.tgz",
              "integrity": "sha1-IIE989cSkosgc3hpGkUGb65y3Vc=",
              "requires": {
                "is-buffer": "1.1.6"
              }
            }
          }
        },
        "has-yarn": {
          "version": "2.1.0",
          "resolved": "https://registry.yarnpkg.com/has-yarn/-/has-yarn-2.1.0.tgz",
          "integrity": "sha1-E34RNUp7W/EapctknPDG8/8rLnc="
        },
        "hash-base": {
          "version": "3.0.4",
          "resolved": "https://registry.yarnpkg.com/hash-base/-/hash-base-3.0.4.tgz",
          "integrity": "sha1-X8hoaEfs1zSZQDMZprCj8/auSRg=",
          "requires": {
            "inherits": "2.0.4",
            "safe-buffer": "5.2.0"
          }
        },
        "hash.js": {
          "version": "1.1.3",
          "resolved": "https://registry.yarnpkg.com/hash.js/-/hash.js-1.1.3.tgz",
          "integrity": "sha1-NA3tvmKQGHFRweodd3o0SJNd+EY=",
          "requires": {
            "inherits": "2.0.4",
            "minimalistic-assert": "1.0.1"
          }
        },
        "hasha": {
          "version": "5.2.0",
          "resolved": "https://registry.yarnpkg.com/hasha/-/hasha-5.2.0.tgz",
          "integrity": "sha1-MwlNH2nECkpqx75T1f4/+Vomngw=",
          "requires": {
            "is-stream": "2.0.0",
            "type-fest": "0.8.1"
          },
          "dependencies": {
            "is-stream": {
              "version": "2.0.0",
              "resolved": "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.0.tgz",
              "integrity": "sha1-venDJoDW+uBBKdasnZIc54FfeOM="
            }
          }
        },
        "hi-base32": {
          "version": "0.5.0",
          "resolved": "https://registry.yarnpkg.com/hi-base32/-/hi-base32-0.5.0.tgz",
          "integrity": "sha1-YTKfdqMfMQCFM/HDbyRz4lnWRXE="
        },
        "hmac-drbg": {
          "version": "1.0.1",
          "resolved": "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz",
          "integrity": "sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=",
          "requires": {
            "hash.js": "1.1.7",
            "minimalistic-assert": "1.0.1",
            "minimalistic-crypto-utils": "1.0.1"
          },
          "dependencies": {
            "hash.js": {
              "version": "1.1.7",
              "resolved": "https://registry.yarnpkg.com/hash.js/-/hash.js-1.1.7.tgz",
              "integrity": "sha1-C6vKU46NTuSg+JiNaIZlN6ADz0I=",
              "requires": {
                "inherits": "2.0.4",
                "minimalistic-assert": "1.0.1"
              }
            }
          }
        },
        "home-or-tmp": {
          "version": "2.0.0",
          "resolved": "https://registry.yarnpkg.com/home-or-tmp/-/home-or-tmp-2.0.0.tgz",
          "integrity": "sha1-42w/LSyufXRqhX440Y1fMqeILbg=",
          "requires": {
            "os-homedir": "1.0.2",
            "os-tmpdir": "1.0.2"
          }
        },
        "homedir": {
          "version": "0.6.0",
          "resolved": "https://registry.yarnpkg.com/homedir/-/homedir-0.6.0.tgz",
          "integrity": "sha1-KyHbZr8Ipts4JJo+/1LX0YcGrx4="
        },
        "hosted-git-info": {
          "version": "2.8.8",
          "resolved": "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.8.tgz",
          "integrity": "sha1-dTm9S8Hg4KiVgVouAmJCCxKFhIg="
        },
        "html-escaper": {
          "version": "2.0.2",
          "resolved": "https://registry.yarnpkg.com/html-escaper/-/html-escaper-2.0.2.tgz",
          "integrity": "sha1-39YAJ9o2o238viNiYsAKWCJoFFM="
        },
        "http-cache-semantics": {
          "version": "4.1.0",
          "resolved": "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz",
          "integrity": "sha1-SekcXL82yblLz81xwj1SSex045A="
        },
        "http-errors": {
          "version": "1.7.2",
          "resolved": "https://registry.yarnpkg.com/http-errors/-/http-errors-1.7.2.tgz",
          "integrity": "sha1-T1ApzxMjnzEDblsuVSkrz7zIXI8=",
          "requires": {
            "depd": "1.1.2",
            "inherits": "2.0.3",
            "setprototypeof": "1.1.1",
            "statuses": "1.5.0",
            "toidentifier": "1.0.0"
          },
          "dependencies": {
            "inherits": {
              "version": "2.0.3",
              "resolved": "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz",
              "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4="
            }
          }
        },
        "http-https": {
          "version": "1.0.0",
          "resolved": "https://registry.yarnpkg.com/http-https/-/http-https-1.0.0.tgz",
          "integrity": "sha1-L5CN1fHbQGjAWM1ubUzjkskTOJs="
        },
        "http-signature": {
          "version": "1.2.0",
          "resolved": "https://registry.yarnpkg.com/http-signature/-/http-signature-1.2.0.tgz",
          "integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=",
          "requires": {
            "assert-plus": "1.0.0",
            "jsprim": "1.4.1",
            "sshpk": "1.16.1"
          }
        },
        "human-signals": {
          "version": "1.1.1",
          "resolved": "https://registry.yarnpkg.com/human-signals/-/human-signals-1.1.1.tgz",
          "integrity": "sha1-xbHNFPUK6uCatsWf5jujOV/k36M="
        },
        "iconv-lite": {
          "version": "0.4.24",
          "resolved": "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz",
          "integrity": "sha1-ICK0sl+93CHS9SSXSkdKr+czkIs=",
          "requires": {
            "safer-buffer": "2.1.2"
          }
        },
        "idna-uts46": {
          "version": "1.1.0",
          "resolved": "https://registry.yarnpkg.com/idna-uts46/-/idna-uts46-1.1.0.tgz",
          "integrity": "sha1-vgmLK3wcq/vvh6i4D2JvrDc2auo=",
          "requires": {
            "punycode": "2.1.1"
          }
        },
        "idna-uts46-hx": {
          "version": "2.3.1",
          "resolved": "https://registry.yarnpkg.com/idna-uts46-hx/-/idna-uts46-hx-2.3.1.tgz",
          "integrity": "sha1-odxcTfN+7lIr9m2WnMmA4A6HEfk=",
          "requires": {
            "punycode": "2.1.0"
          },
          "dependencies": {
            "punycode": {
              "version": "2.1.0",
              "resolved": "https://registry.yarnpkg.com/punycode/-/punycode-2.1.0.tgz",
              "integrity": "sha1-X4Y+3Im5bbCQdLrXlHvwkFbKTn0="
            }
          }
        },
        "ieee754": {
          "version": "1.1.13",
          "resolved": "https://registry.yarnpkg.com/ieee754/-/ieee754-1.1.13.tgz",
          "integrity": "sha1-7BaFWOlaoYH9h9N/VcMrvLZwi4Q="
        },
        "ignore-by-default": {
          "version": "2.0.0",
          "resolved": "https://registry.yarnpkg.com/ignore-by-default/-/ignore-by-default-2.0.0.tgz",
          "integrity": "sha1-U3CSAYVAZARZVp/nyMekCK9YEUY="
        },
        "immediate": {
          "version": "3.2.3",
          "resolved": "https://registry.yarnpkg.com/immediate/-/immediate-3.2.3.tgz",
          "integrity": "sha1-0UD6j2FGWb1lQSMwl92qwlzdmRw="
        },
        "import-fresh": {
          "version": "3.2.1",
          "resolved": "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.2.1.tgz",
          "integrity": "sha1-Yz/2GFBueTr1rJG/SLcmd+FcvmY=",
          "requires": {
            "parent-module": "1.0.1",
            "resolve-from": "4.0.0"
          },
          "dependencies": {
            "resolve-from": {
              "version": "4.0.0",
              "resolved": "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz",
              "integrity": "sha1-SrzYUq0y3Xuqv+m0DgCjbbXzkuY="
            }
          }
        },
        "import-lazy": {
          "version": "2.1.0",
          "resolved": "https://registry.yarnpkg.com/import-lazy/-/import-lazy-2.1.0.tgz",
          "integrity": "sha1-BWmOPUXIjo1+nZLLBYTnfwlvPkM="
        },
        "import-local": {
          "version": "3.0.2",
          "resolved": "https://registry.yarnpkg.com/import-local/-/import-local-3.0.2.tgz",
          "integrity": "sha1-qM/QQx0d5KIZlwPQA+PmI2T6bbY=",
          "requires": {
            "pkg-dir": "4.2.0",
            "resolve-cwd": "3.0.0"
          }
        },
        "import-modules": {
          "version": "2.0.0",
          "resolved": "https://registry.yarnpkg.com/import-modules/-/import-modules-2.0.0.tgz",
          "integrity": "sha1-nB4TtOehVoL3Cm4/opU05FQM/F0="
        },
        "imurmurhash": {
          "version": "0.1.4",
          "resolved": "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz",
          "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o="
        },
        "indent-string": {
          "version": "4.0.0",
          "resolved": "https://registry.yarnpkg.com/indent-string/-/indent-string-4.0.0.tgz",
          "integrity": "sha1-Yk+PRJfWGbLZdoUx1Y9BIoVNclE="
        },
        "inflight": {
          "version": "1.0.6",
          "resolved": "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz",
          "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
          "requires": {
            "once": "1.4.0",
            "wrappy": "1.0.2"
          }
        },
        "inherits": {
          "version": "2.0.4",
          "resolved": "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz",
          "integrity": "sha1-D6LGT5MpF8NDOg3tVTY6rjdBa3w="
        },
        "ini": {
          "version": "1.3.5",
          "resolved": "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz",
          "integrity": "sha1-7uJfVtscnsYIXgwid4CD9Zar+Sc="
        },
        "invariant": {
          "version": "2.2.4",
          "resolved": "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz",
          "integrity": "sha1-YQ88ksk1nOHbYW5TgAjSP/NRWOY=",
          "requires": {
            "loose-envify": "1.4.0"
          }
        },
        "ip": {
          "version": "1.1.5",
          "resolved": "https://registry.yarnpkg.com/ip/-/ip-1.1.5.tgz",
          "integrity": "sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo="
        },
        "ip-address": {
          "version": "5.9.4",
          "resolved": "https://registry.yarnpkg.com/ip-address/-/ip-address-5.9.4.tgz",
          "integrity": "sha1-RmCsJhrWG9OXqGCgB/fpjk6u44Y=",
          "requires": {
            "jsbn": "1.1.0",
            "lodash": "4.17.19",
            "sprintf-js": "1.1.2"
          },
          "dependencies": {
            "jsbn": {
              "version": "1.1.0",
              "resolved": "https://registry.yarnpkg.com/jsbn/-/jsbn-1.1.0.tgz",
              "integrity": "sha1-sBMHyym2GKHtJux56RH4A8TaAEA="
            },
            "sprintf-js": {
              "version": "1.1.2",
              "resolved": "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.1.2.tgz",
              "integrity": "sha1-2hdlJiv4wPVxdJ8q1sJjACB65nM="
            }
          }
        },
        "ip-regex": {
          "version": "4.1.0",
          "resolved": "https://registry.yarnpkg.com/ip-regex/-/ip-regex-4.1.0.tgz",
          "integrity": "sha1-WtYvaFoU7bQhq+vC//jblN9ntFU="
        },
        "ipaddr.js": {
          "version": "1.9.1",
          "resolved": "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
          "integrity": "sha1-v/OFQ+64mEglB5/zoqjmy9RngbM="
        },
        "ipfs-api": {
          "version": "26.1.2",
          "resolved": "https://registry.yarnpkg.com/ipfs-api/-/ipfs-api-26.1.2.tgz",
          "integrity": "sha1-a1PUcgRVBgrTl4QzYjSkrMVNQzI=",
          "requires": {
            "async": "2.6.3",
            "big.js": "5.2.2",
            "bl": "2.2.0",
            "bs58": "4.0.1",
            "cids": "0.5.8",
            "concat-stream": "1.6.2",
            "debug": "4.1.1",
            "detect-node": "2.0.4",
            "end-of-stream": "1.4.4",
            "flatmap": "0.0.3",
            "glob": "7.1.6",
            "ipfs-block": "0.8.1",
            "ipfs-unixfs": "0.1.16",
            "ipld-dag-cbor": "0.13.1",
            "ipld-dag-pb": "0.14.11",
            "is-ipfs": "0.4.8",
            "is-pull-stream": "0.0.0",
            "is-stream": "1.1.0",
            "libp2p-crypto": "0.14.1",
            "lodash": "4.17.19",
            "lru-cache": "4.1.5",
            "multiaddr": "5.0.2",
            "multibase": "0.5.0",
            "multihashes": "0.4.19",
            "ndjson": "1.5.0",
            "once": "1.4.0",
            "peer-id": "0.12.5",
            "peer-info": "0.14.1",
            "promisify-es6": "1.0.3",
            "pull-defer": "0.2.3",
            "pull-pushable": "2.2.0",
            "pull-stream-to-stream": "1.3.4",
            "pump": "3.0.0",
            "qs": "6.7.0",
            "readable-stream": "3.6.0",
            "stream-http": "3.1.0",
            "stream-to-pull-stream": "1.7.3",
            "streamifier": "0.1.1",
            "tar-stream": "1.6.2",
            "through2": "2.0.5"
          },
          "dependencies": {
            "base-x": {
              "version": "3.0.4",
              "resolved": "https://registry.yarnpkg.com/base-x/-/base-x-3.0.4.tgz",
              "integrity": "sha1-lMF4hzbaBl7bHWiAiGnjV8l3+nc=",
              "requires": {
                "safe-buffer": "5.2.0"
              }
            },
            "bl": {
              "version": "2.2.0",
              "resolved": "https://registry.yarnpkg.com/bl/-/bl-2.2.0.tgz",
              "integrity": "sha1-4aV0zfUo5AUwGbuACwQcCsiNpJM=",
              "requires": {
                "readable-stream": "2.3.7",
                "safe-buffer": "5.2.0"
              },
              "dependencies": {
                "readable-stream": {
                  "version": "2.3.7",
                  "resolved": "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.7.tgz",
                  "integrity": "sha1-Hsoc9xGu+BTAT2IlKjamL2yyO1c=",
                  "requires": {
                    "core-util-is": "1.0.2",
                    "inherits": "2.0.4",
                    "isarray": "1.0.0",
                    "process-nextick-args": "2.0.1",
                    "safe-buffer": "5.1.2",
                    "string_decoder": "1.1.1",
                    "util-deprecate": "1.0.2"
                  },
                  "dependencies": {
                    "safe-buffer": {
                      "version": "5.1.2",
                      "resolved": "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz",
                      "integrity": "sha1-mR7GnSluAxN0fVm9/St0XDX4go0="
                    }
                  }
                }
              }
            },
            "cids": {
              "version": "0.5.8",
              "resolved": "https://registry.yarnpkg.com/cids/-/cids-0.5.8.tgz",
              "integrity": "sha1-PVAAw4VqLTwAlnshJlqlcUJhGqA=",
              "requires": {
                "class-is": "1.1.0",
                "multibase": "0.6.1",
                "multicodec": "0.5.6",
                "multihashes": "0.4.19"
              },
              "dependencies": {
                "base-x": {
                  "version": "3.0.8",
                  "resolved": "https://registry.yarnpkg.com/base-x/-/base-x-3.0.8.tgz",
                  "integrity": "sha1-HhEGwlN/AWLotSR0pVfrsJAAAY0=",
                  "requires": {
                    "safe-buffer": "5.2.0"
                  }
                },
                "multibase": {
                  "version": "0.6.1",
                  "resolved": "https://registry.yarnpkg.com/multibase/-/multibase-0.6.1.tgz",
                  "integrity": "sha1-t232KYU2zBe59qbbU+yI+F+MwSs=",
                  "requires": {
                    "base-x": "3.0.8",
                    "buffer": "5.6.0"
                  }
                }
              }
            },
            "debug": {
              "version": "4.1.1",
              "resolved": "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz",
              "integrity": "sha1-O3ImAlUQnGtYnO4FDx1RYTlmR5E=",
              "requires": {
                "ms": "2.1.2"
              }
            },
            "ipld-dag-cbor": {
              "version": "0.13.1",
              "resolved": "https://registry.yarnpkg.com/ipld-dag-cbor/-/ipld-dag-cbor-0.13.1.tgz",
              "integrity": "sha1-L/7Lo6E7Kdi2BO49m12tDUVC4ms=",
              "requires": {
                "borc": "2.1.1",
                "bs58": "4.0.1",
                "cids": "0.5.8",
                "is-circular": "1.0.2",
                "multihashes": "0.4.19",
                "multihashing-async": "0.5.2",
                "traverse": "0.6.6"
              }
            },
            "ipld-dag-pb": {
              "version": "0.14.11",
              "resolved": "https://registry.yarnpkg.com/ipld-dag-pb/-/ipld-dag-pb-0.14.11.tgz",
              "integrity": "sha1-3yNaMB/shEPPkzOHzrs45Cwiwqg=",
              "requires": {
                "async": "2.6.3",
                "bs58": "4.0.1",
                "cids": "0.5.8",
                "class-is": "1.1.0",
                "is-ipfs": "0.4.8",
                "multihashing-async": "0.5.2",
                "protons": "1.0.2",
                "pull-stream": "3.6.14",
                "pull-traverse": "1.0.3",
                "stable": "0.1.8"
              }
            },
            "is-ipfs": {
              "version": "0.4.8",
              "resolved": "https://registry.yarnpkg.com/is-ipfs/-/is-ipfs-0.4.8.tgz",
              "integrity": "sha1-6iKa72IwQzrR6N+TDEnF53NCLD8=",
              "requires": {
                "bs58": "4.0.1",
                "cids": "0.5.8",
                "multibase": "0.6.1",
                "multihashes": "0.4.19"
              },
              "dependencies": {
                "base-x": {
                  "version": "3.0.8",
                  "resolved": "https://registry.yarnpkg.com/base-x/-/base-x-3.0.8.tgz",
                  "integrity": "sha1-HhEGwlN/AWLotSR0pVfrsJAAAY0=",
                  "requires": {
                    "safe-buffer": "5.2.0"
                  }
                },
                "multibase": {
                  "version": "0.6.1",
                  "resolved": "https://registry.yarnpkg.com/multibase/-/multibase-0.6.1.tgz",
                  "integrity": "sha1-t232KYU2zBe59qbbU+yI+F+MwSs=",
                  "requires": {
                    "base-x": "3.0.8",
                    "buffer": "5.6.0"
                  }
                }
              }
            },
            "isarray": {
              "version": "1.0.0",
              "resolved": "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz",
              "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE="
            },
            "js-sha3": {
              "version": "0.7.0",
              "resolved": "https://registry.yarnpkg.com/js-sha3/-/js-sha3-0.7.0.tgz",
              "integrity": "sha1-ClxXs295iCVzsthAUfi7hd0b1jo="
            },
            "libp2p-crypto": {
              "version": "0.14.1",
              "resolved": "https://registry.yarnpkg.com/libp2p-crypto/-/libp2p-crypto-0.14.1.tgz",
              "integrity": "sha1-yI4M+wXJ/Yd0RLE7r1xFvlylwU4=",
              "requires": {
                "asn1.js": "5.3.0",
                "async": "2.6.3",
                "browserify-aes": "1.2.0",
                "bs58": "4.0.1",
                "keypair": "1.0.1",
                "libp2p-crypto-secp256k1": "0.2.3",
                "multihashing-async": "0.5.2",
                "node-forge": "0.7.6",
                "pem-jwk": "1.5.1",
                "protons": "1.0.2",
                "rsa-pem-to-jwk": "1.1.3",
                "tweetnacl": "1.0.3",
                "ursa-optional": "0.9.10",
                "webcrypto-shim": "0.1.1"
              }
            },
            "multiaddr": {
              "version": "5.0.2",
              "resolved": "https://registry.yarnpkg.com/multiaddr/-/multiaddr-5.0.2.tgz",
              "integrity": "sha1-v/xOvw7yCM5A6rjNbxRilrYaoOM=",
              "requires": {
                "bs58": "4.0.1",
                "class-is": "1.1.0",
                "ip": "1.1.5",
                "ip-address": "5.9.4",
                "lodash.filter": "4.6.0",
                "lodash.map": "4.6.0",
                "varint": "5.0.0",
                "xtend": "4.0.2"
              }
            },
            "multibase": {
              "version": "0.5.0",
              "resolved": "https://registry.yarnpkg.com/multibase/-/multibase-0.5.0.tgz",
              "integrity": "sha1-RWaK0TiWPXeL3x952mTyHKp7tus=",
              "requires": {
                "base-x": "3.0.4"
              }
            },
            "multicodec": {
              "version": "0.5.7",
              "resolved": "https://registry.yarnpkg.com/multicodec/-/multicodec-0.5.7.tgz",
              "integrity": "sha1-H7P53YZqEKVdIm4ZSrui3MHun/0=",
              "requires": {
                "varint": "5.0.0"
              }
            },
            "peer-info": {
              "version": "0.14.1",
              "resolved": "https://registry.yarnpkg.com/peer-info/-/peer-info-0.14.1.tgz",
              "integrity": "sha1-rFrsQh6ZZfew51dtcXlBuyVnYTQ=",
              "requires": {
                "multiaddr": "4.0.0",
                "mafmt": "6.0.10",
                "lodash.uniqby": "4.7.0",
                "peer-id": "0.10.7"
              },
              "dependencies": {
                "libp2p-crypto": {
                  "version": "0.12.1",
                  "resolved": "https://registry.yarnpkg.com/libp2p-crypto/-/libp2p-crypto-0.12.1.tgz",
                  "integrity": "sha1-SocNJpujFQ3+AU5PmuoeVQdgFcg=",
                  "requires": {
                    "asn1.js": "5.3.0",
                    "async": "2.6.3",
                    "browserify-aes": "1.2.0",
                    "bs58": "4.0.1",
                    "keypair": "1.0.1",
                    "libp2p-crypto-secp256k1": "0.2.3",
                    "multihashing-async": "0.4.8",
                    "node-forge": "0.7.6",
                    "pem-jwk": "1.5.1",
                    "protons": "1.0.2",
                    "rsa-pem-to-jwk": "1.1.3",
                    "tweetnacl": "1.0.3",
                    "webcrypto-shim": "0.1.1"
                  }
                },
                "multiaddr": {
                  "version": "4.0.0",
                  "resolved": "https://registry.yarnpkg.com/multiaddr/-/multiaddr-4.0.0.tgz",
                  "integrity": "sha1-cKiFfE9zc1C8LFaRSnDxJjiJ2zM=",
                  "requires": {
                    "bs58": "4.0.1",
                    "class-is": "1.1.0",
                    "ip": "1.1.5",
                    "ip-address": "5.9.4",
                    "lodash.filter": "4.6.0",
                    "lodash.map": "4.6.0",
                    "varint": "5.0.0",
                    "xtend": "4.0.2"
                  }
                },
                "multihashing-async": {
                  "version": "0.4.8",
                  "resolved": "https://registry.yarnpkg.com/multihashing-async/-/multihashing-async-0.4.8.tgz",
                  "integrity": "sha1-QVcrJaj8aOsxi4ViQJ/dchpyfqE=",
                  "requires": {
                    "async": "2.6.3",
                    "blakejs": "1.1.0",
                    "js-sha3": "0.7.0",
                    "multihashes": "0.4.19",
                    "murmurhash3js": "3.0.1",
                    "nodeify": "1.0.1"
                  }
                },
                "peer-id": {
                  "version": "0.10.7",
                  "resolved": "https://registry.yarnpkg.com/peer-id/-/peer-id-0.10.7.tgz",
                  "integrity": "sha1-bBJjRjb8kKDnvHY2DJX3NWRGH90=",
                  "requires": {
                    "async": "2.6.3",
                    "libp2p-crypto": "0.12.1",
                    "lodash": "4.17.19",
                    "multihashes": "0.4.19"
                  }
                }
              }
            },
            "readable-stream": {
              "version": "3.6.0",
              "resolved": "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz",
              "integrity": "sha1-M3u9o63AcGvT4CRCaihtS0sskZg=",
              "requires": {
                "inherits": "2.0.4",
                "string_decoder": "1.1.1",
                "util-deprecate": "1.0.2"
              }
            },
            "string_decoder": {
              "version": "1.1.1",
              "resolved": "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz",
              "integrity": "sha1-nPFhG6YmhdcDCunkujQUnDrwP8g=",
              "requires": {
                "safe-buffer": "5.1.2"
              },
              "dependencies": {
                "safe-buffer": {
                  "version": "5.1.2",
                  "resolved": "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz",
                  "integrity": "sha1-mR7GnSluAxN0fVm9/St0XDX4go0="
                }
              }
            },
            "ursa-optional": {
              "version": "0.9.10",
              "resolved": "https://registry.yarnpkg.com/ursa-optional/-/ursa-optional-0.9.10.tgz",
              "integrity": "sha1-8uq/4LYAHb8Hp4dAzQpuW6brJVQ=",
              "requires": {
                "bindings": "1.5.0",
                "nan": "2.14.0"
              }
            }
          }
        },
        "ipfs-block": {
          "version": "0.8.1",
          "resolved": "https://registry.yarnpkg.com/ipfs-block/-/ipfs-block-0.8.1.tgz",
          "integrity": "sha1-BeEGiDJ3Xo8cLaW2QQbMg3/SrLk=",
          "requires": {
            "cids": "0.7.1",
            "class-is": "1.1.0"
          }
        },
        "ipfs-http-client": {
          "version": "41.0.1",
          "resolved": "https://registry.yarnpkg.com/ipfs-http-client/-/ipfs-http-client-41.0.1.tgz",
          "integrity": "sha1-B2XULps9z+6PWhPKHuGtRmDBmyk=",
          "requires": {
            "abort-controller": "3.0.0",
            "async-iterator-to-pull-stream": "1.3.0",
            "bignumber.js": "9.0.0",
            "bl": "4.0.2",
            "bs58": "4.0.1",
            "buffer": "5.6.0",
            "callbackify": "1.1.0",
            "cids": "0.7.5",
            "debug": "4.1.1",
            "err-code": "2.0.3",
            "explain-error": "1.0.4",
            "form-data": "3.0.0",
            "ipfs-block": "0.8.1",
            "ipfs-utils": "0.4.2",
            "ipld-dag-cbor": "0.15.3",
            "ipld-dag-pb": "0.18.5",
            "ipld-raw": "4.0.1",
            "is-ipfs": "0.6.3",
            "it-all": "1.0.2",
            "it-glob": "0.0.7",
            "it-tar": "1.2.2",
            "it-to-stream": "0.1.1",
            "iterable-ndjson": "1.1.0",
            "ky": "0.15.0",
            "ky-universal": "0.3.0",
            "merge-options": "2.0.0",
            "multiaddr": "6.1.1",
            "multiaddr-to-uri": "5.1.0",
            "multibase": "0.6.1",
            "multicodec": "1.0.1",
            "multihashes": "0.4.19",
            "parse-duration": "0.1.3",
            "peer-id": "0.12.5",
            "peer-info": "0.15.1",
            "promise-nodeify": "3.0.1"
          },
          "dependencies": {
            "debug": {
              "version": "4.1.1",
              "resolved": "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz",
              "integrity": "sha1-O3ImAlUQnGtYnO4FDx1RYTlmR5E=",
              "requires": {
                "ms": "2.1.2"
              }
            },
            "ip-regex": {
              "version": "2.1.0",
              "resolved": "https://registry.yarnpkg.com/ip-regex/-/ip-regex-2.1.0.tgz",
              "integrity": "sha1-+ni/XS5pE8kRzp+BnuUUa7bYROk="
            },
            "is-ip": {
              "version": "2.0.0",
              "resolved": "https://registry.yarnpkg.com/is-ip/-/is-ip-2.0.0.tgz",
              "integrity": "sha1-aO6gfooKCpTC0IDdZ0xzGrKkYas=",
              "requires": {
                "ip-regex": "2.1.0"
              }
            },
            "is-ipfs": {
              "version": "0.6.3",
              "resolved": "https://registry.yarnpkg.com/is-ipfs/-/is-ipfs-0.6.3.tgz",
              "integrity": "sha1-gqU1DgpC0BRBxAs2n4eR6RQExJc=",
              "requires": {
                "bs58": "4.0.1",
                "cids": "0.7.1",
                "mafmt": "7.1.0",
                "multiaddr": "7.4.3",
                "multibase": "0.6.1",
                "multihashes": "0.4.19"
              },
              "dependencies": {
                "ip-regex": {
                  "version": "4.1.0",
                  "resolved": "https://registry.yarnpkg.com/ip-regex/-/ip-regex-4.1.0.tgz",
                  "integrity": "sha1-WtYvaFoU7bQhq+vC//jblN9ntFU="
                },
                "is-ip": {
                  "version": "3.1.0",
                  "resolved": "https://registry.yarnpkg.com/is-ip/-/is-ip-3.1.0.tgz",
                  "integrity": "sha1-KuXd+vrwXLgAimIJPPKXNPZXxdg=",
                  "requires": {
                    "ip-regex": "4.1.0"
                  }
                },
                "multiaddr": {
                  "version": "7.4.3",
                  "resolved": "https://registry.yarnpkg.com/multiaddr/-/multiaddr-7.4.3.tgz",
                  "integrity": "sha1-BiaUWs8wnxyBGpVhOgpDcceqYQk=",
                  "requires": {
                    "buffer": "5.6.0",
                    "cids": "0.8.0",
                    "class-is": "1.1.0",
                    "is-ip": "3.1.0",
                    "multibase": "0.7.0",
                    "varint": "5.0.0"
                  },
                  "dependencies": {
                    "cids": {
                      "version": "0.8.0",
                      "resolved": "https://registry.yarnpkg.com/cids/-/cids-0.8.0.tgz",
                      "integrity": "sha1-Qb8FC8dmnMjWSOIcqDS3R79vpnM=",
                      "requires": {
                        "buffer": "5.6.0",
                        "class-is": "1.1.0",
                        "multibase": "0.7.0",
                        "multicodec": "1.0.1",
                        "multihashes": "0.4.19"
                      }
                    },
                    "multibase": {
                      "version": "0.7.0",
                      "resolved": "https://registry.yarnpkg.com/multibase/-/multibase-0.7.0.tgz",
                      "integrity": "sha1-Gt/BxQq+Be7+tQkawMJyjWuEWBs=",
                      "requires": {
                        "base-x": "3.0.8",
                        "buffer": "5.6.0"
                      }
                    }
                  }
                }
              }
            },
            "mafmt": {
              "version": "7.1.0",
              "resolved": "https://registry.yarnpkg.com/mafmt/-/mafmt-7.1.0.tgz",
              "integrity": "sha1-QSb20O3tBwrOfbu2+wSXdBLTgLU=",
              "requires": {
                "multiaddr": "7.4.3"
              },
              "dependencies": {
                "cids": {
                  "version": "0.8.0",
                  "resolved": "https://registry.yarnpkg.com/cids/-/cids-0.8.0.tgz",
                  "integrity": "sha1-Qb8FC8dmnMjWSOIcqDS3R79vpnM=",
                  "requires": {
                    "buffer": "5.6.0",
                    "class-is": "1.1.0",
                    "multibase": "0.7.0",
                    "multicodec": "1.0.1",
                    "multihashes": "0.4.19"
                  }
                },
                "ip-regex": {
                  "version": "4.1.0",
                  "resolved": "https://registry.yarnpkg.com/ip-regex/-/ip-regex-4.1.0.tgz",
                  "integrity": "sha1-WtYvaFoU7bQhq+vC//jblN9ntFU="
                },
                "is-ip": {
                  "version": "3.1.0",
                  "resolved": "https://registry.yarnpkg.com/is-ip/-/is-ip-3.1.0.tgz",
                  "integrity": "sha1-KuXd+vrwXLgAimIJPPKXNPZXxdg=",
                  "requires": {
                    "ip-regex": "4.1.0"
                  }
                },
                "multiaddr": {
                  "version": "7.4.3",
                  "resolved": "https://registry.yarnpkg.com/multiaddr/-/multiaddr-7.4.3.tgz",
                  "integrity": "sha1-BiaUWs8wnxyBGpVhOgpDcceqYQk=",
                  "requires": {
                    "buffer": "5.6.0",
                    "cids": "0.8.0",
                    "class-is": "1.1.0",
                    "is-ip": "3.1.0",
                    "multibase": "0.7.0",
                    "varint": "5.0.0"
                  }
                },
                "multibase": {
                  "version": "0.7.0",
                  "resolved": "https://registry.yarnpkg.com/multibase/-/multibase-0.7.0.tgz",
                  "integrity": "sha1-Gt/BxQq+Be7+tQkawMJyjWuEWBs=",
                  "requires": {
                    "base-x": "3.0.8",
                    "buffer": "5.6.0"
                  }
                }
              }
            },
            "multiaddr": {
              "version": "6.1.1",
              "resolved": "https://registry.yarnpkg.com/multiaddr/-/multiaddr-6.1.1.tgz",
              "integrity": "sha1-mq5Xs+OZCJuYltlFWvqPaxF9/wY=",
              "requires": {
                "bs58": "4.0.1",
                "class-is": "1.1.0",
                "ip": "1.1.5",
                "is-ip": "2.0.0",
                "varint": "5.0.0",
                "hi-base32": "0.5.0"
              }
            }
          }
        },
        "ipfs-unixfs": {
          "version": "0.1.16",
          "resolved": "https://registry.yarnpkg.com/ipfs-unixfs/-/ipfs-unixfs-0.1.16.tgz",
          "integrity": "sha1-QRQPQ1nxuP56lwBSZjMxCRxfVMQ=",
          "requires": {
            "protons": "1.0.2"
          }
        },
        "ipfs-utils": {
          "version": "0.4.2",
          "resolved": "https://registry.yarnpkg.com/ipfs-utils/-/ipfs-utils-0.4.2.tgz",
          "integrity": "sha1-AbRsRHuZ/cprhd7K3IFtAHC4hMc=",
          "requires": {
            "buffer": "5.4.3",
            "err-code": "2.0.3",
            "fs-extra": "8.1.0",
            "is-buffer": "2.0.4",
            "is-electron": "2.2.0",
            "is-pull-stream": "0.0.0",
            "is-stream": "2.0.0",
            "it-glob": "0.0.7",
            "kind-of": "6.0.3",
            "pull-stream-to-async-iterator": "1.0.2",
            "readable-stream": "3.6.0"
          },
          "dependencies": {
            "fs-extra": {
              "version": "8.1.0",
              "resolved": "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz",
              "integrity": "sha1-SdQ8RaiM2Wd2aMt74bRu/bjS4cA=",
              "requires": {
                "graceful-fs": "4.2.4",
                "jsonfile": "4.0.0",
                "universalify": "0.1.2"
              }
            },
            "is-buffer": {
              "version": "2.0.4",
              "resolved": "https://registry.yarnpkg.com/is-buffer/-/is-buffer-2.0.4.tgz",
              "integrity": "sha1-PlcvI8hBGlz9lVfISeNmXgspBiM="
            },
            "is-stream": {
              "version": "2.0.0",
              "resolved": "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.0.tgz",
              "integrity": "sha1-venDJoDW+uBBKdasnZIc54FfeOM="
            },
            "kind-of": {
              "version": "6.0.3",
              "resolved": "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz",
              "integrity": "sha1-B8BQNKbDSfoG4k+jWqdttFgM5N0="
            },
            "readable-stream": {
              "version": "3.6.0",
              "resolved": "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz",
              "integrity": "sha1-M3u9o63AcGvT4CRCaihtS0sskZg=",
              "requires": {
                "inherits": "2.0.4",
                "string_decoder": "1.1.1",
                "util-deprecate": "1.0.2"
              }
            },
            "safe-buffer": {
              "version": "5.1.2",
              "resolved": "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz",
              "integrity": "sha1-mR7GnSluAxN0fVm9/St0XDX4go0="
            },
            "string_decoder": {
              "version": "1.1.1",
              "resolved": "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz",
              "integrity": "sha1-nPFhG6YmhdcDCunkujQUnDrwP8g=",
              "requires": {
                "safe-buffer": "5.1.2"
              }
            }
          }
        },
        "ipld-dag-pb": {
          "version": "0.18.5",
          "resolved": "https://registry.yarnpkg.com/ipld-dag-pb/-/ipld-dag-pb-0.18.5.tgz",
          "integrity": "sha1-Kec23NqxCk3/vvnewncj4uVr6WI=",
          "requires": {
            "buffer": "5.6.0",
            "cids": "0.8.0",
            "class-is": "1.1.0",
            "multicodec": "1.0.1",
            "multihashing-async": "0.8.2",
            "protons": "1.2.0",
            "stable": "0.1.8"
          },
          "dependencies": {
            "cids": {
              "version": "0.8.0",
              "resolved": "https://registry.yarnpkg.com/cids/-/cids-0.8.0.tgz",
              "integrity": "sha1-Qb8FC8dmnMjWSOIcqDS3R79vpnM=",
              "requires": {
                "buffer": "5.6.0",
                "class-is": "1.1.0",
                "multibase": "0.7.0",
                "multicodec": "1.0.1",
                "multihashes": "0.4.19"
              }
            },
            "js-sha3": {
              "version": "0.8.0",
              "resolved": "https://registry.yarnpkg.com/js-sha3/-/js-sha3-0.8.0.tgz",
              "integrity": "sha1-ubel2nOvrX3t0PjEY5VMveaBiEA="
            },
            "multibase": {
              "version": "0.7.0",
              "resolved": "https://registry.yarnpkg.com/multibase/-/multibase-0.7.0.tgz",
              "integrity": "sha1-Gt/BxQq+Be7+tQkawMJyjWuEWBs=",
              "requires": {
                "base-x": "3.0.8",
                "buffer": "5.6.0"
              }
            },
            "protons": {
              "version": "1.2.0",
              "resolved": "https://registry.yarnpkg.com/protons/-/protons-1.2.0.tgz",
              "integrity": "sha1-jyAfnZdch6Mr1xlbJVAC2jhLJnc=",
              "requires": {
                "buffer": "5.6.0",
                "protocol-buffers-schema": "3.4.0",
                "signed-varint": "2.0.1",
                "varint": "5.0.0"
              }
            }
          }
        },
        "ipld-raw": {
          "version": "4.0.1",
          "resolved": "https://registry.yarnpkg.com/ipld-raw/-/ipld-raw-4.0.1.tgz",
          "integrity": "sha1-Sab1jN/s5aTVgZJbGe4ZJVviop0=",
          "requires": {
            "cids": "0.7.1",
            "multicodec": "1.0.1",
            "multihashing-async": "0.8.2"
          },
          "dependencies": {
            "js-sha3": {
              "version": "0.8.0",
              "resolved": "https://registry.yarnpkg.com/js-sha3/-/js-sha3-0.8.0.tgz",
              "integrity": "sha1-ubel2nOvrX3t0PjEY5VMveaBiEA="
            }
          }
        },
        "irregular-plurals": {
          "version": "3.2.0",
          "resolved": "https://registry.yarnpkg.com/irregular-plurals/-/irregular-plurals-3.2.0.tgz",
          "integrity": "sha1-sZxJCgcjeY21GyNdfjmt1E2rCCI="
        },
        "is-accessor-descriptor": {
          "version": "1.0.0",
          "resolved": "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz",
          "integrity": "sha1-FpwvbT3x+ZJhgHI2XJsOofaHhlY=",
          "requires": {
            "kind-of": "6.0.3"
          },
          "dependencies": {
            "kind-of": {
              "version": "6.0.3",
              "resolved": "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz",
              "integrity": "sha1-B8BQNKbDSfoG4k+jWqdttFgM5N0="
            }
          }
        },
        "is-arguments": {
          "version": "1.0.4",
          "resolved": "https://registry.yarnpkg.com/is-arguments/-/is-arguments-1.0.4.tgz",
          "integrity": "sha1-P6+WbHy6D/Q3+zH2JQCC/PBEjPM="
        },
        "is-arrayish": {
          "version": "0.2.1",
          "resolved": "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz",
          "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0="
        },
        "is-binary-path": {
          "version": "1.0.1",
          "resolved": "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-1.0.1.tgz",
          "integrity": "sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=",
          "requires": {
            "binary-extensions": "1.13.1"
          }
        },
        "is-buffer": {
          "version": "1.1.6",
          "resolved": "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz",
          "integrity": "sha1-76ouqdqg16suoTqXsritUf776L4="
        },
        "is-callable": {
          "version": "1.1.5",
          "resolved": "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.5.tgz",
          "integrity": "sha1-9+RrWWiQRW23Tn9ul2yzJz0G+qs="
        },
        "is-ci": {
          "version": "2.0.0",
          "resolved": "https://registry.yarnpkg.com/is-ci/-/is-ci-2.0.0.tgz",
          "integrity": "sha1-a8YzQYGBDgS1wis9WJ/cpVAmQEw=",
          "requires": {
            "ci-info": "2.0.0"
          }
        },
        "is-circular": {
          "version": "1.0.2",
          "resolved": "https://registry.yarnpkg.com/is-circular/-/is-circular-1.0.2.tgz",
          "integrity": "sha1-Lgq06YNfTGsOormFWoSs1QG4Nmw="
        },
        "is-data-descriptor": {
          "version": "1.0.0",
          "resolved": "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz",
          "integrity": "sha1-2Eh2Mh0Oet0DmQQGq7u9NrqSaMc=",
          "requires": {
            "kind-of": "6.0.3"
          },
          "dependencies": {
            "kind-of": {
              "version": "6.0.3",
              "resolved": "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz",
              "integrity": "sha1-B8BQNKbDSfoG4k+jWqdttFgM5N0="
            }
          }
        },
        "is-date-object": {
          "version": "1.0.2",
          "resolved": "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.2.tgz",
          "integrity": "sha1-vac28s2P0G0yhE53Q7+nSUw7/X4="
        },
        "is-descriptor": {
          "version": "1.0.2",
          "resolved": "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-1.0.2.tgz",
          "integrity": "sha1-OxWXRqZmBLBPjIFSS6NlxfFNhuw=",
          "requires": {
            "is-accessor-descriptor": "1.0.0",
            "is-data-descriptor": "1.0.0",
            "kind-of": "6.0.3"
          },
          "dependencies": {
            "kind-of": {
              "version": "6.0.3",
              "resolved": "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz",
              "integrity": "sha1-B8BQNKbDSfoG4k+jWqdttFgM5N0="
            }
          }
        },
        "is-electron": {
          "version": "2.2.0",
          "resolved": "https://registry.yarnpkg.com/is-electron/-/is-electron-2.2.0.tgz",
          "integrity": "sha1-iUMITwnotzGzp6ApintdVva37vA="
        },
        "is-error": {
          "version": "2.2.2",
          "resolved": "https://registry.yarnpkg.com/is-error/-/is-error-2.2.2.tgz",
          "integrity": "sha1-wQreGHs8k1EMVHClVngz7iVkmEM="
        },
        "is-extendable": {
          "version": "0.1.1",
          "resolved": "https://registry.yarnpkg.com/is-extendable/-/is-extendable-0.1.1.tgz",
          "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik="
        },
        "is-extglob": {
          "version": "2.1.1",
          "resolved": "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz",
          "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI="
        },
        "is-fn": {
          "version": "1.0.0",
          "resolved": "https://registry.yarnpkg.com/is-fn/-/is-fn-1.0.0.tgz",
          "integrity": "sha1-lUPV3nvPWwiiLsiiC65uKG1RDYw="
        },
        "is-fullwidth-code-point": {
          "version": "2.0.0",
          "resolved": "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
          "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8="
        },
        "is-function": {
          "version": "1.0.1",
          "resolved": "https://registry.yarnpkg.com/is-function/-/is-function-1.0.1.tgz",
          "integrity": "sha1-Es+5i2W1fdPRk6MSH19uL0N2ArU="
        },
        "is-glob": {
          "version": "4.0.1",
          "resolved": "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.1.tgz",
          "integrity": "sha1-dWfb6fL14kZ7x3q4PEopSCQHpdw=",
          "requires": {
            "is-extglob": "2.1.1"
          }
        },
        "is-hex-prefixed": {
          "version": "1.0.0",
          "resolved": "https://registry.yarnpkg.com/is-hex-prefixed/-/is-hex-prefixed-1.0.0.tgz",
          "integrity": "sha1-fY035q135dEnFIkTxXPggtd39VQ="
        },
        "is-installed-globally": {
          "version": "0.3.2",
          "resolved": "https://registry.yarnpkg.com/is-installed-globally/-/is-installed-globally-0.3.2.tgz",
          "integrity": "sha1-/T76ee5nDRGHIzGC1bCh3QAxMUE=",
          "requires": {
            "global-dirs": "2.0.1",
            "is-path-inside": "3.0.2"
          }
        },
        "is-interactive": {
          "version": "1.0.0",
          "resolved": "https://registry.yarnpkg.com/is-interactive/-/is-interactive-1.0.0.tgz",
          "integrity": "sha1-zqbmrlyHCnsKAAQHC3tYfgJSkS4="
        },
        "is-ip": {
          "version": "3.1.0",
          "resolved": "https://registry.yarnpkg.com/is-ip/-/is-ip-3.1.0.tgz",
          "integrity": "sha1-KuXd+vrwXLgAimIJPPKXNPZXxdg=",
          "requires": {
            "ip-regex": "4.1.0"
          }
        },
        "is-ipfs": {
          "version": "1.0.3",
          "resolved": "https://registry.yarnpkg.com/is-ipfs/-/is-ipfs-1.0.3.tgz",
          "integrity": "sha1-S4xJlcRr6sOPDAX4zs13CT3WprM=",
          "requires": {
            "buffer": "5.6.0",
            "cids": "0.8.0",
            "iso-url": "0.4.7",
            "mafmt": "7.1.0",
            "multiaddr": "7.4.3",
            "multibase": "0.7.0",
            "multihashes": "0.4.19"
          },
          "dependencies": {
            "cids": {
              "version": "0.8.0",
              "resolved": "https://registry.yarnpkg.com/cids/-/cids-0.8.0.tgz",
              "integrity": "sha1-Qb8FC8dmnMjWSOIcqDS3R79vpnM=",
              "requires": {
                "buffer": "5.6.0",
                "class-is": "1.1.0",
                "multibase": "0.7.0",
                "multicodec": "1.0.1",
                "multihashes": "0.4.19"
              }
            },
            "mafmt": {
              "version": "7.1.0",
              "resolved": "https://registry.yarnpkg.com/mafmt/-/mafmt-7.1.0.tgz",
              "integrity": "sha1-QSb20O3tBwrOfbu2+wSXdBLTgLU=",
              "requires": {
                "multiaddr": "7.4.3"
              }
            },
            "multibase": {
              "version": "0.7.0",
              "resolved": "https://registry.yarnpkg.com/multibase/-/multibase-0.7.0.tgz",
              "integrity": "sha1-Gt/BxQq+Be7+tQkawMJyjWuEWBs=",
              "requires": {
                "base-x": "3.0.8",
                "buffer": "5.6.0"
              }
            }
          }
        },
        "is-natural-number": {
          "version": "4.0.1",
          "resolved": "https://registry.yarnpkg.com/is-natural-number/-/is-natural-number-4.0.1.tgz",
          "integrity": "sha1-q5124dtM7VHjXeDHLr7PCfc0zeg="
        },
        "is-npm": {
          "version": "4.0.0",
          "resolved": "https://registry.yarnpkg.com/is-npm/-/is-npm-4.0.0.tgz",
          "integrity": "sha1-yQ3YOAaW34enptgjwg0LErvjyE0="
        },
        "is-number": {
          "version": "3.0.0",
          "resolved": "https://registry.yarnpkg.com/is-number/-/is-number-3.0.0.tgz",
          "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=",
          "requires": {
            "kind-of": "3.2.2"
          }
        },
        "is-obj": {
          "version": "1.0.1",
          "resolved": "https://registry.yarnpkg.com/is-obj/-/is-obj-1.0.1.tgz",
          "integrity": "sha1-PkcprB9f3gJc19g6iW2rn09n2w8="
        },
        "is-object": {
          "version": "1.0.1",
          "resolved": "https://registry.yarnpkg.com/is-object/-/is-object-1.0.1.tgz",
          "integrity": "sha1-iVJojF7C/9awPsyF52ngKQMINHA="
        },
        "is-path-cwd": {
          "version": "2.2.0",
          "resolved": "https://registry.yarnpkg.com/is-path-cwd/-/is-path-cwd-2.2.0.tgz",
          "integrity": "sha1-Z9Q7gmZKe1GR/ZEZEn6zAASKn9s="
        },
        "is-path-inside": {
          "version": "3.0.2",
          "resolved": "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-3.0.2.tgz",
          "integrity": "sha1-9SIPyCo+IzdXKR3dycWHfyofMBc="
        },
        "is-plain-obj": {
          "version": "1.1.0",
          "resolved": "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-1.1.0.tgz",
          "integrity": "sha1-caUMhCnfync8kqOQpKA7OfzVHT4="
        },
        "is-plain-object": {
          "version": "2.0.4",
          "resolved": "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.4.tgz",
          "integrity": "sha1-LBY7P6+xtgbZ0Xko8FwqHDjgdnc=",
          "requires": {
            "isobject": "3.0.1"
          }
        },
        "is-promise": {
          "version": "1.0.1",
          "resolved": "https://registry.yarnpkg.com/is-promise/-/is-promise-1.0.1.tgz",
          "integrity": "sha1-MVc3YcBX4zwukaq56W2gjO++duU="
        },
        "is-pull-stream": {
          "version": "0.0.0",
          "resolved": "https://registry.yarnpkg.com/is-pull-stream/-/is-pull-stream-0.0.0.tgz",
          "integrity": "sha1-o7w9HG0wVRUcRr3m85nv7SFEDKk="
        },
        "is-regex": {
          "version": "1.0.5",
          "resolved": "https://registry.yarnpkg.com/is-regex/-/is-regex-1.0.5.tgz",
          "integrity": "sha1-OdWJo1i/GJZ/cmlnEguPwa7XTq4=",
          "requires": {
            "has": "1.0.3"
          }
        },
        "is-retry-allowed": {
          "version": "1.2.0",
          "resolved": "https://registry.yarnpkg.com/is-retry-allowed/-/is-retry-allowed-1.2.0.tgz",
          "integrity": "sha1-13hIi9CkZmo76KFIK58rqv7eqLQ="
        },
        "is-stream": {
          "version": "1.1.0",
          "resolved": "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz",
          "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ="
        },
        "is-string": {
          "version": "1.0.5",
          "resolved": "https://registry.yarnpkg.com/is-string/-/is-string-1.0.5.tgz",
          "integrity": "sha1-QEk+0ZjvP/R3uMf5L2ROyCpc06Y="
        },
        "is-typedarray": {
          "version": "1.0.0",
          "resolved": "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz",
          "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo="
        },
        "is-windows": {
          "version": "1.0.2",
          "resolved": "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz",
          "integrity": "sha1-0YUOuXkezRjmGCzhKjDzlmNLsZ0="
        },
        "is-yarn-global": {
          "version": "0.3.0",
          "resolved": "https://registry.yarnpkg.com/is-yarn-global/-/is-yarn-global-0.3.0.tgz",
          "integrity": "sha1-1QLTOCWQ6jAEiTdGdUyJE5lz4jI="
        },
        "isarray": {
          "version": "0.0.1",
          "resolved": "https://registry.yarnpkg.com/isarray/-/isarray-0.0.1.tgz",
          "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8="
        },
        "isexe": {
          "version": "2.0.0",
          "resolved": "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz",
          "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA="
        },
        "iso-constants": {
          "version": "0.1.2",
          "resolved": "https://registry.yarnpkg.com/iso-constants/-/iso-constants-0.1.2.tgz",
          "integrity": "sha1-PSRW7VrqpV0YVk8oW6AqR6DYhbQ="
        },
        "iso-random-stream": {
          "version": "1.1.1",
          "resolved": "https://registry.yarnpkg.com/iso-random-stream/-/iso-random-stream-1.1.1.tgz",
          "integrity": "sha1-g4JLunf7s0gN1rNfuwbef56T6A8=",
          "requires": {
            "buffer": "5.4.3",
            "readable-stream": "3.6.0"
          },
          "dependencies": {
            "readable-stream": {
              "version": "3.6.0",
              "resolved": "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz",
              "integrity": "sha1-M3u9o63AcGvT4CRCaihtS0sskZg=",
              "requires": {
                "inherits": "2.0.4",
                "string_decoder": "1.1.1",
                "util-deprecate": "1.0.2"
              }
            },
            "safe-buffer": {
              "version": "5.1.2",
              "resolved": "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz",
              "integrity": "sha1-mR7GnSluAxN0fVm9/St0XDX4go0="
            },
            "string_decoder": {
              "version": "1.1.1",
              "resolved": "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz",
              "integrity": "sha1-nPFhG6YmhdcDCunkujQUnDrwP8g=",
              "requires": {
                "safe-buffer": "5.1.2"
              }
            }
          }
        },
        "iso-url": {
          "version": "0.4.7",
          "resolved": "https://registry.yarnpkg.com/iso-url/-/iso-url-0.4.7.tgz",
          "integrity": "sha1-3n5IEg2uRpIQef548yWsnpIXo4U="
        },
        "isobject": {
          "version": "3.0.1",
          "resolved": "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz",
          "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8="
        },
        "isstream": {
          "version": "0.1.2",
          "resolved": "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz",
          "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo="
        },
        "istanbul-lib-coverage": {
          "version": "3.0.0",
          "resolved": "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-3.0.0.tgz",
          "integrity": "sha1-9ZRKN8cLVQsCp4pcOyBVsoDOyOw="
        },
        "istanbul-lib-hook": {
          "version": "3.0.0",
          "resolved": "https://registry.yarnpkg.com/istanbul-lib-hook/-/istanbul-lib-hook-3.0.0.tgz",
          "integrity": "sha1-j4TJQ0iIzGsdCp1wkqdtI56/DMY=",
          "requires": {
            "append-transform": "2.0.0"
          }
        },
        "istanbul-lib-instrument": {
          "version": "4.0.1",
          "resolved": "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-4.0.1.tgz",
          "integrity": "sha1-YfE6wsls/vsHb+cTEVbMBZB4dOY=",
          "requires": {
            "@babel/core": "7.10.5",
            "@babel/parser": "7.10.5",
            "@babel/template": "7.10.4",
            "@babel/traverse": "7.10.5",
            "@istanbuljs/schema": "0.1.2",
            "istanbul-lib-coverage": "3.0.0",
            "semver": "6.3.0"
          },
          "dependencies": {
            "semver": {
              "version": "6.3.0",
              "resolved": "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz",
              "integrity": "sha1-7gpkyK9ejO6mdoexM3YeG+y9HT0="
            }
          }
        },
        "istanbul-lib-processinfo": {
          "version": "2.0.2",
          "resolved": "https://registry.yarnpkg.com/istanbul-lib-processinfo/-/istanbul-lib-processinfo-2.0.2.tgz",
          "integrity": "sha1-4UJlFGYiRLLyXfco6P0bo1/lO5w=",
          "requires": {
            "archy": "1.0.0",
            "cross-spawn": "7.0.3",
            "istanbul-lib-coverage": "3.0.0",
            "make-dir": "3.0.2",
            "p-map": "3.0.0",
            "rimraf": "3.0.2",
            "uuid": "3.4.0"
          }
        },
        "istanbul-lib-report": {
          "version": "3.0.0",
          "resolved": "https://registry.yarnpkg.com/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz",
          "integrity": "sha1-dRj+UupE3jcvRgp2tezan/tz2KY=",
          "requires": {
            "istanbul-lib-coverage": "3.0.0",
            "make-dir": "3.0.2",
            "supports-color": "7.1.0"
          }
        },
        "istanbul-lib-source-maps": {
          "version": "4.0.0",
          "resolved": "https://registry.yarnpkg.com/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.0.tgz",
          "integrity": "sha1-dXQ85tlruG3H7kNSz2Nmoj8LGtk=",
          "requires": {
            "debug": "4.1.1",
            "istanbul-lib-coverage": "3.0.0",
            "source-map": "0.6.1"
          },
          "dependencies": {
            "debug": {
              "version": "4.1.1",
              "resolved": "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz",
              "integrity": "sha1-O3ImAlUQnGtYnO4FDx1RYTlmR5E=",
              "requires": {
                "ms": "2.1.2"
              }
            },
            "source-map": {
              "version": "0.6.1",
              "resolved": "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz",
              "integrity": "sha1-dHIq8y6WFOnCh6jQu95IteLxomM="
            }
          }
        },
        "istanbul-reports": {
          "version": "3.0.2",
          "resolved": "https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-3.0.2.tgz",
          "integrity": "sha1-1ZMhDlAAaDdQywn8BkTktuJ/1Ts=",
          "requires": {
            "html-escaper": "2.0.2",
            "istanbul-lib-report": "3.0.0"
          }
        },
        "isurl": {
          "version": "1.0.0",
          "resolved": "https://registry.yarnpkg.com/isurl/-/isurl-1.0.0.tgz",
          "integrity": "sha1-sn9PSfPNqj6kSgpbfzRi5u3DnWc=",
          "requires": {
            "has-to-string-tag-x": "1.4.1",
            "is-object": "1.0.1"
          }
        },
        "it-all": {
          "version": "1.0.2",
          "resolved": "https://registry.yarnpkg.com/it-all/-/it-all-1.0.2.tgz",
          "integrity": "sha1-Tob0zRoY2qYp3cA1t/NGWiTrMP8="
        },
        "it-concat": {
          "version": "1.0.0",
          "resolved": "https://registry.yarnpkg.com/it-concat/-/it-concat-1.0.0.tgz",
          "integrity": "sha1-Jt+Y3K6omqd1zOTQgsFf31J6i9A=",
          "requires": {
            "bl": "4.0.2"
          }
        },
        "it-glob": {
          "version": "0.0.7",
          "resolved": "https://registry.yarnpkg.com/it-glob/-/it-glob-0.0.7.tgz",
          "integrity": "sha1-btXApvrmrWh/3sgyViYMvn/Lstc=",
          "requires": {
            "fs-extra": "8.1.0",
            "minimatch": "3.0.4"
          },
          "dependencies": {
            "fs-extra": {
              "version": "8.1.0",
              "resolved": "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz",
              "integrity": "sha1-SdQ8RaiM2Wd2aMt74bRu/bjS4cA=",
              "requires": {
                "graceful-fs": "4.2.4",
                "jsonfile": "4.0.0",
                "universalify": "0.1.2"
              }
            }
          }
        },
        "it-reader": {
          "version": "2.1.0",
          "resolved": "https://registry.yarnpkg.com/it-reader/-/it-reader-2.1.0.tgz",
          "integrity": "sha1-sRZL40P4U42HdeEPsDOfYcz3Gw8=",
          "requires": {
            "bl": "4.0.2"
          }
        },
        "it-tar": {
          "version": "1.2.2",
          "resolved": "https://registry.yarnpkg.com/it-tar/-/it-tar-1.2.2.tgz",
          "integrity": "sha1-jXmGPa0ncmx4GkvMSR9Twg8oZs8=",
          "requires": {
            "bl": "4.0.2",
            "buffer": "5.4.3",
            "iso-constants": "0.1.2",
            "it-concat": "1.0.0",
            "it-reader": "2.1.0",
            "p-defer": "3.0.0"
          }
        },
        "it-to-stream": {
          "version": "0.1.1",
          "resolved": "https://registry.yarnpkg.com/it-to-stream/-/it-to-stream-0.1.1.tgz",
          "integrity": "sha1-P7SpxN+GjNj0qvIHHrpa2lo/rSo=",
          "requires": {
            "buffer": "5.4.3",
            "fast-fifo": "1.0.0",
            "get-iterator": "1.0.2",
            "p-defer": "3.0.0",
            "p-fifo": "1.0.0",
            "readable-stream": "3.6.0"
          },
          "dependencies": {
            "readable-stream": {
              "version": "3.6.0",
              "resolved": "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz",
              "integrity": "sha1-M3u9o63AcGvT4CRCaihtS0sskZg=",
              "requires": {
                "inherits": "2.0.4",
                "string_decoder": "1.1.1",
                "util-deprecate": "1.0.2"
              }
            },
            "safe-buffer": {
              "version": "5.1.2",
              "resolved": "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz",
              "integrity": "sha1-mR7GnSluAxN0fVm9/St0XDX4go0="
            },
            "string_decoder": {
              "version": "1.1.1",
              "resolved": "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz",
              "integrity": "sha1-nPFhG6YmhdcDCunkujQUnDrwP8g=",
              "requires": {
                "safe-buffer": "5.1.2"
              }
            }
          }
        },
        "iterable-ndjson": {
          "version": "1.1.0",
          "resolved": "https://registry.yarnpkg.com/iterable-ndjson/-/iterable-ndjson-1.1.0.tgz",
          "integrity": "sha1-NvfopbsE/Qh9OE8p5E/EKA/AFPw=",
          "requires": {
            "string_decoder": "1.3.0"
          },
          "dependencies": {
            "safe-buffer": {
              "version": "5.2.1",
              "resolved": "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz",
              "integrity": "sha1-Hq+fqb2x/dTsdfWPnNtOa3gn7sY="
            },
            "string_decoder": {
              "version": "1.3.0",
              "resolved": "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz",
              "integrity": "sha1-QvEUWUpGzxqOMLCoT1bHjD7awh4=",
              "requires": {
                "safe-buffer": "5.2.1"
              }
            }
          }
        },
        "js-sha3": {
          "version": "0.5.7",
          "resolved": "https://registry.yarnpkg.com/js-sha3/-/js-sha3-0.5.7.tgz",
          "integrity": "sha1-DU/9gALVMzqrr0oj7tL2N0yfKOc="
        },
        "js-string-escape": {
          "version": "1.0.1",
          "resolved": "https://registry.yarnpkg.com/js-string-escape/-/js-string-escape-1.0.1.tgz",
          "integrity": "sha1-4mJbrbwNZ8dTPp7cEGjFh65BN+8="
        },
        "js-tokens": {
          "version": "3.0.2",
          "resolved": "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz",
          "integrity": "sha1-mGbfOVECEw449/mWvOtlRDIJwls="
        },
        "js-yaml": {
          "version": "3.13.1",
          "resolved": "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.1.tgz",
          "integrity": "sha1-r/FRswv9+o5J4F2iLnQV6d+jeEc=",
          "requires": {
            "argparse": "1.0.10",
            "esprima": "4.0.1"
          }
        },
        "jsbn": {
          "version": "0.1.1",
          "resolved": "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz",
          "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM="
        },
        "jsesc": {
          "version": "0.5.0",
          "resolved": "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz",
          "integrity": "sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0="
        },
        "json-buffer": {
          "version": "3.0.0",
          "resolved": "https://registry.yarnpkg.com/json-buffer/-/json-buffer-3.0.0.tgz",
          "integrity": "sha1-Wx85evx11ne96Lz8Dkfh+aPZqJg="
        },
        "json-parse-better-errors": {
          "version": "1.0.2",
          "resolved": "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz",
          "integrity": "sha1-u4Z8+zRQ5pEHwTHRxRS6s9yLyqk="
        },
        "json-rpc-engine": {
          "version": "3.8.0",
          "resolved": "https://registry.yarnpkg.com/json-rpc-engine/-/json-rpc-engine-3.8.0.tgz",
          "integrity": "sha1-nU/0RyQXkuHQojL275JzArsMYqk=",
          "requires": {
            "async": "2.6.2",
            "babel-preset-env": "1.7.0",
            "babelify": "7.3.0",
            "json-rpc-error": "2.0.0",
            "promise-to-callback": "1.0.0",
            "safe-event-emitter": "1.0.1"
          }
        },
        "json-rpc-error": {
          "version": "2.0.0",
          "resolved": "https://registry.yarnpkg.com/json-rpc-error/-/json-rpc-error-2.0.0.tgz",
          "integrity": "sha1-p6+cICg4tekFxyUOVH8a/3cligI=",
          "requires": {
            "inherits": "2.0.4"
          }
        },
        "json-rpc-random-id": {
          "version": "1.0.1",
          "resolved": "https://registry.yarnpkg.com/json-rpc-random-id/-/json-rpc-random-id-1.0.1.tgz",
          "integrity": "sha1-uknZat7RRE27jaPSA3SKy7zeyMg="
        },
        "json-schema": {
          "version": "0.2.3",
          "resolved": "https://registry.yarnpkg.com/json-schema/-/json-schema-0.2.3.tgz",
          "integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM="
        },
        "json-schema-traverse": {
          "version": "0.4.1",
          "resolved": "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
          "integrity": "sha1-afaofZUTq4u4/mO9sJecRI5oRmA="
        },
        "json-stable-stringify": {
          "version": "1.0.1",
          "resolved": "https://registry.yarnpkg.com/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz",
          "integrity": "sha1-mnWdOcXy/1A/1TAGRu1EX4jE+a8=",
          "requires": {
            "jsonify": "0.0.0"
          }
        },
        "json-stable-stringify-without-jsonify": {
          "version": "1.0.1",
          "resolved": "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
          "integrity": "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE="
        },
        "json-stringify-safe": {
          "version": "5.0.1",
          "resolved": "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
          "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus="
        },
        "json-text-sequence": {
          "version": "0.1.1",
          "resolved": "https://registry.yarnpkg.com/json-text-sequence/-/json-text-sequence-0.1.1.tgz",
          "integrity": "sha1-py8hfcSvxGKf/1/rME3BvVGi89I=",
          "requires": {
            "delimit-stream": "0.1.0"
          }
        },
        "json5": {
          "version": "2.1.3",
          "resolved": "https://registry.yarnpkg.com/json5/-/json5-2.1.3.tgz",
          "integrity": "sha1-ybD3+pIzv+WAf+ZvzzpWF+1ZfUM=",
          "requires": {
            "minimist": "1.2.5"
          }
        },
        "jsonfile": {
          "version": "4.0.0",
          "resolved": "https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz",
          "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss="
        },
        "jsonify": {
          "version": "0.0.0",
          "resolved": "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz",
          "integrity": "sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM="
        },
        "jsprim": {
          "version": "1.4.1",
          "resolved": "https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.1.tgz",
          "integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=",
          "requires": {
            "assert-plus": "1.0.0",
            "extsprintf": "1.3.0",
            "json-schema": "0.2.3",
            "verror": "1.10.0"
          }
        },
        "just-extend": {
          "version": "4.1.0",
          "resolved": "https://registry.yarnpkg.com/just-extend/-/just-extend-4.1.0.tgz",
          "integrity": "sha1-cnikAn2IlgFkDuDODloAuZJGfaQ="
        },
        "keccak": {
          "version": "1.4.0",
          "resolved": "https://registry.yarnpkg.com/keccak/-/keccak-1.4.0.tgz",
          "integrity": "sha1-Vy+Kbb7o57OqQhVQ+eZAjKIYb4A=",
          "requires": {
            "bindings": "1.5.0",
            "inherits": "2.0.4",
            "nan": "2.14.0",
            "safe-buffer": "5.2.0"
          }
        },
        "keypair": {
          "version": "1.0.1",
          "resolved": "https://registry.yarnpkg.com/keypair/-/keypair-1.0.1.tgz",
          "integrity": "sha1-dgNxknCvtlZO04oiCHoG/Jqk6hs="
        },
        "keyv": {
          "version": "3.1.0",
          "resolved": "https://registry.yarnpkg.com/keyv/-/keyv-3.1.0.tgz",
          "integrity": "sha1-7MIoSG9pmR5J6UdkhaW+Ho/FxNk=",
          "requires": {
            "json-buffer": "3.0.0"
          }
        },
        "kill-port": {
          "version": "1.6.0",
          "resolved": "https://registry.yarnpkg.com/kill-port/-/kill-port-1.6.0.tgz",
          "integrity": "sha1-cPe5G/hxWMRM9n4FehVKzkiPxXM=",
          "requires": {
            "get-them-args": "1.3.2",
            "shell-exec": "1.0.2"
          }
        },
        "kind-of": {
          "version": "3.2.2",
          "resolved": "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz",
          "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
          "requires": {
            "is-buffer": "1.1.6"
          }
        },
        "ky": {
          "version": "0.15.0",
          "resolved": "https://registry.yarnpkg.com/ky/-/ky-0.15.0.tgz",
          "integrity": "sha1-vqBZ1XzBeVda2tu6LY4VYQ2P11s="
        },
        "ky-universal": {
          "version": "0.3.0",
          "resolved": "https://registry.yarnpkg.com/ky-universal/-/ky-universal-0.3.0.tgz",
          "integrity": "sha1-P8uw3QPaObXwUQDZNipjDV4dQC4=",
          "requires": {
            "abort-controller": "3.0.0",
            "node-fetch": "2.6.0"
          }
        },
        "latest-version": {
          "version": "5.1.0",
          "resolved": "https://registry.yarnpkg.com/latest-version/-/latest-version-5.1.0.tgz",
          "integrity": "sha1-EZ3+kI/jjRXfpD7NE/oS7Igy+s4=",
          "requires": {
            "package-json": "6.5.0"
          }
        },
        "level-codec": {
          "version": "7.0.1",
          "resolved": "https://registry.yarnpkg.com/level-codec/-/level-codec-7.0.1.tgz",
          "integrity": "sha1-NB8i+QfODxZ2PyS93WgeOVoPuKc="
        },
        "level-errors": {
          "version": "1.0.5",
          "resolved": "https://registry.yarnpkg.com/level-errors/-/level-errors-1.0.5.tgz",
          "integrity": "sha1-g9v7EvC4olFr3JoxxIdgOOInuFk=",
          "requires": {
            "errno": "0.1.7"
          }
        },
        "level-iterator-stream": {
          "version": "1.3.1",
          "resolved": "https://registry.yarnpkg.com/level-iterator-stream/-/level-iterator-stream-1.3.1.tgz",
          "integrity": "sha1-5Dt4sagUPm+pek9IXrjqUwNS8u0=",
          "requires": {
            "inherits": "2.0.4",
            "level-errors": "1.1.2",
            "readable-stream": "1.1.14",
            "xtend": "4.0.2"
          },
          "dependencies": {
            "readable-stream": {
              "version": "1.1.14",
              "resolved": "https://registry.yarnpkg.com/readable-stream/-/readable-stream-1.1.14.tgz",
              "integrity": "sha1-fPTFTvZI44EwhMY23SB54WbAgdk=",
              "requires": {
                "core-util-is": "1.0.2",
                "isarray": "0.0.1",
                "string_decoder": "0.10.31",
                "inherits": "2.0.4"
              }
            }
          }
        },
        "level-ws": {
          "version": "0.0.0",
          "resolved": "https://registry.yarnpkg.com/level-ws/-/level-ws-0.0.0.tgz",
          "integrity": "sha1-Ny5RIXeSSgBCSwtDrvK7QkltIos=",
          "requires": {
            "readable-stream": "1.0.34",
            "xtend": "2.1.2"
          },
          "dependencies": {
            "object-keys": {
              "version": "0.4.0",
              "resolved": "https://registry.yarnpkg.com/object-keys/-/object-keys-0.4.0.tgz",
              "integrity": "sha1-KKaq50KN0sOpLz2V8hM13SBOAzY="
            },
            "readable-stream": {
              "version": "1.0.34",
              "resolved": "https://registry.yarnpkg.com/readable-stream/-/readable-stream-1.0.34.tgz",
              "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=",
              "requires": {
                "core-util-is": "1.0.2",
                "isarray": "0.0.1",
                "string_decoder": "0.10.31",
                "inherits": "2.0.4"
              }
            },
            "xtend": {
              "version": "2.1.2",
              "resolved": "https://registry.yarnpkg.com/xtend/-/xtend-2.1.2.tgz",
              "integrity": "sha1-bv7MKk2tjmlixJAbM3znuoe10os=",
              "requires": {
                "object-keys": "0.4.0"
              }
            }
          }
        },
        "levelup": {
          "version": "1.3.9",
          "resolved": "https://registry.yarnpkg.com/levelup/-/levelup-1.3.9.tgz",
          "integrity": "sha1-LbyuhFsrsra+qE3zNMR1Uzu9gqs=",
          "requires": {
            "deferred-leveldown": "1.2.2",
            "level-codec": "7.0.1",
            "level-errors": "1.0.5",
            "level-iterator-stream": "1.3.1",
            "prr": "1.0.1",
            "semver": "5.4.1",
            "xtend": "4.0.2"
          },
          "dependencies": {
            "semver": {
              "version": "5.4.1",
              "resolved": "https://registry.yarnpkg.com/semver/-/semver-5.4.1.tgz",
              "integrity": "sha1-4FnAnYVx8FQII3M0M1BdOi8AsY4="
            }
          }
        },
        "leven": {
          "version": "3.1.0",
          "resolved": "https://registry.yarnpkg.com/leven/-/leven-3.1.0.tgz",
          "integrity": "sha1-d4kd6DQGTMy6gq54QrtrFKE+1/I="
        },
        "levenary": {
          "version": "1.1.1",
          "resolved": "https://registry.yarnpkg.com/levenary/-/levenary-1.1.1.tgz",
          "integrity": "sha1-hCqe6Y0gdap/ru2+MmeekgX0b3c=",
          "requires": {
            "leven": "3.1.0"
          }
        },
        "levn": {
          "version": "0.4.1",
          "resolved": "https://registry.yarnpkg.com/levn/-/levn-0.4.1.tgz",
          "integrity": "sha1-rkViwAdHO5MqYgDUAyaN0v/8at4=",
          "requires": {
            "prelude-ls": "1.2.1",
            "type-check": "0.4.0"
          }
        },
        "libp2p-crypto": {
          "version": "0.16.3",
          "resolved": "https://registry.yarnpkg.com/libp2p-crypto/-/libp2p-crypto-0.16.3.tgz",
          "integrity": "sha1-pAEjYaa2szKNPWtnzRyyeOjVj1k=",
          "requires": {
            "asmcrypto.js": "2.3.2",
            "asn1.js": "5.3.0",
            "async": "2.6.3",
            "bn.js": "4.11.8",
            "browserify-aes": "1.2.0",
            "bs58": "4.0.1",
            "iso-random-stream": "1.1.1",
            "keypair": "1.0.1",
            "libp2p-crypto-secp256k1": "0.3.1",
            "multihashing-async": "0.5.2",
            "node-forge": "0.9.1",
            "pem-jwk": "2.0.0",
            "protons": "1.0.2",
            "rsa-pem-to-jwk": "1.1.3",
            "tweetnacl": "1.0.3",
            "ursa-optional": "0.10.1"
          },
          "dependencies": {
            "bn.js": {
              "version": "4.11.8",
              "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
              "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
            },
            "js-sha3": {
              "version": "0.8.0",
              "resolved": "https://registry.yarnpkg.com/js-sha3/-/js-sha3-0.8.0.tgz",
              "integrity": "sha1-ubel2nOvrX3t0PjEY5VMveaBiEA="
            },
            "libp2p-crypto-secp256k1": {
              "version": "0.3.1",
              "resolved": "https://registry.yarnpkg.com/libp2p-crypto-secp256k1/-/libp2p-crypto-secp256k1-0.3.1.tgz",
              "integrity": "sha1-TL64V/XP5f77ElPmsplEIMDKFm4=",
              "requires": {
                "async": "2.6.3",
                "bs58": "4.0.1",
                "multihashing-async": "0.6.0",
                "nodeify": "1.0.1",
                "safe-buffer": "5.2.0",
                "secp256k1": "3.8.0"
              },
              "dependencies": {
                "multihashing-async": {
                  "version": "0.6.0",
                  "resolved": "https://registry.yarnpkg.com/multihashing-async/-/multihashing-async-0.6.0.tgz",
                  "integrity": "sha1-wfxmlqYkub85sWCwxMTnuj85RFM=",
                  "requires": {
                    "blakejs": "1.1.0",
                    "js-sha3": "0.8.0",
                    "multihashes": "0.4.19",
                    "murmurhash3js": "3.0.1",
                    "nodeify": "1.0.1"
                  }
                }
              }
            },
            "node-forge": {
              "version": "0.9.1",
              "resolved": "https://registry.yarnpkg.com/node-forge/-/node-forge-0.9.1.tgz",
              "integrity": "sha1-d1No5oRlWKtmdoWKTYxujRbGd7U="
            },
            "pem-jwk": {
              "version": "2.0.0",
              "resolved": "https://registry.yarnpkg.com/pem-jwk/-/pem-jwk-2.0.0.tgz",
              "integrity": "sha1-HFuyZGEvw5E0CQf1wd5gwG0i8IU=",
              "requires": {
                "asn1.js": "5.3.0"
              }
            }
          }
        },
        "libp2p-crypto-secp256k1": {
          "version": "0.2.3",
          "resolved": "https://registry.yarnpkg.com/libp2p-crypto-secp256k1/-/libp2p-crypto-secp256k1-0.2.3.tgz",
          "integrity": "sha1-IS/BcdOdrnvj6vTZ0xHgqOlhnHg=",
          "requires": {
            "async": "2.6.3",
            "multihashing-async": "0.5.2",
            "nodeify": "1.0.1",
            "safe-buffer": "5.2.0",
            "secp256k1": "3.8.0"
          }
        },
        "lie": {
          "version": "3.1.1",
          "resolved": "https://registry.yarnpkg.com/lie/-/lie-3.1.1.tgz",
          "integrity": "sha1-mkNrLMd0bKWd56QfpGmz77dr2H4=",
          "requires": {
            "immediate": "3.0.6"
          },
          "dependencies": {
            "immediate": {
              "version": "3.0.6",
              "resolved": "https://registry.yarnpkg.com/immediate/-/immediate-3.0.6.tgz",
              "integrity": "sha1-nbHb0Pr43m++D13V5Wu2BigN5ps="
            }
          }
        },
        "lines-and-columns": {
          "version": "1.1.6",
          "resolved": "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz",
          "integrity": "sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA="
        },
        "load-json-file": {
          "version": "5.3.0",
          "resolved": "https://registry.yarnpkg.com/load-json-file/-/load-json-file-5.3.0.tgz",
          "integrity": "sha1-TTweAfocA+p4pgrHr5MsnOU0A/M=",
          "requires": {
            "graceful-fs": "4.2.4",
            "parse-json": "4.0.0",
            "pify": "4.0.1",
            "strip-bom": "3.0.0",
            "type-fest": "0.3.1"
          },
          "dependencies": {
            "parse-json": {
              "version": "4.0.0",
              "resolved": "https://registry.yarnpkg.com/parse-json/-/parse-json-4.0.0.tgz",
              "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=",
              "requires": {
                "error-ex": "1.3.2",
                "json-parse-better-errors": "1.0.2"
              }
            },
            "pify": {
              "version": "4.0.1",
              "resolved": "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz",
              "integrity": "sha1-SyzSXFDVmHNcUCkiJP2MbfQeMjE="
            },
            "type-fest": {
              "version": "0.3.1",
              "resolved": "https://registry.yarnpkg.com/type-fest/-/type-fest-0.3.1.tgz",
              "integrity": "sha1-Y9ANIE4FlHT+Xht8ARESu9HcKeE="
            }
          }
        },
        "localforage-memoryStorageDriver": {
          "version": "0.9.2",
          "resolved": "https://registry.yarnpkg.com/localforage-memoryStorageDriver/-/localforage-memoryStorageDriver-0.9.2.tgz",
          "integrity": "sha1-Lg9/8qyw6f9egsUsni6z1juZjTA=",
          "requires": {
            "localforage": "1.7.4"
          }
        },
        "locate-path": {
          "version": "2.0.0",
          "resolved": "https://registry.yarnpkg.com/locate-path/-/locate-path-2.0.0.tgz",
          "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=",
          "requires": {
            "p-locate": "2.0.0",
            "path-exists": "3.0.0"
          }
        },
        "lodash": {
          "version": "4.17.19",
          "resolved": "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz",
          "integrity": "sha1-5I3e2+MLMyF4PFtDAfvTU7weSks="
        },
        "lodash.filter": {
          "version": "4.6.0",
          "resolved": "https://registry.yarnpkg.com/lodash.filter/-/lodash.filter-4.6.0.tgz",
          "integrity": "sha1-ZosdSYFgOuHMWm+nYBQ+SAtMSs4="
        },
        "lodash.flatten": {
          "version": "4.4.0",
          "resolved": "https://registry.yarnpkg.com/lodash.flatten/-/lodash.flatten-4.4.0.tgz",
          "integrity": "sha1-8xwiIlqWMtK7+OSt2+8kCqdlph8="
        },
        "lodash.flattendeep": {
          "version": "4.4.0",
          "resolved": "https://registry.yarnpkg.com/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz",
          "integrity": "sha1-+wMJF/hqMTTlvJvsDWngAT3f7bI="
        },
        "lodash.get": {
          "version": "4.4.2",
          "resolved": "https://registry.yarnpkg.com/lodash.get/-/lodash.get-4.4.2.tgz",
          "integrity": "sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk="
        },
        "lodash.map": {
          "version": "4.6.0",
          "resolved": "https://registry.yarnpkg.com/lodash.map/-/lodash.map-4.6.0.tgz",
          "integrity": "sha1-dx7Hg540c9nEzeKLGTlMNWL09tM="
        },
        "lodash.uniqby": {
          "version": "4.7.0",
          "resolved": "https://registry.yarnpkg.com/lodash.uniqby/-/lodash.uniqby-4.7.0.tgz",
          "integrity": "sha1-2ZwHpmnp5tJOE2Lf4mbGdhavEwI="
        },
        "log-symbols": {
          "version": "3.0.0",
          "resolved": "https://registry.yarnpkg.com/log-symbols/-/log-symbols-3.0.0.tgz",
          "integrity": "sha1-86CFFqXeqJMzan3uFNGKHP2rd8Q=",
          "requires": {
            "chalk": "2.4.2"
          },
          "dependencies": {
            "ansi-styles": {
              "version": "3.2.1",
              "resolved": "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz",
              "integrity": "sha1-QfuyAkPlCxK+DwS43tvwdSDOhB0=",
              "requires": {
                "color-convert": "1.9.3"
              }
            },
            "chalk": {
              "version": "2.4.2",
              "resolved": "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz",
              "integrity": "sha1-zUJUFnelQzPPVBpJEIwUMrRMlCQ=",
              "requires": {
                "ansi-styles": "3.2.1",
                "escape-string-regexp": "1.0.5",
                "supports-color": "5.5.0"
              }
            },
            "color-convert": {
              "version": "1.9.3",
              "resolved": "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz",
              "integrity": "sha1-u3GFBpDh8TZWfeYp0tVHHe2kweg=",
              "requires": {
                "color-name": "1.1.3"
              }
            },
            "color-name": {
              "version": "1.1.3",
              "resolved": "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz",
              "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU="
            },
            "has-flag": {
              "version": "3.0.0",
              "resolved": "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz",
              "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0="
            },
            "supports-color": {
              "version": "5.5.0",
              "resolved": "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz",
              "integrity": "sha1-4uaaRKyHcveKHsCzW2id9lMO/I8=",
              "requires": {
                "has-flag": "3.0.0"
              }
            }
          }
        },
        "looper": {
          "version": "3.0.0",
          "resolved": "https://registry.yarnpkg.com/looper/-/looper-3.0.0.tgz",
          "integrity": "sha1-LvpUw7HLq6m5Su4uWRSwvlf7t0k="
        },
        "loose-envify": {
          "version": "1.4.0",
          "resolved": "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz",
          "integrity": "sha1-ce5R+nvkyuwaY4OffmgtgTLTDK8=",
          "requires": {
            "js-tokens": "3.0.2"
          }
        },
        "lowercase-keys": {
          "version": "1.0.1",
          "resolved": "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-1.0.1.tgz",
          "integrity": "sha1-b54wtHCE2XGnyCD/FabFFnt0wm8="
        },
        "lru-cache": {
          "version": "4.1.5",
          "resolved": "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.5.tgz",
          "integrity": "sha1-i75Q6oW+1ZvJ4z3KuCNe6bz0Q80=",
          "requires": {
            "pseudomap": "1.0.2",
            "yallist": "2.1.2"
          },
          "dependencies": {
            "yallist": {
              "version": "2.1.2",
              "resolved": "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz",
              "integrity": "sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI="
            }
          }
        },
        "ltgt": {
          "version": "2.2.1",
          "resolved": "https://registry.yarnpkg.com/ltgt/-/ltgt-2.2.1.tgz",
          "integrity": "sha1-81ypHEk/e3PaDgdJUwTxezH4fuU="
        },
        "mafmt": {
          "version": "6.0.10",
          "resolved": "https://registry.yarnpkg.com/mafmt/-/mafmt-6.0.10.tgz",
          "integrity": "sha1-OtJRx48U+BZOZvcP0yZWYtpBETo=",
          "requires": {
            "multiaddr": "6.1.1"
          },
          "dependencies": {
            "ip-regex": {
              "version": "2.1.0",
              "resolved": "https://registry.yarnpkg.com/ip-regex/-/ip-regex-2.1.0.tgz",
              "integrity": "sha1-+ni/XS5pE8kRzp+BnuUUa7bYROk="
            },
            "is-ip": {
              "version": "2.0.0",
              "resolved": "https://registry.yarnpkg.com/is-ip/-/is-ip-2.0.0.tgz",
              "integrity": "sha1-aO6gfooKCpTC0IDdZ0xzGrKkYas=",
              "requires": {
                "ip-regex": "2.1.0"
              }
            },
            "multiaddr": {
              "version": "6.1.1",
              "resolved": "https://registry.yarnpkg.com/multiaddr/-/multiaddr-6.1.1.tgz",
              "integrity": "sha1-mq5Xs+OZCJuYltlFWvqPaxF9/wY=",
              "requires": {
                "bs58": "4.0.1",
                "class-is": "1.1.0",
                "ip": "1.1.5",
                "is-ip": "2.0.0",
                "varint": "5.0.0",
                "hi-base32": "0.5.0"
              }
            }
          }
        },
        "make-dir": {
          "version": "3.0.2",
          "resolved": "https://registry.yarnpkg.com/make-dir/-/make-dir-3.0.2.tgz",
          "integrity": "sha1-BKGsvyIiHh1u9DVZ9D4FqQ27Q5I=",
          "requires": {
            "semver": "6.3.0"
          },
          "dependencies": {
            "semver": {
              "version": "6.3.0",
              "resolved": "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz",
              "integrity": "sha1-7gpkyK9ejO6mdoexM3YeG+y9HT0="
            }
          }
        },
        "map-age-cleaner": {
          "version": "0.1.3",
          "resolved": "https://registry.yarnpkg.com/map-age-cleaner/-/map-age-cleaner-0.1.3.tgz",
          "integrity": "sha1-fVg6cwZDTAVf5HSw9FB45uG0uSo=",
          "requires": {
            "p-defer": "1.0.0"
          },
          "dependencies": {
            "p-defer": {
              "version": "1.0.0",
              "resolved": "https://registry.yarnpkg.com/p-defer/-/p-defer-1.0.0.tgz",
              "integrity": "sha1-n26xgvbJqozXQwBKfU+WsZaw+ww="
            }
          }
        },
        "map-cache": {
          "version": "0.2.2",
          "resolved": "https://registry.yarnpkg.com/map-cache/-/map-cache-0.2.2.tgz",
          "integrity": "sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8="
        },
        "map-stream": {
          "version": "0.1.0",
          "resolved": "https://registry.yarnpkg.com/map-stream/-/map-stream-0.1.0.tgz",
          "integrity": "sha1-5WqpTEyAVaFkBKBnS3jyFffI4ZQ="
        },
        "map-visit": {
          "version": "1.0.0",
          "resolved": "https://registry.yarnpkg.com/map-visit/-/map-visit-1.0.0.tgz",
          "integrity": "sha1-7Nyo8TFE5mDxtb1B8S80edmN+48=",
          "requires": {
            "object-visit": "1.0.1"
          }
        },
        "matcher": {
          "version": "3.0.0",
          "resolved": "https://registry.yarnpkg.com/matcher/-/matcher-3.0.0.tgz",
          "integrity": "sha1-vZBg9MW3CqgEHMxvgDaHYJlPMMo=",
          "requires": {
            "escape-string-regexp": "4.0.0"
          },
          "dependencies": {
            "escape-string-regexp": {
              "version": "4.0.0",
              "resolved": "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
              "integrity": "sha1-FLqDpdNz49MR5a/KKc9b+tllvzQ="
            }
          }
        },
        "md5-hex": {
          "version": "3.0.1",
          "resolved": "https://registry.yarnpkg.com/md5-hex/-/md5-hex-3.0.1.tgz",
          "integrity": "sha1-vjdBtRBZFDSyeE155Vbu/Cyajlw=",
          "requires": {
            "blueimp-md5": "2.13.0"
          }
        },
        "md5.js": {
          "version": "1.3.5",
          "resolved": "https://registry.yarnpkg.com/md5.js/-/md5.js-1.3.5.tgz",
          "integrity": "sha1-tdB7jjIW4+J81yjXL3DR5qNCAF8=",
          "requires": {
            "hash-base": "3.0.4",
            "inherits": "2.0.4",
            "safe-buffer": "5.2.0"
          }
        },
        "media-typer": {
          "version": "0.3.0",
          "resolved": "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz",
          "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g="
        },
        "mem": {
          "version": "6.1.0",
          "resolved": "https://registry.yarnpkg.com/mem/-/mem-6.1.0.tgz",
          "integrity": "sha1-hG7KC9Rwio8EucPzzXaeGUrmPFw=",
          "requires": {
            "map-age-cleaner": "0.1.3",
            "mimic-fn": "3.0.0"
          },
          "dependencies": {
            "mimic-fn": {
              "version": "3.0.0",
              "resolved": "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-3.0.0.tgz",
              "integrity": "sha1-dgRM+ogYu/aZnFyayt8tNkmxS0s="
            }
          }
        },
        "memdown": {
          "version": "1.4.1",
          "resolved": "https://registry.yarnpkg.com/memdown/-/memdown-1.4.1.tgz",
          "integrity": "sha1-tOThkhdGZP+65BNhqlAPMRnv4hU=",
          "requires": {
            "abstract-leveldown": "2.7.2",
            "functional-red-black-tree": "1.0.1",
            "immediate": "3.2.3",
            "inherits": "2.0.4",
            "ltgt": "2.2.1",
            "safe-buffer": "5.1.2"
          },
          "dependencies": {
            "safe-buffer": {
              "version": "5.1.2",
              "resolved": "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz",
              "integrity": "sha1-mR7GnSluAxN0fVm9/St0XDX4go0="
            }
          }
        },
        "merge-descriptors": {
          "version": "1.0.1",
          "resolved": "https://registry.yarnpkg.com/merge-descriptors/-/merge-descriptors-1.0.1.tgz",
          "integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E="
        },
        "merge-options": {
          "version": "2.0.0",
          "resolved": "https://registry.yarnpkg.com/merge-options/-/merge-options-2.0.0.tgz",
          "integrity": "sha1-NspQOLrfw5dNveXli6idPfgIgsM=",
          "requires": {
            "is-plain-obj": "2.1.0"
          },
          "dependencies": {
            "is-plain-obj": {
              "version": "2.1.0",
              "resolved": "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-2.1.0.tgz",
              "integrity": "sha1-ReQuN/zPH0Dajl927iFRWEDAkoc="
            }
          }
        },
        "merge-stream": {
          "version": "2.0.0",
          "resolved": "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz",
          "integrity": "sha1-UoI2KaFN0AyXcPtq1H3GMQ8sH2A="
        },
        "merge2": {
          "version": "1.3.0",
          "resolved": "https://registry.yarnpkg.com/merge2/-/merge2-1.3.0.tgz",
          "integrity": "sha1-WzZu6DsvFYLEj4fkfPGpNSEDyoE="
        },
        "merkle-patricia-tree": {
          "version": "2.3.2",
          "resolved": "https://registry.yarnpkg.com/merkle-patricia-tree/-/merkle-patricia-tree-2.3.2.tgz",
          "integrity": "sha1-mCyhtaD94A7tL2ru0fkVKGC4IIo=",
          "requires": {
            "async": "1.5.2",
            "ethereumjs-util": "5.2.0",
            "level-ws": "0.0.0",
            "levelup": "1.3.9",
            "memdown": "1.4.1",
            "readable-stream": "2.3.7",
            "rlp": "2.2.4",
            "semaphore": "1.1.0"
          },
          "dependencies": {
            "async": {
              "version": "1.5.2",
              "resolved": "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz",
              "integrity": "sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo="
            }
          }
        },
        "methods": {
          "version": "1.1.2",
          "resolved": "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz",
          "integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4="
        },
        "micro-spelling-correcter": {
          "version": "1.1.1",
          "resolved": "https://registry.yarnpkg.com/micro-spelling-correcter/-/micro-spelling-correcter-1.1.1.tgz",
          "integrity": "sha1-gFoGomzPytjz5cahrF/ynUUwFm4="
        },
        "micromatch": {
          "version": "3.1.10",
          "resolved": "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz",
          "integrity": "sha1-cIWbyVyYQJUvNZoGij/En57PrCM=",
          "requires": {
            "arr-diff": "4.0.0",
            "array-unique": "0.3.2",
            "braces": "2.3.2",
            "define-property": "2.0.2",
            "extend-shallow": "3.0.2",
            "extglob": "2.0.4",
            "fragment-cache": "0.2.1",
            "kind-of": "6.0.3",
            "nanomatch": "1.2.13",
            "object.pick": "1.3.0",
            "regex-not": "1.0.2",
            "snapdragon": "0.8.2",
            "to-regex": "3.0.2"
          },
          "dependencies": {
            "define-property": {
              "version": "2.0.2",
              "resolved": "https://registry.yarnpkg.com/define-property/-/define-property-2.0.2.tgz",
              "integrity": "sha1-1Flono1lS6d+AqgX+HENcCyxbp0=",
              "requires": {
                "is-descriptor": "1.0.2",
                "isobject": "3.0.1"
              }
            },
            "extend-shallow": {
              "version": "3.0.2",
              "resolved": "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-3.0.2.tgz",
              "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=",
              "requires": {
                "assign-symbols": "1.0.0",
                "is-extendable": "1.0.1"
              }
            },
            "is-extendable": {
              "version": "1.0.1",
              "resolved": "https://registry.yarnpkg.com/is-extendable/-/is-extendable-1.0.1.tgz",
              "integrity": "sha1-p0cPnkJnM9gb2B4RVSZOOjUHyrQ=",
              "requires": {
                "is-plain-object": "2.0.4"
              }
            },
            "kind-of": {
              "version": "6.0.3",
              "resolved": "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz",
              "integrity": "sha1-B8BQNKbDSfoG4k+jWqdttFgM5N0="
            }
          }
        },
        "miller-rabin": {
          "version": "4.0.1",
          "resolved": "https://registry.yarnpkg.com/miller-rabin/-/miller-rabin-4.0.1.tgz",
          "integrity": "sha1-8IA1HIZbDcViqEYpZtqlNUPHik0=",
          "requires": {
            "bn.js": "4.11.8",
            "brorand": "1.1.0"
          },
          "dependencies": {
            "bn.js": {
              "version": "4.11.8",
              "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
              "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
            }
          }
        },
        "mime": {
          "version": "1.6.0",
          "resolved": "https://registry.yarnpkg.com/mime/-/mime-1.6.0.tgz",
          "integrity": "sha1-Ms2eXGRVO9WNGaVor0Uqz/BJgbE="
        },
        "mime-db": {
          "version": "1.43.0",
          "resolved": "https://registry.yarnpkg.com/mime-db/-/mime-db-1.43.0.tgz",
          "integrity": "sha1-ChLgUCZQ5HPXNVNQUOfI9OtPrlg="
        },
        "mime-types": {
          "version": "2.1.26",
          "resolved": "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.26.tgz",
          "integrity": "sha1-nJIfwJt+FJpl39wNpNIJlyALCgY=",
          "requires": {
            "mime-db": "1.43.0"
          }
        },
        "mimic-fn": {
          "version": "2.1.0",
          "resolved": "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz",
          "integrity": "sha1-ftLCzMyvhNP/y3pptXcR/CCDQBs="
        },
        "mimic-response": {
          "version": "1.0.1",
          "resolved": "https://registry.yarnpkg.com/mimic-response/-/mimic-response-1.0.1.tgz",
          "integrity": "sha1-SSNTiHju9CBjy4o+OweYeBSHqxs="
        },
        "min-document": {
          "version": "2.19.0",
          "resolved": "https://registry.yarnpkg.com/min-document/-/min-document-2.19.0.tgz",
          "integrity": "sha1-e9KC4/WELtKVu3SM3Z8f+iyCRoU=",
          "requires": {
            "dom-walk": "0.1.1"
          }
        },
        "minimalistic-assert": {
          "version": "1.0.1",
          "resolved": "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz",
          "integrity": "sha1-LhlN4ERibUoQ5/f7wAznPoPk1cc="
        },
        "minimalistic-crypto-utils": {
          "version": "1.0.1",
          "resolved": "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz",
          "integrity": "sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo="
        },
        "minimatch": {
          "version": "3.0.4",
          "resolved": "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz",
          "integrity": "sha1-UWbihkV/AzBgZL5Ul+jbsMPTIIM=",
          "requires": {
            "brace-expansion": "1.1.11"
          }
        },
        "minimist": {
          "version": "1.2.5",
          "resolved": "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz",
          "integrity": "sha1-Z9ZgFLZqaoqqDAg8X9WN9OTpdgI="
        },
        "minipass": {
          "version": "2.9.0",
          "resolved": "https://registry.yarnpkg.com/minipass/-/minipass-2.9.0.tgz",
          "integrity": "sha1-5xN2Ln0+Mv7YAxFc+T4EvKn8yaY=",
          "requires": {
            "safe-buffer": "5.2.0",
            "yallist": "3.1.1"
          }
        },
        "minizlib": {
          "version": "1.3.3",
          "resolved": "https://registry.yarnpkg.com/minizlib/-/minizlib-1.3.3.tgz",
          "integrity": "sha1-IpDeloGKNMKVUcio0wEha9Zahh0=",
          "requires": {
            "minipass": "2.9.0"
          }
        },
        "mixin-deep": {
          "version": "1.3.2",
          "resolved": "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.2.tgz",
          "integrity": "sha1-ESC0PcNZp4Xc5ltVuC4lfM9HlWY=",
          "requires": {
            "for-in": "1.0.2",
            "is-extendable": "1.0.1"
          },
          "dependencies": {
            "is-extendable": {
              "version": "1.0.1",
              "resolved": "https://registry.yarnpkg.com/is-extendable/-/is-extendable-1.0.1.tgz",
              "integrity": "sha1-p0cPnkJnM9gb2B4RVSZOOjUHyrQ=",
              "requires": {
                "is-plain-object": "2.0.4"
              }
            }
          }
        },
        "mkdirp": {
          "version": "0.5.5",
          "resolved": "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.5.tgz",
          "integrity": "sha1-2Rzv1i0UNsoPQWIOJRKI1CAJne8=",
          "requires": {
            "minimist": "1.2.5"
          }
        },
        "mkdirp-promise": {
          "version": "5.0.1",
          "resolved": "https://registry.yarnpkg.com/mkdirp-promise/-/mkdirp-promise-5.0.1.tgz",
          "integrity": "sha1-6bj2jlUsaKnBcTuEiD96HdA5uKE=",
          "requires": {
            "mkdirp": "1.0.4"
          }
        },
        "mock-fs": {
          "version": "4.11.0",
          "resolved": "https://registry.yarnpkg.com/mock-fs/-/mock-fs-4.11.0.tgz",
          "integrity": "sha1-CCgQfkuEOmuoVezr/jxuBztp25I="
        },
        "module-not-found-error": {
          "version": "1.0.1",
          "resolved": "https://registry.yarnpkg.com/module-not-found-error/-/module-not-found-error-1.0.1.tgz",
          "integrity": "sha1-z4tP9PKWQGdNbN0CsOO8UjwrvcA="
        },
        "ms": {
          "version": "2.1.2",
          "resolved": "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz",
          "integrity": "sha1-0J0fNXtEP0kzgqjrPM0YOHKuYAk="
        },
        "multiaddr": {
          "version": "7.4.3",
          "resolved": "https://registry.yarnpkg.com/multiaddr/-/multiaddr-7.4.3.tgz",
          "integrity": "sha1-BiaUWs8wnxyBGpVhOgpDcceqYQk=",
          "requires": {
            "buffer": "5.6.0",
            "cids": "0.8.0",
            "class-is": "1.1.0",
            "is-ip": "3.1.0",
            "multibase": "0.7.0",
            "varint": "5.0.0"
          },
          "dependencies": {
            "cids": {
              "version": "0.8.0",
              "resolved": "https://registry.yarnpkg.com/cids/-/cids-0.8.0.tgz",
              "integrity": "sha1-Qb8FC8dmnMjWSOIcqDS3R79vpnM=",
              "requires": {
                "buffer": "5.6.0",
                "class-is": "1.1.0",
                "multibase": "0.7.0",
                "multicodec": "1.0.1",
                "multihashes": "0.4.19"
              }
            },
            "multibase": {
              "version": "0.7.0",
              "resolved": "https://registry.yarnpkg.com/multibase/-/multibase-0.7.0.tgz",
              "integrity": "sha1-Gt/BxQq+Be7+tQkawMJyjWuEWBs=",
              "requires": {
                "base-x": "3.0.8",
                "buffer": "5.6.0"
              }
            }
          }
        },
        "multiaddr-to-uri": {
          "version": "5.1.0",
          "resolved": "https://registry.yarnpkg.com/multiaddr-to-uri/-/multiaddr-to-uri-5.1.0.tgz",
          "integrity": "sha1-h5tV5BcNs3zwXhvOWDHecAhJM7k=",
          "requires": {
            "multiaddr": "7.4.3"
          }
        },
        "multibase": {
          "version": "0.6.1",
          "resolved": "https://registry.yarnpkg.com/multibase/-/multibase-0.6.1.tgz",
          "integrity": "sha1-t232KYU2zBe59qbbU+yI+F+MwSs=",
          "requires": {
            "base-x": "3.0.8",
            "buffer": "5.6.0"
          }
        },
        "multicodec": {
          "version": "1.0.1",
          "resolved": "https://registry.yarnpkg.com/multicodec/-/multicodec-1.0.1.tgz",
          "integrity": "sha1-TigS1ya598fWFdPrxXh9NqCGgPk=",
          "requires": {
            "buffer": "5.6.0",
            "varint": "5.0.0"
          }
        },
        "multihashes": {
          "version": "0.4.19",
          "resolved": "https://registry.yarnpkg.com/multihashes/-/multihashes-0.4.19.tgz",
          "integrity": "sha1-10k88Cjkh0cSLzUJCOoT0S0gSBM=",
          "requires": {
            "buffer": "5.6.0",
            "multibase": "0.7.0",
            "varint": "5.0.0"
          },
          "dependencies": {
            "multibase": {
              "version": "0.7.0",
              "resolved": "https://registry.yarnpkg.com/multibase/-/multibase-0.7.0.tgz",
              "integrity": "sha1-Gt/BxQq+Be7+tQkawMJyjWuEWBs=",
              "requires": {
                "base-x": "3.0.8",
                "buffer": "5.6.0"
              }
            }
          }
        },
        "multihashing-async": {
          "version": "0.5.2",
          "resolved": "https://registry.yarnpkg.com/multihashing-async/-/multihashing-async-0.5.2.tgz",
          "integrity": "sha1-SvQODd4vHbsSp8ayZRgUN6wmud4=",
          "requires": {
            "blakejs": "1.1.0",
            "js-sha3": "0.8.0",
            "multihashes": "0.4.19",
            "murmurhash3js": "3.0.1",
            "nodeify": "1.0.1"
          },
          "dependencies": {
            "js-sha3": {
              "version": "0.8.0",
              "resolved": "https://registry.yarnpkg.com/js-sha3/-/js-sha3-0.8.0.tgz",
              "integrity": "sha1-ubel2nOvrX3t0PjEY5VMveaBiEA="
            }
          }
        },
        "murmurhash3js": {
          "version": "3.0.1",
          "resolved": "https://registry.yarnpkg.com/murmurhash3js/-/murmurhash3js-3.0.1.tgz",
          "integrity": "sha1-Ppg+W0fCoG9DpxMXTn5DXKBEuZg="
        },
        "murmurhash3js-revisited": {
          "version": "3.0.0",
          "resolved": "https://registry.yarnpkg.com/murmurhash3js-revisited/-/murmurhash3js-revisited-3.0.0.tgz",
          "integrity": "sha1-a9NuJd6PczlCIq3G5B+j+sCKWGk="
        },
        "mute-stream": {
          "version": "0.0.8",
          "resolved": "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz",
          "integrity": "sha1-FjDEKyJR/4HiooPelqVJfqkuXg0="
        },
        "nan": {
          "version": "2.14.0",
          "resolved": "https://registry.yarnpkg.com/nan/-/nan-2.14.0.tgz",
          "integrity": "sha1-eBj3IgJ7JFmobwKV1DTR/CM2xSw="
        },
        "nano-json-stream-parser": {
          "version": "0.1.2",
          "resolved": "https://registry.yarnpkg.com/nano-json-stream-parser/-/nano-json-stream-parser-0.1.2.tgz",
          "integrity": "sha1-DMj20OK2IrR5xA1JnEbWS3Vcb18="
        },
        "nanomatch": {
          "version": "1.2.13",
          "resolved": "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz",
          "integrity": "sha1-uHqKpPwN6P5r6IiVs4mD/yZb0Rk=",
          "requires": {
            "arr-diff": "4.0.0",
            "array-unique": "0.3.2",
            "define-property": "2.0.2",
            "extend-shallow": "3.0.2",
            "fragment-cache": "0.2.1",
            "is-windows": "1.0.2",
            "kind-of": "6.0.3",
            "object.pick": "1.3.0",
            "regex-not": "1.0.2",
            "snapdragon": "0.8.2",
            "to-regex": "3.0.2"
          },
          "dependencies": {
            "define-property": {
              "version": "2.0.2",
              "resolved": "https://registry.yarnpkg.com/define-property/-/define-property-2.0.2.tgz",
              "integrity": "sha1-1Flono1lS6d+AqgX+HENcCyxbp0=",
              "requires": {
                "is-descriptor": "1.0.2",
                "isobject": "3.0.1"
              }
            },
            "extend-shallow": {
              "version": "3.0.2",
              "resolved": "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-3.0.2.tgz",
              "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=",
              "requires": {
                "assign-symbols": "1.0.0",
                "is-extendable": "1.0.1"
              }
            },
            "is-extendable": {
              "version": "1.0.1",
              "resolved": "https://registry.yarnpkg.com/is-extendable/-/is-extendable-1.0.1.tgz",
              "integrity": "sha1-p0cPnkJnM9gb2B4RVSZOOjUHyrQ=",
              "requires": {
                "is-plain-object": "2.0.4"
              }
            },
            "kind-of": {
              "version": "6.0.3",
              "resolved": "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz",
              "integrity": "sha1-B8BQNKbDSfoG4k+jWqdttFgM5N0="
            }
          }
        },
        "natural-compare": {
          "version": "1.4.0",
          "resolved": "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz",
          "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc="
        },
        "ndjson": {
          "version": "1.5.0",
          "resolved": "https://registry.yarnpkg.com/ndjson/-/ndjson-1.5.0.tgz",
          "integrity": "sha1-rmA7NrE0vOw0e0UkIrC/mNWDLsg=",
          "requires": {
            "json-stringify-safe": "5.0.1",
            "minimist": "1.2.5",
            "split2": "2.2.0",
            "through2": "2.0.5"
          }
        },
        "negotiator": {
          "version": "0.6.2",
          "resolved": "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.2.tgz",
          "integrity": "sha1-/qz3zPUlp3rpY0Q2pkiD/+yjRvs="
        },
        "next-tick": {
          "version": "1.0.0",
          "resolved": "https://registry.yarnpkg.com/next-tick/-/next-tick-1.0.0.tgz",
          "integrity": "sha1-yobR/ogoFpsBICCOPchCS524NCw="
        },
        "nise": {
          "version": "4.0.3",
          "resolved": "https://registry.yarnpkg.com/nise/-/nise-4.0.3.tgz",
          "integrity": "sha1-n3n/AvoALtX/vFOK1YUY+gEdyRM=",
          "requires": {
            "@sinonjs/commons": "1.7.2",
            "@sinonjs/fake-timers": "6.0.1",
            "@sinonjs/text-encoding": "0.7.1",
            "just-extend": "4.1.0",
            "path-to-regexp": "1.8.0"
          }
        },
        "node-fetch": {
          "version": "2.6.0",
          "resolved": "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz",
          "integrity": "sha1-5jNFY4bUqlWGP2dqerDaqP3ssP0="
        },
        "node-forge": {
          "version": "0.7.6",
          "resolved": "https://registry.yarnpkg.com/node-forge/-/node-forge-0.7.6.tgz",
          "integrity": "sha1-/fO0GK7h+U8O9kLNY0hsd8qXJKw="
        },
        "node-modules-regexp": {
          "version": "1.0.0",
          "resolved": "https://registry.yarnpkg.com/node-modules-regexp/-/node-modules-regexp-1.0.0.tgz",
          "integrity": "sha1-jZ2+KJZKSsVxLpExZCEHxx6Q7EA="
        },
        "node-preload": {
          "version": "0.2.1",
          "resolved": "https://registry.yarnpkg.com/node-preload/-/node-preload-0.2.1.tgz",
          "integrity": "sha1-wDBDuzJ/QXoY/uerfuV7QIoUQwE=",
          "requires": {
            "process-on-spawn": "1.0.0"
          }
        },
        "node-releases": {
          "version": "1.1.53",
          "resolved": "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.53.tgz",
          "integrity": "sha1-LYIb+kme18Xf/F4vKMiOeKCO4/Q="
        },
        "nodeify": {
          "version": "1.0.1",
          "resolved": "https://registry.yarnpkg.com/nodeify/-/nodeify-1.0.1.tgz",
          "integrity": "sha1-ZKtpp7268DzhB7TwM1yHwLnpGx0=",
          "requires": {
            "promise": "1.3.0",
            "is-promise": "1.0.1"
          }
        },
        "normalize-package-data": {
          "version": "2.5.0",
          "resolved": "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
          "integrity": "sha1-5m2xg4sgDB38IzIl0SyzZSDiNKg=",
          "requires": {
            "hosted-git-info": "2.8.8",
            "resolve": "1.17.0",
            "semver": "5.7.1",
            "validate-npm-package-license": "3.0.4"
          }
        },
        "normalize-path": {
          "version": "3.0.0",
          "resolved": "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz",
          "integrity": "sha1-Dc1p/yOhybEf0JeDFmRKA4ghamU="
        },
        "normalize-url": {
          "version": "4.5.0",
          "resolved": "https://registry.yarnpkg.com/normalize-url/-/normalize-url-4.5.0.tgz",
          "integrity": "sha1-RTNUCH5sqWlXvY9br3U/WYIUISk="
        },
        "npm-run-path": {
          "version": "4.0.1",
          "resolved": "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-4.0.1.tgz",
          "integrity": "sha1-t+zR5e1T2o43pV4cImnguX7XSOo=",
          "requires": {
            "path-key": "3.1.1"
          }
        },
        "number-to-bn": {
          "version": "1.7.0",
          "resolved": "https://registry.yarnpkg.com/number-to-bn/-/number-to-bn-1.7.0.tgz",
          "integrity": "sha1-uzYjWS9+X54AMLGXe9QaDFP+HqA=",
          "requires": {
            "bn.js": "4.11.6",
            "strip-hex-prefix": "1.0.0"
          },
          "dependencies": {
            "bn.js": {
              "version": "4.11.6",
              "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.6.tgz",
              "integrity": "sha1-UzRK2xRhehP26N0s4okF0cC6MhU="
            }
          }
        },
        "nyc": {
          "version": "15.1.0",
          "resolved": "https://registry.yarnpkg.com/nyc/-/nyc-15.1.0.tgz",
          "integrity": "sha1-EzXa4S3ch7biSdWhmUykva6nXwI=",
          "requires": {
            "@istanbuljs/load-nyc-config": "1.0.0",
            "@istanbuljs/schema": "0.1.2",
            "caching-transform": "4.0.0",
            "convert-source-map": "1.7.0",
            "decamelize": "1.2.0",
            "find-cache-dir": "3.3.1",
            "find-up": "4.1.0",
            "foreground-child": "2.0.0",
            "get-package-type": "0.1.0",
            "glob": "7.1.6",
            "istanbul-lib-coverage": "3.0.0",
            "istanbul-lib-hook": "3.0.0",
            "istanbul-lib-instrument": "4.0.1",
            "istanbul-lib-processinfo": "2.0.2",
            "istanbul-lib-report": "3.0.0",
            "istanbul-lib-source-maps": "4.0.0",
            "istanbul-reports": "3.0.2",
            "make-dir": "3.0.2",
            "node-preload": "0.2.1",
            "p-map": "3.0.0",
            "process-on-spawn": "1.0.0",
            "resolve-from": "5.0.0",
            "rimraf": "3.0.2",
            "signal-exit": "3.0.3",
            "spawn-wrap": "2.0.0",
            "test-exclude": "6.0.0",
            "yargs": "15.4.1"
          },
          "dependencies": {
            "find-cache-dir": {
              "version": "3.3.1",
              "resolved": "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-3.3.1.tgz",
              "integrity": "sha1-ibM/rUpGcNqpT4Vff74x1thP6IA=",
              "requires": {
                "commondir": "1.0.1",
                "make-dir": "3.0.2",
                "pkg-dir": "4.2.0"
              }
            },
            "find-up": {
              "version": "4.1.0",
              "resolved": "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz",
              "integrity": "sha1-l6/n1s3AvFkoWEt8jXsW6KmqXRk=",
              "requires": {
                "locate-path": "5.0.0",
                "path-exists": "4.0.0"
              }
            },
            "locate-path": {
              "version": "5.0.0",
              "resolved": "https://registry.yarnpkg.com/locate-path/-/locate-path-5.0.0.tgz",
              "integrity": "sha1-Gvujlq/WdqbUJQTQpno6frn2KqA=",
              "requires": {
                "p-locate": "4.1.0"
              }
            },
            "p-locate": {
              "version": "4.1.0",
              "resolved": "https://registry.yarnpkg.com/p-locate/-/p-locate-4.1.0.tgz",
              "integrity": "sha1-o0KLtwiLOmApL2aRkni3wpetTwc=",
              "requires": {
                "p-limit": "2.3.0"
              }
            },
            "path-exists": {
              "version": "4.0.0",
              "resolved": "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz",
              "integrity": "sha1-UTvb4tO5XXdi6METfvoZXGxhtbM="
            }
          }
        },
        "oauth-sign": {
          "version": "0.9.0",
          "resolved": "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.9.0.tgz",
          "integrity": "sha1-R6ewFrqmi1+g7PPe4IqFxnmsZFU="
        },
        "object-assign": {
          "version": "4.1.1",
          "resolved": "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz",
          "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM="
        },
        "object-copy": {
          "version": "0.1.0",
          "resolved": "https://registry.yarnpkg.com/object-copy/-/object-copy-0.1.0.tgz",
          "integrity": "sha1-fn2Fi3gb18mRpBupde04EnVOmYw=",
          "requires": {
            "copy-descriptor": "0.1.1",
            "define-property": "0.2.5",
            "kind-of": "3.2.2"
          }
        },
        "object-inspect": {
          "version": "1.7.0",
          "resolved": "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.7.0.tgz",
          "integrity": "sha1-9Pa9GBrXfwBrXs5gvQtvOY/3Smc="
        },
        "object-is": {
          "version": "1.1.2",
          "resolved": "https://registry.yarnpkg.com/object-is/-/object-is-1.1.2.tgz",
          "integrity": "sha1-xdLof/nhGfeLegiEQVGeLuwVc7Y=",
          "requires": {
            "define-properties": "1.1.3",
            "es-abstract": "1.17.5"
          }
        },
        "object-keys": {
          "version": "1.1.1",
          "resolved": "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz",
          "integrity": "sha1-HEfyct8nfzsdrwYWd9nILiMixg4="
        },
        "object-visit": {
          "version": "1.0.1",
          "resolved": "https://registry.yarnpkg.com/object-visit/-/object-visit-1.0.1.tgz",
          "integrity": "sha1-95xEk68MU3e1n+OdOV5BBC3QRbs=",
          "requires": {
            "isobject": "3.0.1"
          }
        },
        "object.assign": {
          "version": "4.1.0",
          "resolved": "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.0.tgz",
          "integrity": "sha1-lovxEA15Vrs8oIbwBvhGs7xACNo=",
          "requires": {
            "define-properties": "1.1.3",
            "function-bind": "1.1.1",
            "has-symbols": "1.0.1",
            "object-keys": "1.1.1"
          }
        },
        "object.pick": {
          "version": "1.3.0",
          "resolved": "https://registry.yarnpkg.com/object.pick/-/object.pick-1.3.0.tgz",
          "integrity": "sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=",
          "requires": {
            "isobject": "3.0.1"
          }
        },
        "object.values": {
          "version": "1.1.1",
          "resolved": "https://registry.yarnpkg.com/object.values/-/object.values-1.1.1.tgz",
          "integrity": "sha1-aKmezeNWt+kpWjxeDOMdyMlT3l4=",
          "requires": {
            "define-properties": "1.1.3",
            "es-abstract": "1.17.4",
            "function-bind": "1.1.1",
            "has": "1.0.3"
          }
        },
        "oboe": {
          "version": "2.1.4",
          "resolved": "https://registry.yarnpkg.com/oboe/-/oboe-2.1.4.tgz",
          "integrity": "sha1-IMiM2wwVNxuwQRklfU/dNLCqSfY=",
          "requires": {
            "http-https": "1.0.0"
          }
        },
        "on-finished": {
          "version": "2.3.0",
          "resolved": "https://registry.yarnpkg.com/on-finished/-/on-finished-2.3.0.tgz",
          "integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=",
          "requires": {
            "ee-first": "1.1.1"
          }
        },
        "once": {
          "version": "1.4.0",
          "resolved": "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz",
          "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
          "requires": {
            "wrappy": "1.0.2"
          }
        },
        "onetime": {
          "version": "5.1.0",
          "resolved": "https://registry.yarnpkg.com/onetime/-/onetime-5.1.0.tgz",
          "integrity": "sha1-//DzyRYX/mK7UBiWNumayKbfe+U=",
          "requires": {
            "mimic-fn": "2.1.0"
          }
        },
        "optimist": {
          "version": "0.3.7",
          "resolved": "https://registry.yarnpkg.com/optimist/-/optimist-0.3.7.tgz",
          "integrity": "sha1-yQlBrVnkJzMokjB00s8ufLxuwNk=",
          "requires": {
            "wordwrap": "0.0.3"
          }
        },
        "optionator": {
          "version": "0.9.1",
          "resolved": "https://registry.yarnpkg.com/optionator/-/optionator-0.9.1.tgz",
          "integrity": "sha1-TyNqY3Pa4FZqbUPhMmZ09QwpFJk=",
          "requires": {
            "prelude-ls": "1.2.1",
            "deep-is": "0.1.3",
            "word-wrap": "1.2.3",
            "type-check": "0.4.0",
            "levn": "0.4.1",
            "fast-levenshtein": "2.0.6"
          }
        },
        "ora": {
          "version": "4.0.4",
          "resolved": "https://registry.yarnpkg.com/ora/-/ora-4.0.4.tgz",
          "integrity": "sha1-6NppfMW2pHJmZVv2jg+1iNKaVF0=",
          "requires": {
            "chalk": "3.0.0",
            "cli-cursor": "3.1.0",
            "cli-spinners": "2.3.0",
            "is-interactive": "1.0.0",
            "log-symbols": "3.0.0",
            "mute-stream": "0.0.8",
            "strip-ansi": "6.0.0",
            "wcwidth": "1.0.1"
          }
        },
        "os-homedir": {
          "version": "1.0.2",
          "resolved": "https://registry.yarnpkg.com/os-homedir/-/os-homedir-1.0.2.tgz",
          "integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M="
        },
        "os-tmpdir": {
          "version": "1.0.2",
          "resolved": "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
          "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ="
        },
        "p-cancelable": {
          "version": "1.1.0",
          "resolved": "https://registry.yarnpkg.com/p-cancelable/-/p-cancelable-1.1.0.tgz",
          "integrity": "sha1-0HjRWjr0CSIMiG8dmgyi5EGrJsw="
        },
        "p-defer": {
          "version": "3.0.0",
          "resolved": "https://registry.yarnpkg.com/p-defer/-/p-defer-3.0.0.tgz",
          "integrity": "sha1-0dzrTumytgSx2U/+yDdgF11Ob4M="
        },
        "p-fifo": {
          "version": "1.0.0",
          "resolved": "https://registry.yarnpkg.com/p-fifo/-/p-fifo-1.0.0.tgz",
          "integrity": "sha1-4p1c8Xwjm6h/Ud3pjB0mqc/iCmM=",
          "requires": {
            "fast-fifo": "1.0.0",
            "p-defer": "3.0.0"
          }
        },
        "p-finally": {
          "version": "1.0.0",
          "resolved": "https://registry.yarnpkg.com/p-finally/-/p-finally-1.0.0.tgz",
          "integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4="
        },
        "p-limit": {
          "version": "2.3.0",
          "resolved": "https://registry.yarnpkg.com/p-limit/-/p-limit-2.3.0.tgz",
          "integrity": "sha1-PdM8ZHohT9//2DWTPrCG2g3CHbE=",
          "requires": {
            "p-try": "2.2.0"
          }
        },
        "p-locate": {
          "version": "2.0.0",
          "resolved": "https://registry.yarnpkg.com/p-locate/-/p-locate-2.0.0.tgz",
          "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=",
          "requires": {
            "p-limit": "1.3.0"
          },
          "dependencies": {
            "p-limit": {
              "version": "1.3.0",
              "resolved": "https://registry.yarnpkg.com/p-limit/-/p-limit-1.3.0.tgz",
              "integrity": "sha1-uGvV8MJWkJEcdZD8v8IBDVSzzLg=",
              "requires": {
                "p-try": "1.0.0"
              }
            },
            "p-try": {
              "version": "1.0.0",
              "resolved": "https://registry.yarnpkg.com/p-try/-/p-try-1.0.0.tgz",
              "integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M="
            }
          }
        },
        "p-map": {
          "version": "3.0.0",
          "resolved": "https://registry.yarnpkg.com/p-map/-/p-map-3.0.0.tgz",
          "integrity": "sha1-1wTZr4orpoTiYA2aIVmD1BQal50=",
          "requires": {
            "aggregate-error": "3.0.1"
          }
        },
        "p-timeout": {
          "version": "1.2.1",
          "resolved": "https://registry.yarnpkg.com/p-timeout/-/p-timeout-1.2.1.tgz",
          "integrity": "sha1-XrOzU7f86Z8QGhA4iAuwVOu+o4Y=",
          "requires": {
            "p-finally": "1.0.0"
          }
        },
        "p-try": {
          "version": "2.2.0",
          "resolved": "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz",
          "integrity": "sha1-yyhoVA4xPWHeWPr741zpAE1VQOY="
        },
        "package-hash": {
          "version": "4.0.0",
          "resolved": "https://registry.yarnpkg.com/package-hash/-/package-hash-4.0.0.tgz",
          "integrity": "sha1-NTf2VGZew8w4gnOH/JBMFjxU9QY=",
          "requires": {
            "graceful-fs": "4.2.4",
            "hasha": "5.2.0",
            "lodash.flattendeep": "4.4.0",
            "release-zalgo": "1.0.0"
          }
        },
        "package-json": {
          "version": "6.5.0",
          "resolved": "https://registry.yarnpkg.com/package-json/-/package-json-6.5.0.tgz",
          "integrity": "sha1-b+7ayjXnVyWHbQsOZJdGl/7RRbA=",
          "requires": {
            "got": "9.6.0",
            "registry-auth-token": "4.1.1",
            "registry-url": "5.1.0",
            "semver": "6.3.0"
          },
          "dependencies": {
            "semver": {
              "version": "6.3.0",
              "resolved": "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz",
              "integrity": "sha1-7gpkyK9ejO6mdoexM3YeG+y9HT0="
            }
          }
        },
        "pako": {
          "version": "1.0.11",
          "resolved": "https://registry.yarnpkg.com/pako/-/pako-1.0.11.tgz",
          "integrity": "sha1-bJWZ00DVTf05RjgCUqNXBaa5kr8="
        },
        "parent-module": {
          "version": "1.0.1",
          "resolved": "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz",
          "integrity": "sha1-aR0nCeeMefrjoVZiJFLQB2LKqqI=",
          "requires": {
            "callsites": "3.1.0"
          }
        },
        "parse-asn1": {
          "version": "5.1.5",
          "resolved": "https://registry.yarnpkg.com/parse-asn1/-/parse-asn1-5.1.5.tgz",
          "integrity": "sha1-ADJxND2ljclMrOSU+u89IUfs6g4=",
          "requires": {
            "asn1.js": "4.10.1",
            "browserify-aes": "1.2.0",
            "create-hash": "1.2.0",
            "evp_bytestokey": "1.0.3",
            "pbkdf2": "3.0.17",
            "safe-buffer": "5.2.0"
          },
          "dependencies": {
            "asn1.js": {
              "version": "4.10.1",
              "resolved": "https://registry.yarnpkg.com/asn1.js/-/asn1.js-4.10.1.tgz",
              "integrity": "sha1-ucK/WAXx5kqt7tbfOiv6+1pz9aA=",
              "requires": {
                "bn.js": "4.11.8",
                "inherits": "2.0.4",
                "minimalistic-assert": "1.0.1"
              }
            },
            "bn.js": {
              "version": "4.11.8",
              "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
              "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
            }
          }
        },
        "parse-duration": {
          "version": "0.1.3",
          "resolved": "https://registry.yarnpkg.com/parse-duration/-/parse-duration-0.1.3.tgz",
          "integrity": "sha1-wsTUXUlRPVROEpsqWge5RzVF0Zo="
        },
        "parse-headers": {
          "version": "2.0.3",
          "resolved": "https://registry.yarnpkg.com/parse-headers/-/parse-headers-2.0.3.tgz",
          "integrity": "sha1-Xo51Ejg9FAugLwx6qfSbQ5nJJRU="
        },
        "parse-json": {
          "version": "5.0.0",
          "resolved": "https://registry.yarnpkg.com/parse-json/-/parse-json-5.0.0.tgz",
          "integrity": "sha1-c+URTJhtFD76NxLU6iTbmkJm9g8=",
          "requires": {
            "@babel/code-frame": "7.10.4",
            "error-ex": "1.3.2",
            "json-parse-better-errors": "1.0.2",
            "lines-and-columns": "1.1.6"
          }
        },
        "parse-ms": {
          "version": "2.1.0",
          "resolved": "https://registry.yarnpkg.com/parse-ms/-/parse-ms-2.1.0.tgz",
          "integrity": "sha1-NIVlp1PUOR+lJAKZVrFyy3dTCX0="
        },
        "parseurl": {
          "version": "1.3.3",
          "resolved": "https://registry.yarnpkg.com/parseurl/-/parseurl-1.3.3.tgz",
          "integrity": "sha1-naGee+6NEt/wUT7Vt2lXeTvC6NQ="
        },
        "pascalcase": {
          "version": "0.1.1",
          "resolved": "https://registry.yarnpkg.com/pascalcase/-/pascalcase-0.1.1.tgz",
          "integrity": "sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ="
        },
        "path-dirname": {
          "version": "1.0.2",
          "resolved": "https://registry.yarnpkg.com/path-dirname/-/path-dirname-1.0.2.tgz",
          "integrity": "sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA="
        },
        "path-exists": {
          "version": "3.0.0",
          "resolved": "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz",
          "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU="
        },
        "path-is-absolute": {
          "version": "1.0.1",
          "resolved": "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
          "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18="
        },
        "path-key": {
          "version": "3.1.1",
          "resolved": "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz",
          "integrity": "sha1-WB9q3mWMu6ZaDTOA3ndTKVBU83U="
        },
        "path-parse": {
          "version": "1.0.6",
          "resolved": "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz",
          "integrity": "sha1-1i27VnlAXXLEc37FhgDp3c8G0kw="
        },
        "path-to-regexp": {
          "version": "1.8.0",
          "resolved": "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-1.8.0.tgz",
          "integrity": "sha1-iHs7qdhDk+h6CgufTLdWGYtTVIo=",
          "requires": {
            "isarray": "0.0.1"
          }
        },
        "path-type": {
          "version": "2.0.0",
          "resolved": "https://registry.yarnpkg.com/path-type/-/path-type-2.0.0.tgz",
          "integrity": "sha1-8BLMuEFbcJb8LaoQVMPXI4lZTHM=",
          "requires": {
            "pify": "2.3.0"
          }
        },
        "pause-stream": {
          "version": "0.0.11",
          "resolved": "https://registry.yarnpkg.com/pause-stream/-/pause-stream-0.0.11.tgz",
          "integrity": "sha1-/lo0sMvOErWqaitAPuLnO2AvFEU=",
          "requires": {
            "through": "2.3.8"
          }
        },
        "pbkdf2": {
          "version": "3.0.17",
          "resolved": "https://registry.yarnpkg.com/pbkdf2/-/pbkdf2-3.0.17.tgz",
          "integrity": "sha1-l2wgZTBhexTrsyEUI597CTNuk6Y=",
          "requires": {
            "create-hash": "1.2.0",
            "create-hmac": "1.1.7",
            "ripemd160": "2.0.2",
            "safe-buffer": "5.2.0",
            "sha.js": "2.4.11"
          }
        },
        "peer-id": {
          "version": "0.12.5",
          "resolved": "https://registry.yarnpkg.com/peer-id/-/peer-id-0.12.5.tgz",
          "integrity": "sha1-sioe3FtKqqK7gwsmW6aUKYI+UXk=",
          "requires": {
            "libp2p-crypto": "0.16.3",
            "async": "2.6.3",
            "class-is": "1.1.0",
            "multihashes": "0.4.19"
          }
        },
        "peer-info": {
          "version": "0.15.1",
          "resolved": "https://registry.yarnpkg.com/peer-info/-/peer-info-0.15.1.tgz",
          "integrity": "sha1-ISVKfFFtDdBGsVASC5qvG5rQIUY=",
          "requires": {
            "mafmt": "6.0.10",
            "multiaddr": "6.1.1",
            "peer-id": "0.12.5",
            "unique-by": "1.0.0"
          },
          "dependencies": {
            "ip-regex": {
              "version": "2.1.0",
              "resolved": "https://registry.yarnpkg.com/ip-regex/-/ip-regex-2.1.0.tgz",
              "integrity": "sha1-+ni/XS5pE8kRzp+BnuUUa7bYROk="
            },
            "is-ip": {
              "version": "2.0.0",
              "resolved": "https://registry.yarnpkg.com/is-ip/-/is-ip-2.0.0.tgz",
              "integrity": "sha1-aO6gfooKCpTC0IDdZ0xzGrKkYas=",
              "requires": {
                "ip-regex": "2.1.0"
              }
            },
            "multiaddr": {
              "version": "6.1.1",
              "resolved": "https://registry.yarnpkg.com/multiaddr/-/multiaddr-6.1.1.tgz",
              "integrity": "sha1-mq5Xs+OZCJuYltlFWvqPaxF9/wY=",
              "requires": {
                "bs58": "4.0.1",
                "class-is": "1.1.0",
                "ip": "1.1.5",
                "is-ip": "2.0.0",
                "varint": "5.0.0",
                "hi-base32": "0.5.0"
              }
            }
          }
        },
        "pem-jwk": {
          "version": "1.5.1",
          "resolved": "https://registry.yarnpkg.com/pem-jwk/-/pem-jwk-1.5.1.tgz",
          "integrity": "sha1-eoY3/S9nqCflfAxC4cI8P9Us+wE=",
          "requires": {
            "asn1.js": "1.0.3"
          },
          "dependencies": {
            "asn1.js": {
              "version": "1.0.3",
              "resolved": "https://registry.yarnpkg.com/asn1.js/-/asn1.js-1.0.3.tgz",
              "integrity": "sha1-KBuj7B8kSP52X5Kk7s+IP+E2S1Q=",
              "requires": {
                "inherits": "2.0.4",
                "minimalistic-assert": "1.0.1"
              }
            },
            "bn.js": {
              "version": "1.3.0",
              "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-1.3.0.tgz",
              "integrity": "sha1-DbTL+W+PI7dC9by50ap6mZSgXoM="
            }
          }
        },
        "pend": {
          "version": "1.2.0",
          "resolved": "https://registry.yarnpkg.com/pend/-/pend-1.2.0.tgz",
          "integrity": "sha1-elfrVQpng/kRUzH89GY9XI4AelA="
        },
        "performance-now": {
          "version": "2.1.0",
          "resolved": "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz",
          "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns="
        },
        "picomatch": {
          "version": "2.2.2",
          "resolved": "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz",
          "integrity": "sha1-IfMz6ba46v8CRo9RRupAbTRfTa0="
        },
        "pify": {
          "version": "2.3.0",
          "resolved": "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz",
          "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw="
        },
        "pinkie": {
          "version": "2.0.4",
          "resolved": "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz",
          "integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA="
        },
        "pinkie-promise": {
          "version": "2.0.1",
          "resolved": "https://registry.yarnpkg.com/pinkie-promise/-/pinkie-promise-2.0.1.tgz",
          "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=",
          "requires": {
            "pinkie": "2.0.4"
          }
        },
        "pirates": {
          "version": "4.0.1",
          "resolved": "https://registry.yarnpkg.com/pirates/-/pirates-4.0.1.tgz",
          "integrity": "sha1-ZDqSyviUVm+RsrmG0sZpUKji+4c=",
          "requires": {
            "node-modules-regexp": "1.0.0"
          }
        },
        "pkg-conf": {
          "version": "3.1.0",
          "resolved": "https://registry.yarnpkg.com/pkg-conf/-/pkg-conf-3.1.0.tgz",
          "integrity": "sha1-2fnHXqG64Od5OM3gRbJ22sfMaa4=",
          "requires": {
            "find-up": "3.0.0",
            "load-json-file": "5.3.0"
          },
          "dependencies": {
            "find-up": {
              "version": "3.0.0",
              "resolved": "https://registry.yarnpkg.com/find-up/-/find-up-3.0.0.tgz",
              "integrity": "sha1-SRafHXmTQwZG2mHsxa41XCHJe3M=",
              "requires": {
                "locate-path": "3.0.0"
              }
            },
            "locate-path": {
              "version": "3.0.0",
              "resolved": "https://registry.yarnpkg.com/locate-path/-/locate-path-3.0.0.tgz",
              "integrity": "sha1-2+w7OrdZdYBxtY/ln8QYca8hQA4=",
              "requires": {
                "p-locate": "3.0.0",
                "path-exists": "3.0.0"
              }
            },
            "p-locate": {
              "version": "3.0.0",
              "resolved": "https://registry.yarnpkg.com/p-locate/-/p-locate-3.0.0.tgz",
              "integrity": "sha1-Mi1poFwCZLJZl9n0DNiokasAZKQ=",
              "requires": {
                "p-limit": "2.3.0"
              }
            }
          }
        },
        "pkg-dir": {
          "version": "4.2.0",
          "resolved": "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.2.0.tgz",
          "integrity": "sha1-8JkTPfft5CLoHR2ESCcO6z5CYfM=",
          "requires": {
            "find-up": "4.1.0"
          },
          "dependencies": {
            "find-up": {
              "version": "4.1.0",
              "resolved": "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz",
              "integrity": "sha1-l6/n1s3AvFkoWEt8jXsW6KmqXRk=",
              "requires": {
                "locate-path": "5.0.0",
                "path-exists": "4.0.0"
              }
            },
            "locate-path": {
              "version": "5.0.0",
              "resolved": "https://registry.yarnpkg.com/locate-path/-/locate-path-5.0.0.tgz",
              "integrity": "sha1-Gvujlq/WdqbUJQTQpno6frn2KqA=",
              "requires": {
                "p-locate": "4.1.0"
              }
            },
            "p-locate": {
              "version": "4.1.0",
              "resolved": "https://registry.yarnpkg.com/p-locate/-/p-locate-4.1.0.tgz",
              "integrity": "sha1-o0KLtwiLOmApL2aRkni3wpetTwc=",
              "requires": {
                "p-limit": "2.3.0"
              }
            },
            "path-exists": {
              "version": "4.0.0",
              "resolved": "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz",
              "integrity": "sha1-UTvb4tO5XXdi6METfvoZXGxhtbM="
            }
          }
        },
        "pkg-up": {
          "version": "2.0.0",
          "resolved": "https://registry.yarnpkg.com/pkg-up/-/pkg-up-2.0.0.tgz",
          "integrity": "sha1-yBmscoBZpGHKscOImivjxJoATX8=",
          "requires": {
            "find-up": "2.1.0"
          }
        },
        "plur": {
          "version": "4.0.0",
          "resolved": "https://registry.yarnpkg.com/plur/-/plur-4.0.0.tgz",
          "integrity": "sha1-cprtsI9FJkX+jFjvEVvxawpz74Q=",
          "requires": {
            "irregular-plurals": "3.2.0"
          }
        },
        "posix-character-classes": {
          "version": "0.1.1",
          "resolved": "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz",
          "integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs="
        },
        "precond": {
          "version": "0.2.3",
          "resolved": "https://registry.yarnpkg.com/precond/-/precond-0.2.3.tgz",
          "integrity": "sha1-qpWRvKokkj8eD0hJ0kD0fvwQdaw="
        },
        "prelude-ls": {
          "version": "1.2.1",
          "resolved": "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz",
          "integrity": "sha1-3rxkidem5rDnYRiIzsiAM30xY5Y="
        },
        "prepend-http": {
          "version": "2.0.0",
          "resolved": "https://registry.yarnpkg.com/prepend-http/-/prepend-http-2.0.0.tgz",
          "integrity": "sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc="
        },
        "prettier": {
          "version": "2.0.5",
          "resolved": "https://registry.yarnpkg.com/prettier/-/prettier-2.0.5.tgz",
          "integrity": "sha1-1tVigkVSQ/L5LMFxZpLAiqMVItQ="
        },
        "prettier-linter-helpers": {
          "version": "1.0.0",
          "resolved": "https://registry.yarnpkg.com/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz",
          "integrity": "sha1-0j1B/hN1ZG3i0BBNNFSjAIgCz3s=",
          "requires": {
            "fast-diff": "1.2.0"
          }
        },
        "pretty-ms": {
          "version": "7.0.0",
          "resolved": "https://registry.yarnpkg.com/pretty-ms/-/pretty-ms-7.0.0.tgz",
          "integrity": "sha1-RXgScxEMrzX1XKshqKm9QDojPcA=",
          "requires": {
            "parse-ms": "2.1.0"
          }
        },
        "private": {
          "version": "0.1.8",
          "resolved": "https://registry.yarnpkg.com/private/-/private-0.1.8.tgz",
          "integrity": "sha1-I4Hts2ifelPWUxkAYPz4ItLzaP8="
        },
        "process": {
          "version": "0.5.2",
          "resolved": "https://registry.yarnpkg.com/process/-/process-0.5.2.tgz",
          "integrity": "sha1-FjjYqONML0QKkduVq5rrZ3/Bhc8="
        },
        "process-nextick-args": {
          "version": "2.0.1",
          "resolved": "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
          "integrity": "sha1-eCDZsWEgzFXKmud5JoCufbptf+I="
        },
        "process-on-spawn": {
          "version": "1.0.0",
          "resolved": "https://registry.yarnpkg.com/process-on-spawn/-/process-on-spawn-1.0.0.tgz",
          "integrity": "sha1-lbBaIwc9MKF6z9ySpEDv0rrv3JM=",
          "requires": {
            "fromentries": "1.2.0"
          }
        },
        "progress": {
          "version": "2.0.3",
          "resolved": "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz",
          "integrity": "sha1-foz42PW48jnBvGi+tOt4Vn1XLvg="
        },
        "promise": {
          "version": "1.3.0",
          "resolved": "https://registry.yarnpkg.com/promise/-/promise-1.3.0.tgz",
          "integrity": "sha1-5cyaTIJ45GZP/twBx9qEhCsEAXU=",
          "requires": {
            "is-promise": "1.0.1"
          }
        },
        "promise-nodeify": {
          "version": "3.0.1",
          "resolved": "https://registry.yarnpkg.com/promise-nodeify/-/promise-nodeify-3.0.1.tgz",
          "integrity": "sha1-8PXZcg7p7HHdK/qSZnvlBMECKcI="
        },
        "promise-to-callback": {
          "version": "1.0.0",
          "resolved": "https://registry.yarnpkg.com/promise-to-callback/-/promise-to-callback-1.0.0.tgz",
          "integrity": "sha1-XSp0kBC/tn2WNZj805YHRqaP7vc=",
          "requires": {
            "is-fn": "1.0.0",
            "set-immediate-shim": "1.0.1"
          }
        },
        "promisify-es6": {
          "version": "1.0.3",
          "resolved": "https://registry.yarnpkg.com/promisify-es6/-/promisify-es6-1.0.3.tgz",
          "integrity": "sha1-sBJmjE3zyWXOE9qsKzpNFyapY0Y="
        },
        "protocol-buffers-schema": {
          "version": "3.4.0",
          "resolved": "https://registry.yarnpkg.com/protocol-buffers-schema/-/protocol-buffers-schema-3.4.0.tgz",
          "integrity": "sha1-Lw6jHKlmJ9aAvy/vrn6/orZFPq4="
        },
        "protons": {
          "version": "1.0.2",
          "resolved": "https://registry.yarnpkg.com/protons/-/protons-1.0.2.tgz",
          "integrity": "sha1-DTvGNfsYDRgMgnSzxJ0s5UUx0CU=",
          "requires": {
            "buffer": "5.6.0",
            "protocol-buffers-schema": "3.4.0",
            "signed-varint": "2.0.1",
            "varint": "5.0.0"
          }
        },
        "proxy-addr": {
          "version": "2.0.6",
          "resolved": "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.6.tgz",
          "integrity": "sha1-/cIzZQVEfT8vLGOO0nLK9hS7sr8=",
          "requires": {
            "forwarded": "0.1.2",
            "ipaddr.js": "1.9.1"
          }
        },
        "proxyquire": {
          "version": "2.1.3",
          "resolved": "https://registry.yarnpkg.com/proxyquire/-/proxyquire-2.1.3.tgz",
          "integrity": "sha1-IEmn7voQqalTNGoY5UqrK0Jo3zk=",
          "requires": {
            "fill-keys": "1.0.2",
            "module-not-found-error": "1.0.1",
            "resolve": "1.17.0"
          }
        },
        "prr": {
          "version": "1.0.1",
          "resolved": "https://registry.yarnpkg.com/prr/-/prr-1.0.1.tgz",
          "integrity": "sha1-0/wRS6BplaRexok/SEzrHXj19HY="
        },
        "ps-tree": {
          "version": "1.2.0",
          "resolved": "https://registry.yarnpkg.com/ps-tree/-/ps-tree-1.2.0.tgz",
          "integrity": "sha1-XnQluJUIc2zdTyIk0Cj3uz9yLr0=",
          "requires": {
            "event-stream": "3.3.4"
          }
        },
        "pseudomap": {
          "version": "1.0.2",
          "resolved": "https://registry.yarnpkg.com/pseudomap/-/pseudomap-1.0.2.tgz",
          "integrity": "sha1-8FKijacOYYkX7wqKw0wa5aaChrM="
        },
        "psl": {
          "version": "1.8.0",
          "resolved": "https://registry.yarnpkg.com/psl/-/psl-1.8.0.tgz",
          "integrity": "sha1-kyb4vPsBOtzABf3/BWrM4CDlHCQ="
        },
        "public-encrypt": {
          "version": "4.0.3",
          "resolved": "https://registry.yarnpkg.com/public-encrypt/-/public-encrypt-4.0.3.tgz",
          "integrity": "sha1-T8ydd6B+SLp1J+fL4N4z0HATMeA=",
          "requires": {
            "bn.js": "4.11.8",
            "browserify-rsa": "4.0.1",
            "create-hash": "1.2.0",
            "parse-asn1": "5.1.5",
            "randombytes": "2.1.0",
            "safe-buffer": "5.2.0"
          },
          "dependencies": {
            "bn.js": {
              "version": "4.11.8",
              "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
              "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
            }
          }
        },
        "pull-defer": {
          "version": "0.2.3",
          "resolved": "https://registry.yarnpkg.com/pull-defer/-/pull-defer-0.2.3.tgz",
          "integrity": "sha1-TuCcbZ4ie+3pk424A5HD2sSJ0RM="
        },
        "pull-pushable": {
          "version": "2.2.0",
          "resolved": "https://registry.yarnpkg.com/pull-pushable/-/pull-pushable-2.2.0.tgz",
          "integrity": "sha1-Xy867UethpGfAbEqLpnW8b13ZYE="
        },
        "pull-stream": {
          "version": "3.6.14",
          "resolved": "https://registry.yarnpkg.com/pull-stream/-/pull-stream-3.6.14.tgz",
          "integrity": "sha1-Up29W4YTH0pe1jb99/avAHgTV+4="
        },
        "pull-stream-to-async-iterator": {
          "version": "1.0.2",
          "resolved": "https://registry.yarnpkg.com/pull-stream-to-async-iterator/-/pull-stream-to-async-iterator-1.0.2.tgz",
          "integrity": "sha1-XMGjoUbva78BwXdVZHNptoOySYY=",
          "requires": {
            "pull-stream": "3.6.14"
          }
        },
        "pull-stream-to-stream": {
          "version": "1.3.4",
          "resolved": "https://registry.yarnpkg.com/pull-stream-to-stream/-/pull-stream-to-stream-1.3.4.tgz",
          "integrity": "sha1-P4HYIWvRjSv9GhmBkEcRgOJzg5k="
        },
        "pull-traverse": {
          "version": "1.0.3",
          "resolved": "https://registry.yarnpkg.com/pull-traverse/-/pull-traverse-1.0.3.tgz",
          "integrity": "sha1-dPtde+f6a9enjpeTPhmbeUWGaTg="
        },
        "pump": {
          "version": "3.0.0",
          "resolved": "https://registry.yarnpkg.com/pump/-/pump-3.0.0.tgz",
          "integrity": "sha1-tKIRaBW94vTh6mAjVOjHVWUQemQ=",
          "requires": {
            "end-of-stream": "1.4.4",
            "once": "1.4.0"
          }
        },
        "punycode": {
          "version": "2.1.1",
          "resolved": "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz",
          "integrity": "sha1-tYsBCsQMIsVldhbI0sLALHv0eew="
        },
        "pupa": {
          "version": "2.0.1",
          "resolved": "https://registry.yarnpkg.com/pupa/-/pupa-2.0.1.tgz",
          "integrity": "sha1-29yf9I/76komoGm2+fersFEAhyY=",
          "requires": {
            "escape-goat": "2.1.1"
          }
        },
        "qs": {
          "version": "6.7.0",
          "resolved": "https://registry.yarnpkg.com/qs/-/qs-6.7.0.tgz",
          "integrity": "sha1-QdwaAV49WB8WIXdr4xr7KHapsbw="
        },
        "query-string": {
          "version": "5.1.1",
          "resolved": "https://registry.yarnpkg.com/query-string/-/query-string-5.1.1.tgz",
          "integrity": "sha1-p4wBK3HBfgXy4/ojGd0zBoLvs8s=",
          "requires": {
            "decode-uri-component": "0.2.0",
            "object-assign": "4.1.1",
            "strict-uri-encode": "1.1.0"
          }
        },
        "randombytes": {
          "version": "2.1.0",
          "resolved": "https://registry.yarnpkg.com/randombytes/-/randombytes-2.1.0.tgz",
          "integrity": "sha1-32+ENy8CcNxlzfYpE0mrekc9Tyo=",
          "requires": {
            "safe-buffer": "5.2.0"
          }
        },
        "randomfill": {
          "version": "1.0.4",
          "resolved": "https://registry.yarnpkg.com/randomfill/-/randomfill-1.0.4.tgz",
          "integrity": "sha1-ySGW/IarQr6YPxvzF3giSTHWFFg=",
          "requires": {
            "randombytes": "2.1.0",
            "safe-buffer": "5.2.0"
          }
        },
        "randomhex": {
          "version": "0.1.5",
          "resolved": "https://registry.yarnpkg.com/randomhex/-/randomhex-0.1.5.tgz",
          "integrity": "sha1-us7vmCMpCRQA8qKRLGzQLxCU9YU="
        },
        "range-parser": {
          "version": "1.2.1",
          "resolved": "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.1.tgz",
          "integrity": "sha1-PPNwI9GZ4cJNGlW4SADC8+ZGgDE="
        },
        "raw-body": {
          "version": "2.4.0",
          "resolved": "https://registry.yarnpkg.com/raw-body/-/raw-body-2.4.0.tgz",
          "integrity": "sha1-oc5vucm8NWylLoklarWQWeE9AzI=",
          "requires": {
            "bytes": "3.1.0",
            "http-errors": "1.7.2",
            "iconv-lite": "0.4.24",
            "unpipe": "1.0.0"
          }
        },
        "rc": {
          "version": "1.2.8",
          "resolved": "https://registry.yarnpkg.com/rc/-/rc-1.2.8.tgz",
          "integrity": "sha1-zZJL9SAKB1uDwYjNa54hG3/A0+0=",
          "requires": {
            "deep-extend": "0.6.0",
            "ini": "1.3.5",
            "minimist": "1.2.5",
            "strip-json-comments": "2.0.1"
          },
          "dependencies": {
            "strip-json-comments": {
              "version": "2.0.1",
              "resolved": "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz",
              "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo="
            }
          }
        },
        "read-pkg": {
          "version": "5.2.0",
          "resolved": "https://registry.yarnpkg.com/read-pkg/-/read-pkg-5.2.0.tgz",
          "integrity": "sha1-e/KVQ4yloz5WzTDgU7NO5yUMk8w=",
          "requires": {
            "@types/normalize-package-data": "2.4.0",
            "normalize-package-data": "2.5.0",
            "parse-json": "5.0.0",
            "type-fest": "0.6.0"
          },
          "dependencies": {
            "type-fest": {
              "version": "0.6.0",
              "resolved": "https://registry.yarnpkg.com/type-fest/-/type-fest-0.6.0.tgz",
              "integrity": "sha1-jSojcNPfiG61yQraHFv2GIrPg4s="
            }
          }
        },
        "read-pkg-up": {
          "version": "2.0.0",
          "resolved": "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-2.0.0.tgz",
          "integrity": "sha1-a3KoBImE4MQeeVEP1en6mbO1Sb4=",
          "requires": {
            "find-up": "2.1.0",
            "read-pkg": "2.0.0"
          },
          "dependencies": {
            "load-json-file": {
              "version": "2.0.0",
              "resolved": "https://registry.yarnpkg.com/load-json-file/-/load-json-file-2.0.0.tgz",
              "integrity": "sha1-eUfkIUmvgNaWy/eXvKq8/h/inKg=",
              "requires": {
                "graceful-fs": "4.2.4",
                "parse-json": "2.2.0",
                "pify": "2.3.0",
                "strip-bom": "3.0.0"
              }
            },
            "parse-json": {
              "version": "2.2.0",
              "resolved": "https://registry.yarnpkg.com/parse-json/-/parse-json-2.2.0.tgz",
              "integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=",
              "requires": {
                "error-ex": "1.3.2"
              }
            },
            "read-pkg": {
              "version": "2.0.0",
              "resolved": "https://registry.yarnpkg.com/read-pkg/-/read-pkg-2.0.0.tgz",
              "integrity": "sha1-jvHAYjxqbbDcZxPEv6xGMysjaPg=",
              "requires": {
                "load-json-file": "2.0.0",
                "normalize-package-data": "2.5.0",
                "path-type": "2.0.0"
              }
            }
          }
        },
        "readable-stream": {
          "version": "2.3.7",
          "resolved": "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.7.tgz",
          "integrity": "sha1-Hsoc9xGu+BTAT2IlKjamL2yyO1c=",
          "requires": {
            "core-util-is": "1.0.2",
            "inherits": "2.0.4",
            "isarray": "1.0.0",
            "process-nextick-args": "2.0.1",
            "safe-buffer": "5.1.2",
            "string_decoder": "1.1.1",
            "util-deprecate": "1.0.2"
          },
          "dependencies": {
            "isarray": {
              "version": "1.0.0",
              "resolved": "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz",
              "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE="
            },
            "safe-buffer": {
              "version": "5.1.2",
              "resolved": "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz",
              "integrity": "sha1-mR7GnSluAxN0fVm9/St0XDX4go0="
            },
            "string_decoder": {
              "version": "1.1.1",
              "resolved": "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz",
              "integrity": "sha1-nPFhG6YmhdcDCunkujQUnDrwP8g=",
              "requires": {
                "safe-buffer": "5.1.2"
              }
            }
          }
        },
        "readdirp": {
          "version": "2.2.1",
          "resolved": "https://registry.yarnpkg.com/readdirp/-/readdirp-2.2.1.tgz",
          "integrity": "sha1-DodiKjMlqjPokihcr4tOhGUppSU=",
          "requires": {
            "graceful-fs": "4.2.4",
            "micromatch": "3.1.10",
            "readable-stream": "2.3.7"
          }
        },
        "regenerate": {
          "version": "1.4.0",
          "resolved": "https://registry.yarnpkg.com/regenerate/-/regenerate-1.4.0.tgz",
          "integrity": "sha1-SoVuxLVuQHfFV1icroXnpMiGmhE="
        },
        "regenerate-unicode-properties": {
          "version": "8.2.0",
          "resolved": "https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-8.2.0.tgz",
          "integrity": "sha1-5d5xEdZV57pgwFfb6f83yH5lzew=",
          "requires": {
            "regenerate": "1.4.0"
          }
        },
        "regenerator-runtime": {
          "version": "0.13.5",
          "resolved": "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.5.tgz",
          "integrity": "sha1-2Hih0JS0MG0QuQlkhLM+vVXiZpc="
        },
        "regenerator-transform": {
          "version": "0.14.4",
          "resolved": "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.14.4.tgz",
          "integrity": "sha1-UmaFeJZRjRYWp4oEeTN6MOqXTMc=",
          "requires": {
            "@babel/runtime": "7.9.2",
            "private": "0.1.8"
          }
        },
        "regex-not": {
          "version": "1.0.2",
          "resolved": "https://registry.yarnpkg.com/regex-not/-/regex-not-1.0.2.tgz",
          "integrity": "sha1-H07OJ+ALC2XgJHpoEOaoXYOldSw=",
          "requires": {
            "extend-shallow": "3.0.2",
            "safe-regex": "1.1.0"
          },
          "dependencies": {
            "extend-shallow": {
              "version": "3.0.2",
              "resolved": "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-3.0.2.tgz",
              "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=",
              "requires": {
                "assign-symbols": "1.0.0",
                "is-extendable": "1.0.1"
              }
            },
            "is-extendable": {
              "version": "1.0.1",
              "resolved": "https://registry.yarnpkg.com/is-extendable/-/is-extendable-1.0.1.tgz",
              "integrity": "sha1-p0cPnkJnM9gb2B4RVSZOOjUHyrQ=",
              "requires": {
                "is-plain-object": "2.0.4"
              }
            }
          }
        },
        "regexp.prototype.flags": {
          "version": "1.3.0",
          "resolved": "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.3.0.tgz",
          "integrity": "sha1-erqJs8E6ZFCdq888qNn7ub31y3U=",
          "requires": {
            "define-properties": "1.1.3",
            "es-abstract": "1.17.4"
          }
        },
        "regexpp": {
          "version": "3.1.0",
          "resolved": "https://registry.yarnpkg.com/regexpp/-/regexpp-3.1.0.tgz",
          "integrity": "sha1-IG0K0KVkjP+9uK5GQ489xRyfeOI="
        },
        "regexpu-core": {
          "version": "4.7.0",
          "resolved": "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-4.7.0.tgz",
          "integrity": "sha1-/L9FjFBDGwu3tF1pZ7gZLZHz2Tg=",
          "requires": {
            "regenerate": "1.4.0",
            "regenerate-unicode-properties": "8.2.0",
            "regjsgen": "0.5.1",
            "regjsparser": "0.6.4",
            "unicode-match-property-ecmascript": "1.0.4",
            "unicode-match-property-value-ecmascript": "1.2.0"
          }
        },
        "registry-auth-token": {
          "version": "4.1.1",
          "resolved": "https://registry.yarnpkg.com/registry-auth-token/-/registry-auth-token-4.1.1.tgz",
          "integrity": "sha1-QKM74eglOUYPlDKLD38PhMFtlHk=",
          "requires": {
            "rc": "1.2.8"
          }
        },
        "registry-url": {
          "version": "5.1.0",
          "resolved": "https://registry.yarnpkg.com/registry-url/-/registry-url-5.1.0.tgz",
          "integrity": "sha1-6YM0tQ1UNLgRNrROxjjZwgCcUAk=",
          "requires": {
            "rc": "1.2.8"
          }
        },
        "regjsgen": {
          "version": "0.5.1",
          "resolved": "https://registry.yarnpkg.com/regjsgen/-/regjsgen-0.5.1.tgz",
          "integrity": "sha1-SPC/Gl6iBRlpKcDZeYtC0e2YRDw="
        },
        "regjsparser": {
          "version": "0.6.4",
          "resolved": "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.6.4.tgz",
          "integrity": "sha1-p2n4aEMIQBpm6bUp0kNv9NBmYnI=",
          "requires": {
            "jsesc": "0.5.0"
          }
        },
        "release-zalgo": {
          "version": "1.0.0",
          "resolved": "https://registry.yarnpkg.com/release-zalgo/-/release-zalgo-1.0.0.tgz",
          "integrity": "sha1-CXALflB0Mpc5Mw5TXFqQ+2eFFzA=",
          "requires": {
            "es6-error": "4.1.1"
          }
        },
        "remove-trailing-separator": {
          "version": "1.1.0",
          "resolved": "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz",
          "integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8="
        },
        "repeat-element": {
          "version": "1.1.3",
          "resolved": "https://registry.yarnpkg.com/repeat-element/-/repeat-element-1.1.3.tgz",
          "integrity": "sha1-eC4NglwMWjuzlzH4Tv7mt0Lmsc4="
        },
        "repeat-string": {
          "version": "1.6.1",
          "resolved": "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz",
          "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc="
        },
        "repeating": {
          "version": "2.0.1",
          "resolved": "https://registry.yarnpkg.com/repeating/-/repeating-2.0.1.tgz",
          "integrity": "sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=",
          "requires": {
            "is-finite": "1.0.2"
          }
        },
        "request": {
          "version": "2.88.2",
          "resolved": "https://registry.yarnpkg.com/request/-/request-2.88.2.tgz",
          "integrity": "sha1-1zyRhzHLWofaBH4gcjQUb2ZNErM=",
          "requires": {
            "aws-sign2": "0.7.0",
            "aws4": "1.9.1",
            "caseless": "0.12.0",
            "combined-stream": "1.0.8",
            "extend": "3.0.2",
            "forever-agent": "0.6.1",
            "form-data": "2.3.3",
            "har-validator": "5.1.3",
            "http-signature": "1.2.0",
            "is-typedarray": "1.0.0",
            "isstream": "0.1.2",
            "json-stringify-safe": "5.0.1",
            "mime-types": "2.1.26",
            "oauth-sign": "0.9.0",
            "performance-now": "2.1.0",
            "qs": "6.5.2",
            "safe-buffer": "5.2.0",
            "tough-cookie": "2.5.0",
            "tunnel-agent": "0.6.0",
            "uuid": "3.4.0"
          },
          "dependencies": {
            "form-data": {
              "version": "2.3.3",
              "resolved": "https://registry.yarnpkg.com/form-data/-/form-data-2.3.3.tgz",
              "integrity": "sha1-3M5SwF9kTymManq5Nr1yTO/786Y=",
              "requires": {
                "asynckit": "0.4.0",
                "combined-stream": "1.0.8",
                "mime-types": "2.1.26"
              }
            },
            "qs": {
              "version": "6.5.2",
              "resolved": "https://registry.yarnpkg.com/qs/-/qs-6.5.2.tgz",
              "integrity": "sha1-yzroBuh0BERYTvFUzo7pjUA/PjY="
            }
          }
        },
        "require-directory": {
          "version": "2.1.1",
          "resolved": "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz",
          "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I="
        },
        "require-main-filename": {
          "version": "2.0.0",
          "resolved": "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-2.0.0.tgz",
          "integrity": "sha1-0LMp7MfMD2Fkn2IhW+aa9UqomJs="
        },
        "resolve": {
          "version": "1.17.0",
          "resolved": "https://registry.yarnpkg.com/resolve/-/resolve-1.17.0.tgz",
          "integrity": "sha1-sllBtUloIxzC0bt2p5y38sC/hEQ=",
          "requires": {
            "path-parse": "1.0.6"
          }
        },
        "resolve-cwd": {
          "version": "3.0.0",
          "resolved": "https://registry.yarnpkg.com/resolve-cwd/-/resolve-cwd-3.0.0.tgz",
          "integrity": "sha1-DwB18bslRHZs9zumpuKt/ryxPy0=",
          "requires": {
            "resolve-from": "5.0.0"
          }
        },
        "resolve-from": {
          "version": "5.0.0",
          "resolved": "https://registry.yarnpkg.com/resolve-from/-/resolve-from-5.0.0.tgz",
          "integrity": "sha1-w1IlhD3493bfIcV1V7wIfp39/Gk="
        },
        "resolve-url": {
          "version": "0.2.1",
          "resolved": "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz",
          "integrity": "sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo="
        },
        "responselike": {
          "version": "1.0.2",
          "resolved": "https://registry.yarnpkg.com/responselike/-/responselike-1.0.2.tgz",
          "integrity": "sha1-kYcg7ztjHFZCvgaPFa3lpG9Loec=",
          "requires": {
            "lowercase-keys": "1.0.1"
          }
        },
        "restore-cursor": {
          "version": "3.1.0",
          "resolved": "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-3.1.0.tgz",
          "integrity": "sha1-OfZ8VLOnpYzqUjbZXPADQjljH34=",
          "requires": {
            "onetime": "5.1.0",
            "signal-exit": "3.0.3"
          }
        },
        "resumer": {
          "version": "0.0.0",
          "resolved": "https://registry.yarnpkg.com/resumer/-/resumer-0.0.0.tgz",
          "integrity": "sha1-8ej0YeQGS6Oegq883CqMiT0HZ1k=",
          "requires": {
            "through": "2.3.8"
          }
        },
        "ret": {
          "version": "0.1.15",
          "resolved": "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz",
          "integrity": "sha1-uKSCXVvbH8P29Twrwz+BOIaBx7w="
        },
        "reusify": {
          "version": "1.0.4",
          "resolved": "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz",
          "integrity": "sha1-kNo4Kx4SbvwCFG6QhFqI2xKSXXY="
        },
        "rimraf": {
          "version": "3.0.2",
          "resolved": "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz",
          "integrity": "sha1-8aVAK6YiCtUswSgrrBrjqkn9Bho=",
          "requires": {
            "glob": "7.1.6"
          }
        },
        "ripemd160": {
          "version": "2.0.2",
          "resolved": "https://registry.yarnpkg.com/ripemd160/-/ripemd160-2.0.2.tgz",
          "integrity": "sha1-ocGm9iR1FXe6XQeRTLyShQWFiQw=",
          "requires": {
            "hash-base": "3.0.4",
            "inherits": "2.0.4"
          }
        },
        "rlp": {
          "version": "2.2.4",
          "resolved": "https://registry.yarnpkg.com/rlp/-/rlp-2.2.4.tgz",
          "integrity": "sha1-1rDhZZ6ShfxQml0WmpvQb3BJUcE=",
          "requires": {
            "bn.js": "4.11.8"
          },
          "dependencies": {
            "bn.js": {
              "version": "4.11.8",
              "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
              "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
            }
          }
        },
        "rsa-pem-to-jwk": {
          "version": "1.1.3",
          "resolved": "https://registry.yarnpkg.com/rsa-pem-to-jwk/-/rsa-pem-to-jwk-1.1.3.tgz",
          "integrity": "sha1-JF52vbfnI0z+58oDLTG1TDj6uY4=",
          "requires": {
            "object-assign": "2.1.1",
            "rsa-unpack": "0.0.6"
          },
          "dependencies": {
            "object-assign": {
              "version": "2.1.1",
              "resolved": "https://registry.yarnpkg.com/object-assign/-/object-assign-2.1.1.tgz",
              "integrity": "sha1-Q8NuXVaf+OSBbE76i+AtJpZ8GKo="
            }
          }
        },
        "rsa-unpack": {
          "version": "0.0.6",
          "resolved": "https://registry.yarnpkg.com/rsa-unpack/-/rsa-unpack-0.0.6.tgz",
          "integrity": "sha1-9Q69VqYoN45jHylxYQJs6atO3bo=",
          "requires": {
            "optimist": "0.3.7"
          }
        },
        "run-parallel": {
          "version": "1.1.9",
          "resolved": "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.1.9.tgz",
          "integrity": "sha1-yd06fPn0ssS2JE4XOm7YZuYd1nk="
        },
        "rustbn.js": {
          "version": "0.2.0",
          "resolved": "https://registry.yarnpkg.com/rustbn.js/-/rustbn.js-0.2.0.tgz",
          "integrity": "sha1-gILLiG5wcVX9HLbyO9WRq41V0Mo="
        },
        "rxjs": {
          "version": "6.6.0",
          "resolved": "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.0.tgz",
          "integrity": "sha1-rykB7t8C46g/+n+IYkD/kBi77IQ=",
          "requires": {
            "tslib": "1.11.1"
          }
        },
        "safe-buffer": {
          "version": "5.2.0",
          "resolved": "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.0.tgz",
          "integrity": "sha1-t02uxJsRSPiMZLaNSbHoFcHy9Rk="
        },
        "safe-event-emitter": {
          "version": "1.0.1",
          "resolved": "https://registry.yarnpkg.com/safe-event-emitter/-/safe-event-emitter-1.0.1.tgz",
          "integrity": "sha1-W2ku8iMp7Y9p/c5gflDKc09vIK8=",
          "requires": {
            "events": "3.1.0"
          }
        },
        "safe-regex": {
          "version": "1.1.0",
          "resolved": "https://registry.yarnpkg.com/safe-regex/-/safe-regex-1.1.0.tgz",
          "integrity": "sha1-QKNmnzsHfR6UPURinhV91IAjvy4=",
          "requires": {
            "ret": "0.1.15"
          }
        },
        "safer-buffer": {
          "version": "2.1.2",
          "resolved": "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz",
          "integrity": "sha1-RPoWGwGHuVSd2Eu5GAL5vYOFzWo="
        },
        "scrypt-js": {
          "version": "3.0.1",
          "resolved": "https://registry.yarnpkg.com/scrypt-js/-/scrypt-js-3.0.1.tgz",
          "integrity": "sha1-0xSlfCrvadGtmKE4oh/p6vqe4xI="
        },
        "scrypt.js": {
          "version": "0.3.0",
          "resolved": "https://registry.yarnpkg.com/scrypt.js/-/scrypt.js-0.3.0.tgz",
          "integrity": "sha1-bGLWFyitUzyMN2ouXj6G1BqVxMA=",
          "requires": {
            "scryptsy": "1.2.1"
          },
          "dependencies": {
            "scryptsy": {
              "version": "1.2.1",
              "resolved": "https://registry.yarnpkg.com/scryptsy/-/scryptsy-1.2.1.tgz",
              "integrity": "sha1-oyJfpLJST4AnAHYeKFW987LZIWM=",
              "requires": {
                "pbkdf2": "3.0.17"
              }
            }
          }
        },
        "scryptsy": {
          "version": "2.1.0",
          "resolved": "https://registry.yarnpkg.com/scryptsy/-/scryptsy-2.1.0.tgz",
          "integrity": "sha1-jR6NDAJbWP3SW2+poNyQXuj6p5A="
        },
        "secp256k1": {
          "version": "3.8.0",
          "resolved": "https://registry.yarnpkg.com/secp256k1/-/secp256k1-3.8.0.tgz",
          "integrity": "sha1-KPWfSwHb7pV19WpHA0t9Ljs7NS0=",
          "requires": {
            "bindings": "1.5.0",
            "bip66": "1.1.5",
            "bn.js": "4.11.8",
            "create-hash": "1.2.0",
            "drbg.js": "1.0.1",
            "elliptic": "6.5.2",
            "nan": "2.14.0",
            "safe-buffer": "5.2.0"
          },
          "dependencies": {
            "bn.js": {
              "version": "4.11.8",
              "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
              "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
            }
          }
        },
        "seek-bzip": {
          "version": "1.0.5",
          "resolved": "https://registry.yarnpkg.com/seek-bzip/-/seek-bzip-1.0.5.tgz",
          "integrity": "sha1-z+kXyz0nS8/6x5J1ivUxc+sfq9w=",
          "requires": {
            "commander": "2.8.1"
          },
          "dependencies": {
            "commander": {
              "version": "2.8.1",
              "resolved": "https://registry.yarnpkg.com/commander/-/commander-2.8.1.tgz",
              "integrity": "sha1-Br42f+v9oMMwqh4qBy09yXYkJdQ=",
              "requires": {
                "graceful-readlink": "1.0.1"
              }
            }
          }
        },
        "semaphore": {
          "version": "1.1.0",
          "resolved": "https://registry.yarnpkg.com/semaphore/-/semaphore-1.1.0.tgz",
          "integrity": "sha1-qq2LhrIP6OmzKxbcLuaCqM0mqKo="
        },
        "semver": {
          "version": "5.7.1",
          "resolved": "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz",
          "integrity": "sha1-qVT5Ma66UI0we78Gnv8MAclhFvc="
        },
        "semver-diff": {
          "version": "3.1.1",
          "resolved": "https://registry.yarnpkg.com/semver-diff/-/semver-diff-3.1.1.tgz",
          "integrity": "sha1-Bfd85Z8yXgDicGr9Z7tQbdscoys=",
          "requires": {
            "semver": "6.3.0"
          },
          "dependencies": {
            "semver": {
              "version": "6.3.0",
              "resolved": "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz",
              "integrity": "sha1-7gpkyK9ejO6mdoexM3YeG+y9HT0="
            }
          }
        },
        "send": {
          "version": "0.17.1",
          "resolved": "https://registry.yarnpkg.com/send/-/send-0.17.1.tgz",
          "integrity": "sha1-wdiwWfeQD3Rm3Uk4vcROEd2zdsg=",
          "requires": {
            "debug": "2.6.9",
            "depd": "1.1.2",
            "destroy": "1.0.4",
            "encodeurl": "1.0.2",
            "escape-html": "1.0.3",
            "etag": "1.8.1",
            "fresh": "0.5.2",
            "http-errors": "1.7.2",
            "mime": "1.6.0",
            "ms": "2.1.1",
            "on-finished": "2.3.0",
            "range-parser": "1.2.1",
            "statuses": "1.5.0"
          },
          "dependencies": {
            "ms": {
              "version": "2.1.1",
              "resolved": "https://registry.yarnpkg.com/ms/-/ms-2.1.1.tgz",
              "integrity": "sha1-MKWGTrPrsKZvLr5tcnrwagnYbgo="
            }
          }
        },
        "serialize-error": {
          "version": "2.1.0",
          "resolved": "https://registry.yarnpkg.com/serialize-error/-/serialize-error-2.1.0.tgz",
          "integrity": "sha1-ULZ51WNc34Rme9yOWa9OW4HV9go="
        },
        "serve-static": {
          "version": "1.14.1",
          "resolved": "https://registry.yarnpkg.com/serve-static/-/serve-static-1.14.1.tgz",
          "integrity": "sha1-Zm5jbcTwEPfvKZcKiKZ0MgiYsvk=",
          "requires": {
            "encodeurl": "1.0.2",
            "escape-html": "1.0.3",
            "parseurl": "1.3.3",
            "send": "0.17.1"
          }
        },
        "servify": {
          "version": "0.1.12",
          "resolved": "https://registry.yarnpkg.com/servify/-/servify-0.1.12.tgz",
          "integrity": "sha1-FCq3vuHx0DO2bQcHCGCFsXwG25U=",
          "requires": {
            "body-parser": "1.19.0",
            "express": "4.17.1",
            "request": "2.88.2",
            "xhr": "2.5.0",
            "cors": "2.8.5"
          }
        },
        "set-blocking": {
          "version": "2.0.0",
          "resolved": "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz",
          "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc="
        },
        "set-immediate-shim": {
          "version": "1.0.1",
          "resolved": "https://registry.yarnpkg.com/set-immediate-shim/-/set-immediate-shim-1.0.1.tgz",
          "integrity": "sha1-SysbJ+uAip+NzEgaWOXlb1mfP2E="
        },
        "set-value": {
          "version": "2.0.1",
          "resolved": "https://registry.yarnpkg.com/set-value/-/set-value-2.0.1.tgz",
          "integrity": "sha1-oY1AUw5vB95CKMfe/kInr4ytAFs=",
          "requires": {
            "extend-shallow": "2.0.1",
            "is-extendable": "0.1.1",
            "is-plain-object": "2.0.4",
            "split-string": "3.1.0"
          }
        },
        "setimmediate": {
          "version": "1.0.5",
          "resolved": "https://registry.yarnpkg.com/setimmediate/-/setimmediate-1.0.5.tgz",
          "integrity": "sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU="
        },
        "setprototypeof": {
          "version": "1.1.1",
          "resolved": "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.1.1.tgz",
          "integrity": "sha1-fpWsskqpL1iF4KvvW6ExMw1K5oM="
        },
        "sha.js": {
          "version": "2.4.11",
          "resolved": "https://registry.yarnpkg.com/sha.js/-/sha.js-2.4.11.tgz",
          "integrity": "sha1-N6XPC4HsvGlD3hCbopYNGyZYSuc=",
          "requires": {
            "inherits": "2.0.4",
            "safe-buffer": "5.2.0"
          }
        },
        "shebang-command": {
          "version": "2.0.0",
          "resolved": "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz",
          "integrity": "sha1-zNCvT4g1+9wmW4JGGq8MNmY/NOo=",
          "requires": {
            "shebang-regex": "3.0.0"
          }
        },
        "shebang-regex": {
          "version": "3.0.0",
          "resolved": "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz",
          "integrity": "sha1-rhbxZE2HPsrYQ7AwexQzYtTEIXI="
        },
        "shell-exec": {
          "version": "1.0.2",
          "resolved": "https://registry.yarnpkg.com/shell-exec/-/shell-exec-1.0.2.tgz",
          "integrity": "sha1-LpNhsP3h1z9HbEtmcfoXeF9pZ1Y="
        },
        "signal-exit": {
          "version": "3.0.3",
          "resolved": "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.3.tgz",
          "integrity": "sha1-oUEMLt2PB3sItOJTyOrPyvBXRhw="
        },
        "signed-varint": {
          "version": "2.0.1",
          "resolved": "https://registry.yarnpkg.com/signed-varint/-/signed-varint-2.0.1.tgz",
          "integrity": "sha1-UKmYnafJjCxh2tEZvJdHDvhSgSk=",
          "requires": {
            "varint": "5.0.0"
          }
        },
        "simple-concat": {
          "version": "1.0.0",
          "resolved": "https://registry.yarnpkg.com/simple-concat/-/simple-concat-1.0.0.tgz",
          "integrity": "sha1-c0TLuLbib7J9ZrL8hvn21Zl1IcY="
        },
        "simple-get": {
          "version": "2.8.1",
          "resolved": "https://registry.yarnpkg.com/simple-get/-/simple-get-2.8.1.tgz",
          "integrity": "sha1-DiLpHUV12HYgYgvJEwjVenf0S10=",
          "requires": {
            "decompress-response": "3.3.0",
            "once": "1.4.0",
            "simple-concat": "1.0.0"
          }
        },
        "sinon": {
          "version": "9.0.2",
          "resolved": "https://registry.yarnpkg.com/sinon/-/sinon-9.0.2.tgz",
          "integrity": "sha1-uQF+JGM/SxyY37bnhKXwUJ9f2F0=",
          "requires": {
            "@sinonjs/commons": "1.7.2",
            "@sinonjs/fake-timers": "6.0.1",
            "@sinonjs/formatio": "5.0.1",
            "@sinonjs/samsam": "5.0.3",
            "diff": "4.0.2",
            "nise": "4.0.3",
            "supports-color": "7.1.0"
          }
        },
        "slash": {
          "version": "3.0.0",
          "resolved": "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz",
          "integrity": "sha1-ZTm+hwwWWtvVJAIg2+Nh8bxNRjQ="
        },
        "slice-ansi": {
          "version": "2.1.0",
          "resolved": "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-2.1.0.tgz",
          "integrity": "sha1-ys12k0YaY3pXiNkqfdT7oGjoFjY=",
          "requires": {
            "ansi-styles": "3.2.1",
            "astral-regex": "1.0.0",
            "is-fullwidth-code-point": "2.0.0"
          },
          "dependencies": {
            "ansi-styles": {
              "version": "3.2.1",
              "resolved": "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz",
              "integrity": "sha1-QfuyAkPlCxK+DwS43tvwdSDOhB0=",
              "requires": {
                "color-convert": "1.9.3"
              }
            },
            "color-convert": {
              "version": "1.9.3",
              "resolved": "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz",
              "integrity": "sha1-u3GFBpDh8TZWfeYp0tVHHe2kweg=",
              "requires": {
                "color-name": "1.1.3"
              }
            },
            "color-name": {
              "version": "1.1.3",
              "resolved": "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz",
              "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU="
            }
          }
        },
        "snapdragon": {
          "version": "0.8.2",
          "resolved": "https://registry.yarnpkg.com/snapdragon/-/snapdragon-0.8.2.tgz",
          "integrity": "sha1-ZJIufFZbDhQgS6GqfWlkJ40lGC0=",
          "requires": {
            "base": "0.11.2",
            "debug": "2.6.9",
            "define-property": "0.2.5",
            "extend-shallow": "2.0.1",
            "map-cache": "0.2.2",
            "source-map": "0.5.7",
            "source-map-resolve": "0.5.3",
            "use": "3.1.1"
          }
        },
        "snapdragon-node": {
          "version": "2.1.1",
          "resolved": "https://registry.yarnpkg.com/snapdragon-node/-/snapdragon-node-2.1.1.tgz",
          "integrity": "sha1-bBdfhv8UvbByRWPo88GwIaKGhTs=",
          "requires": {
            "define-property": "1.0.0",
            "isobject": "3.0.1",
            "snapdragon-util": "3.0.1"
          },
          "dependencies": {
            "define-property": {
              "version": "1.0.0",
              "resolved": "https://registry.yarnpkg.com/define-property/-/define-property-1.0.0.tgz",
              "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=",
              "requires": {
                "is-descriptor": "1.0.2"
              }
            }
          }
        },
        "snapdragon-util": {
          "version": "3.0.1",
          "resolved": "https://registry.yarnpkg.com/snapdragon-util/-/snapdragon-util-3.0.1.tgz",
          "integrity": "sha1-+VZHlIbyrNeXAGk/b3uAXkWrVuI=",
          "requires": {
            "kind-of": "3.2.2"
          }
        },
        "source-map": {
          "version": "0.5.7",
          "resolved": "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz",
          "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w="
        },
        "source-map-resolve": {
          "version": "0.5.3",
          "resolved": "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.3.tgz",
          "integrity": "sha1-GQhmvs51U+H48mei7oLGBrVQmho=",
          "requires": {
            "atob": "2.1.2",
            "decode-uri-component": "0.2.0",
            "resolve-url": "0.2.1",
            "source-map-url": "0.4.0",
            "urix": "0.1.0"
          }
        },
        "source-map-support": {
          "version": "0.5.19",
          "resolved": "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.19.tgz",
          "integrity": "sha1-qYti+G3K9PZzmWSMCFKRq56P7WE=",
          "requires": {
            "buffer-from": "1.1.1",
            "source-map": "0.6.1"
          },
          "dependencies": {
            "source-map": {
              "version": "0.6.1",
              "resolved": "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz",
              "integrity": "sha1-dHIq8y6WFOnCh6jQu95IteLxomM="
            }
          }
        },
        "source-map-url": {
          "version": "0.4.0",
          "resolved": "https://registry.yarnpkg.com/source-map-url/-/source-map-url-0.4.0.tgz",
          "integrity": "sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM="
        },
        "spawn-wrap": {
          "version": "2.0.0",
          "resolved": "https://registry.yarnpkg.com/spawn-wrap/-/spawn-wrap-2.0.0.tgz",
          "integrity": "sha1-EDaFuLj5t5dxMYgnqnhlCmENRX4=",
          "requires": {
            "foreground-child": "2.0.0",
            "is-windows": "1.0.2",
            "make-dir": "3.0.2",
            "rimraf": "3.0.2",
            "signal-exit": "3.0.3",
            "which": "2.0.2"
          }
        },
        "spdx-correct": {
          "version": "3.1.0",
          "resolved": "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-3.1.0.tgz",
          "integrity": "sha1-+4PlBERSaPFUsHTiGMh8ADzTHfQ=",
          "requires": {
            "spdx-expression-parse": "3.0.0",
            "spdx-license-ids": "3.0.5"
          }
        },
        "spdx-exceptions": {
          "version": "2.2.0",
          "resolved": "https://registry.yarnpkg.com/spdx-exceptions/-/spdx-exceptions-2.2.0.tgz",
          "integrity": "sha1-LqRQrudPKom/uUUZwH/Nb0EyKXc="
        },
        "spdx-expression-parse": {
          "version": "3.0.0",
          "resolved": "https://registry.yarnpkg.com/spdx-expression-parse/-/spdx-expression-parse-3.0.0.tgz",
          "integrity": "sha1-meEZt6XaAOBUkcn6M4t5BII7QdA=",
          "requires": {
            "spdx-exceptions": "2.2.0",
            "spdx-license-ids": "3.0.5"
          }
        },
        "spdx-license-ids": {
          "version": "3.0.5",
          "resolved": "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.5.tgz",
          "integrity": "sha1-NpS1gEVnpFjTyARYQqY1hjL2JlQ="
        },
        "split": {
          "version": "0.3.3",
          "resolved": "https://registry.yarnpkg.com/split/-/split-0.3.3.tgz",
          "integrity": "sha1-zQ7qXmOiEd//frDwkcQTPi0N0o8=",
          "requires": {
            "through": "2.3.8"
          }
        },
        "split-string": {
          "version": "3.1.0",
          "resolved": "https://registry.yarnpkg.com/split-string/-/split-string-3.1.0.tgz",
          "integrity": "sha1-fLCd2jqGWFcFxks5pkZgOGguj+I=",
          "requires": {
            "extend-shallow": "3.0.2"
          },
          "dependencies": {
            "extend-shallow": {
              "version": "3.0.2",
              "resolved": "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-3.0.2.tgz",
              "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=",
              "requires": {
                "assign-symbols": "1.0.0",
                "is-extendable": "1.0.1"
              }
            },
            "is-extendable": {
              "version": "1.0.1",
              "resolved": "https://registry.yarnpkg.com/is-extendable/-/is-extendable-1.0.1.tgz",
              "integrity": "sha1-p0cPnkJnM9gb2B4RVSZOOjUHyrQ=",
              "requires": {
                "is-plain-object": "2.0.4"
              }
            }
          }
        },
        "split2": {
          "version": "2.2.0",
          "resolved": "https://registry.yarnpkg.com/split2/-/split2-2.2.0.tgz",
          "integrity": "sha1-GGsldbz4PoW30YRldWI47k7kJJM=",
          "requires": {
            "through2": "2.0.5"
          }
        },
        "sprintf-js": {
          "version": "1.0.3",
          "resolved": "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz",
          "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw="
        },
        "sshpk": {
          "version": "1.16.1",
          "resolved": "https://registry.yarnpkg.com/sshpk/-/sshpk-1.16.1.tgz",
          "integrity": "sha1-+2YcC+8ps520B2nuOfpwCT1vaHc=",
          "requires": {
            "asn1": "0.2.4",
            "assert-plus": "1.0.0",
            "dashdash": "1.14.1",
            "getpass": "0.1.7",
            "safer-buffer": "2.1.2",
            "jsbn": "0.1.1",
            "tweetnacl": "0.14.5",
            "ecc-jsbn": "0.1.2",
            "bcrypt-pbkdf": "1.0.2"
          },
          "dependencies": {
            "tweetnacl": {
              "version": "0.14.5",
              "resolved": "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz",
              "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q="
            }
          }
        },
        "stable": {
          "version": "0.1.8",
          "resolved": "https://registry.yarnpkg.com/stable/-/stable-0.1.8.tgz",
          "integrity": "sha1-g26zyDgv4pNv6vVEYxAXzn1Ho88="
        },
        "stack-utils": {
          "version": "2.0.2",
          "resolved": "https://registry.yarnpkg.com/stack-utils/-/stack-utils-2.0.2.tgz",
          "integrity": "sha1-XPSLRVe+y0Y40LxPIdI/XRlYZZM=",
          "requires": {
            "escape-string-regexp": "2.0.0"
          },
          "dependencies": {
            "escape-string-regexp": {
              "version": "2.0.0",
              "resolved": "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz",
              "integrity": "sha1-owME6Z2qMuI7L9IPUbq9B8/8o0Q="
            }
          }
        },
        "static-extend": {
          "version": "0.1.2",
          "resolved": "https://registry.yarnpkg.com/static-extend/-/static-extend-0.1.2.tgz",
          "integrity": "sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY=",
          "requires": {
            "define-property": "0.2.5",
            "object-copy": "0.1.0"
          }
        },
        "statuses": {
          "version": "1.5.0",
          "resolved": "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz",
          "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow="
        },
        "stream-combiner": {
          "version": "0.0.4",
          "resolved": "https://registry.yarnpkg.com/stream-combiner/-/stream-combiner-0.0.4.tgz",
          "integrity": "sha1-TV5DPBhSYd3mI8o/RMWGvPXErRQ=",
          "requires": {
            "duplexer": "0.1.1"
          }
        },
        "stream-http": {
          "version": "3.1.0",
          "resolved": "https://registry.yarnpkg.com/stream-http/-/stream-http-3.1.0.tgz",
          "integrity": "sha1-Ivsz/ptAVrTsz1i9j0AMS5k//lc=",
          "requires": {
            "builtin-status-codes": "3.0.0",
            "inherits": "2.0.4",
            "readable-stream": "3.6.0",
            "xtend": "4.0.2"
          },
          "dependencies": {
            "readable-stream": {
              "version": "3.6.0",
              "resolved": "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz",
              "integrity": "sha1-M3u9o63AcGvT4CRCaihtS0sskZg=",
              "requires": {
                "inherits": "2.0.4",
                "string_decoder": "1.1.1",
                "util-deprecate": "1.0.2"
              }
            },
            "safe-buffer": {
              "version": "5.1.2",
              "resolved": "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz",
              "integrity": "sha1-mR7GnSluAxN0fVm9/St0XDX4go0="
            },
            "string_decoder": {
              "version": "1.1.1",
              "resolved": "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz",
              "integrity": "sha1-nPFhG6YmhdcDCunkujQUnDrwP8g=",
              "requires": {
                "safe-buffer": "5.1.2"
              }
            }
          }
        },
        "stream-to-pull-stream": {
          "version": "1.7.3",
          "resolved": "https://registry.yarnpkg.com/stream-to-pull-stream/-/stream-to-pull-stream-1.7.3.tgz",
          "integrity": "sha1-QWGqLS65lk3mC/oa9/6vkX6HTs4=",
          "requires": {
            "looper": "3.0.0",
            "pull-stream": "3.6.14"
          }
        },
        "streamifier": {
          "version": "0.1.1",
          "resolved": "https://registry.yarnpkg.com/streamifier/-/streamifier-0.1.1.tgz",
          "integrity": "sha1-l+mNj6TRBdYqJpHR3AfoINuN/E8="
        },
        "strict-uri-encode": {
          "version": "1.1.0",
          "resolved": "https://registry.yarnpkg.com/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz",
          "integrity": "sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM="
        },
        "string-width": {
          "version": "4.2.0",
          "resolved": "https://registry.yarnpkg.com/string-width/-/string-width-4.2.0.tgz",
          "integrity": "sha1-lSGCxGzHssMT0VluYjmSvRY7crU=",
          "requires": {
            "emoji-regex": "8.0.0",
            "is-fullwidth-code-point": "3.0.0",
            "strip-ansi": "6.0.0"
          },
          "dependencies": {
            "is-fullwidth-code-point": {
              "version": "3.0.0",
              "resolved": "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
              "integrity": "sha1-8Rb4Bk/pCz94RKOJl8C3UFEmnx0="
            }
          }
        },
        "string.prototype.trim": {
          "version": "1.2.1",
          "resolved": "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.1.tgz",
          "integrity": "sha1-FBIz3/Msgr+tgGhNfl8Iae4Pt4I=",
          "requires": {
            "define-properties": "1.1.3",
            "es-abstract": "1.17.4",
            "function-bind": "1.1.1"
          }
        },
        "string.prototype.trimend": {
          "version": "1.0.1",
          "resolved": "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.1.tgz",
          "integrity": "sha1-hYEqa4R6wAInD1gIFGBkyZX7aRM=",
          "requires": {
            "define-properties": "1.1.3",
            "es-abstract": "1.17.5"
          }
        },
        "string.prototype.trimstart": {
          "version": "1.0.1",
          "resolved": "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.1.tgz",
          "integrity": "sha1-FK9tnzSwU/fPyJty+PLuFLkDmlQ=",
          "requires": {
            "define-properties": "1.1.3",
            "es-abstract": "1.17.5"
          }
        },
        "string_decoder": {
          "version": "0.10.31",
          "resolved": "https://registry.yarnpkg.com/string_decoder/-/string_decoder-0.10.31.tgz",
          "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ="
        },
        "stringify-tree": {
          "version": "1.1.1",
          "resolved": "https://registry.yarnpkg.com/stringify-tree/-/stringify-tree-1.1.1.tgz",
          "integrity": "sha1-Z0XDOC3HAMxMZdin19iez15z9+c=",
          "requires": {
            "lodash.flatten": "4.4.0",
            "@types/lodash.flatten": "4.4.6"
          }
        },
        "strip-ansi": {
          "version": "6.0.0",
          "resolved": "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.0.tgz",
          "integrity": "sha1-CxVx3XZpzNTz4G4U7x7tJiJa5TI=",
          "requires": {
            "ansi-regex": "5.0.0"
          },
          "dependencies": {
            "ansi-regex": {
              "version": "5.0.0",
              "resolved": "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.0.tgz",
              "integrity": "sha1-OIU59VF5vzkznIGvMKZU1p+Hy3U="
            }
          }
        },
        "strip-bom": {
          "version": "3.0.0",
          "resolved": "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz",
          "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM="
        },
        "strip-dirs": {
          "version": "2.1.0",
          "resolved": "https://registry.yarnpkg.com/strip-dirs/-/strip-dirs-2.1.0.tgz",
          "integrity": "sha1-SYdzYmT8NEzyD2w0rKnRPR1O1sU=",
          "requires": {
            "is-natural-number": "4.0.1"
          }
        },
        "strip-final-newline": {
          "version": "2.0.0",
          "resolved": "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-2.0.0.tgz",
          "integrity": "sha1-ibhS+y/L6Tb29LMYevsKEsGrWK0="
        },
        "strip-hex-prefix": {
          "version": "1.0.0",
          "resolved": "https://registry.yarnpkg.com/strip-hex-prefix/-/strip-hex-prefix-1.0.0.tgz",
          "integrity": "sha1-DF8VX+8RUTczd96du1iNoFUA428=",
          "requires": {
            "is-hex-prefixed": "1.0.0"
          }
        },
        "strip-json-comments": {
          "version": "3.1.0",
          "resolved": "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.0.tgz",
          "integrity": "sha1-djjTFCISns9EV0QACfugP5+awYA="
        },
        "supertap": {
          "version": "1.0.0",
          "resolved": "https://registry.yarnpkg.com/supertap/-/supertap-1.0.0.tgz",
          "integrity": "sha1-vZdRx/r9aMaM+CIqKYkiBqEZ+p4=",
          "requires": {
            "arrify": "1.0.1",
            "indent-string": "3.2.0",
            "js-yaml": "3.13.1",
            "serialize-error": "2.1.0",
            "strip-ansi": "4.0.0"
          },
          "dependencies": {
            "ansi-regex": {
              "version": "3.0.0",
              "resolved": "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz",
              "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg="
            },
            "indent-string": {
              "version": "3.2.0",
              "resolved": "https://registry.yarnpkg.com/indent-string/-/indent-string-3.2.0.tgz",
              "integrity": "sha1-Sl/W0nzDMvN+VBmlBNu4NxBckok="
            },
            "strip-ansi": {
              "version": "4.0.0",
              "resolved": "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-4.0.0.tgz",
              "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=",
              "requires": {
                "ansi-regex": "3.0.0"
              }
            }
          }
        },
        "supports-color": {
          "version": "7.1.0",
          "resolved": "https://registry.yarnpkg.com/supports-color/-/supports-color-7.1.0.tgz",
          "integrity": "sha1-aOMlkd9z4lrRxLSRCKLsUHliv9E=",
          "requires": {
            "has-flag": "4.0.0"
          }
        },
        "swarm-js": {
          "version": "0.1.39",
          "resolved": "https://registry.yarnpkg.com/swarm-js/-/swarm-js-0.1.39.tgz",
          "integrity": "sha1-eb7LB/KR1LKheMUP7nqm4QNCwOg=",
          "requires": {
            "bluebird": "3.7.2",
            "buffer": "5.6.0",
            "decompress": "4.2.1",
            "eth-lib": "0.1.29",
            "fs-extra": "4.0.3",
            "got": "7.1.0",
            "mime-types": "2.1.26",
            "mkdirp-promise": "5.0.1",
            "mock-fs": "4.11.0",
            "setimmediate": "1.0.5",
            "tar": "4.4.13",
            "xhr-request-promise": "0.1.3"
          },
          "dependencies": {
            "bn.js": {
              "version": "4.11.8",
              "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
              "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
            },
            "eth-lib": {
              "version": "0.1.29",
              "resolved": "https://registry.yarnpkg.com/eth-lib/-/eth-lib-0.1.29.tgz",
              "integrity": "sha1-DBH1Bg1C2p+THqthmQhHNPTb0dk=",
              "requires": {
                "bn.js": "4.11.8",
                "elliptic": "6.5.2",
                "nano-json-stream-parser": "0.1.2",
                "servify": "0.1.12",
                "ws": "3.3.3",
                "xhr-request-promise": "0.1.3"
              }
            },
            "fs-extra": {
              "version": "4.0.3",
              "resolved": "https://registry.yarnpkg.com/fs-extra/-/fs-extra-4.0.3.tgz",
              "integrity": "sha1-DYUhIuW8W+tFP7Ao6cDJvzY0DJQ=",
              "requires": {
                "graceful-fs": "4.2.4",
                "jsonfile": "4.0.0",
                "universalify": "0.1.2"
              }
            },
            "get-stream": {
              "version": "3.0.0",
              "resolved": "https://registry.yarnpkg.com/get-stream/-/get-stream-3.0.0.tgz",
              "integrity": "sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ="
            },
            "got": {
              "version": "7.1.0",
              "resolved": "https://registry.yarnpkg.com/got/-/got-7.1.0.tgz",
              "integrity": "sha1-BUUP2ECU5rvqVvRRpDqcKJFmOFo=",
              "requires": {
                "decompress-response": "3.3.0",
                "duplexer3": "0.1.4",
                "get-stream": "3.0.0",
                "is-plain-obj": "1.1.0",
                "is-retry-allowed": "1.2.0",
                "is-stream": "1.1.0",
                "isurl": "1.0.0",
                "lowercase-keys": "1.0.1",
                "p-cancelable": "0.3.0",
                "p-timeout": "1.2.1",
                "safe-buffer": "5.2.0",
                "timed-out": "4.0.1",
                "url-parse-lax": "1.0.0",
                "url-to-options": "1.0.1"
              }
            },
            "p-cancelable": {
              "version": "0.3.0",
              "resolved": "https://registry.yarnpkg.com/p-cancelable/-/p-cancelable-0.3.0.tgz",
              "integrity": "sha1-ueEjgAvOu3rBOkeb4ZW1B7mNMPo="
            },
            "prepend-http": {
              "version": "1.0.4",
              "resolved": "https://registry.yarnpkg.com/prepend-http/-/prepend-http-1.0.4.tgz",
              "integrity": "sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw="
            },
            "url-parse-lax": {
              "version": "1.0.0",
              "resolved": "https://registry.yarnpkg.com/url-parse-lax/-/url-parse-lax-1.0.0.tgz",
              "integrity": "sha1-evjzA2Rem9eaJy56FKxovAYJ2nM=",
              "requires": {
                "prepend-http": "1.0.4"
              }
            }
          }
        },
        "table": {
          "version": "5.4.6",
          "resolved": "https://registry.yarnpkg.com/table/-/table-5.4.6.tgz",
          "integrity": "sha1-EpLRlQDOP4YFOwXw6Ofko7shB54=",
          "requires": {
            "ajv": "6.12.3",
            "lodash": "4.17.19",
            "slice-ansi": "2.1.0",
            "string-width": "3.1.0"
          },
          "dependencies": {
            "ansi-regex": {
              "version": "4.1.0",
              "resolved": "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.0.tgz",
              "integrity": "sha1-i5+PCM8ay4Q3Vqg5yox+MWjFGZc="
            },
            "emoji-regex": {
              "version": "7.0.3",
              "resolved": "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-7.0.3.tgz",
              "integrity": "sha1-kzoEBShgyF6DwSJHnEdIqOTHIVY="
            },
            "string-width": {
              "version": "3.1.0",
              "resolved": "https://registry.yarnpkg.com/string-width/-/string-width-3.1.0.tgz",
              "integrity": "sha1-InZ74htirxCBV0MG9prFG2IgOWE=",
              "requires": {
                "emoji-regex": "7.0.3",
                "is-fullwidth-code-point": "2.0.0",
                "strip-ansi": "5.2.0"
              }
            },
            "strip-ansi": {
              "version": "5.2.0",
              "resolved": "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.2.0.tgz",
              "integrity": "sha1-jJpTb+tq/JYr36WxBKUJHBrZwK4=",
              "requires": {
                "ansi-regex": "4.1.0"
              }
            }
          }
        },
        "tape": {
          "version": "4.13.2",
          "resolved": "https://registry.yarnpkg.com/tape/-/tape-4.13.2.tgz",
          "integrity": "sha1-60GbnZvABAJbGoGltjCT4H9CVik=",
          "requires": {
            "deep-equal": "1.1.1",
            "defined": "1.0.0",
            "dotignore": "0.1.2",
            "for-each": "0.3.3",
            "function-bind": "1.1.1",
            "glob": "7.1.6",
            "has": "1.0.3",
            "inherits": "2.0.4",
            "is-regex": "1.0.5",
            "minimist": "1.2.5",
            "object-inspect": "1.7.0",
            "resolve": "1.15.1",
            "resumer": "0.0.0",
            "string.prototype.trim": "1.2.1",
            "through": "2.3.8"
          },
          "dependencies": {
            "resolve": {
              "version": "1.15.1",
              "resolved": "https://registry.yarnpkg.com/resolve/-/resolve-1.15.1.tgz",
              "integrity": "sha1-J73N7/6vLWJEuVuw+fS0ZTRR8+g=",
              "requires": {
                "path-parse": "1.0.6"
              }
            }
          }
        },
        "tar": {
          "version": "4.4.13",
          "resolved": "https://registry.yarnpkg.com/tar/-/tar-4.4.13.tgz",
          "integrity": "sha1-Q7NkvFKIjVVSmGN7ENYHkCVKtSU=",
          "requires": {
            "chownr": "1.1.4",
            "fs-minipass": "1.2.7",
            "minipass": "2.9.0",
            "minizlib": "1.3.3",
            "mkdirp": "0.5.5",
            "safe-buffer": "5.2.0",
            "yallist": "3.1.1"
          }
        },
        "tar-stream": {
          "version": "1.6.2",
          "resolved": "https://registry.yarnpkg.com/tar-stream/-/tar-stream-1.6.2.tgz",
          "integrity": "sha1-jqVdqzeXIlPZqa+Q/c1VmuQ1xVU=",
          "requires": {
            "bl": "1.2.2",
            "buffer-alloc": "1.2.0",
            "end-of-stream": "1.4.4",
            "fs-constants": "1.0.0",
            "readable-stream": "2.3.7",
            "to-buffer": "1.1.1",
            "xtend": "4.0.2"
          },
          "dependencies": {
            "bl": {
              "version": "1.2.2",
              "resolved": "https://registry.yarnpkg.com/bl/-/bl-1.2.2.tgz",
              "integrity": "sha1-oWCRFxcQPAdBDO9j71Gzl8Alr5w=",
              "requires": {
                "readable-stream": "2.3.7",
                "safe-buffer": "5.2.0"
              }
            }
          }
        },
        "temp-dir": {
          "version": "2.0.0",
          "resolved": "https://registry.yarnpkg.com/temp-dir/-/temp-dir-2.0.0.tgz",
          "integrity": "sha1-vekrBb3+sVFugEycAK1FF38xMh4="
        },
        "term-size": {
          "version": "2.2.0",
          "resolved": "https://registry.yarnpkg.com/term-size/-/term-size-2.2.0.tgz",
          "integrity": "sha1-Hxat7f6b3BiADhd2ghc0CG/MZ1M="
        },
        "test-exclude": {
          "version": "6.0.0",
          "resolved": "https://registry.yarnpkg.com/test-exclude/-/test-exclude-6.0.0.tgz",
          "integrity": "sha1-BKhphmHYBepvopO2y55jrARO8V4=",
          "requires": {
            "@istanbuljs/schema": "0.1.2",
            "glob": "7.1.6",
            "minimatch": "3.0.4"
          }
        },
        "text-table": {
          "version": "0.2.0",
          "resolved": "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz",
          "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ="
        },
        "through": {
          "version": "2.3.8",
          "resolved": "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz",
          "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU="
        },
        "through2": {
          "version": "2.0.5",
          "resolved": "https://registry.yarnpkg.com/through2/-/through2-2.0.5.tgz",
          "integrity": "sha1-AcHjnrMdB8t9A6lqcIIyYLIxMs0=",
          "requires": {
            "readable-stream": "2.3.7",
            "xtend": "4.0.2"
          }
        },
        "time-zone": {
          "version": "1.0.0",
          "resolved": "https://registry.yarnpkg.com/time-zone/-/time-zone-1.0.0.tgz",
          "integrity": "sha1-mcW/VZWJZq9tBtg73zgA3IL67F0="
        },
        "timed-out": {
          "version": "4.0.1",
          "resolved": "https://registry.yarnpkg.com/timed-out/-/timed-out-4.0.1.tgz",
          "integrity": "sha1-8y6srFoXW+ol1/q1Zas+2HQe9W8="
        },
        "tiny-each-async": {
          "version": "2.0.3",
          "resolved": "https://registry.yarnpkg.com/tiny-each-async/-/tiny-each-async-2.0.3.tgz",
          "integrity": "sha1-jru/1tYpXxNwAD+7NxYq/loKUdE="
        },
        "to-buffer": {
          "version": "1.1.1",
          "resolved": "https://registry.yarnpkg.com/to-buffer/-/to-buffer-1.1.1.tgz",
          "integrity": "sha1-STvUj2LXxD/N7TE6A9ytsuEhOoA="
        },
        "to-fast-properties": {
          "version": "2.0.0",
          "resolved": "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
          "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4="
        },
        "to-object-path": {
          "version": "0.3.0",
          "resolved": "https://registry.yarnpkg.com/to-object-path/-/to-object-path-0.3.0.tgz",
          "integrity": "sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=",
          "requires": {
            "kind-of": "3.2.2"
          }
        },
        "to-readable-stream": {
          "version": "1.0.0",
          "resolved": "https://registry.yarnpkg.com/to-readable-stream/-/to-readable-stream-1.0.0.tgz",
          "integrity": "sha1-zgqgwvPfat+FLvtASng+d8BHV3E="
        },
        "to-regex": {
          "version": "3.0.2",
          "resolved": "https://registry.yarnpkg.com/to-regex/-/to-regex-3.0.2.tgz",
          "integrity": "sha1-E8/dmzNlUvMLUfM6iuG0Knp1mc4=",
          "requires": {
            "define-property": "2.0.2",
            "extend-shallow": "3.0.2",
            "regex-not": "1.0.2",
            "safe-regex": "1.1.0"
          },
          "dependencies": {
            "define-property": {
              "version": "2.0.2",
              "resolved": "https://registry.yarnpkg.com/define-property/-/define-property-2.0.2.tgz",
              "integrity": "sha1-1Flono1lS6d+AqgX+HENcCyxbp0=",
              "requires": {
                "is-descriptor": "1.0.2",
                "isobject": "3.0.1"
              }
            },
            "extend-shallow": {
              "version": "3.0.2",
              "resolved": "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-3.0.2.tgz",
              "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=",
              "requires": {
                "assign-symbols": "1.0.0",
                "is-extendable": "1.0.1"
              }
            },
            "is-extendable": {
              "version": "1.0.1",
              "resolved": "https://registry.yarnpkg.com/is-extendable/-/is-extendable-1.0.1.tgz",
              "integrity": "sha1-p0cPnkJnM9gb2B4RVSZOOjUHyrQ=",
              "requires": {
                "is-plain-object": "2.0.4"
              }
            }
          }
        },
        "to-regex-range": {
          "version": "2.1.1",
          "resolved": "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-2.1.1.tgz",
          "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=",
          "requires": {
            "is-number": "3.0.0",
            "repeat-string": "1.6.1"
          }
        },
        "toidentifier": {
          "version": "1.0.0",
          "resolved": "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.0.tgz",
          "integrity": "sha1-fhvjRw8ed5SLxD2Uo8j013UrpVM="
        },
        "tough-cookie": {
          "version": "2.5.0",
          "resolved": "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.5.0.tgz",
          "integrity": "sha1-zZ+yoKodWhK0c72fuW+j3P9lreI=",
          "requires": {
            "psl": "1.8.0",
            "punycode": "2.1.1"
          }
        },
        "traverse": {
          "version": "0.6.6",
          "resolved": "https://registry.yarnpkg.com/traverse/-/traverse-0.6.6.tgz",
          "integrity": "sha1-y99WD9e5r2MlAv7UD5GMFX6pcTc="
        },
        "trim-off-newlines": {
          "version": "1.0.1",
          "resolved": "https://registry.yarnpkg.com/trim-off-newlines/-/trim-off-newlines-1.0.1.tgz",
          "integrity": "sha1-n5up2e+odkw4dpi8v+sshI8RrbM="
        },
        "trim-right": {
          "version": "1.0.1",
          "resolved": "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz",
          "integrity": "sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM="
        },
        "tsconfig-paths": {
          "version": "3.9.0",
          "resolved": "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.9.0.tgz",
          "integrity": "sha1-CYVHpsREiAfo/Ljq4IEGTumjyQs=",
          "requires": {
            "@types/json5": "0.0.29",
            "json5": "1.0.1",
            "minimist": "1.2.5",
            "strip-bom": "3.0.0"
          },
          "dependencies": {
            "json5": {
              "version": "1.0.1",
              "resolved": "https://registry.yarnpkg.com/json5/-/json5-1.0.1.tgz",
              "integrity": "sha1-d5+wAYYE+oVOrL9iUhgNg1Q+Pb4=",
              "requires": {
                "minimist": "1.2.5"
              }
            }
          }
        },
        "tslib": {
          "version": "1.11.1",
          "resolved": "https://registry.yarnpkg.com/tslib/-/tslib-1.11.1.tgz",
          "integrity": "sha1-6xXRKIJ/vuKEFUnhcfRe0zisfjU="
        },
        "tsort": {
          "version": "0.0.1",
          "resolved": "https://registry.yarnpkg.com/tsort/-/tsort-0.0.1.tgz",
          "integrity": "sha1-4igPXoF/i/QnVlf9D5rr1E9aJ4Y="
        },
        "tunnel-agent": {
          "version": "0.6.0",
          "resolved": "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz",
          "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=",
          "requires": {
            "safe-buffer": "5.2.0"
          }
        },
        "tweetnacl": {
          "version": "1.0.3",
          "resolved": "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-1.0.3.tgz",
          "integrity": "sha1-rAr3FoBFjYpjeNDQ0FCrFAfTVZY="
        },
        "type": {
          "version": "1.2.0",
          "resolved": "https://registry.yarnpkg.com/type/-/type-1.2.0.tgz",
          "integrity": "sha1-hI3XaY2vo+VKbEeedZxLw/GIR6A="
        },
        "type-check": {
          "version": "0.4.0",
          "resolved": "https://registry.yarnpkg.com/type-check/-/type-check-0.4.0.tgz",
          "integrity": "sha1-B7ggO/pwVsBlcFDjzNLDdzC6uPE=",
          "requires": {
            "prelude-ls": "1.2.1"
          }
        },
        "type-detect": {
          "version": "4.0.8",
          "resolved": "https://registry.yarnpkg.com/type-detect/-/type-detect-4.0.8.tgz",
          "integrity": "sha1-dkb7XxiHHPu3dJ5pvTmmOI63RQw="
        },
        "type-fest": {
          "version": "0.8.1",
          "resolved": "https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz",
          "integrity": "sha1-CeJJ696FHTseSNJ8EFREZn8XuD0="
        },
        "type-is": {
          "version": "1.6.18",
          "resolved": "https://registry.yarnpkg.com/type-is/-/type-is-1.6.18.tgz",
          "integrity": "sha1-TlUs0F3wlGfcvE73Od6J8s83wTE=",
          "requires": {
            "media-typer": "0.3.0",
            "mime-types": "2.1.26"
          }
        },
        "typedarray": {
          "version": "0.0.6",
          "resolved": "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz",
          "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c="
        },
        "typedarray-to-buffer": {
          "version": "3.1.5",
          "resolved": "https://registry.yarnpkg.com/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz",
          "integrity": "sha1-qX7nqf9CaRufeD/xvFES/j/KkIA=",
          "requires": {
            "is-typedarray": "1.0.0"
          }
        },
        "ultron": {
          "version": "1.1.1",
          "resolved": "https://registry.yarnpkg.com/ultron/-/ultron-1.1.1.tgz",
          "integrity": "sha1-n+FTahCmZKZSZqHjzPhf02MCvJw="
        },
        "unbzip2-stream": {
          "version": "1.4.1",
          "resolved": "https://registry.yarnpkg.com/unbzip2-stream/-/unbzip2-stream-1.4.1.tgz",
          "integrity": "sha1-FRsQSvhT3z79qhNdix7KhQpEtCY=",
          "requires": {
            "buffer": "5.4.3",
            "through": "2.3.8"
          }
        },
        "underscore": {
          "version": "1.9.1",
          "resolved": "https://registry.yarnpkg.com/underscore/-/underscore-1.9.1.tgz",
          "integrity": "sha1-BtzjSg5op7q8KbNluOdLiSUgOWE="
        },
        "unicode-canonical-property-names-ecmascript": {
          "version": "1.0.4",
          "resolved": "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-1.0.4.tgz",
          "integrity": "sha1-JhmADEyCWADv3YNDr33Zkzy+KBg="
        },
        "unicode-match-property-ecmascript": {
          "version": "1.0.4",
          "resolved": "https://registry.yarnpkg.com/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-1.0.4.tgz",
          "integrity": "sha1-jtKjJWmWG86SJ9Cc0/+7j+1fAgw=",
          "requires": {
            "unicode-canonical-property-names-ecmascript": "1.0.4",
            "unicode-property-aliases-ecmascript": "1.1.0"
          }
        },
        "unicode-match-property-value-ecmascript": {
          "version": "1.2.0",
          "resolved": "https://registry.yarnpkg.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-1.2.0.tgz",
          "integrity": "sha1-DZH2AO7rMJaqlisdb8iIduZOpTE="
        },
        "unicode-property-aliases-ecmascript": {
          "version": "1.1.0",
          "resolved": "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-1.1.0.tgz",
          "integrity": "sha1-3Vepn2IHvt/0Yoq++5TFDblByPQ="
        },
        "union-value": {
          "version": "1.0.1",
          "resolved": "https://registry.yarnpkg.com/union-value/-/union-value-1.0.1.tgz",
          "integrity": "sha1-C2/nuDWuzaYcbqTU8CwUIh4QmEc=",
          "requires": {
            "arr-union": "3.1.0",
            "get-value": "2.0.6",
            "is-extendable": "0.1.1",
            "set-value": "2.0.1"
          }
        },
        "unique-by": {
          "version": "1.0.0",
          "resolved": "https://registry.yarnpkg.com/unique-by/-/unique-by-1.0.0.tgz",
          "integrity": "sha1-UiDIa6e8Vy+3E610ZRRwy2RCEr0="
        },
        "unique-string": {
          "version": "2.0.0",
          "resolved": "https://registry.yarnpkg.com/unique-string/-/unique-string-2.0.0.tgz",
          "integrity": "sha1-OcZFH4GvsnSd4rIz4/fF6IQ72J0=",
          "requires": {
            "crypto-random-string": "2.0.0"
          }
        },
        "universalify": {
          "version": "0.1.2",
          "resolved": "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz",
          "integrity": "sha1-tkb2m+OULavOzJ1mOcgNwQXvqmY="
        },
        "unorm": {
          "version": "1.6.0",
          "resolved": "https://registry.yarnpkg.com/unorm/-/unorm-1.6.0.tgz",
          "integrity": "sha1-ApsolmH7pxTxqa9DnrUdmxbCBa8="
        },
        "unpipe": {
          "version": "1.0.0",
          "resolved": "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz",
          "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw="
        },
        "unset-value": {
          "version": "1.0.0",
          "resolved": "https://registry.yarnpkg.com/unset-value/-/unset-value-1.0.0.tgz",
          "integrity": "sha1-g3aHP30jNRef+x5vw6jtDfyKtVk=",
          "requires": {
            "has-value": "0.3.1",
            "isobject": "3.0.1"
          },
          "dependencies": {
            "has-value": {
              "version": "0.3.1",
              "resolved": "https://registry.yarnpkg.com/has-value/-/has-value-0.3.1.tgz",
              "integrity": "sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8=",
              "requires": {
                "get-value": "2.0.6",
                "has-values": "0.1.4",
                "isobject": "2.1.0"
              },
              "dependencies": {
                "isobject": {
                  "version": "2.1.0",
                  "resolved": "https://registry.yarnpkg.com/isobject/-/isobject-2.1.0.tgz",
                  "integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=",
                  "requires": {
                    "isarray": "1.0.0"
                  }
                }
              }
            },
            "has-values": {
              "version": "0.1.4",
              "resolved": "https://registry.yarnpkg.com/has-values/-/has-values-0.1.4.tgz",
              "integrity": "sha1-bWHeldkd/Km5oCCJrThL/49it3E="
            },
            "isarray": {
              "version": "1.0.0",
              "resolved": "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz",
              "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE="
            }
          }
        },
        "upath": {
          "version": "1.2.0",
          "resolved": "https://registry.yarnpkg.com/upath/-/upath-1.2.0.tgz",
          "integrity": "sha1-j2bbzVWog6za5ECK+LA1pQRMGJQ="
        },
        "update-notifier": {
          "version": "4.1.0",
          "resolved": "https://registry.yarnpkg.com/update-notifier/-/update-notifier-4.1.0.tgz",
          "integrity": "sha1-SGa5jDvFtUc8AgsSUFg2KPmjKPM=",
          "requires": {
            "boxen": "4.2.0",
            "chalk": "3.0.0",
            "configstore": "5.0.1",
            "has-yarn": "2.1.0",
            "import-lazy": "2.1.0",
            "is-ci": "2.0.0",
            "is-installed-globally": "0.3.2",
            "is-npm": "4.0.0",
            "is-yarn-global": "0.3.0",
            "latest-version": "5.1.0",
            "pupa": "2.0.1",
            "semver-diff": "3.1.1",
            "xdg-basedir": "4.0.0"
          }
        },
        "uri-js": {
          "version": "4.2.2",
          "resolved": "https://registry.yarnpkg.com/uri-js/-/uri-js-4.2.2.tgz",
          "integrity": "sha1-lMVA4f93KVbiKZUHwBCupsiDjrA=",
          "requires": {
            "punycode": "2.1.1"
          }
        },
        "urix": {
          "version": "0.1.0",
          "resolved": "https://registry.yarnpkg.com/urix/-/urix-0.1.0.tgz",
          "integrity": "sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI="
        },
        "url-parse-lax": {
          "version": "3.0.0",
          "resolved": "https://registry.yarnpkg.com/url-parse-lax/-/url-parse-lax-3.0.0.tgz",
          "integrity": "sha1-FrXK/Afb42dsGxmZF3gj1lA6yww=",
          "requires": {
            "prepend-http": "2.0.0"
          }
        },
        "url-set-query": {
          "version": "1.0.0",
          "resolved": "https://registry.yarnpkg.com/url-set-query/-/url-set-query-1.0.0.tgz",
          "integrity": "sha1-AW6M/Xwg7gXK/neV6JK9BwL6ozk="
        },
        "url-to-options": {
          "version": "1.0.1",
          "resolved": "https://registry.yarnpkg.com/url-to-options/-/url-to-options-1.0.1.tgz",
          "integrity": "sha1-FQWgOiiaSMvXpDTvuu7FBV9WM6k="
        },
        "ursa-optional": {
          "version": "0.10.1",
          "resolved": "https://registry.yarnpkg.com/ursa-optional/-/ursa-optional-0.10.1.tgz",
          "integrity": "sha1-hHueQKNYxB8iZKBNUruh6S8Vmtw=",
          "requires": {
            "bindings": "1.5.0",
            "nan": "2.14.0"
          }
        },
        "use": {
          "version": "3.1.1",
          "resolved": "https://registry.yarnpkg.com/use/-/use-3.1.1.tgz",
          "integrity": "sha1-1QyMrHmhn7wg8pEfVuuXP04QBw8="
        },
        "utf8": {
          "version": "3.0.0",
          "resolved": "https://registry.yarnpkg.com/utf8/-/utf8-3.0.0.tgz",
          "integrity": "sha1-8FLu0TZNaW52nvBYsYPfiMh/adE="
        },
        "util-deprecate": {
          "version": "1.0.2",
          "resolved": "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz",
          "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8="
        },
        "utils-merge": {
          "version": "1.0.1",
          "resolved": "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz",
          "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM="
        },
        "uuid": {
          "version": "3.4.0",
          "resolved": "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz",
          "integrity": "sha1-sj5DWK+oogL+ehAK8fX4g/AgB+4="
        },
        "v8-compile-cache": {
          "version": "2.1.0",
          "resolved": "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.1.0.tgz",
          "integrity": "sha1-4U3jezGm0ZT1aQ1n78Tn9vxqsw4="
        },
        "validate-npm-package-license": {
          "version": "3.0.4",
          "resolved": "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz",
          "integrity": "sha1-/JH2uce6FchX9MssXe/uw51PQQo=",
          "requires": {
            "spdx-correct": "3.1.0",
            "spdx-expression-parse": "3.0.0"
          }
        },
        "varint": {
          "version": "5.0.0",
          "resolved": "https://registry.yarnpkg.com/varint/-/varint-5.0.0.tgz",
          "integrity": "sha1-2Ca4n3SQcy+rwMDtaT7Uddyynr8="
        },
        "vary": {
          "version": "1.1.2",
          "resolved": "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz",
          "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw="
        },
        "verror": {
          "version": "1.10.0",
          "resolved": "https://registry.yarnpkg.com/verror/-/verror-1.10.0.tgz",
          "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=",
          "requires": {
            "assert-plus": "1.0.0",
            "core-util-is": "1.0.2",
            "extsprintf": "1.3.0"
          }
        },
        "wcwidth": {
          "version": "1.0.1",
          "resolved": "https://registry.yarnpkg.com/wcwidth/-/wcwidth-1.0.1.tgz",
          "integrity": "sha1-8LDc+RW8X/FSivrbLA4XtTLaL+g=",
          "requires": {
            "defaults": "1.0.3"
          }
        },
        "web3": {
          "version": "1.2.9",
          "resolved": "https://registry.yarnpkg.com/web3/-/web3-1.2.9.tgz",
          "integrity": "sha1-y88cD7peITpt+x8sH0s3Bi5M4zc=",
          "requires": {
            "web3-bzz": "1.2.9",
            "web3-core": "1.2.9",
            "web3-eth": "1.2.9",
            "web3-eth-personal": "1.2.9",
            "web3-net": "1.2.9",
            "web3-shh": "1.2.9",
            "web3-utils": "1.2.9"
          },
          "dependencies": {
            "bn.js": {
              "version": "4.11.8",
              "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
              "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
            },
            "web3-core": {
              "version": "1.2.9",
              "resolved": "https://registry.yarnpkg.com/web3-core/-/web3-core-1.2.9.tgz",
              "integrity": "sha1-LLpXqiWbZAnbUy0hvfV9uNUE/T4=",
              "requires": {
                "@types/bn.js": "4.11.6",
                "@types/node": "12.12.19",
                "bignumber.js": "9.0.0",
                "web3-core-helpers": "1.2.9",
                "web3-core-method": "1.2.9",
                "web3-core-requestmanager": "1.2.9",
                "web3-utils": "1.2.9"
              }
            },
            "web3-core-helpers": {
              "version": "1.2.9",
              "resolved": "https://registry.yarnpkg.com/web3-core-helpers/-/web3-core-helpers-1.2.9.tgz",
              "integrity": "sha1-Y4EHfD4BwScBjLnp49FCJpcSMxU=",
              "requires": {
                "underscore": "1.9.1",
                "web3-eth-iban": "1.2.9",
                "web3-utils": "1.2.9"
              }
            },
            "web3-core-method": {
              "version": "1.2.9",
              "resolved": "https://registry.yarnpkg.com/web3-core-method/-/web3-core-method-1.2.9.tgz",
              "integrity": "sha1-P7U4dRApvqVw5PhnMeL6XklF5GI=",
              "requires": {
                "@ethersproject/transactions": "5.0.1",
                "underscore": "1.9.1",
                "web3-core-helpers": "1.2.9",
                "web3-core-promievent": "1.2.9",
                "web3-core-subscriptions": "1.2.9",
                "web3-utils": "1.2.9"
              }
            },
            "web3-core-promievent": {
              "version": "1.2.9",
              "resolved": "https://registry.yarnpkg.com/web3-core-promievent/-/web3-core-promievent-1.2.9.tgz",
              "integrity": "sha1-uxxWqm+sL0s8WYUQ8GVU0lwRxVM=",
              "requires": {
                "eventemitter3": "3.1.2"
              }
            },
            "web3-core-requestmanager": {
              "version": "1.2.9",
              "resolved": "https://registry.yarnpkg.com/web3-core-requestmanager/-/web3-core-requestmanager-1.2.9.tgz",
              "integrity": "sha1-3W2FUlbE3WgUNP4IZ/jNdC/hBQM=",
              "requires": {
                "underscore": "1.9.1",
                "web3-core-helpers": "1.2.9",
                "web3-providers-http": "1.2.9",
                "web3-providers-ipc": "1.2.9",
                "web3-providers-ws": "1.2.9"
              }
            },
            "web3-core-subscriptions": {
              "version": "1.2.9",
              "resolved": "https://registry.yarnpkg.com/web3-core-subscriptions/-/web3-core-subscriptions-1.2.9.tgz",
              "integrity": "sha1-M1/X0V385deLS3vvBc5LPXI3sOQ=",
              "requires": {
                "eventemitter3": "3.1.2",
                "underscore": "1.9.1",
                "web3-core-helpers": "1.2.9"
              }
            },
            "web3-eth-iban": {
              "version": "1.2.9",
              "resolved": "https://registry.yarnpkg.com/web3-eth-iban/-/web3-eth-iban-1.2.9.tgz",
              "integrity": "sha1-Tr89h4PzTQTEdA3BiThVZGY5n3o=",
              "requires": {
                "bn.js": "4.11.8",
                "web3-utils": "1.2.9"
              }
            },
            "web3-eth-personal": {
              "version": "1.2.9",
              "resolved": "https://registry.yarnpkg.com/web3-eth-personal/-/web3-eth-personal-1.2.9.tgz",
              "integrity": "sha1-m5XrFZuVC4PNiuFYc+HVdxG3o2g=",
              "requires": {
                "@types/node": "12.12.19",
                "web3-core": "1.2.9",
                "web3-core-helpers": "1.2.9",
                "web3-core-method": "1.2.9",
                "web3-net": "1.2.9",
                "web3-utils": "1.2.9"
              }
            },
            "web3-net": {
              "version": "1.2.9",
              "resolved": "https://registry.yarnpkg.com/web3-net/-/web3-net-1.2.9.tgz",
              "integrity": "sha1-UdJI7RvFw3cTxKxAwAc9m+rNh9M=",
              "requires": {
                "web3-core": "1.2.9",
                "web3-core-method": "1.2.9",
                "web3-utils": "1.2.9"
              }
            },
            "web3-providers-http": {
              "version": "1.2.9",
              "resolved": "https://registry.yarnpkg.com/web3-providers-http/-/web3-providers-http-1.2.9.tgz",
              "integrity": "sha1-5piqU3fiAZwkxaHm76D1EBhyiTQ=",
              "requires": {
                "web3-core-helpers": "1.2.9",
                "xhr2-cookies": "1.1.0"
              }
            },
            "web3-providers-ipc": {
              "version": "1.2.9",
              "resolved": "https://registry.yarnpkg.com/web3-providers-ipc/-/web3-providers-ipc-1.2.9.tgz",
              "integrity": "sha1-YVnqz816wx7cRw2T7xCBT+h0djs=",
              "requires": {
                "oboe": "2.1.4",
                "underscore": "1.9.1",
                "web3-core-helpers": "1.2.9"
              }
            },
            "web3-providers-ws": {
              "version": "1.2.9",
              "resolved": "https://registry.yarnpkg.com/web3-providers-ws/-/web3-providers-ws-1.2.9.tgz",
              "integrity": "sha1-IsIAZlXsRLStK0GsrmJ0GmrnqIw=",
              "requires": {
                "eventemitter3": "4.0.0",
                "underscore": "1.9.1",
                "web3-core-helpers": "1.2.9",
                "websocket": "1.0.31"
              }
            },
            "websocket": {
              "version": "1.0.31",
              "resolved": "https://registry.yarnpkg.com/websocket/-/websocket-1.0.31.tgz",
              "integrity": "sha1-5dDxbDNA7YdnDkieyuYUTHk1hzA=",
              "requires": {
                "debug": "2.6.9",
                "es5-ext": "0.10.53",
                "nan": "2.14.0",
                "typedarray-to-buffer": "3.1.5",
                "yaeti": "0.0.6"
              }
            }
          }
        },
        "web3-bzz": {
          "version": "1.2.9",
          "resolved": "https://registry.yarnpkg.com/web3-bzz/-/web3-bzz-1.2.9.tgz",
          "integrity": "sha1-Jfijc7wt0Bn0e/gFI1RvmLk8h5A=",
          "requires": {
            "@types/node": "10.17.13",
            "got": "9.6.0",
            "swarm-js": "0.1.40",
            "underscore": "1.9.1"
          },
          "dependencies": {
            "bn.js": {
              "version": "4.11.8",
              "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
              "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
            },
            "eth-lib": {
              "version": "0.1.29",
              "resolved": "https://registry.yarnpkg.com/eth-lib/-/eth-lib-0.1.29.tgz",
              "integrity": "sha1-DBH1Bg1C2p+THqthmQhHNPTb0dk=",
              "requires": {
                "bn.js": "4.11.8",
                "elliptic": "6.5.2",
                "nano-json-stream-parser": "0.1.2",
                "servify": "0.1.12",
                "ws": "3.3.3",
                "xhr-request-promise": "0.1.3"
              }
            },
            "fs-extra": {
              "version": "4.0.3",
              "resolved": "https://registry.yarnpkg.com/fs-extra/-/fs-extra-4.0.3.tgz",
              "integrity": "sha1-DYUhIuW8W+tFP7Ao6cDJvzY0DJQ=",
              "requires": {
                "graceful-fs": "4.2.4",
                "jsonfile": "4.0.0",
                "universalify": "0.1.2"
              }
            },
            "get-stream": {
              "version": "3.0.0",
              "resolved": "https://registry.yarnpkg.com/get-stream/-/get-stream-3.0.0.tgz",
              "integrity": "sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ="
            },
            "p-cancelable": {
              "version": "0.3.0",
              "resolved": "https://registry.yarnpkg.com/p-cancelable/-/p-cancelable-0.3.0.tgz",
              "integrity": "sha1-ueEjgAvOu3rBOkeb4ZW1B7mNMPo="
            },
            "prepend-http": {
              "version": "1.0.4",
              "resolved": "https://registry.yarnpkg.com/prepend-http/-/prepend-http-1.0.4.tgz",
              "integrity": "sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw="
            },
            "swarm-js": {
              "version": "0.1.40",
              "resolved": "https://registry.yarnpkg.com/swarm-js/-/swarm-js-0.1.40.tgz",
              "integrity": "sha1-sbx7bcx2Bh9sdyID4ATBGZfga5k=",
              "requires": {
                "bluebird": "3.7.2",
                "buffer": "5.6.0",
                "eth-lib": "0.1.29",
                "fs-extra": "4.0.3",
                "got": "7.1.0",
                "mime-types": "2.1.26",
                "mkdirp-promise": "5.0.1",
                "mock-fs": "4.11.0",
                "setimmediate": "1.0.5",
                "tar": "4.4.13",
                "xhr-request": "1.1.0"
              },
              "dependencies": {
                "got": {
                  "version": "7.1.0",
                  "resolved": "https://registry.yarnpkg.com/got/-/got-7.1.0.tgz",
                  "integrity": "sha1-BUUP2ECU5rvqVvRRpDqcKJFmOFo=",
                  "requires": {
                    "decompress-response": "3.3.0",
                    "duplexer3": "0.1.4",
                    "get-stream": "3.0.0",
                    "is-plain-obj": "1.1.0",
                    "is-retry-allowed": "1.2.0",
                    "is-stream": "1.1.0",
                    "isurl": "1.0.0",
                    "lowercase-keys": "1.0.1",
                    "p-cancelable": "0.3.0",
                    "p-timeout": "1.2.1",
                    "safe-buffer": "5.2.0",
                    "timed-out": "4.0.1",
                    "url-parse-lax": "1.0.0",
                    "url-to-options": "1.0.1"
                  }
                }
              }
            },
            "url-parse-lax": {
              "version": "1.0.0",
              "resolved": "https://registry.yarnpkg.com/url-parse-lax/-/url-parse-lax-1.0.0.tgz",
              "integrity": "sha1-evjzA2Rem9eaJy56FKxovAYJ2nM=",
              "requires": {
                "prepend-http": "1.0.4"
              }
            }
          }
        },
        "web3-core": {
          "version": "1.2.1",
          "resolved": "https://registry.yarnpkg.com/web3-core/-/web3-core-1.2.1.tgz",
          "integrity": "sha1-cni1j7ZJUGXnOnfvu854Gn/d8ak=",
          "requires": {
            "web3-core-helpers": "1.2.1",
            "web3-core-method": "1.2.1",
            "web3-core-requestmanager": "1.2.1",
            "web3-utils": "1.2.1"
          },
          "dependencies": {
            "bn.js": {
              "version": "4.11.8",
              "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
              "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
            },
            "web3-utils": {
              "version": "1.2.1",
              "resolved": "https://registry.yarnpkg.com/web3-utils/-/web3-utils-1.2.1.tgz",
              "integrity": "sha1-IUZuOCkVUd4Ks0VY3iFRKsQnRTQ=",
              "requires": {
                "bn.js": "4.11.8",
                "eth-lib": "0.2.7",
                "ethjs-unit": "0.1.6",
                "number-to-bn": "1.7.0",
                "randomhex": "0.1.5",
                "underscore": "1.9.1",
                "utf8": "3.0.0"
              }
            }
          }
        },
        "web3-core-helpers": {
          "version": "1.2.1",
          "resolved": "https://registry.yarnpkg.com/web3-core-helpers/-/web3-core-helpers-1.2.1.tgz",
          "integrity": "sha1-9fMtccYKSjvRR4YRjmM858ptXQ0=",
          "requires": {
            "underscore": "1.9.1",
            "web3-eth-iban": "1.2.1",
            "web3-utils": "1.2.1"
          },
          "dependencies": {
            "bn.js": {
              "version": "4.11.8",
              "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
              "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
            },
            "web3-utils": {
              "version": "1.2.1",
              "resolved": "https://registry.yarnpkg.com/web3-utils/-/web3-utils-1.2.1.tgz",
              "integrity": "sha1-IUZuOCkVUd4Ks0VY3iFRKsQnRTQ=",
              "requires": {
                "bn.js": "4.11.8",
                "eth-lib": "0.2.7",
                "ethjs-unit": "0.1.6",
                "number-to-bn": "1.7.0",
                "randomhex": "0.1.5",
                "underscore": "1.9.1",
                "utf8": "3.0.0"
              }
            }
          }
        },
        "web3-core-method": {
          "version": "1.2.1",
          "resolved": "https://registry.yarnpkg.com/web3-core-method/-/web3-core-method-1.2.1.tgz",
          "integrity": "sha1-nfG6+izYvp2ZN+Acakf8do0V2Qo=",
          "requires": {
            "underscore": "1.9.1",
            "web3-core-helpers": "1.2.1",
            "web3-core-promievent": "1.2.1",
            "web3-core-subscriptions": "1.2.1",
            "web3-utils": "1.2.1"
          },
          "dependencies": {
            "bn.js": {
              "version": "4.11.8",
              "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
              "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
            },
            "web3-utils": {
              "version": "1.2.1",
              "resolved": "https://registry.yarnpkg.com/web3-utils/-/web3-utils-1.2.1.tgz",
              "integrity": "sha1-IUZuOCkVUd4Ks0VY3iFRKsQnRTQ=",
              "requires": {
                "bn.js": "4.11.8",
                "eth-lib": "0.2.7",
                "ethjs-unit": "0.1.6",
                "number-to-bn": "1.7.0",
                "randomhex": "0.1.5",
                "underscore": "1.9.1",
                "utf8": "3.0.0"
              }
            }
          }
        },
        "web3-core-promievent": {
          "version": "1.2.1",
          "resolved": "https://registry.yarnpkg.com/web3-core-promievent/-/web3-core-promievent-1.2.1.tgz",
          "integrity": "sha1-AD6KPrgvsnthZKbVucrQSs9zODg=",
          "requires": {
            "any-promise": "1.3.0",
            "eventemitter3": "3.1.2"
          }
        },
        "web3-core-requestmanager": {
          "version": "1.2.1",
          "resolved": "https://registry.yarnpkg.com/web3-core-requestmanager/-/web3-core-requestmanager-1.2.1.tgz",
          "integrity": "sha1-+i4iBsPXONs423yP6cEHAG9cbj0=",
          "requires": {
            "underscore": "1.9.1",
            "web3-core-helpers": "1.2.1",
            "web3-providers-http": "1.2.1",
            "web3-providers-ipc": "1.2.1",
            "web3-providers-ws": "1.2.1"
          }
        },
        "web3-core-subscriptions": {
          "version": "1.2.1",
          "resolved": "https://registry.yarnpkg.com/web3-core-subscriptions/-/web3-core-subscriptions-1.2.1.tgz",
          "integrity": "sha1-jCNoqDnU7sHAGktWULvrgtDkoJk=",
          "requires": {
            "eventemitter3": "3.1.2",
            "underscore": "1.9.1",
            "web3-core-helpers": "1.2.1"
          }
        },
        "web3-eth": {
          "version": "1.2.9",
          "resolved": "https://registry.yarnpkg.com/web3-eth/-/web3-eth-1.2.9.tgz",
          "integrity": "sha1-5A57iLr/ybSHGTIRyLQk3JRJd7M=",
          "requires": {
            "underscore": "1.9.1",
            "web3-core": "1.2.9",
            "web3-core-helpers": "1.2.9",
            "web3-core-method": "1.2.9",
            "web3-core-subscriptions": "1.2.9",
            "web3-eth-abi": "1.2.9",
            "web3-eth-accounts": "1.2.9",
            "web3-eth-contract": "1.2.9",
            "web3-eth-ens": "1.2.9",
            "web3-eth-iban": "1.2.9",
            "web3-eth-personal": "1.2.9",
            "web3-net": "1.2.9",
            "web3-utils": "1.2.9"
          },
          "dependencies": {
            "bn.js": {
              "version": "4.11.8",
              "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
              "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
            },
            "web3-core": {
              "version": "1.2.9",
              "resolved": "https://registry.yarnpkg.com/web3-core/-/web3-core-1.2.9.tgz",
              "integrity": "sha1-LLpXqiWbZAnbUy0hvfV9uNUE/T4=",
              "requires": {
                "@types/bn.js": "4.11.6",
                "@types/node": "12.12.19",
                "bignumber.js": "9.0.0",
                "web3-core-helpers": "1.2.9",
                "web3-core-method": "1.2.9",
                "web3-core-requestmanager": "1.2.9",
                "web3-utils": "1.2.9"
              }
            },
            "web3-core-helpers": {
              "version": "1.2.9",
              "resolved": "https://registry.yarnpkg.com/web3-core-helpers/-/web3-core-helpers-1.2.9.tgz",
              "integrity": "sha1-Y4EHfD4BwScBjLnp49FCJpcSMxU=",
              "requires": {
                "underscore": "1.9.1",
                "web3-eth-iban": "1.2.9",
                "web3-utils": "1.2.9"
              }
            },
            "web3-core-method": {
              "version": "1.2.9",
              "resolved": "https://registry.yarnpkg.com/web3-core-method/-/web3-core-method-1.2.9.tgz",
              "integrity": "sha1-P7U4dRApvqVw5PhnMeL6XklF5GI=",
              "requires": {
                "@ethersproject/transactions": "5.0.1",
                "underscore": "1.9.1",
                "web3-core-helpers": "1.2.9",
                "web3-core-promievent": "1.2.9",
                "web3-core-subscriptions": "1.2.9",
                "web3-utils": "1.2.9"
              }
            },
            "web3-core-promievent": {
              "version": "1.2.9",
              "resolved": "https://registry.yarnpkg.com/web3-core-promievent/-/web3-core-promievent-1.2.9.tgz",
              "integrity": "sha1-uxxWqm+sL0s8WYUQ8GVU0lwRxVM=",
              "requires": {
                "eventemitter3": "3.1.2"
              }
            },
            "web3-core-requestmanager": {
              "version": "1.2.9",
              "resolved": "https://registry.yarnpkg.com/web3-core-requestmanager/-/web3-core-requestmanager-1.2.9.tgz",
              "integrity": "sha1-3W2FUlbE3WgUNP4IZ/jNdC/hBQM=",
              "requires": {
                "underscore": "1.9.1",
                "web3-core-helpers": "1.2.9",
                "web3-providers-http": "1.2.9",
                "web3-providers-ipc": "1.2.9",
                "web3-providers-ws": "1.2.9"
              }
            },
            "web3-core-subscriptions": {
              "version": "1.2.9",
              "resolved": "https://registry.yarnpkg.com/web3-core-subscriptions/-/web3-core-subscriptions-1.2.9.tgz",
              "integrity": "sha1-M1/X0V385deLS3vvBc5LPXI3sOQ=",
              "requires": {
                "eventemitter3": "3.1.2",
                "underscore": "1.9.1",
                "web3-core-helpers": "1.2.9"
              }
            },
            "web3-eth-contract": {
              "version": "1.2.9",
              "resolved": "https://registry.yarnpkg.com/web3-eth-contract/-/web3-eth-contract-1.2.9.tgz",
              "integrity": "sha1-cT2cbVAtjI8itpa3/9jiVEROa/0=",
              "requires": {
                "@types/bn.js": "4.11.6",
                "underscore": "1.9.1",
                "web3-core": "1.2.9",
                "web3-core-helpers": "1.2.9",
                "web3-core-method": "1.2.9",
                "web3-core-promievent": "1.2.9",
                "web3-core-subscriptions": "1.2.9",
                "web3-eth-abi": "1.2.9",
                "web3-utils": "1.2.9"
              }
            },
            "web3-eth-iban": {
              "version": "1.2.9",
              "resolved": "https://registry.yarnpkg.com/web3-eth-iban/-/web3-eth-iban-1.2.9.tgz",
              "integrity": "sha1-Tr89h4PzTQTEdA3BiThVZGY5n3o=",
              "requires": {
                "bn.js": "4.11.8",
                "web3-utils": "1.2.9"
              }
            },
            "web3-eth-personal": {
              "version": "1.2.9",
              "resolved": "https://registry.yarnpkg.com/web3-eth-personal/-/web3-eth-personal-1.2.9.tgz",
              "integrity": "sha1-m5XrFZuVC4PNiuFYc+HVdxG3o2g=",
              "requires": {
                "@types/node": "12.12.19",
                "web3-core": "1.2.9",
                "web3-core-helpers": "1.2.9",
                "web3-core-method": "1.2.9",
                "web3-net": "1.2.9",
                "web3-utils": "1.2.9"
              }
            },
            "web3-net": {
              "version": "1.2.9",
              "resolved": "https://registry.yarnpkg.com/web3-net/-/web3-net-1.2.9.tgz",
              "integrity": "sha1-UdJI7RvFw3cTxKxAwAc9m+rNh9M=",
              "requires": {
                "web3-core": "1.2.9",
                "web3-core-method": "1.2.9",
                "web3-utils": "1.2.9"
              }
            },
            "web3-providers-http": {
              "version": "1.2.9",
              "resolved": "https://registry.yarnpkg.com/web3-providers-http/-/web3-providers-http-1.2.9.tgz",
              "integrity": "sha1-5piqU3fiAZwkxaHm76D1EBhyiTQ=",
              "requires": {
                "web3-core-helpers": "1.2.9",
                "xhr2-cookies": "1.1.0"
              }
            },
            "web3-providers-ipc": {
              "version": "1.2.9",
              "resolved": "https://registry.yarnpkg.com/web3-providers-ipc/-/web3-providers-ipc-1.2.9.tgz",
              "integrity": "sha1-YVnqz816wx7cRw2T7xCBT+h0djs=",
              "requires": {
                "oboe": "2.1.4",
                "underscore": "1.9.1",
                "web3-core-helpers": "1.2.9"
              }
            },
            "web3-providers-ws": {
              "version": "1.2.9",
              "resolved": "https://registry.yarnpkg.com/web3-providers-ws/-/web3-providers-ws-1.2.9.tgz",
              "integrity": "sha1-IsIAZlXsRLStK0GsrmJ0GmrnqIw=",
              "requires": {
                "eventemitter3": "4.0.0",
                "underscore": "1.9.1",
                "web3-core-helpers": "1.2.9",
                "websocket": "1.0.31"
              }
            },
            "websocket": {
              "version": "1.0.31",
              "resolved": "https://registry.yarnpkg.com/websocket/-/websocket-1.0.31.tgz",
              "integrity": "sha1-5dDxbDNA7YdnDkieyuYUTHk1hzA=",
              "requires": {
                "debug": "2.6.9",
                "es5-ext": "0.10.53",
                "nan": "2.14.0",
                "typedarray-to-buffer": "3.1.5",
                "yaeti": "0.0.6"
              }
            }
          }
        },
        "web3-eth-abi": {
          "version": "1.2.8",
          "resolved": "https://registry.yarnpkg.com/web3-eth-abi/-/web3-eth-abi-1.2.8.tgz",
          "integrity": "sha1-dTcTjz5c0cz5gjP6B/OIqo3B//E=",
          "requires": {
            "@ethersproject/abi": "5.0.0-beta.153",
            "underscore": "1.9.1",
            "web3-utils": "1.2.8"
          },
          "dependencies": {
            "web3-utils": {
              "version": "1.2.8",
              "resolved": "https://registry.yarnpkg.com/web3-utils/-/web3-utils-1.2.8.tgz",
              "integrity": "sha1-UyHZFxXNTAhpAFcFozxMBCpTKxg=",
              "requires": {
                "bn.js": "4.11.8",
                "eth-lib": "0.2.7",
                "ethereum-bloom-filters": "1.0.6",
                "ethjs-unit": "0.1.6",
                "number-to-bn": "1.7.0",
                "randombytes": "2.1.0",
                "underscore": "1.9.1",
                "utf8": "3.0.0"
              }
            }
          }
        },
        "web3-eth-accounts": {
          "version": "1.2.9",
          "resolved": "https://registry.yarnpkg.com/web3-eth-accounts/-/web3-eth-accounts-1.2.9.tgz",
          "integrity": "sha1-fsQi35D+y1JDYD6kncKHJtt72rY=",
          "requires": {
            "crypto-browserify": "3.12.0",
            "eth-lib": "0.2.8",
            "ethereumjs-common": "1.4.0",
            "ethereumjs-tx": "2.1.1",
            "scrypt-js": "3.0.1",
            "underscore": "1.9.1",
            "uuid": "3.3.2",
            "web3-core": "1.2.9",
            "web3-core-helpers": "1.2.9",
            "web3-core-method": "1.2.9",
            "web3-utils": "1.2.9"
          },
          "dependencies": {
            "bn.js": {
              "version": "4.11.8",
              "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
              "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
            },
            "eth-lib": {
              "version": "0.2.8",
              "resolved": "https://registry.yarnpkg.com/eth-lib/-/eth-lib-0.2.8.tgz",
              "integrity": "sha1-sZQFi+9LIgrRLqSXQx1stqoGI8g=",
              "requires": {
                "bn.js": "4.11.8",
                "elliptic": "6.5.2",
                "xhr-request-promise": "0.1.3"
              }
            },
            "ethereumjs-tx": {
              "version": "2.1.2",
              "resolved": "https://registry.yarnpkg.com/ethereumjs-tx/-/ethereumjs-tx-2.1.2.tgz",
              "integrity": "sha1-Xf52iL8Xe0XJoj+Gz5EE1H6jX+0=",
              "requires": {
                "ethereumjs-common": "1.5.0",
                "ethereumjs-util": "6.1.0"
              }
            },
            "ethereumjs-util": {
              "version": "6.2.0",
              "resolved": "https://registry.yarnpkg.com/ethereumjs-util/-/ethereumjs-util-6.2.0.tgz",
              "integrity": "sha1-I+x5skiKfQQSQvAeJfJOWtA1eWA=",
              "requires": {
                "@types/bn.js": "4.11.6",
                "bn.js": "4.11.8",
                "create-hash": "1.2.0",
                "ethjs-util": "0.1.6",
                "keccak": "2.1.0",
                "rlp": "2.2.4",
                "secp256k1": "3.8.0"
              }
            },
            "keccak": {
              "version": "2.1.0",
              "resolved": "https://registry.yarnpkg.com/keccak/-/keccak-2.1.0.tgz",
              "integrity": "sha1-c06lPy7c/Q9CzbjV9MNY/vBSdSs=",
              "requires": {
                "bindings": "1.5.0",
                "inherits": "2.0.4",
                "nan": "2.14.0",
                "safe-buffer": "5.2.0"
              }
            },
            "uuid": {
              "version": "3.3.2",
              "resolved": "https://registry.yarnpkg.com/uuid/-/uuid-3.3.2.tgz",
              "integrity": "sha1-G0r0lV6zB3xQHCOHL8ZROBFYcTE="
            },
            "web3-core": {
              "version": "1.2.9",
              "resolved": "https://registry.yarnpkg.com/web3-core/-/web3-core-1.2.9.tgz",
              "integrity": "sha1-LLpXqiWbZAnbUy0hvfV9uNUE/T4=",
              "requires": {
                "@types/bn.js": "4.11.6",
                "@types/node": "12.12.19",
                "bignumber.js": "9.0.0",
                "web3-core-helpers": "1.2.9",
                "web3-core-method": "1.2.9",
                "web3-core-requestmanager": "1.2.9",
                "web3-utils": "1.2.9"
              }
            },
            "web3-core-helpers": {
              "version": "1.2.9",
              "resolved": "https://registry.yarnpkg.com/web3-core-helpers/-/web3-core-helpers-1.2.9.tgz",
              "integrity": "sha1-Y4EHfD4BwScBjLnp49FCJpcSMxU=",
              "requires": {
                "underscore": "1.9.1",
                "web3-eth-iban": "1.2.9",
                "web3-utils": "1.2.9"
              }
            },
            "web3-core-method": {
              "version": "1.2.9",
              "resolved": "https://registry.yarnpkg.com/web3-core-method/-/web3-core-method-1.2.9.tgz",
              "integrity": "sha1-P7U4dRApvqVw5PhnMeL6XklF5GI=",
              "requires": {
                "@ethersproject/transactions": "5.0.1",
                "underscore": "1.9.1",
                "web3-core-helpers": "1.2.9",
                "web3-core-promievent": "1.2.9",
                "web3-core-subscriptions": "1.2.9",
                "web3-utils": "1.2.9"
              }
            },
            "web3-core-promievent": {
              "version": "1.2.9",
              "resolved": "https://registry.yarnpkg.com/web3-core-promievent/-/web3-core-promievent-1.2.9.tgz",
              "integrity": "sha1-uxxWqm+sL0s8WYUQ8GVU0lwRxVM=",
              "requires": {
                "eventemitter3": "3.1.2"
              }
            },
            "web3-core-requestmanager": {
              "version": "1.2.9",
              "resolved": "https://registry.yarnpkg.com/web3-core-requestmanager/-/web3-core-requestmanager-1.2.9.tgz",
              "integrity": "sha1-3W2FUlbE3WgUNP4IZ/jNdC/hBQM=",
              "requires": {
                "underscore": "1.9.1",
                "web3-core-helpers": "1.2.9",
                "web3-providers-http": "1.2.9",
                "web3-providers-ipc": "1.2.9",
                "web3-providers-ws": "1.2.9"
              }
            },
            "web3-core-subscriptions": {
              "version": "1.2.9",
              "resolved": "https://registry.yarnpkg.com/web3-core-subscriptions/-/web3-core-subscriptions-1.2.9.tgz",
              "integrity": "sha1-M1/X0V385deLS3vvBc5LPXI3sOQ=",
              "requires": {
                "eventemitter3": "3.1.2",
                "underscore": "1.9.1",
                "web3-core-helpers": "1.2.9"
              }
            },
            "web3-eth-iban": {
              "version": "1.2.9",
              "resolved": "https://registry.yarnpkg.com/web3-eth-iban/-/web3-eth-iban-1.2.9.tgz",
              "integrity": "sha1-Tr89h4PzTQTEdA3BiThVZGY5n3o=",
              "requires": {
                "bn.js": "4.11.8",
                "web3-utils": "1.2.9"
              }
            },
            "web3-providers-http": {
              "version": "1.2.9",
              "resolved": "https://registry.yarnpkg.com/web3-providers-http/-/web3-providers-http-1.2.9.tgz",
              "integrity": "sha1-5piqU3fiAZwkxaHm76D1EBhyiTQ=",
              "requires": {
                "web3-core-helpers": "1.2.9",
                "xhr2-cookies": "1.1.0"
              }
            },
            "web3-providers-ipc": {
              "version": "1.2.9",
              "resolved": "https://registry.yarnpkg.com/web3-providers-ipc/-/web3-providers-ipc-1.2.9.tgz",
              "integrity": "sha1-YVnqz816wx7cRw2T7xCBT+h0djs=",
              "requires": {
                "oboe": "2.1.4",
                "underscore": "1.9.1",
                "web3-core-helpers": "1.2.9"
              }
            },
            "web3-providers-ws": {
              "version": "1.2.9",
              "resolved": "https://registry.yarnpkg.com/web3-providers-ws/-/web3-providers-ws-1.2.9.tgz",
              "integrity": "sha1-IsIAZlXsRLStK0GsrmJ0GmrnqIw=",
              "requires": {
                "eventemitter3": "4.0.0",
                "underscore": "1.9.1",
                "web3-core-helpers": "1.2.9",
                "websocket": "1.0.31"
              }
            },
            "websocket": {
              "version": "1.0.31",
              "resolved": "https://registry.yarnpkg.com/websocket/-/websocket-1.0.31.tgz",
              "integrity": "sha1-5dDxbDNA7YdnDkieyuYUTHk1hzA=",
              "requires": {
                "debug": "2.6.9",
                "es5-ext": "0.10.53",
                "nan": "2.14.0",
                "typedarray-to-buffer": "3.1.5",
                "yaeti": "0.0.6"
              }
            }
          }
        },
        "web3-eth-contract": {
          "version": "1.2.1",
          "resolved": "https://registry.yarnpkg.com/web3-eth-contract/-/web3-eth-contract-1.2.1.tgz",
          "integrity": "sha1-NUJCTz00E4b9n/ZeeAYLhawOqMQ=",
          "requires": {
            "underscore": "1.9.1",
            "web3-core": "1.2.1",
            "web3-core-helpers": "1.2.1",
            "web3-core-method": "1.2.1",
            "web3-core-promievent": "1.2.1",
            "web3-core-subscriptions": "1.2.1",
            "web3-eth-abi": "1.2.1",
            "web3-utils": "1.2.1"
          },
          "dependencies": {
            "bn.js": {
              "version": "4.11.8",
              "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
              "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
            },
            "web3-eth-abi": {
              "version": "1.2.1",
              "resolved": "https://registry.yarnpkg.com/web3-eth-abi/-/web3-eth-abi-1.2.1.tgz",
              "integrity": "sha1-m5FbHJ6/gvcMymMRRwNdVBkGRok=",
              "requires": {
                "ethers": "4.0.0-beta.3",
                "underscore": "1.9.1",
                "web3-utils": "1.2.1"
              }
            },
            "web3-utils": {
              "version": "1.2.1",
              "resolved": "https://registry.yarnpkg.com/web3-utils/-/web3-utils-1.2.1.tgz",
              "integrity": "sha1-IUZuOCkVUd4Ks0VY3iFRKsQnRTQ=",
              "requires": {
                "bn.js": "4.11.8",
                "eth-lib": "0.2.7",
                "ethjs-unit": "0.1.6",
                "number-to-bn": "1.7.0",
                "randomhex": "0.1.5",
                "underscore": "1.9.1",
                "utf8": "3.0.0"
              }
            }
          }
        },
        "web3-eth-ens": {
          "version": "1.2.9",
          "resolved": "https://registry.yarnpkg.com/web3-eth-ens/-/web3-eth-ens-1.2.9.tgz",
          "integrity": "sha1-V3uTWMA2M3gz+yvcWcEb5/b3MbY=",
          "requires": {
            "content-hash": "2.5.2",
            "eth-ens-namehash": "2.0.8",
            "underscore": "1.9.1",
            "web3-core": "1.2.9",
            "web3-core-helpers": "1.2.9",
            "web3-core-promievent": "1.2.9",
            "web3-eth-abi": "1.2.9",
            "web3-eth-contract": "1.2.9",
            "web3-utils": "1.2.9"
          },
          "dependencies": {
            "bn.js": {
              "version": "4.11.8",
              "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
              "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
            },
            "web3-core": {
              "version": "1.2.9",
              "resolved": "https://registry.yarnpkg.com/web3-core/-/web3-core-1.2.9.tgz",
              "integrity": "sha1-LLpXqiWbZAnbUy0hvfV9uNUE/T4=",
              "requires": {
                "@types/bn.js": "4.11.6",
                "@types/node": "12.12.19",
                "bignumber.js": "9.0.0",
                "web3-core-helpers": "1.2.9",
                "web3-core-method": "1.2.9",
                "web3-core-requestmanager": "1.2.9",
                "web3-utils": "1.2.9"
              }
            },
            "web3-core-helpers": {
              "version": "1.2.9",
              "resolved": "https://registry.yarnpkg.com/web3-core-helpers/-/web3-core-helpers-1.2.9.tgz",
              "integrity": "sha1-Y4EHfD4BwScBjLnp49FCJpcSMxU=",
              "requires": {
                "underscore": "1.9.1",
                "web3-eth-iban": "1.2.9",
                "web3-utils": "1.2.9"
              }
            },
            "web3-core-method": {
              "version": "1.2.9",
              "resolved": "https://registry.yarnpkg.com/web3-core-method/-/web3-core-method-1.2.9.tgz",
              "integrity": "sha1-P7U4dRApvqVw5PhnMeL6XklF5GI=",
              "requires": {
                "@ethersproject/transactions": "5.0.1",
                "underscore": "1.9.1",
                "web3-core-helpers": "1.2.9",
                "web3-core-promievent": "1.2.9",
                "web3-core-subscriptions": "1.2.9",
                "web3-utils": "1.2.9"
              }
            },
            "web3-core-promievent": {
              "version": "1.2.9",
              "resolved": "https://registry.yarnpkg.com/web3-core-promievent/-/web3-core-promievent-1.2.9.tgz",
              "integrity": "sha1-uxxWqm+sL0s8WYUQ8GVU0lwRxVM=",
              "requires": {
                "eventemitter3": "3.1.2"
              }
            },
            "web3-core-requestmanager": {
              "version": "1.2.9",
              "resolved": "https://registry.yarnpkg.com/web3-core-requestmanager/-/web3-core-requestmanager-1.2.9.tgz",
              "integrity": "sha1-3W2FUlbE3WgUNP4IZ/jNdC/hBQM=",
              "requires": {
                "underscore": "1.9.1",
                "web3-core-helpers": "1.2.9",
                "web3-providers-http": "1.2.9",
                "web3-providers-ipc": "1.2.9",
                "web3-providers-ws": "1.2.9"
              }
            },
            "web3-core-subscriptions": {
              "version": "1.2.9",
              "resolved": "https://registry.yarnpkg.com/web3-core-subscriptions/-/web3-core-subscriptions-1.2.9.tgz",
              "integrity": "sha1-M1/X0V385deLS3vvBc5LPXI3sOQ=",
              "requires": {
                "eventemitter3": "3.1.2",
                "underscore": "1.9.1",
                "web3-core-helpers": "1.2.9"
              }
            },
            "web3-eth-contract": {
              "version": "1.2.9",
              "resolved": "https://registry.yarnpkg.com/web3-eth-contract/-/web3-eth-contract-1.2.9.tgz",
              "integrity": "sha1-cT2cbVAtjI8itpa3/9jiVEROa/0=",
              "requires": {
                "@types/bn.js": "4.11.6",
                "underscore": "1.9.1",
                "web3-core": "1.2.9",
                "web3-core-helpers": "1.2.9",
                "web3-core-method": "1.2.9",
                "web3-core-promievent": "1.2.9",
                "web3-core-subscriptions": "1.2.9",
                "web3-eth-abi": "1.2.9",
                "web3-utils": "1.2.9"
              }
            },
            "web3-eth-iban": {
              "version": "1.2.9",
              "resolved": "https://registry.yarnpkg.com/web3-eth-iban/-/web3-eth-iban-1.2.9.tgz",
              "integrity": "sha1-Tr89h4PzTQTEdA3BiThVZGY5n3o=",
              "requires": {
                "bn.js": "4.11.8",
                "web3-utils": "1.2.9"
              }
            },
            "web3-providers-http": {
              "version": "1.2.9",
              "resolved": "https://registry.yarnpkg.com/web3-providers-http/-/web3-providers-http-1.2.9.tgz",
              "integrity": "sha1-5piqU3fiAZwkxaHm76D1EBhyiTQ=",
              "requires": {
                "web3-core-helpers": "1.2.9",
                "xhr2-cookies": "1.1.0"
              }
            },
            "web3-providers-ipc": {
              "version": "1.2.9",
              "resolved": "https://registry.yarnpkg.com/web3-providers-ipc/-/web3-providers-ipc-1.2.9.tgz",
              "integrity": "sha1-YVnqz816wx7cRw2T7xCBT+h0djs=",
              "requires": {
                "oboe": "2.1.4",
                "underscore": "1.9.1",
                "web3-core-helpers": "1.2.9"
              }
            },
            "web3-providers-ws": {
              "version": "1.2.9",
              "resolved": "https://registry.yarnpkg.com/web3-providers-ws/-/web3-providers-ws-1.2.9.tgz",
              "integrity": "sha1-IsIAZlXsRLStK0GsrmJ0GmrnqIw=",
              "requires": {
                "eventemitter3": "4.0.0",
                "underscore": "1.9.1",
                "web3-core-helpers": "1.2.9",
                "websocket": "1.0.31"
              }
            },
            "websocket": {
              "version": "1.0.31",
              "resolved": "https://registry.yarnpkg.com/websocket/-/websocket-1.0.31.tgz",
              "integrity": "sha1-5dDxbDNA7YdnDkieyuYUTHk1hzA=",
              "requires": {
                "debug": "2.6.9",
                "es5-ext": "0.10.53",
                "nan": "2.14.0",
                "typedarray-to-buffer": "3.1.5",
                "yaeti": "0.0.6"
              }
            }
          }
        },
        "web3-eth-iban": {
          "version": "1.2.1",
          "resolved": "https://registry.yarnpkg.com/web3-eth-iban/-/web3-eth-iban-1.2.1.tgz",
          "integrity": "sha1-LDgBcYlGvqJOkpaZOpdcgLWs+IA=",
          "requires": {
            "bn.js": "4.11.8",
            "web3-utils": "1.2.1"
          },
          "dependencies": {
            "bn.js": {
              "version": "4.11.8",
              "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
              "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
            },
            "web3-utils": {
              "version": "1.2.1",
              "resolved": "https://registry.yarnpkg.com/web3-utils/-/web3-utils-1.2.1.tgz",
              "integrity": "sha1-IUZuOCkVUd4Ks0VY3iFRKsQnRTQ=",
              "requires": {
                "bn.js": "4.11.8",
                "eth-lib": "0.2.7",
                "ethjs-unit": "0.1.6",
                "number-to-bn": "1.7.0",
                "randomhex": "0.1.5",
                "underscore": "1.9.1",
                "utf8": "3.0.0"
              }
            }
          }
        },
        "web3-eth-personal": {
          "version": "1.2.1",
          "resolved": "https://registry.yarnpkg.com/web3-eth-personal/-/web3-eth-personal-1.2.1.tgz",
          "integrity": "sha1-JE6ZEbe0gtwXwC8joGGmJ8bkf68=",
          "requires": {
            "web3-core": "1.2.1",
            "web3-core-helpers": "1.2.1",
            "web3-core-method": "1.2.1",
            "web3-net": "1.2.1",
            "web3-utils": "1.2.1"
          },
          "dependencies": {
            "bn.js": {
              "version": "4.11.8",
              "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
              "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
            },
            "web3-utils": {
              "version": "1.2.1",
              "resolved": "https://registry.yarnpkg.com/web3-utils/-/web3-utils-1.2.1.tgz",
              "integrity": "sha1-IUZuOCkVUd4Ks0VY3iFRKsQnRTQ=",
              "requires": {
                "bn.js": "4.11.8",
                "eth-lib": "0.2.7",
                "ethjs-unit": "0.1.6",
                "number-to-bn": "1.7.0",
                "randomhex": "0.1.5",
                "underscore": "1.9.1",
                "utf8": "3.0.0"
              }
            }
          }
        },
        "web3-net": {
          "version": "1.2.1",
          "resolved": "https://registry.yarnpkg.com/web3-net/-/web3-net-1.2.1.tgz",
          "integrity": "sha1-7dJJUDMV3Vq0+gAiD2UJ2Vu3qxA=",
          "requires": {
            "web3-core": "1.2.1",
            "web3-core-method": "1.2.1",
            "web3-utils": "1.2.1"
          },
          "dependencies": {
            "bn.js": {
              "version": "4.11.8",
              "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
              "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
            },
            "web3-utils": {
              "version": "1.2.1",
              "resolved": "https://registry.yarnpkg.com/web3-utils/-/web3-utils-1.2.1.tgz",
              "integrity": "sha1-IUZuOCkVUd4Ks0VY3iFRKsQnRTQ=",
              "requires": {
                "bn.js": "4.11.8",
                "eth-lib": "0.2.7",
                "ethjs-unit": "0.1.6",
                "number-to-bn": "1.7.0",
                "randomhex": "0.1.5",
                "underscore": "1.9.1",
                "utf8": "3.0.0"
              }
            }
          }
        },
        "web3-provider-engine": {
          "integrity": "sha1-NTjGC8SDa3PMrhrD9kyP7Y7xnBo=",
          "version": "https://github.com/trufflesuite/provider-engine#web3-one",
          "requires": {
            "async": "2.6.3",
            "backoff": "2.5.0",
            "clone": "2.1.2",
            "cross-fetch": "2.2.3",
            "eth-block-tracker": "3.0.1",
            "eth-json-rpc-infura": "3.2.1",
            "eth-sig-util": "1.4.2",
            "ethereumjs-block": "1.7.1",
            "ethereumjs-tx": "1.3.7",
            "ethereumjs-util": "5.2.0",
            "ethereumjs-vm": "2.6.0",
            "json-rpc-error": "2.0.0",
            "json-stable-stringify": "1.0.1",
            "promise-to-callback": "1.0.0",
            "readable-stream": "2.3.7",
            "request": "2.88.2",
            "semaphore": "1.1.0",
            "xhr": "2.5.0",
            "ws": "5.2.2",
            "xtend": "4.0.2"
          },
          "dependencies": {
            "ws": {
              "version": "5.2.2",
              "resolved": "https://registry.yarnpkg.com/ws/-/ws-5.2.2.tgz",
              "integrity": "sha1-3/7xSGa46NyRM1glFNG++vlumA8=",
              "requires": {
                "async-limiter": "1.0.1"
              }
            }
          }
        },
        "web3-providers-http": {
          "version": "1.2.1",
          "resolved": "https://registry.yarnpkg.com/web3-providers-http/-/web3-providers-http-1.2.1.tgz",
          "integrity": "sha1-yT6gA6Que4lFVvfhndNUD5R/UBM=",
          "requires": {
            "web3-core-helpers": "1.2.1",
            "xhr2-cookies": "1.1.0"
          }
        },
        "web3-providers-ipc": {
          "version": "1.2.1",
          "resolved": "https://registry.yarnpkg.com/web3-providers-ipc/-/web3-providers-ipc-1.2.1.tgz",
          "integrity": "sha1-AXv8aHqPxTmN8iQeuY8TXj7dZyw=",
          "requires": {
            "oboe": "2.1.4",
            "underscore": "1.9.1",
            "web3-core-helpers": "1.2.1"
          }
        },
        "web3-providers-ws": {
          "version": "1.2.1",
          "resolved": "https://registry.yarnpkg.com/web3-providers-ws/-/web3-providers-ws-1.2.1.tgz",
          "integrity": "sha1-LZQerz1ajKoyFO/43BbZYlK4Qss=",
          "requires": {
            "underscore": "1.9.1",
            "web3-core-helpers": "1.2.1",
            "websocket": "1.0.29"
          }
        },
        "web3-shh": {
          "version": "1.2.9",
          "resolved": "https://registry.yarnpkg.com/web3-shh/-/web3-shh-1.2.9.tgz",
          "integrity": "sha1-xLpw1hQs/WE0GlB1LYys6aA3CRE=",
          "requires": {
            "web3-core": "1.2.9",
            "web3-core-method": "1.2.9",
            "web3-core-subscriptions": "1.2.9",
            "web3-net": "1.2.9"
          },
          "dependencies": {
            "bn.js": {
              "version": "4.11.8",
              "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
              "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
            },
            "web3-core": {
              "version": "1.2.9",
              "resolved": "https://registry.yarnpkg.com/web3-core/-/web3-core-1.2.9.tgz",
              "integrity": "sha1-LLpXqiWbZAnbUy0hvfV9uNUE/T4=",
              "requires": {
                "@types/bn.js": "4.11.6",
                "@types/node": "12.12.19",
                "bignumber.js": "9.0.0",
                "web3-core-helpers": "1.2.9",
                "web3-core-method": "1.2.9",
                "web3-core-requestmanager": "1.2.9",
                "web3-utils": "1.2.9"
              }
            },
            "web3-core-helpers": {
              "version": "1.2.9",
              "resolved": "https://registry.yarnpkg.com/web3-core-helpers/-/web3-core-helpers-1.2.9.tgz",
              "integrity": "sha1-Y4EHfD4BwScBjLnp49FCJpcSMxU=",
              "requires": {
                "underscore": "1.9.1",
                "web3-eth-iban": "1.2.9",
                "web3-utils": "1.2.9"
              }
            },
            "web3-core-method": {
              "version": "1.2.9",
              "resolved": "https://registry.yarnpkg.com/web3-core-method/-/web3-core-method-1.2.9.tgz",
              "integrity": "sha1-P7U4dRApvqVw5PhnMeL6XklF5GI=",
              "requires": {
                "@ethersproject/transactions": "5.0.1",
                "underscore": "1.9.1",
                "web3-core-helpers": "1.2.9",
                "web3-core-promievent": "1.2.9",
                "web3-core-subscriptions": "1.2.9",
                "web3-utils": "1.2.9"
              }
            },
            "web3-core-promievent": {
              "version": "1.2.9",
              "resolved": "https://registry.yarnpkg.com/web3-core-promievent/-/web3-core-promievent-1.2.9.tgz",
              "integrity": "sha1-uxxWqm+sL0s8WYUQ8GVU0lwRxVM=",
              "requires": {
                "eventemitter3": "3.1.2"
              }
            },
            "web3-core-requestmanager": {
              "version": "1.2.9",
              "resolved": "https://registry.yarnpkg.com/web3-core-requestmanager/-/web3-core-requestmanager-1.2.9.tgz",
              "integrity": "sha1-3W2FUlbE3WgUNP4IZ/jNdC/hBQM=",
              "requires": {
                "underscore": "1.9.1",
                "web3-core-helpers": "1.2.9",
                "web3-providers-http": "1.2.9",
                "web3-providers-ipc": "1.2.9",
                "web3-providers-ws": "1.2.9"
              }
            },
            "web3-core-subscriptions": {
              "version": "1.2.9",
              "resolved": "https://registry.yarnpkg.com/web3-core-subscriptions/-/web3-core-subscriptions-1.2.9.tgz",
              "integrity": "sha1-M1/X0V385deLS3vvBc5LPXI3sOQ=",
              "requires": {
                "eventemitter3": "3.1.2",
                "underscore": "1.9.1",
                "web3-core-helpers": "1.2.9"
              }
            },
            "web3-eth-iban": {
              "version": "1.2.9",
              "resolved": "https://registry.yarnpkg.com/web3-eth-iban/-/web3-eth-iban-1.2.9.tgz",
              "integrity": "sha1-Tr89h4PzTQTEdA3BiThVZGY5n3o=",
              "requires": {
                "bn.js": "4.11.8",
                "web3-utils": "1.2.9"
              }
            },
            "web3-net": {
              "version": "1.2.9",
              "resolved": "https://registry.yarnpkg.com/web3-net/-/web3-net-1.2.9.tgz",
              "integrity": "sha1-UdJI7RvFw3cTxKxAwAc9m+rNh9M=",
              "requires": {
                "web3-core": "1.2.9",
                "web3-core-method": "1.2.9",
                "web3-utils": "1.2.9"
              }
            },
            "web3-providers-http": {
              "version": "1.2.9",
              "resolved": "https://registry.yarnpkg.com/web3-providers-http/-/web3-providers-http-1.2.9.tgz",
              "integrity": "sha1-5piqU3fiAZwkxaHm76D1EBhyiTQ=",
              "requires": {
                "web3-core-helpers": "1.2.9",
                "xhr2-cookies": "1.1.0"
              }
            },
            "web3-providers-ipc": {
              "version": "1.2.9",
              "resolved": "https://registry.yarnpkg.com/web3-providers-ipc/-/web3-providers-ipc-1.2.9.tgz",
              "integrity": "sha1-YVnqz816wx7cRw2T7xCBT+h0djs=",
              "requires": {
                "oboe": "2.1.4",
                "underscore": "1.9.1",
                "web3-core-helpers": "1.2.9"
              }
            },
            "web3-providers-ws": {
              "version": "1.2.9",
              "resolved": "https://registry.yarnpkg.com/web3-providers-ws/-/web3-providers-ws-1.2.9.tgz",
              "integrity": "sha1-IsIAZlXsRLStK0GsrmJ0GmrnqIw=",
              "requires": {
                "eventemitter3": "4.0.0",
                "underscore": "1.9.1",
                "web3-core-helpers": "1.2.9",
                "websocket": "1.0.31"
              }
            },
            "websocket": {
              "version": "1.0.31",
              "resolved": "https://registry.yarnpkg.com/websocket/-/websocket-1.0.31.tgz",
              "integrity": "sha1-5dDxbDNA7YdnDkieyuYUTHk1hzA=",
              "requires": {
                "debug": "2.6.9",
                "es5-ext": "0.10.53",
                "nan": "2.14.0",
                "typedarray-to-buffer": "3.1.5",
                "yaeti": "0.0.6"
              }
            }
          }
        },
        "web3-utils": {
          "version": "1.2.9",
          "resolved": "https://registry.yarnpkg.com/web3-utils/-/web3-utils-1.2.9.tgz",
          "integrity": "sha1-q+EXNSIWJ9qUOXHvGmMIaPucYfM=",
          "requires": {
            "bn.js": "4.11.8",
            "eth-lib": "0.2.7",
            "ethereum-bloom-filters": "1.0.6",
            "ethjs-unit": "0.1.6",
            "number-to-bn": "1.7.0",
            "randombytes": "2.1.0",
            "underscore": "1.9.1",
            "utf8": "3.0.0"
          },
          "dependencies": {
            "bn.js": {
              "version": "4.11.8",
              "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
              "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
            }
          }
        },
        "webcrypto-shim": {
          "version": "github:dignifiedquire/webcrypto-shim#190bc9ec341375df6025b17ae12ddb2428ea49c8"
        },
        "websocket": {
          "version": "github:web3-js/WebSocket-Node#905deb4812572b344f5801f8c9ce8bb02799d82e",
          "requires": {
            "debug": "2.6.9",
            "es5-ext": "0.10.53",
            "nan": "2.14.0",
            "typedarray-to-buffer": "3.1.5",
            "yaeti": "0.0.6"
          }
        },
        "well-known-symbols": {
          "version": "2.0.0",
          "resolved": "https://registry.yarnpkg.com/well-known-symbols/-/well-known-symbols-2.0.0.tgz",
          "integrity": "sha1-6cfAfb0TK3uEISyBdDkewfmHG6U="
        },
        "whatwg-fetch": {
          "version": "2.0.4",
          "resolved": "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-2.0.4.tgz",
          "integrity": "sha1-3eal3zFfnTmZGqF2IYU9cguFVm8="
        },
        "which": {
          "version": "2.0.2",
          "resolved": "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz",
          "integrity": "sha1-fGqN0KY2oDJ+ELWckobu6T8/UbE=",
          "requires": {
            "isexe": "2.0.0"
          }
        },
        "which-module": {
          "version": "2.0.0",
          "resolved": "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz",
          "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho="
        },
        "widest-line": {
          "version": "3.1.0",
          "resolved": "https://registry.yarnpkg.com/widest-line/-/widest-line-3.1.0.tgz",
          "integrity": "sha1-gpIzO79my0X/DeFgOxNreuFJbso=",
          "requires": {
            "string-width": "4.2.0"
          }
        },
        "word-wrap": {
          "version": "1.2.3",
          "resolved": "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.3.tgz",
          "integrity": "sha1-YQY29rH3A4kb00dxzLF/uTtHB5w="
        },
        "wordwrap": {
          "version": "0.0.3",
          "resolved": "https://registry.yarnpkg.com/wordwrap/-/wordwrap-0.0.3.tgz",
          "integrity": "sha1-o9XabNXAvAAI03I0u68b7WMFkQc="
        },
        "wrap-ansi": {
          "version": "6.2.0",
          "resolved": "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
          "integrity": "sha1-6Tk7oHEC5skaOyIUePAlfNKFblM=",
          "requires": {
            "ansi-styles": "4.2.1",
            "string-width": "4.2.0",
            "strip-ansi": "6.0.0"
          }
        },
        "wrappy": {
          "version": "1.0.2",
          "resolved": "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz",
          "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8="
        },
        "write": {
          "version": "1.0.3",
          "resolved": "https://registry.yarnpkg.com/write/-/write-1.0.3.tgz",
          "integrity": "sha1-CADhRSO5I6OH5BUSPIZWFqrg9cM=",
          "requires": {
            "mkdirp": "0.5.5"
          }
        },
        "write-file-atomic": {
          "version": "3.0.3",
          "resolved": "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-3.0.3.tgz",
          "integrity": "sha1-Vr1cWlxwSBzRnFcb05q5ZaXeVug=",
          "requires": {
            "imurmurhash": "0.1.4",
            "is-typedarray": "1.0.0",
            "signal-exit": "3.0.3",
            "typedarray-to-buffer": "3.1.5"
          }
        },
        "ws": {
          "version": "3.3.3",
          "resolved": "https://registry.yarnpkg.com/ws/-/ws-3.3.3.tgz",
          "integrity": "sha1-8c+E/i1ekB686U767OeF8YeiKPI=",
          "requires": {
            "async-limiter": "1.0.1",
            "safe-buffer": "5.1.2",
            "ultron": "1.1.1"
          },
          "dependencies": {
            "safe-buffer": {
              "version": "5.1.2",
              "resolved": "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz",
              "integrity": "sha1-mR7GnSluAxN0fVm9/St0XDX4go0="
            }
          }
        },
        "xdg-basedir": {
          "version": "4.0.0",
          "resolved": "https://registry.yarnpkg.com/xdg-basedir/-/xdg-basedir-4.0.0.tgz",
          "integrity": "sha1-S8jZmEQDaWIl74OhVzy7y0552xM="
        },
        "xhr": {
          "version": "2.5.0",
          "resolved": "https://registry.yarnpkg.com/xhr/-/xhr-2.5.0.tgz",
          "integrity": "sha1-vtjRZ21co2EIZnaSt0sxbEluSd0=",
          "requires": {
            "global": "4.3.2",
            "is-function": "1.0.1",
            "parse-headers": "2.0.3",
            "xtend": "4.0.2"
          }
        },
        "xhr-request": {
          "version": "1.1.0",
          "resolved": "https://registry.yarnpkg.com/xhr-request/-/xhr-request-1.1.0.tgz",
          "integrity": "sha1-9KfBhoufGYcjRE2C3K4xdkPy4u0=",
          "requires": {
            "buffer-to-arraybuffer": "0.0.5",
            "object-assign": "4.1.1",
            "query-string": "5.1.1",
            "simple-get": "2.8.1",
            "timed-out": "4.0.1",
            "url-set-query": "1.0.0",
            "xhr": "2.5.0"
          }
        },
        "xhr-request-promise": {
          "version": "0.1.3",
          "resolved": "https://registry.yarnpkg.com/xhr-request-promise/-/xhr-request-promise-0.1.3.tgz",
          "integrity": "sha1-LV9LFtjGyJO+l/GmKw7Uzzyl+Ww=",
          "requires": {
            "xhr-request": "1.1.0"
          }
        },
        "xhr2-cookies": {
          "version": "1.1.0",
          "resolved": "https://registry.yarnpkg.com/xhr2-cookies/-/xhr2-cookies-1.1.0.tgz",
          "integrity": "sha1-fXdEnQmZGX8VXLc7I99yUF7YnUg=",
          "requires": {
            "cookiejar": "2.1.2"
          }
        },
        "xmlhttprequest": {
          "version": "1.8.0",
          "resolved": "https://registry.yarnpkg.com/xmlhttprequest/-/xmlhttprequest-1.8.0.tgz",
          "integrity": "sha1-Z/4HXFwk/vOfnWX197f+dRcZaPw="
        },
        "xtend": {
          "version": "4.0.2",
          "resolved": "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz",
          "integrity": "sha1-u3J3n1+kZRhrH0OPZ0+jR/2121Q="
        },
        "y18n": {
          "version": "4.0.0",
          "resolved": "https://registry.yarnpkg.com/y18n/-/y18n-4.0.0.tgz",
          "integrity": "sha1-le+U+F7MgdAHwmThkKEg8KPIVms="
        },
        "yaeti": {
          "version": "0.0.6",
          "resolved": "https://registry.yarnpkg.com/yaeti/-/yaeti-0.0.6.tgz",
          "integrity": "sha1-8m9ITXJoTPQr7ft2lwqhYI+/lXc="
        },
        "yallist": {
          "version": "3.1.1",
          "resolved": "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz",
          "integrity": "sha1-27fa+b/YusmrRev2ArjLrQ1dCP0="
        },
        "yargs": {
          "version": "15.4.1",
          "resolved": "https://registry.yarnpkg.com/yargs/-/yargs-15.4.1.tgz",
          "integrity": "sha1-DYehbeAa7p2L7Cv7909nhRcw9Pg=",
          "requires": {
            "cliui": "6.0.0",
            "decamelize": "1.2.0",
            "find-up": "4.1.0",
            "get-caller-file": "2.0.5",
            "require-directory": "2.1.1",
            "require-main-filename": "2.0.0",
            "set-blocking": "2.0.0",
            "string-width": "4.2.0",
            "which-module": "2.0.0",
            "y18n": "4.0.0",
            "yargs-parser": "18.1.3"
          },
          "dependencies": {
            "find-up": {
              "version": "4.1.0",
              "resolved": "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz",
              "integrity": "sha1-l6/n1s3AvFkoWEt8jXsW6KmqXRk=",
              "requires": {
                "locate-path": "5.0.0",
                "path-exists": "4.0.0"
              }
            },
            "locate-path": {
              "version": "5.0.0",
              "resolved": "https://registry.yarnpkg.com/locate-path/-/locate-path-5.0.0.tgz",
              "integrity": "sha1-Gvujlq/WdqbUJQTQpno6frn2KqA=",
              "requires": {
                "p-locate": "4.1.0"
              }
            },
            "p-locate": {
              "version": "4.1.0",
              "resolved": "https://registry.yarnpkg.com/p-locate/-/p-locate-4.1.0.tgz",
              "integrity": "sha1-o0KLtwiLOmApL2aRkni3wpetTwc=",
              "requires": {
                "p-limit": "2.3.0"
              }
            },
            "path-exists": {
              "version": "4.0.0",
              "resolved": "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz",
              "integrity": "sha1-UTvb4tO5XXdi6METfvoZXGxhtbM="
            }
          }
        },
        "yargs-parser": {
          "version": "18.1.3",
          "resolved": "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-18.1.3.tgz",
          "integrity": "sha1-vmjEl1xrKr9GkjawyHA2L6sJp7A=",
          "requires": {
            "camelcase": "5.3.1",
            "decamelize": "1.2.0"
          }
        },
        "yauzl": {
          "version": "2.10.0",
          "resolved": "https://registry.yarnpkg.com/yauzl/-/yauzl-2.10.0.tgz",
          "integrity": "sha1-x+sXyT4RLLEIb6bY5R+wZnt5pfk=",
          "requires": {
            "fd-slicer": "1.1.0",
            "buffer-crc32": "0.2.13"
          }
        },
        "@aragon/abis": {
          "version": "1.1.0",
          "resolved": "https://registry.yarnpkg.com/@aragon/abis/-/abis-1.1.0.tgz",
          "integrity": "sha1-6U6UxX1Q/XNoVnUbYiSQXm8OnoY="
        },
        "@aragon/apm": {
          "version": "3.1.4",
          "resolved": "https://registry.yarnpkg.com/@aragon/apm/-/apm-3.1.4.tgz",
          "integrity": "sha1-9EDX2TOe+2U4h6oafeC5R+CN2lw=",
          "requires": {
            "@aragon/os": "4.4.0",
            "axios": "0.18.1",
            "ethjs-ens": "2.0.1",
            "ipfs-api": "26.1.2",
            "semver": "5.7.1"
          }
        },
        "@aragon/apps-shared-minime": {
          "version": "1.0.2",
          "resolved": "https://registry.yarnpkg.com/@aragon/apps-shared-minime/-/apps-shared-minime-1.0.2.tgz",
          "integrity": "sha1-E4hgK+Kylt5R5sNxLIDWacHSGR4="
        },
        "@aragon/aragen": {
          "version": "6.0.0-beta.1",
          "resolved": "https://registry.yarnpkg.com/@aragon/aragen/-/aragen-6.0.0-beta.1.tgz",
          "integrity": "sha1-7ooliLBh+idIpkGpJSF68g1dq4U="
        },
        "@aragon/os": {
          "version": "4.4.0",
          "resolved": "https://registry.yarnpkg.com/@aragon/os/-/os-4.4.0.tgz",
          "integrity": "sha1-rz6AsR9xIJ+G26iys/N6SwJa/3s=",
          "requires": {
            "@aragon/truffle-config-v4": "1.0.1",
            "mkdirp": "0.5.5",
            "truffle-flattener": "1.4.4",
            "homedir": "0.6.0"
          }
        },
        "@aragon/rpc-messenger": {
          "version": "2.0.0",
          "resolved": "https://registry.yarnpkg.com/@aragon/rpc-messenger/-/rpc-messenger-2.0.0.tgz",
          "integrity": "sha1-hNYh/KiKcj3AHbT2ezk2tjh6LDM=",
          "requires": {
            "rxjs": "6.6.0",
            "@babel/runtime": "7.10.2",
            "uuid": "3.4.0"
          }
        },
        "@aragon/truffle-config-v4": {
          "version": "1.0.1",
          "resolved": "https://registry.yarnpkg.com/@aragon/truffle-config-v4/-/truffle-config-v4-1.0.1.tgz",
          "integrity": "sha1-Rj+l/rlD5OqnYYPHvZ/YQ5zIwUI=",
          "requires": {
            "@truffle/hdwallet-provider": "1.0.34"
          }
        },
        "@babel/cli": {
          "version": "7.10.5",
          "resolved": "https://registry.yarnpkg.com/@babel/cli/-/cli-7.10.5.tgz",
          "integrity": "sha1-V98ph8jPidD8fUsVfsWddhnxt3o=",
          "requires": {
            "commander": "4.1.1",
            "convert-source-map": "1.7.0",
            "fs-readdir-recursive": "1.1.0",
            "glob": "7.1.6",
            "lodash": "4.17.19",
            "make-dir": "2.1.0",
            "slash": "2.0.0",
            "source-map": "0.5.7"
          },
          "dependencies": {
            "make-dir": {
              "version": "2.1.0",
              "resolved": "https://registry.yarnpkg.com/make-dir/-/make-dir-2.1.0.tgz",
              "integrity": "sha1-XwMQ4YuL6JjMBwCSlaMK5B6R5vU=",
              "requires": {
                "pify": "4.0.1",
                "semver": "5.7.1"
              }
            },
            "pify": {
              "version": "4.0.1",
              "resolved": "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz",
              "integrity": "sha1-SyzSXFDVmHNcUCkiJP2MbfQeMjE="
            },
            "slash": {
              "version": "2.0.0",
              "resolved": "https://registry.yarnpkg.com/slash/-/slash-2.0.0.tgz",
              "integrity": "sha1-3lUoUaF1nfOo8gZTVEL17E3eq0Q="
            }
          }
        },
        "@babel/code-frame": {
          "version": "7.10.4",
          "resolved": "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.4.tgz",
          "integrity": "sha1-Fo2ho26Q2miujUnA8bSMfGJJITo=",
          "requires": {
            "@babel/highlight": "7.10.4"
          }
        },
        "@babel/compat-data": {
          "version": "7.10.4",
          "resolved": "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.10.4.tgz",
          "integrity": "sha1-cGpkhO5vkQtxm2lqkZT42n16wkE=",
          "requires": {
            "browserslist": "4.12.0",
            "invariant": "2.2.4",
            "semver": "5.7.1"
          }
        },
        "@babel/core": {
          "version": "7.10.5",
          "resolved": "https://registry.yarnpkg.com/@babel/core/-/core-7.10.5.tgz",
          "integrity": "sha1-HxXizKitmh14o43bphL158270zA=",
          "requires": {
            "@babel/code-frame": "7.10.4",
            "@babel/generator": "7.10.5",
            "@babel/helper-module-transforms": "7.10.5",
            "@babel/helpers": "7.10.4",
            "@babel/parser": "7.10.5",
            "@babel/template": "7.10.4",
            "@babel/traverse": "7.10.5",
            "@babel/types": "7.10.5",
            "convert-source-map": "1.7.0",
            "debug": "4.1.1",
            "gensync": "1.0.0-beta.1",
            "json5": "2.1.3",
            "lodash": "4.17.19",
            "resolve": "1.17.0",
            "semver": "5.7.1",
            "source-map": "0.5.7"
          },
          "dependencies": {
            "debug": {
              "version": "4.1.1",
              "resolved": "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz",
              "integrity": "sha1-O3ImAlUQnGtYnO4FDx1RYTlmR5E=",
              "requires": {
                "ms": "2.1.2"
              }
            }
          }
        },
        "@babel/generator": {
          "version": "7.10.5",
          "resolved": "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.5.tgz",
          "integrity": "sha1-G5A1VLyMWD7o0l8eiWlzLmuCmmk=",
          "requires": {
            "@babel/types": "7.10.5",
            "jsesc": "2.5.2",
            "source-map": "0.5.7"
          },
          "dependencies": {
            "jsesc": {
              "version": "2.5.2",
              "resolved": "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz",
              "integrity": "sha1-gFZNLkg9rPbo7yCWUKZ98/DCg6Q="
            }
          }
        },
        "@babel/helper-annotate-as-pure": {
          "version": "7.10.4",
          "resolved": "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.4.tgz",
          "integrity": "sha1-W/DUlaP3V6w72ki1vzs7ownHK6M=",
          "requires": {
            "@babel/types": "7.10.5"
          }
        },
        "@babel/helper-builder-binary-assignment-operator-visitor": {
          "version": "7.10.4",
          "resolved": "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.10.4.tgz",
          "integrity": "sha1-uwt18xv5jL+f8UPBrleLhydK4aM=",
          "requires": {
            "@babel/helper-explode-assignable-expression": "7.10.4",
            "@babel/types": "7.10.5"
          }
        },
        "@babel/helper-compilation-targets": {
          "version": "7.10.4",
          "resolved": "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.10.4.tgz",
          "integrity": "sha1-gEro4/BDdmB8x5G51H1UAnYzK9I=",
          "requires": {
            "@babel/compat-data": "7.10.4",
            "browserslist": "4.12.0",
            "invariant": "2.2.4",
            "levenary": "1.1.1",
            "semver": "5.7.1"
          }
        },
        "@babel/helper-create-class-features-plugin": {
          "version": "7.10.4",
          "resolved": "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.10.4.tgz",
          "integrity": "sha1-LUAV0BNr0xQQOnDYSnGD5LNEo1U=",
          "requires": {
            "@babel/helper-function-name": "7.10.4",
            "@babel/helper-member-expression-to-functions": "7.10.4",
            "@babel/helper-optimise-call-expression": "7.10.4",
            "@babel/helper-plugin-utils": "7.10.4",
            "@babel/helper-replace-supers": "7.10.4",
            "@babel/helper-split-export-declaration": "7.10.4"
          }
        },
        "@babel/helper-create-regexp-features-plugin": {
          "version": "7.10.4",
          "resolved": "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.10.4.tgz",
          "integrity": "sha1-/dYNiFJGWaC2lZwFeZJeQlcU87g=",
          "requires": {
            "@babel/helper-annotate-as-pure": "7.10.4",
            "@babel/helper-regex": "7.10.4",
            "regexpu-core": "4.7.0"
          }
        },
        "@babel/helper-define-map": {
          "version": "7.10.4",
          "resolved": "https://registry.yarnpkg.com/@babel/helper-define-map/-/helper-define-map-7.10.4.tgz",
          "integrity": "sha1-8DeteUJk9yntoYifTuIQuHCZkJI=",
          "requires": {
            "@babel/helper-function-name": "7.10.4",
            "@babel/types": "7.10.5",
            "lodash": "4.17.19"
          }
        },
        "@babel/helper-explode-assignable-expression": {
          "version": "7.10.4",
          "resolved": "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.10.4.tgz",
          "integrity": "sha1-QKHNkXv/Eoj2malKdbN6Gi29jHw=",
          "requires": {
            "@babel/traverse": "7.10.5",
            "@babel/types": "7.10.5"
          }
        },
        "@babel/helper-function-name": {
          "version": "7.10.4",
          "resolved": "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.10.4.tgz",
          "integrity": "sha1-0tOyDFmtjEcRL6fSqUvAnV74Lxo=",
          "requires": {
            "@babel/helper-get-function-arity": "7.10.4",
            "@babel/template": "7.10.4",
            "@babel/types": "7.10.5"
          }
        },
        "@babel/helper-get-function-arity": {
          "version": "7.10.4",
          "resolved": "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz",
          "integrity": "sha1-mMHL6g4jMvM/mkZhuM4VBbLBm6I=",
          "requires": {
            "@babel/types": "7.10.5"
          }
        },
        "@babel/helper-hoist-variables": {
          "version": "7.10.4",
          "resolved": "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.10.4.tgz",
          "integrity": "sha1-1JsAHR1aaMpeZgTdoBpil/fJOB4=",
          "requires": {
            "@babel/types": "7.10.5"
          }
        },
        "@babel/helper-member-expression-to-functions": {
          "version": "7.10.4",
          "resolved": "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.10.4.tgz",
          "integrity": "sha1-fNBLV9/Pgvzprq59TkRS+jG4x8Q=",
          "requires": {
            "@babel/types": "7.10.5"
          }
        },
        "@babel/helper-module-imports": {
          "version": "7.10.4",
          "resolved": "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.10.4.tgz",
          "integrity": "sha1-TFxUvgS9MWcKc4J5fXW5+i5bViA=",
          "requires": {
            "@babel/types": "7.10.5"
          }
        },
        "@babel/helper-module-transforms": {
          "version": "7.10.5",
          "resolved": "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.10.5.tgz",
          "integrity": "sha1-EgwnHAszU2c/zf2MBT2zxUSiYNY=",
          "requires": {
            "@babel/helper-module-imports": "7.10.4",
            "@babel/helper-replace-supers": "7.10.4",
            "@babel/helper-simple-access": "7.10.4",
            "@babel/helper-split-export-declaration": "7.10.4",
            "@babel/template": "7.10.4",
            "@babel/types": "7.10.5",
            "lodash": "4.17.19"
          }
        },
        "@babel/helper-optimise-call-expression": {
          "version": "7.10.4",
          "resolved": "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.4.tgz",
          "integrity": "sha1-UNyWQT1ZT5lad5BZBbBYk813lnM=",
          "requires": {
            "@babel/types": "7.10.5"
          }
        },
        "@babel/helper-plugin-utils": {
          "version": "7.10.4",
          "resolved": "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz",
          "integrity": "sha1-L3WoMSadT2d95JmG3/WZJ1M883U="
        },
        "@babel/helper-regex": {
          "version": "7.10.4",
          "resolved": "https://registry.yarnpkg.com/@babel/helper-regex/-/helper-regex-7.10.4.tgz",
          "integrity": "sha1-WbNz2q80WOV0feznG7r0X5Z2r20=",
          "requires": {
            "lodash": "4.17.19"
          }
        },
        "@babel/helper-remap-async-to-generator": {
          "version": "7.10.4",
          "resolved": "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.10.4.tgz",
          "integrity": "sha1-/Oi+pOlpC76SMFbe0h5UtOi2jtU=",
          "requires": {
            "@babel/helper-annotate-as-pure": "7.10.4",
            "@babel/helper-wrap-function": "7.10.4",
            "@babel/template": "7.10.4",
            "@babel/traverse": "7.10.5",
            "@babel/types": "7.10.5"
          }
        },
        "@babel/helper-replace-supers": {
          "version": "7.10.4",
          "resolved": "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.10.4.tgz",
          "integrity": "sha1-1YXNk4jqBuYDHkzUS2cTy+rZ5s8=",
          "requires": {
            "@babel/helper-member-expression-to-functions": "7.10.4",
            "@babel/helper-optimise-call-expression": "7.10.4",
            "@babel/traverse": "7.10.5",
            "@babel/types": "7.10.5"
          }
        },
        "@babel/helper-simple-access": {
          "version": "7.10.4",
          "resolved": "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.10.4.tgz",
          "integrity": "sha1-D1zNopRSd6KnotOoIeFTle3PNGE=",
          "requires": {
            "@babel/template": "7.10.4",
            "@babel/types": "7.10.5"
          }
        },
        "@babel/helper-split-export-declaration": {
          "version": "7.10.4",
          "resolved": "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.4.tgz",
          "integrity": "sha1-LHBXbqo7VgmyTLmdsoiMw/xCUdE=",
          "requires": {
            "@babel/types": "7.10.5"
          }
        },
        "@babel/helper-validator-identifier": {
          "version": "7.10.4",
          "resolved": "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz",
          "integrity": "sha1-p4x6clHgH2FlEtMbEK3PUq2l4NI="
        },
        "@babel/helper-wrap-function": {
          "version": "7.10.4",
          "resolved": "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.10.4.tgz",
          "integrity": "sha1-im9wHqsP8592W1oc/vQJmQ5iS4c=",
          "requires": {
            "@babel/helper-function-name": "7.10.4",
            "@babel/template": "7.10.4",
            "@babel/traverse": "7.10.5",
            "@babel/types": "7.10.5"
          }
        },
        "@babel/helpers": {
          "version": "7.10.4",
          "resolved": "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.10.4.tgz",
          "integrity": "sha1-Kr6w1yGv98Cpc3a54fb2XXpHUEQ=",
          "requires": {
            "@babel/template": "7.10.4",
            "@babel/traverse": "7.10.5",
            "@babel/types": "7.10.5"
          }
        },
        "@babel/highlight": {
          "version": "7.10.4",
          "resolved": "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.10.4.tgz",
          "integrity": "sha1-fRvf1ldTU4+r5sOFls23bZrGAUM=",
          "requires": {
            "@babel/helper-validator-identifier": "7.10.4",
            "chalk": "2.4.2",
            "js-tokens": "4.0.0"
          },
          "dependencies": {
            "ansi-styles": {
              "version": "3.2.1",
              "resolved": "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz",
              "integrity": "sha1-QfuyAkPlCxK+DwS43tvwdSDOhB0=",
              "requires": {
                "color-convert": "1.9.3"
              }
            },
            "chalk": {
              "version": "2.4.2",
              "resolved": "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz",
              "integrity": "sha1-zUJUFnelQzPPVBpJEIwUMrRMlCQ=",
              "requires": {
                "ansi-styles": "3.2.1",
                "escape-string-regexp": "1.0.5",
                "supports-color": "5.5.0"
              }
            },
            "color-convert": {
              "version": "1.9.3",
              "resolved": "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz",
              "integrity": "sha1-u3GFBpDh8TZWfeYp0tVHHe2kweg=",
              "requires": {
                "color-name": "1.1.3"
              }
            },
            "color-name": {
              "version": "1.1.3",
              "resolved": "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz",
              "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU="
            },
            "has-flag": {
              "version": "3.0.0",
              "resolved": "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz",
              "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0="
            },
            "js-tokens": {
              "version": "4.0.0",
              "resolved": "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz",
              "integrity": "sha1-GSA/tZmR35jjoocFDUZHzerzJJk="
            },
            "supports-color": {
              "version": "5.5.0",
              "resolved": "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz",
              "integrity": "sha1-4uaaRKyHcveKHsCzW2id9lMO/I8=",
              "requires": {
                "has-flag": "3.0.0"
              }
            }
          }
        },
        "@babel/parser": {
          "version": "7.10.5",
          "resolved": "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.5.tgz",
          "integrity": "sha1-58a/Wn3v+VfOyfBLVR4nYpCdgms="
        },
        "@babel/plugin-proposal-async-generator-functions": {
          "version": "7.10.4",
          "resolved": "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.10.4.tgz",
          "integrity": "sha1-S2Wrs9m6zGxleqpBPlZpb58XD8Y=",
          "requires": {
            "@babel/helper-plugin-utils": "7.10.4",
            "@babel/helper-remap-async-to-generator": "7.10.4",
            "@babel/plugin-syntax-async-generators": "7.8.4"
          }
        },
        "@babel/plugin-proposal-class-properties": {
          "version": "7.10.4",
          "resolved": "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.10.4.tgz",
          "integrity": "sha1-ozv2Mto5ClnHqMVwBF0RFc13iAc=",
          "requires": {
            "@babel/helper-create-class-features-plugin": "7.10.4",
            "@babel/helper-plugin-utils": "7.10.4"
          }
        },
        "@babel/plugin-proposal-dynamic-import": {
          "version": "7.10.4",
          "resolved": "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.10.4.tgz",
          "integrity": "sha1-uleibLmLN3QenVvKG4sN34KR8X4=",
          "requires": {
            "@babel/helper-plugin-utils": "7.10.4",
            "@babel/plugin-syntax-dynamic-import": "7.8.3"
          }
        },
        "@babel/plugin-proposal-json-strings": {
          "version": "7.10.4",
          "resolved": "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.10.4.tgz",
          "integrity": "sha1-WT5ZxjUoFgIzvTIbGuvgggwjQds=",
          "requires": {
            "@babel/helper-plugin-utils": "7.10.4",
            "@babel/plugin-syntax-json-strings": "7.8.3"
          }
        },
        "@babel/plugin-proposal-nullish-coalescing-operator": {
          "version": "7.10.4",
          "resolved": "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.10.4.tgz",
          "integrity": "sha1-AqfpYfwy5tWy2wZJ4Bv4Dd7n4Eo=",
          "requires": {
            "@babel/helper-plugin-utils": "7.10.4",
            "@babel/plugin-syntax-nullish-coalescing-operator": "7.8.3"
          }
        },
        "@babel/plugin-proposal-numeric-separator": {
          "version": "7.10.4",
          "resolved": "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.10.4.tgz",
          "integrity": "sha1-zhWQ/wplrRKXCmCdeIVemkwa7wY=",
          "requires": {
            "@babel/helper-plugin-utils": "7.10.4",
            "@babel/plugin-syntax-numeric-separator": "7.10.4"
          }
        },
        "@babel/plugin-proposal-object-rest-spread": {
          "version": "7.10.4",
          "resolved": "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.10.4.tgz",
          "integrity": "sha1-UBKawha5pqVbOFP92SPnS/VTpMA=",
          "requires": {
            "@babel/helper-plugin-utils": "7.10.4",
            "@babel/plugin-syntax-object-rest-spread": "7.8.3",
            "@babel/plugin-transform-parameters": "7.10.4"
          }
        },
        "@babel/plugin-proposal-optional-catch-binding": {
          "version": "7.10.4",
          "resolved": "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.10.4.tgz",
          "integrity": "sha1-Mck4MJ0kp4pJ1o/av/qoY3WFVN0=",
          "requires": {
            "@babel/helper-plugin-utils": "7.10.4",
            "@babel/plugin-syntax-optional-catch-binding": "7.8.3"
          }
        },
        "@babel/plugin-proposal-optional-chaining": {
          "version": "7.10.4",
          "resolved": "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.10.4.tgz",
          "integrity": "sha1-dQ8SVekwofgtjN3kUDH4Gg0K3/c=",
          "requires": {
            "@babel/helper-plugin-utils": "7.10.4",
            "@babel/plugin-syntax-optional-chaining": "7.8.3"
          }
        },
        "@babel/plugin-proposal-private-methods": {
          "version": "7.10.4",
          "resolved": "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.10.4.tgz",
          "integrity": "sha1-sWDZcrj9ulx9ERoUX8jEIfwqaQk=",
          "requires": {
            "@babel/helper-create-class-features-plugin": "7.10.4",
            "@babel/helper-plugin-utils": "7.10.4"
          }
        },
        "@babel/plugin-proposal-unicode-property-regex": {
          "version": "7.10.4",
          "resolved": "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.10.4.tgz",
          "integrity": "sha1-RIPNpTBBzjQTt/4vAAImZd36p10=",
          "requires": {
            "@babel/helper-create-regexp-features-plugin": "7.10.4",
            "@babel/helper-plugin-utils": "7.10.4"
          }
        },
        "@babel/plugin-syntax-async-generators": {
          "version": "7.8.4",
          "resolved": "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",
          "integrity": "sha1-qYP7Gusuw/btBCohD2QOkOeG/g0=",
          "requires": {
            "@babel/helper-plugin-utils": "7.10.4"
          }
        },
        "@babel/plugin-syntax-class-properties": {
          "version": "7.10.4",
          "resolved": "https://registry.yarnpkg.com/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.10.4.tgz",
          "integrity": "sha1-ZkTmoLqlWmH54yMfbJ7rbuRsEkw=",
          "requires": {
            "@babel/helper-plugin-utils": "7.10.4"
          }
        },
        "@babel/plugin-syntax-dynamic-import": {
          "version": "7.8.3",
          "resolved": "https://registry.yarnpkg.com/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz",
          "integrity": "sha1-Yr+Ysto80h1iYVT8lu5bPLaOrLM=",
          "requires": {
            "@babel/helper-plugin-utils": "7.10.4"
          }
        },
        "@babel/plugin-syntax-json-strings": {
          "version": "7.8.3",
          "resolved": "https://registry.yarnpkg.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",
          "integrity": "sha1-AcohtmjNghjJ5kDLbdiMVBKyyWo=",
          "requires": {
            "@babel/helper-plugin-utils": "7.10.4"
          }
        },
        "@babel/plugin-syntax-nullish-coalescing-operator": {
          "version": "7.8.3",
          "resolved": "https://registry.yarnpkg.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",
          "integrity": "sha1-Fn7XA2iIYIH3S1w2xlqIwDtm0ak=",
          "requires": {
            "@babel/helper-plugin-utils": "7.10.4"
          }
        },
        "@babel/plugin-syntax-numeric-separator": {
          "version": "7.10.4",
          "resolved": "https://registry.yarnpkg.com/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz",
          "integrity": "sha1-ubBws+M1cM2f0Hun+pHA3Te5r5c=",
          "requires": {
            "@babel/helper-plugin-utils": "7.10.4"
          }
        },
        "@babel/plugin-syntax-object-rest-spread": {
          "version": "7.8.3",
          "resolved": "https://registry.yarnpkg.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",
          "integrity": "sha1-YOIl7cvZimQDMqLnLdPmbxr1WHE=",
          "requires": {
            "@babel/helper-plugin-utils": "7.10.4"
          }
        },
        "@babel/plugin-syntax-optional-catch-binding": {
          "version": "7.8.3",
          "resolved": "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",
          "integrity": "sha1-YRGiZbz7Ag6579D9/X0mQCue1sE=",
          "requires": {
            "@babel/helper-plugin-utils": "7.10.4"
          }
        },
        "@babel/plugin-syntax-optional-chaining": {
          "version": "7.8.3",
          "resolved": "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz",
          "integrity": "sha1-T2nCq5UWfgGAzVM2YT+MV4j31Io=",
          "requires": {
            "@babel/helper-plugin-utils": "7.10.4"
          }
        },
        "@babel/plugin-syntax-top-level-await": {
          "version": "7.10.4",
          "resolved": "https://registry.yarnpkg.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.10.4.tgz",
          "integrity": "sha1-S764kXtU/PdoNk4KgfVg4zo+9X0=",
          "requires": {
            "@babel/helper-plugin-utils": "7.10.4"
          }
        },
        "@babel/plugin-transform-arrow-functions": {
          "version": "7.10.4",
          "resolved": "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.10.4.tgz",
          "integrity": "sha1-4ilg135pfHT0HFAdRNc9v4pqZM0=",
          "requires": {
            "@babel/helper-plugin-utils": "7.10.4"
          }
        },
        "@babel/plugin-transform-async-to-generator": {
          "version": "7.10.4",
          "resolved": "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.10.4.tgz",
          "integrity": "sha1-QaUBfknrbzzak5KlHu8pQFskWjc=",
          "requires": {
            "@babel/helper-module-imports": "7.10.4",
            "@babel/helper-plugin-utils": "7.10.4",
            "@babel/helper-remap-async-to-generator": "7.10.4"
          }
        },
        "@babel/plugin-transform-block-scoped-functions": {
          "version": "7.10.4",
          "resolved": "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.10.4.tgz",
          "integrity": "sha1-GvpZV0T3XkOpGvc7DZmOz+Trwug=",
          "requires": {
            "@babel/helper-plugin-utils": "7.10.4"
          }
        },
        "@babel/plugin-transform-block-scoping": {
          "version": "7.10.4",
          "resolved": "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.10.4.tgz",
          "integrity": "sha1-pnDRNku1AZpiG56iABSCh21zR4c=",
          "requires": {
            "@babel/helper-plugin-utils": "7.10.4",
            "lodash": "4.17.19"
          }
        },
        "@babel/plugin-transform-classes": {
          "version": "7.10.4",
          "resolved": "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.10.4.tgz",
          "integrity": "sha1-QFE2rys+IYvEoZJiKLyRerGgrcc=",
          "requires": {
            "@babel/helper-annotate-as-pure": "7.10.4",
            "@babel/helper-define-map": "7.10.4",
            "@babel/helper-function-name": "7.10.4",
            "@babel/helper-optimise-call-expression": "7.10.4",
            "@babel/helper-plugin-utils": "7.10.4",
            "@babel/helper-replace-supers": "7.10.4",
            "@babel/helper-split-export-declaration": "7.10.4",
            "globals": "11.12.0"
          }
        },
        "@babel/plugin-transform-computed-properties": {
          "version": "7.10.4",
          "resolved": "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.10.4.tgz",
          "integrity": "sha1-ne2DqBboLe0o1S1LTsvdgQzfwOs=",
          "requires": {
            "@babel/helper-plugin-utils": "7.10.4"
          }
        },
        "@babel/plugin-transform-destructuring": {
          "version": "7.10.4",
          "resolved": "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.10.4.tgz",
          "integrity": "sha1-cN3Ss9G+qD0BUJ6bsl3bOnT8heU=",
          "requires": {
            "@babel/helper-plugin-utils": "7.10.4"
          }
        },
        "@babel/plugin-transform-dotall-regex": {
          "version": "7.10.4",
          "resolved": "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.10.4.tgz",
          "integrity": "sha1-RpwgYhBcHragQOr0+sS0iAeDle4=",
          "requires": {
            "@babel/helper-create-regexp-features-plugin": "7.10.4",
            "@babel/helper-plugin-utils": "7.10.4"
          }
        },
        "@babel/plugin-transform-duplicate-keys": {
          "version": "7.10.4",
          "resolved": "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.10.4.tgz",
          "integrity": "sha1-aX5Qyf7hQ4D+hD0fMGspVhdDHkc=",
          "requires": {
            "@babel/helper-plugin-utils": "7.10.4"
          }
        },
        "@babel/plugin-transform-exponentiation-operator": {
          "version": "7.10.4",
          "resolved": "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.10.4.tgz",
          "integrity": "sha1-WuM4xX+M9AAb2zVgeuZrktZlry4=",
          "requires": {
            "@babel/helper-builder-binary-assignment-operator-visitor": "7.10.4",
            "@babel/helper-plugin-utils": "7.10.4"
          }
        },
        "@babel/plugin-transform-for-of": {
          "version": "7.10.4",
          "resolved": "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.10.4.tgz",
          "integrity": "sha1-wIiS6IGdOl2ykDGxFa9RHbv+uuk=",
          "requires": {
            "@babel/helper-plugin-utils": "7.10.4"
          }
        },
        "@babel/plugin-transform-function-name": {
          "version": "7.10.4",
          "resolved": "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.10.4.tgz",
          "integrity": "sha1-akZ4gOD8ljhRS6NpERgR3b4mRLc=",
          "requires": {
            "@babel/helper-function-name": "7.10.4",
            "@babel/helper-plugin-utils": "7.10.4"
          }
        },
        "@babel/plugin-transform-literals": {
          "version": "7.10.4",
          "resolved": "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.10.4.tgz",
          "integrity": "sha1-n0K6CEEQChNfInEtDjkcRi9XHzw=",
          "requires": {
            "@babel/helper-plugin-utils": "7.10.4"
          }
        },
        "@babel/plugin-transform-member-expression-literals": {
          "version": "7.10.4",
          "resolved": "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.10.4.tgz",
          "integrity": "sha1-sexE/PGVr8uNssYs2OVRyIG6+Lc=",
          "requires": {
            "@babel/helper-plugin-utils": "7.10.4"
          }
        },
        "@babel/plugin-transform-modules-amd": {
          "version": "7.10.4",
          "resolved": "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.10.4.tgz",
          "integrity": "sha1-y0B8aLhi5MHROi/HOMfsXtdfxSA=",
          "requires": {
            "@babel/helper-module-transforms": "7.10.5",
            "@babel/helper-plugin-utils": "7.10.4",
            "babel-plugin-dynamic-import-node": "2.3.3"
          }
        },
        "@babel/plugin-transform-modules-commonjs": {
          "version": "7.10.4",
          "resolved": "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.10.4.tgz",
          "integrity": "sha1-ZmZ8Pu2h6/eJbUHx8WsXEFovvKA=",
          "requires": {
            "@babel/helper-module-transforms": "7.10.5",
            "@babel/helper-plugin-utils": "7.10.4",
            "@babel/helper-simple-access": "7.10.4",
            "babel-plugin-dynamic-import-node": "2.3.3"
          }
        },
        "@babel/plugin-transform-modules-systemjs": {
          "version": "7.10.4",
          "resolved": "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.10.4.tgz",
          "integrity": "sha1-j1dq/ZQ6wveJs13tCmMS+SnGM/k=",
          "requires": {
            "@babel/helper-hoist-variables": "7.10.4",
            "@babel/helper-module-transforms": "7.10.5",
            "@babel/helper-plugin-utils": "7.10.4",
            "babel-plugin-dynamic-import-node": "2.3.3"
          }
        },
        "@babel/plugin-transform-modules-umd": {
          "version": "7.10.4",
          "resolved": "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.10.4.tgz",
          "integrity": "sha1-moSB/oG4JGVLOgtl2j34nz0hg54=",
          "requires": {
            "@babel/helper-module-transforms": "7.10.5",
            "@babel/helper-plugin-utils": "7.10.4"
          }
        },
        "@babel/plugin-transform-named-capturing-groups-regex": {
          "version": "7.10.4",
          "resolved": "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.10.4.tgz",
          "integrity": "sha1-eLTZeIELbzvPA/njGPL8DtQa7LY=",
          "requires": {
            "@babel/helper-create-regexp-features-plugin": "7.10.4"
          }
        },
        "@babel/plugin-transform-new-target": {
          "version": "7.10.4",
          "resolved": "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.10.4.tgz",
          "integrity": "sha1-kJfXU8t7Aky3OBo7LlLpUTqcaIg=",
          "requires": {
            "@babel/helper-plugin-utils": "7.10.4"
          }
        },
        "@babel/plugin-transform-object-super": {
          "version": "7.10.4",
          "resolved": "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.10.4.tgz",
          "integrity": "sha1-1xRsTROUM+emUm+IjGZ+MUoJOJQ=",
          "requires": {
            "@babel/helper-plugin-utils": "7.10.4",
            "@babel/helper-replace-supers": "7.10.4"
          }
        },
        "@babel/plugin-transform-parameters": {
          "version": "7.10.4",
          "resolved": "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.10.4.tgz",
          "integrity": "sha1-e00TfIfqetwqDz6/UyZocdqm/O0=",
          "requires": {
            "@babel/helper-get-function-arity": "7.10.4",
            "@babel/helper-plugin-utils": "7.10.4"
          }
        },
        "@babel/plugin-transform-property-literals": {
          "version": "7.10.4",
          "resolved": "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.10.4.tgz",
          "integrity": "sha1-9v5UtlkDUimHhbg+3YFdIUxC48A=",
          "requires": {
            "@babel/helper-plugin-utils": "7.10.4"
          }
        },
        "@babel/plugin-transform-regenerator": {
          "version": "7.10.4",
          "resolved": "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.10.4.tgz",
          "integrity": "sha1-IBXlnYOQdOdoON4hWdtCGWb9i2M=",
          "requires": {
            "regenerator-transform": "0.14.4"
          }
        },
        "@babel/plugin-transform-reserved-words": {
          "version": "7.10.4",
          "resolved": "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.10.4.tgz",
          "integrity": "sha1-jyaCvNzvntMn4bCGFYXXAT+KVN0=",
          "requires": {
            "@babel/helper-plugin-utils": "7.10.4"
          }
        },
        "@babel/plugin-transform-shorthand-properties": {
          "version": "7.10.4",
          "resolved": "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.10.4.tgz",
          "integrity": "sha1-n9Jexc3VVbt/Rz5ebuHJce7eTdY=",
          "requires": {
            "@babel/helper-plugin-utils": "7.10.4"
          }
        },
        "@babel/plugin-transform-spread": {
          "version": "7.10.4",
          "resolved": "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.10.4.tgz",
          "integrity": "sha1-TiyF6g1quu4bJNz7uuQm/o1nTP8=",
          "requires": {
            "@babel/helper-plugin-utils": "7.10.4"
          }
        },
        "@babel/plugin-transform-sticky-regex": {
          "version": "7.10.4",
          "resolved": "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.10.4.tgz",
          "integrity": "sha1-jziJ7oZXWBEwop2cyR18c7fEoo0=",
          "requires": {
            "@babel/helper-plugin-utils": "7.10.4",
            "@babel/helper-regex": "7.10.4"
          }
        },
        "@babel/plugin-transform-template-literals": {
          "version": "7.10.4",
          "resolved": "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.10.4.tgz",
          "integrity": "sha1-5jdUB7MPy3/P27o7uY7z6dNt97w=",
          "requires": {
            "@babel/helper-annotate-as-pure": "7.10.4",
            "@babel/helper-plugin-utils": "7.10.4"
          }
        },
        "@babel/plugin-transform-typeof-symbol": {
          "version": "7.10.4",
          "resolved": "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.10.4.tgz",
          "integrity": "sha1-lQnxp+7DHE7b/+E3wWzDP/C8W/w=",
          "requires": {
            "@babel/helper-plugin-utils": "7.10.4"
          }
        },
        "@babel/plugin-transform-unicode-escapes": {
          "version": "7.10.4",
          "resolved": "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.10.4.tgz",
          "integrity": "sha1-/q5SM5HHZR3awRXa4KnQaFeJIAc=",
          "requires": {
            "@babel/helper-plugin-utils": "7.10.4"
          }
        },
        "@babel/plugin-transform-unicode-regex": {
          "version": "7.10.4",
          "resolved": "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.10.4.tgz",
          "integrity": "sha1-5W1x+SgvrG2wnIJ0IFVXbV5tgKg=",
          "requires": {
            "@babel/helper-create-regexp-features-plugin": "7.10.4",
            "@babel/helper-plugin-utils": "7.10.4"
          }
        },
        "@babel/preset-env": {
          "version": "7.10.4",
          "resolved": "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.10.4.tgz",
          "integrity": "sha1-+/V/moA6/Zf08y5PeYu2Lksr718=",
          "requires": {
            "@babel/compat-data": "7.10.4",
            "@babel/helper-compilation-targets": "7.10.4",
            "@babel/helper-module-imports": "7.10.4",
            "@babel/helper-plugin-utils": "7.10.4",
            "@babel/plugin-proposal-async-generator-functions": "7.10.4",
            "@babel/plugin-proposal-class-properties": "7.10.4",
            "@babel/plugin-proposal-dynamic-import": "7.10.4",
            "@babel/plugin-proposal-json-strings": "7.10.4",
            "@babel/plugin-proposal-nullish-coalescing-operator": "7.10.4",
            "@babel/plugin-proposal-numeric-separator": "7.10.4",
            "@babel/plugin-proposal-object-rest-spread": "7.10.4",
            "@babel/plugin-proposal-optional-catch-binding": "7.10.4",
            "@babel/plugin-proposal-optional-chaining": "7.10.4",
            "@babel/plugin-proposal-private-methods": "7.10.4",
            "@babel/plugin-proposal-unicode-property-regex": "7.10.4",
            "@babel/plugin-syntax-async-generators": "7.8.4",
            "@babel/plugin-syntax-class-properties": "7.10.4",
            "@babel/plugin-syntax-dynamic-import": "7.8.3",
            "@babel/plugin-syntax-json-strings": "7.8.3",
            "@babel/plugin-syntax-nullish-coalescing-operator": "7.8.3",
            "@babel/plugin-syntax-numeric-separator": "7.10.4",
            "@babel/plugin-syntax-object-rest-spread": "7.8.3",
            "@babel/plugin-syntax-optional-catch-binding": "7.8.3",
            "@babel/plugin-syntax-optional-chaining": "7.8.3",
            "@babel/plugin-syntax-top-level-await": "7.10.4",
            "@babel/plugin-transform-arrow-functions": "7.10.4",
            "@babel/plugin-transform-async-to-generator": "7.10.4",
            "@babel/plugin-transform-block-scoped-functions": "7.10.4",
            "@babel/plugin-transform-block-scoping": "7.10.4",
            "@babel/plugin-transform-classes": "7.10.4",
            "@babel/plugin-transform-computed-properties": "7.10.4",
            "@babel/plugin-transform-destructuring": "7.10.4",
            "@babel/plugin-transform-dotall-regex": "7.10.4",
            "@babel/plugin-transform-duplicate-keys": "7.10.4",
            "@babel/plugin-transform-exponentiation-operator": "7.10.4",
            "@babel/plugin-transform-for-of": "7.10.4",
            "@babel/plugin-transform-function-name": "7.10.4",
            "@babel/plugin-transform-literals": "7.10.4",
            "@babel/plugin-transform-member-expression-literals": "7.10.4",
            "@babel/plugin-transform-modules-amd": "7.10.4",
            "@babel/plugin-transform-modules-commonjs": "7.10.4",
            "@babel/plugin-transform-modules-systemjs": "7.10.4",
            "@babel/plugin-transform-modules-umd": "7.10.4",
            "@babel/plugin-transform-named-capturing-groups-regex": "7.10.4",
            "@babel/plugin-transform-new-target": "7.10.4",
            "@babel/plugin-transform-object-super": "7.10.4",
            "@babel/plugin-transform-parameters": "7.10.4",
            "@babel/plugin-transform-property-literals": "7.10.4",
            "@babel/plugin-transform-regenerator": "7.10.4",
            "@babel/plugin-transform-reserved-words": "7.10.4",
            "@babel/plugin-transform-shorthand-properties": "7.10.4",
            "@babel/plugin-transform-spread": "7.10.4",
            "@babel/plugin-transform-sticky-regex": "7.10.4",
            "@babel/plugin-transform-template-literals": "7.10.4",
            "@babel/plugin-transform-typeof-symbol": "7.10.4",
            "@babel/plugin-transform-unicode-escapes": "7.10.4",
            "@babel/plugin-transform-unicode-regex": "7.10.4",
            "@babel/preset-modules": "0.1.3",
            "@babel/types": "7.10.5",
            "browserslist": "4.12.0",
            "core-js-compat": "3.6.5",
            "invariant": "2.2.4",
            "levenary": "1.1.1",
            "semver": "5.7.1"
          }
        },
        "@babel/preset-modules": {
          "version": "0.1.3",
          "resolved": "https://registry.yarnpkg.com/@babel/preset-modules/-/preset-modules-0.1.3.tgz",
          "integrity": "sha1-EyQrU7XvjIg8PPfd3VWzbOgPvHI=",
          "requires": {
            "@babel/helper-plugin-utils": "7.10.4",
            "@babel/plugin-proposal-unicode-property-regex": "7.10.4",
            "@babel/plugin-transform-dotall-regex": "7.10.4",
            "@babel/types": "7.10.5",
            "esutils": "2.0.3"
          }
        },
        "@babel/register": {
          "version": "7.10.4",
          "resolved": "https://registry.yarnpkg.com/@babel/register/-/register-7.10.4.tgz",
          "integrity": "sha1-UwBLqLBMSvPL2EUI4DrRUGaXRuQ=",
          "requires": {
            "find-cache-dir": "2.1.0",
            "lodash": "4.17.19",
            "make-dir": "2.1.0",
            "pirates": "4.0.1",
            "source-map-support": "0.5.19"
          },
          "dependencies": {
            "make-dir": {
              "version": "2.1.0",
              "resolved": "https://registry.yarnpkg.com/make-dir/-/make-dir-2.1.0.tgz",
              "integrity": "sha1-XwMQ4YuL6JjMBwCSlaMK5B6R5vU=",
              "requires": {
                "pify": "4.0.1",
                "semver": "5.7.1"
              }
            },
            "pify": {
              "version": "4.0.1",
              "resolved": "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz",
              "integrity": "sha1-SyzSXFDVmHNcUCkiJP2MbfQeMjE="
            }
          }
        },
        "@babel/runtime": {
          "version": "7.9.2",
          "resolved": "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.9.2.tgz",
          "integrity": "sha1-2Q3wWDo6JS8JqqYZZlNnuuUY2wY=",
          "requires": {
            "regenerator-runtime": "0.13.5"
          }
        },
        "@babel/template": {
          "version": "7.10.4",
          "resolved": "https://registry.yarnpkg.com/@babel/template/-/template-7.10.4.tgz",
          "integrity": "sha1-MlGZbEIA68cdGo/EBfupQPNrong=",
          "requires": {
            "@babel/code-frame": "7.10.4",
            "@babel/parser": "7.10.5",
            "@babel/types": "7.10.5"
          }
        },
        "@babel/traverse": {
          "version": "7.10.5",
          "resolved": "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.5.tgz",
          "integrity": "sha1-d85GT1sli+Jlr2GNj93wU28gtWQ=",
          "requires": {
            "@babel/code-frame": "7.10.4",
            "@babel/generator": "7.10.5",
            "@babel/helper-function-name": "7.10.4",
            "@babel/helper-split-export-declaration": "7.10.4",
            "@babel/parser": "7.10.5",
            "@babel/types": "7.10.5",
            "debug": "4.1.1",
            "globals": "11.12.0",
            "lodash": "4.17.19"
          },
          "dependencies": {
            "debug": {
              "version": "4.1.1",
              "resolved": "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz",
              "integrity": "sha1-O3ImAlUQnGtYnO4FDx1RYTlmR5E=",
              "requires": {
                "ms": "2.1.2"
              }
            }
          }
        },
        "@babel/types": {
          "version": "7.10.5",
          "resolved": "https://registry.yarnpkg.com/@babel/types/-/types-7.10.5.tgz",
          "integrity": "sha1-2Irn4v3oa/v+hR1Nga+nCpl7XRU=",
          "requires": {
            "@babel/helper-validator-identifier": "7.10.4",
            "lodash": "4.17.19",
            "to-fast-properties": "2.0.0"
          }
        },
        "@concordance/react": {
          "version": "2.0.0",
          "resolved": "https://registry.yarnpkg.com/@concordance/react/-/react-2.0.0.tgz",
          "integrity": "sha1-rvkT8nR0xTcx9P15zC9UiX3pD94=",
          "requires": {
            "arrify": "1.0.1"
          }
        },
        "@ethersproject/abi": {
          "version": "5.0.0-beta.153",
          "resolved": "https://registry.yarnpkg.com/@ethersproject/abi/-/abi-5.0.0-beta.153.tgz",
          "integrity": "sha1-Q6NxcrM3lORWKZn24tVVt1maju4=",
          "requires": {
            "@ethersproject/address": "5.0.0-beta.135",
            "@ethersproject/bignumber": "5.0.0-beta.139",
            "@ethersproject/bytes": "5.0.0-beta.138",
            "@ethersproject/constants": "5.0.0-beta.134",
            "@ethersproject/hash": "5.0.0-beta.134",
            "@ethersproject/keccak256": "5.0.0-beta.132",
            "@ethersproject/logger": "5.0.0-beta.137",
            "@ethersproject/properties": "5.0.0-beta.141",
            "@ethersproject/strings": "5.0.0-beta.137"
          },
          "dependencies": {
            "@ethersproject/properties": {
              "version": "5.0.0-beta.141",
              "resolved": "https://registry.yarnpkg.com/@ethersproject/properties/-/properties-5.0.0-beta.141.tgz",
              "integrity": "sha1-Bj5ahw+L+ySd5N5iGOahBOJT8ko=",
              "requires": {
                "@ethersproject/logger": "5.0.0-beta.137"
              }
            }
          }
        },
        "@ethersproject/address": {
          "version": "5.0.0-beta.135",
          "resolved": "https://registry.yarnpkg.com/@ethersproject/address/-/address-5.0.0-beta.135.tgz",
          "integrity": "sha1-jUaXyB3Cd1iwXn63UHwlTy7w5dw=",
          "requires": {
            "@ethersproject/bignumber": "5.0.0-beta.139",
            "@ethersproject/bytes": "5.0.0-beta.138",
            "@ethersproject/keccak256": "5.0.0-beta.132",
            "@ethersproject/logger": "5.0.0-beta.137",
            "@ethersproject/rlp": "5.0.0-beta.133",
            "bn.js": "4.11.8"
          },
          "dependencies": {
            "bn.js": {
              "version": "4.11.8",
              "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
              "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
            },
            "@ethersproject/rlp": {
              "version": "5.0.0-beta.133",
              "resolved": "https://registry.yarnpkg.com/@ethersproject/rlp/-/rlp-5.0.0-beta.133.tgz",
              "integrity": "sha1-5RsujVH9cKWHL4XxF0EZOmsRgRA=",
              "requires": {
                "@ethersproject/bytes": "5.0.0-beta.138",
                "@ethersproject/logger": "5.0.0-beta.137"
              }
            }
          }
        },
        "@ethersproject/bignumber": {
          "version": "5.0.0-beta.139",
          "resolved": "https://registry.yarnpkg.com/@ethersproject/bignumber/-/bignumber-5.0.0-beta.139.tgz",
          "integrity": "sha1-EqT6WnbukPd5MjJjEcrwTh3hyuA=",
          "requires": {
            "@ethersproject/bytes": "5.0.0-beta.138",
            "@ethersproject/logger": "5.0.0-beta.137",
            "@ethersproject/properties": "5.0.0-beta.141",
            "bn.js": "4.11.8"
          },
          "dependencies": {
            "bn.js": {
              "version": "4.11.8",
              "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
              "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
            },
            "@ethersproject/properties": {
              "version": "5.0.0-beta.141",
              "resolved": "https://registry.yarnpkg.com/@ethersproject/properties/-/properties-5.0.0-beta.141.tgz",
              "integrity": "sha1-Bj5ahw+L+ySd5N5iGOahBOJT8ko=",
              "requires": {
                "@ethersproject/logger": "5.0.0-beta.137"
              }
            }
          }
        },
        "@ethersproject/bytes": {
          "version": "5.0.0-beta.138",
          "resolved": "https://registry.yarnpkg.com/@ethersproject/bytes/-/bytes-5.0.0-beta.138.tgz",
          "integrity": "sha1-huH2xAFkQ/K1I2Yn+mVufFYHelY=",
          "requires": {
            "@ethersproject/logger": "5.0.0-beta.137"
          }
        },
        "@ethersproject/constants": {
          "version": "5.0.0-beta.134",
          "resolved": "https://registry.yarnpkg.com/@ethersproject/constants/-/constants-5.0.0-beta.134.tgz",
          "integrity": "sha1-uBxCNzoAyyFgSpSqhkJFT7Nbt2Q=",
          "requires": {
            "@ethersproject/bignumber": "5.0.0-beta.139"
          }
        },
        "@ethersproject/hash": {
          "version": "5.0.0-beta.134",
          "resolved": "https://registry.yarnpkg.com/@ethersproject/hash/-/hash-5.0.0-beta.134.tgz",
          "integrity": "sha1-4f22m0L10xw0O8vxgwQ4U7m46d0=",
          "requires": {
            "@ethersproject/bytes": "5.0.0-beta.138",
            "@ethersproject/keccak256": "5.0.0-beta.132",
            "@ethersproject/logger": "5.0.0-beta.137",
            "@ethersproject/strings": "5.0.0-beta.137"
          }
        },
        "@ethersproject/keccak256": {
          "version": "5.0.0-beta.132",
          "resolved": "https://registry.yarnpkg.com/@ethersproject/keccak256/-/keccak256-5.0.0-beta.132.tgz",
          "integrity": "sha1-OMEoGUqIq6aQtqykPK5X30IECNc=",
          "requires": {
            "@ethersproject/bytes": "5.0.0-beta.138",
            "js-sha3": "0.5.7"
          }
        },
        "@ethersproject/logger": {
          "version": "5.0.0-beta.137",
          "resolved": "https://registry.yarnpkg.com/@ethersproject/logger/-/logger-5.0.0-beta.137.tgz",
          "integrity": "sha1-eBWCuLBNDO0B6cFgjJiH0x2VuO4="
        },
        "@ethersproject/properties": {
          "version": "5.0.1",
          "resolved": "https://registry.yarnpkg.com/@ethersproject/properties/-/properties-5.0.1.tgz",
          "integrity": "sha1-4f7L/LJPI787ZKKsdPJ1ERPRFuA=",
          "requires": {
            "@ethersproject/logger": "5.0.2"
          },
          "dependencies": {
            "@ethersproject/logger": {
              "version": "5.0.2",
              "resolved": "https://registry.yarnpkg.com/@ethersproject/logger/-/logger-5.0.2.tgz",
              "integrity": "sha1-8kqhSnOKQo1xHBgotE1QEUpGG4s="
            }
          }
        },
        "@ethersproject/rlp": {
          "version": "5.0.1",
          "resolved": "https://registry.yarnpkg.com/@ethersproject/rlp/-/rlp-5.0.1.tgz",
          "integrity": "sha1-NAewy3j4Khohmuz/V1eMBViuJsg=",
          "requires": {
            "@ethersproject/bytes": "5.0.1",
            "@ethersproject/logger": "5.0.2"
          },
          "dependencies": {
            "@ethersproject/bytes": {
              "version": "5.0.1",
              "resolved": "https://registry.yarnpkg.com/@ethersproject/bytes/-/bytes-5.0.1.tgz",
              "integrity": "sha1-2ozZs+OygAvptG/acDb8RBszRoA=",
              "requires": {
                "@ethersproject/logger": "5.0.2"
              }
            },
            "@ethersproject/logger": {
              "version": "5.0.2",
              "resolved": "https://registry.yarnpkg.com/@ethersproject/logger/-/logger-5.0.2.tgz",
              "integrity": "sha1-8kqhSnOKQo1xHBgotE1QEUpGG4s="
            }
          }
        },
        "@ethersproject/signing-key": {
          "version": "5.0.1",
          "resolved": "https://registry.yarnpkg.com/@ethersproject/signing-key/-/signing-key-5.0.1.tgz",
          "integrity": "sha1-kJV+QsaehX3HQcj77v8PNrzunPc=",
          "requires": {
            "@ethersproject/bytes": "5.0.1",
            "@ethersproject/logger": "5.0.2",
            "@ethersproject/properties": "5.0.1",
            "elliptic": "6.5.2"
          },
          "dependencies": {
            "@ethersproject/bytes": {
              "version": "5.0.1",
              "resolved": "https://registry.yarnpkg.com/@ethersproject/bytes/-/bytes-5.0.1.tgz",
              "integrity": "sha1-2ozZs+OygAvptG/acDb8RBszRoA=",
              "requires": {
                "@ethersproject/logger": "5.0.2"
              }
            },
            "@ethersproject/logger": {
              "version": "5.0.2",
              "resolved": "https://registry.yarnpkg.com/@ethersproject/logger/-/logger-5.0.2.tgz",
              "integrity": "sha1-8kqhSnOKQo1xHBgotE1QEUpGG4s="
            }
          }
        },
        "@ethersproject/strings": {
          "version": "5.0.0-beta.137",
          "resolved": "https://registry.yarnpkg.com/@ethersproject/strings/-/strings-5.0.0-beta.137.tgz",
          "integrity": "sha1-HpcwpwHnpEw/G04cfhNGZc3VHXs=",
          "requires": {
            "@ethersproject/bytes": "5.0.0-beta.138",
            "@ethersproject/constants": "5.0.0-beta.134",
            "@ethersproject/logger": "5.0.0-beta.137"
          }
        },
        "@ethersproject/transactions": {
          "version": "5.0.1",
          "resolved": "https://registry.yarnpkg.com/@ethersproject/transactions/-/transactions-5.0.1.tgz",
          "integrity": "sha1-YUgNxgD0pJ65lid3jjtGs4H4vdk=",
          "requires": {
            "@ethersproject/address": "5.0.1",
            "@ethersproject/bignumber": "5.0.1",
            "@ethersproject/bytes": "5.0.1",
            "@ethersproject/constants": "5.0.1",
            "@ethersproject/keccak256": "5.0.1",
            "@ethersproject/logger": "5.0.2",
            "@ethersproject/properties": "5.0.1",
            "@ethersproject/rlp": "5.0.1",
            "@ethersproject/signing-key": "5.0.1"
          },
          "dependencies": {
            "bn.js": {
              "version": "4.11.8",
              "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
              "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
            },
            "@ethersproject/address": {
              "version": "5.0.1",
              "resolved": "https://registry.yarnpkg.com/@ethersproject/address/-/address-5.0.1.tgz",
              "integrity": "sha1-iCQk+77BERq8GqNILmR6cmg8U3c=",
              "requires": {
                "@ethersproject/bignumber": "5.0.1",
                "@ethersproject/bytes": "5.0.1",
                "@ethersproject/keccak256": "5.0.1",
                "@ethersproject/logger": "5.0.2",
                "@ethersproject/rlp": "5.0.1",
                "bn.js": "4.11.8"
              }
            },
            "@ethersproject/bignumber": {
              "version": "5.0.1",
              "resolved": "https://registry.yarnpkg.com/@ethersproject/bignumber/-/bignumber-5.0.1.tgz",
              "integrity": "sha1-he2xAmMQYz71Zsw3nj4AJml/bm4=",
              "requires": {
                "@ethersproject/bytes": "5.0.1",
                "@ethersproject/logger": "5.0.2",
                "@ethersproject/properties": "5.0.1",
                "bn.js": "4.11.8"
              }
            },
            "@ethersproject/bytes": {
              "version": "5.0.1",
              "resolved": "https://registry.yarnpkg.com/@ethersproject/bytes/-/bytes-5.0.1.tgz",
              "integrity": "sha1-2ozZs+OygAvptG/acDb8RBszRoA=",
              "requires": {
                "@ethersproject/logger": "5.0.2"
              }
            },
            "@ethersproject/constants": {
              "version": "5.0.1",
              "resolved": "https://registry.yarnpkg.com/@ethersproject/constants/-/constants-5.0.1.tgz",
              "integrity": "sha1-UUJrHWc2YekFQY3e78ofY0hmhg0=",
              "requires": {
                "@ethersproject/bignumber": "5.0.1"
              }
            },
            "@ethersproject/keccak256": {
              "version": "5.0.1",
              "resolved": "https://registry.yarnpkg.com/@ethersproject/keccak256/-/keccak256-5.0.1.tgz",
              "integrity": "sha1-vpHBGovfTpTIuQBQLSpGsiP73rM=",
              "requires": {
                "@ethersproject/bytes": "5.0.1",
                "js-sha3": "0.5.7"
              }
            },
            "@ethersproject/logger": {
              "version": "5.0.2",
              "resolved": "https://registry.yarnpkg.com/@ethersproject/logger/-/logger-5.0.2.tgz",
              "integrity": "sha1-8kqhSnOKQo1xHBgotE1QEUpGG4s="
            }
          }
        },
        "@istanbuljs/load-nyc-config": {
          "version": "1.0.0",
          "resolved": "https://registry.yarnpkg.com/@istanbuljs/load-nyc-config/-/load-nyc-config-1.0.0.tgz",
          "integrity": "sha1-EGAt5VcLrqgvivv6JjCyTnqM/ls=",
          "requires": {
            "camelcase": "5.3.1",
            "find-up": "4.1.0",
            "js-yaml": "3.13.1",
            "resolve-from": "5.0.0"
          },
          "dependencies": {
            "find-up": {
              "version": "4.1.0",
              "resolved": "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz",
              "integrity": "sha1-l6/n1s3AvFkoWEt8jXsW6KmqXRk=",
              "requires": {
                "locate-path": "5.0.0",
                "path-exists": "4.0.0"
              }
            },
            "locate-path": {
              "version": "5.0.0",
              "resolved": "https://registry.yarnpkg.com/locate-path/-/locate-path-5.0.0.tgz",
              "integrity": "sha1-Gvujlq/WdqbUJQTQpno6frn2KqA=",
              "requires": {
                "p-locate": "4.1.0"
              }
            },
            "p-locate": {
              "version": "4.1.0",
              "resolved": "https://registry.yarnpkg.com/p-locate/-/p-locate-4.1.0.tgz",
              "integrity": "sha1-o0KLtwiLOmApL2aRkni3wpetTwc=",
              "requires": {
                "p-limit": "2.3.0"
              }
            },
            "path-exists": {
              "version": "4.0.0",
              "resolved": "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz",
              "integrity": "sha1-UTvb4tO5XXdi6METfvoZXGxhtbM="
            }
          }
        },
        "@istanbuljs/schema": {
          "version": "0.1.2",
          "resolved": "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.2.tgz",
          "integrity": "sha1-JlIL8Jq+SlZEzVQU43ElqJVCQd0="
        },
        "@nodelib/fs.scandir": {
          "version": "2.1.3",
          "resolved": "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.3.tgz",
          "integrity": "sha1-Olgr21OATGum0UZXnEblITDPSjs=",
          "requires": {
            "@nodelib/fs.stat": "2.0.3",
            "run-parallel": "1.1.9"
          }
        },
        "@nodelib/fs.stat": {
          "version": "2.0.3",
          "resolved": "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.3.tgz",
          "integrity": "sha1-NNxfTKu8cg9OYPdadH5+zWwXW9M="
        },
        "@nodelib/fs.walk": {
          "version": "1.2.4",
          "resolved": "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.4.tgz",
          "integrity": "sha1-ARuSAqcKY2bkNspcBlhEUoqwSXY=",
          "requires": {
            "@nodelib/fs.scandir": "2.1.3",
            "fastq": "1.7.0"
          }
        },
        "@resolver-engine/core": {
          "version": "0.2.1",
          "resolved": "https://registry.yarnpkg.com/@resolver-engine/core/-/core-0.2.1.tgz",
          "integrity": "sha1-DXGAP207jLLp7UgaG/DKX1JW0MA=",
          "requires": {
            "debug": "3.2.6",
            "request": "2.88.2"
          },
          "dependencies": {
            "debug": {
              "version": "3.2.6",
              "resolved": "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz",
              "integrity": "sha1-6D0X3hbYp++3cX7b5fsQE17uYps=",
              "requires": {
                "ms": "2.1.2"
              }
            }
          }
        },
        "@resolver-engine/fs": {
          "version": "0.2.1",
          "resolved": "https://registry.yarnpkg.com/@resolver-engine/fs/-/fs-0.2.1.tgz",
          "integrity": "sha1-+YowjXdWjMAmUdA2NvRlNrlBskE=",
          "requires": {
            "@resolver-engine/core": "0.2.1",
            "debug": "3.2.6"
          },
          "dependencies": {
            "debug": {
              "version": "3.2.6",
              "resolved": "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz",
              "integrity": "sha1-6D0X3hbYp++3cX7b5fsQE17uYps=",
              "requires": {
                "ms": "2.1.2"
              }
            }
          }
        },
        "@resolver-engine/imports": {
          "version": "0.2.2",
          "resolved": "https://registry.yarnpkg.com/@resolver-engine/imports/-/imports-0.2.2.tgz",
          "integrity": "sha1-095VobtfO+t3A/3edDKY8yEXWEM=",
          "requires": {
            "@resolver-engine/core": "0.2.1",
            "debug": "3.2.6",
            "hosted-git-info": "2.8.8"
          },
          "dependencies": {
            "debug": {
              "version": "3.2.6",
              "resolved": "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz",
              "integrity": "sha1-6D0X3hbYp++3cX7b5fsQE17uYps=",
              "requires": {
                "ms": "2.1.2"
              }
            }
          }
        },
        "@resolver-engine/imports-fs": {
          "version": "0.2.2",
          "resolved": "https://registry.yarnpkg.com/@resolver-engine/imports-fs/-/imports-fs-0.2.2.tgz",
          "integrity": "sha1-WoHvMoXb8EEas7FSBQgKGtdiLZ4=",
          "requires": {
            "@resolver-engine/fs": "0.2.1",
            "@resolver-engine/imports": "0.2.2",
            "debug": "3.2.6"
          },
          "dependencies": {
            "debug": {
              "version": "3.2.6",
              "resolved": "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz",
              "integrity": "sha1-6D0X3hbYp++3cX7b5fsQE17uYps=",
              "requires": {
                "ms": "2.1.2"
              }
            }
          }
        },
        "@sindresorhus/is": {
          "version": "0.14.0",
          "resolved": "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.14.0.tgz",
          "integrity": "sha1-n7OjzzEyMoFR81PeRjLgHlIQK+o="
        },
        "@sinonjs/commons": {
          "version": "1.7.2",
          "resolved": "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.7.2.tgz",
          "integrity": "sha1-UF9Vx04CcrQ/bFLYGUa+1wWPwOI=",
          "requires": {
            "type-detect": "4.0.8"
          }
        },
        "@sinonjs/fake-timers": {
          "version": "6.0.1",
          "resolved": "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-6.0.1.tgz",
          "integrity": "sha1-KTZ0/MsyYqx4LHqt/eyoaxDHXEA=",
          "requires": {
            "@sinonjs/commons": "1.7.2"
          }
        },
        "@sinonjs/formatio": {
          "version": "5.0.1",
          "resolved": "https://registry.yarnpkg.com/@sinonjs/formatio/-/formatio-5.0.1.tgz",
          "integrity": "sha1-8T5xPLMxOxq5ZZAbAbCCjqa3cIk=",
          "requires": {
            "@sinonjs/commons": "1.7.2",
            "@sinonjs/samsam": "5.0.3"
          }
        },
        "@sinonjs/samsam": {
          "version": "5.0.3",
          "resolved": "https://registry.yarnpkg.com/@sinonjs/samsam/-/samsam-5.0.3.tgz",
          "integrity": "sha1-hvIb2z1SSA+vCJKkgMmQaqWlKTg=",
          "requires": {
            "@sinonjs/commons": "1.7.2",
            "lodash.get": "4.4.2",
            "type-detect": "4.0.8"
          }
        },
        "@sinonjs/text-encoding": {
          "version": "0.7.1",
          "resolved": "https://registry.yarnpkg.com/@sinonjs/text-encoding/-/text-encoding-0.7.1.tgz",
          "integrity": "sha1-jaXGUwkVZT86Hzj9XxAdjD+AecU="
        },
        "@szmarczak/http-timer": {
          "version": "1.1.2",
          "resolved": "https://registry.yarnpkg.com/@szmarczak/http-timer/-/http-timer-1.1.2.tgz",
          "integrity": "sha1-sWZeLEYaLNkvTBu/UNVFTeDUtCE=",
          "requires": {
            "defer-to-connect": "1.1.3"
          }
        },
        "@truffle/hdwallet-provider": {
          "version": "1.0.34",
          "resolved": "https://registry.yarnpkg.com/@truffle/hdwallet-provider/-/hdwallet-provider-1.0.34.tgz",
          "integrity": "sha1-HmQsQVwo6a47uBQrvbyFBq2qoGo=",
          "requires": {
            "any-promise": "1.3.0",
            "bindings": "1.5.0",
            "bip39": "2.6.0",
            "ethereum-protocol": "1.0.1",
            "ethereumjs-tx": "1.3.7",
            "ethereumjs-util": "6.2.0",
            "ethereumjs-wallet": "0.6.3",
            "source-map-support": "0.5.19",
            "web3": "1.2.1",
            "web3-provider-engine": "14.0.6"
          },
          "dependencies": {
            "bn.js": {
              "version": "4.11.8",
              "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
              "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
            },
            "ethereumjs-util": {
              "version": "6.2.0",
              "resolved": "https://registry.yarnpkg.com/ethereumjs-util/-/ethereumjs-util-6.2.0.tgz",
              "integrity": "sha1-I+x5skiKfQQSQvAeJfJOWtA1eWA=",
              "requires": {
                "@types/bn.js": "4.11.6",
                "bn.js": "4.11.8",
                "create-hash": "1.2.0",
                "ethjs-util": "0.1.6",
                "keccak": "2.1.0",
                "rlp": "2.2.4",
                "secp256k1": "3.8.0"
              }
            },
            "keccak": {
              "version": "2.1.0",
              "resolved": "https://registry.yarnpkg.com/keccak/-/keccak-2.1.0.tgz",
              "integrity": "sha1-c06lPy7c/Q9CzbjV9MNY/vBSdSs=",
              "requires": {
                "bindings": "1.5.0",
                "inherits": "2.0.4",
                "nan": "2.14.0",
                "safe-buffer": "5.2.0"
              }
            },
            "semver": {
              "version": "6.2.0",
              "resolved": "https://registry.yarnpkg.com/semver/-/semver-6.2.0.tgz",
              "integrity": "sha1-TYE9lZCq+KkZJpPWyFuTRN5ZAds="
            },
            "uuid": {
              "version": "3.3.2",
              "resolved": "https://registry.yarnpkg.com/uuid/-/uuid-3.3.2.tgz",
              "integrity": "sha1-G0r0lV6zB3xQHCOHL8ZROBFYcTE="
            },
            "web3": {
              "version": "1.2.1",
              "resolved": "https://registry.yarnpkg.com/web3/-/web3-1.2.1.tgz",
              "integrity": "sha1-XYFYvMpHg4q4wreEot7kw860F5s=",
              "requires": {
                "web3-bzz": "1.2.1",
                "web3-core": "1.2.1",
                "web3-eth": "1.2.1",
                "web3-eth-personal": "1.2.1",
                "web3-net": "1.2.1",
                "web3-shh": "1.2.1",
                "web3-utils": "1.2.1"
              }
            },
            "web3-bzz": {
              "version": "1.2.1",
              "resolved": "https://registry.yarnpkg.com/web3-bzz/-/web3-bzz-1.2.1.tgz",
              "integrity": "sha1-w70ejwwCoTzW1OPD6eFxPxRPbw0=",
              "requires": {
                "got": "9.6.0",
                "swarm-js": "0.1.39",
                "underscore": "1.9.1"
              }
            },
            "web3-eth": {
              "version": "1.2.1",
              "resolved": "https://registry.yarnpkg.com/web3-eth/-/web3-eth-1.2.1.tgz",
              "integrity": "sha1-uZieJVfHOp6P/cEHxtr75yx5wbA=",
              "requires": {
                "underscore": "1.9.1",
                "web3-core": "1.2.1",
                "web3-core-helpers": "1.2.1",
                "web3-core-method": "1.2.1",
                "web3-core-subscriptions": "1.2.1",
                "web3-eth-abi": "1.2.1",
                "web3-eth-accounts": "1.2.1",
                "web3-eth-contract": "1.2.1",
                "web3-eth-ens": "1.2.1",
                "web3-eth-iban": "1.2.1",
                "web3-eth-personal": "1.2.1",
                "web3-net": "1.2.1",
                "web3-utils": "1.2.1"
              }
            },
            "web3-eth-abi": {
              "version": "1.2.1",
              "resolved": "https://registry.yarnpkg.com/web3-eth-abi/-/web3-eth-abi-1.2.1.tgz",
              "integrity": "sha1-m5FbHJ6/gvcMymMRRwNdVBkGRok=",
              "requires": {
                "ethers": "4.0.0-beta.3",
                "underscore": "1.9.1",
                "web3-utils": "1.2.1"
              }
            },
            "web3-eth-accounts": {
              "version": "1.2.1",
              "resolved": "https://registry.yarnpkg.com/web3-eth-accounts/-/web3-eth-accounts-1.2.1.tgz",
              "integrity": "sha1-J0Go7zN6chnVeVmsi9EYudaNY88=",
              "requires": {
                "any-promise": "1.3.0",
                "crypto-browserify": "3.12.0",
                "eth-lib": "0.2.7",
                "scryptsy": "2.1.0",
                "semver": "6.2.0",
                "underscore": "1.9.1",
                "uuid": "3.3.2",
                "web3-core": "1.2.1",
                "web3-core-helpers": "1.2.1",
                "web3-core-method": "1.2.1",
                "web3-utils": "1.2.1"
              }
            },
            "web3-eth-ens": {
              "version": "1.2.1",
              "resolved": "https://registry.yarnpkg.com/web3-eth-ens/-/web3-eth-ens-1.2.1.tgz",
              "integrity": "sha1-oOUu7mjEKouYZc6wTl+wIsLZcdU=",
              "requires": {
                "eth-ens-namehash": "2.0.8",
                "underscore": "1.9.1",
                "web3-core": "1.2.1",
                "web3-core-helpers": "1.2.1",
                "web3-core-promievent": "1.2.1",
                "web3-eth-abi": "1.2.1",
                "web3-eth-contract": "1.2.1",
                "web3-utils": "1.2.1"
              }
            },
            "web3-shh": {
              "version": "1.2.1",
              "resolved": "https://registry.yarnpkg.com/web3-shh/-/web3-shh-1.2.1.tgz",
              "integrity": "sha1-RGDjweB/r3Pd7CTM0A2kb4kVKww=",
              "requires": {
                "web3-core": "1.2.1",
                "web3-core-method": "1.2.1",
                "web3-core-subscriptions": "1.2.1",
                "web3-net": "1.2.1"
              }
            },
            "web3-utils": {
              "version": "1.2.1",
              "resolved": "https://registry.yarnpkg.com/web3-utils/-/web3-utils-1.2.1.tgz",
              "integrity": "sha1-IUZuOCkVUd4Ks0VY3iFRKsQnRTQ=",
              "requires": {
                "bn.js": "4.11.8",
                "eth-lib": "0.2.7",
                "ethjs-unit": "0.1.6",
                "number-to-bn": "1.7.0",
                "randomhex": "0.1.5",
                "underscore": "1.9.1",
                "utf8": "3.0.0"
              }
            }
          }
        },
        "@types/bn.js": {
          "version": "4.11.6",
          "resolved": "https://registry.yarnpkg.com/@types/bn.js/-/bn.js-4.11.6.tgz",
          "integrity": "sha1-wwbHDZNYquozzU7aCSp0K5UFlnw=",
          "requires": {
            "@types/node": "12.12.19"
          }
        },
        "@types/color-name": {
          "version": "1.1.1",
          "resolved": "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz",
          "integrity": "sha1-HBJhu+qhCoBVu8XYq4S3sq/IRqA="
        },
        "@types/events": {
          "version": "3.0.0",
          "resolved": "https://registry.yarnpkg.com/@types/events/-/events-3.0.0.tgz",
          "integrity": "sha1-KGLz9Yqaf3w+eNefEw3U1xwlwqc="
        },
        "@types/glob": {
          "version": "7.1.1",
          "resolved": "https://registry.yarnpkg.com/@types/glob/-/glob-7.1.1.tgz",
          "integrity": "sha1-qlmhxuP7xCHgfM0xqUTDDrpSFXU=",
          "requires": {
            "@types/events": "3.0.0",
            "@types/minimatch": "3.0.3",
            "@types/node": "12.12.19"
          }
        },
        "@types/json5": {
          "version": "0.0.29",
          "resolved": "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz",
          "integrity": "sha1-7ihweulOEdK4J7y+UnC86n8+ce4="
        },
        "@types/lodash.flatten": {
          "version": "4.4.6",
          "resolved": "https://registry.yarnpkg.com/@types/lodash.flatten/-/lodash.flatten-4.4.6.tgz",
          "integrity": "sha1-t0wyZ8h+ROYDE31GIeipOWtlUfU=",
          "requires": {
            "@types/lodash": "4.14.156"
          }
        },
        "@types/minimatch": {
          "version": "3.0.3",
          "resolved": "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz",
          "integrity": "sha1-PcoOPzOyAPx9ETnAzZbBJoyt/Z0="
        },
        "@types/normalize-package-data": {
          "version": "2.4.0",
          "resolved": "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz",
          "integrity": "sha1-5IbQ2XOW15vu3QpuM/RTT/a0lz4="
        },
        "@web3-js/scrypt-shim": {
          "version": "0.1.0",
          "resolved": "https://registry.yarnpkg.com/@web3-js/scrypt-shim/-/scrypt-shim-0.1.0.tgz",
          "integrity": "sha1-C/dSmrZ4gxHT4HWG99iRB8O+osw=",
          "requires": {
            "scryptsy": "2.1.0",
            "semver": "6.3.0"
          },
          "dependencies": {
            "semver": {
              "version": "6.3.0",
              "resolved": "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz",
              "integrity": "sha1-7gpkyK9ejO6mdoexM3YeG+y9HT0="
            }
          }
        },
        "@web3-js/websocket": {
          "version": "1.0.30",
          "resolved": "https://registry.yarnpkg.com/@web3-js/websocket/-/websocket-1.0.30.tgz",
          "integrity": "sha1-nqFbe1gs878+i8H009VMBzGof4c=",
          "requires": {
            "debug": "2.6.9",
            "es5-ext": "0.10.53",
            "nan": "2.14.0",
            "typedarray-to-buffer": "3.1.5",
            "yaeti": "0.0.6"
          }
        }
      }
    },
    "@aragon/truffle-config-v4": {
      "version": "1.0.1",
      "resolved": "https://registry.yarnpkg.com/@aragon/truffle-config-v4/-/truffle-config-v4-1.0.1.tgz",
      "integrity": "sha1-Rj+l/rlD5OqnYYPHvZ/YQ5zIwUI=",
      "requires": {
        "@truffle/hdwallet-provider": "1.0.34"
      }
    },
    "@aragon/truffle-config-v5": {
      "version": "1.0.1",
      "resolved": "https://registry.yarnpkg.com/@aragon/truffle-config-v5/-/truffle-config-v5-1.0.1.tgz",
      "integrity": "sha1-5pgDvKg2NXz+9V8/+Xs7hZNCXYg=",
      "requires": {
        "@truffle/hdwallet-provider": "1.0.34"
      }
    },
    "@aragon/wrapper": {
      "version": "5.0.0-rc.27",
      "resolved": "https://registry.yarnpkg.com/@aragon/wrapper/-/wrapper-5.0.0-rc.27.tgz",
      "integrity": "sha1-lF6tf2UExCwKj0iX86L3zFJqwmo=",
      "requires": {
        "@aragon/os": "4.4.0",
        "@aragon/rpc-messenger": "2.0.0",
        "@babel/runtime": "7.10.2",
        "axios": "0.19.2",
        "dot-prop": "4.2.0",
        "eth-ens-namehash": "2.0.8",
        "ethjs-ens": "2.0.1",
        "localforage": "1.7.4",
        "localforage-memoryStorageDriver": "0.9.2",
        "radspec": "1.7.0",
        "rxjs": "6.6.0",
        "web3": "1.2.9",
        "web3-eth-abi": "1.2.9",
        "web3-utils": "1.2.9"
      },
      "dependencies": {
        "axios": {
          "version": "0.19.2",
          "resolved": "https://registry.yarnpkg.com/axios/-/axios-0.19.2.tgz",
          "integrity": "sha1-PqNsXYgY0NX4qKl6bTa4bNwAyyc=",
          "requires": {
            "follow-redirects": "1.5.10"
          }
        }
      }
    },
    "@babel/cli": {
      "version": "7.10.5",
      "resolved": "https://registry.yarnpkg.com/@babel/cli/-/cli-7.10.5.tgz",
      "integrity": "sha1-V98ph8jPidD8fUsVfsWddhnxt3o=",
      "requires": {
        "commander": "4.1.1",
        "convert-source-map": "1.7.0",
        "fs-readdir-recursive": "1.1.0",
        "glob": "7.1.6",
        "lodash": "4.17.19",
        "make-dir": "2.1.0",
        "slash": "2.0.0",
        "source-map": "0.5.7"
      },
      "dependencies": {
        "commander": {
          "version": "4.1.1",
          "resolved": "https://registry.yarnpkg.com/commander/-/commander-4.1.1.tgz",
          "integrity": "sha1-n9YCvZNilOnp70aj9NaWQESxgGg="
        },
        "make-dir": {
          "version": "2.1.0",
          "resolved": "https://registry.yarnpkg.com/make-dir/-/make-dir-2.1.0.tgz",
          "integrity": "sha1-XwMQ4YuL6JjMBwCSlaMK5B6R5vU=",
          "requires": {
            "pify": "4.0.1",
            "semver": "5.7.1"
          }
        },
        "pify": {
          "version": "4.0.1",
          "resolved": "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz",
          "integrity": "sha1-SyzSXFDVmHNcUCkiJP2MbfQeMjE="
        },
        "semver": {
          "version": "5.7.1",
          "resolved": "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz",
          "integrity": "sha1-qVT5Ma66UI0we78Gnv8MAclhFvc="
        },
        "slash": {
          "version": "2.0.0",
          "resolved": "https://registry.yarnpkg.com/slash/-/slash-2.0.0.tgz",
          "integrity": "sha1-3lUoUaF1nfOo8gZTVEL17E3eq0Q="
        }
      }
    },
    "@babel/code-frame": {
      "version": "7.10.4",
      "resolved": "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.4.tgz",
      "integrity": "sha1-Fo2ho26Q2miujUnA8bSMfGJJITo=",
      "requires": {
        "@babel/highlight": "7.10.4"
      }
    },
    "@babel/compat-data": {
      "version": "7.10.4",
      "resolved": "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.10.4.tgz",
      "integrity": "sha1-cGpkhO5vkQtxm2lqkZT42n16wkE=",
      "requires": {
        "browserslist": "4.12.0",
        "invariant": "2.2.4",
        "semver": "5.7.1"
      },
      "dependencies": {
        "semver": {
          "version": "5.7.1",
          "resolved": "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz",
          "integrity": "sha1-qVT5Ma66UI0we78Gnv8MAclhFvc="
        }
      }
    },
    "@babel/core": {
      "version": "7.10.5",
      "resolved": "https://registry.yarnpkg.com/@babel/core/-/core-7.10.5.tgz",
      "integrity": "sha1-HxXizKitmh14o43bphL158270zA=",
      "requires": {
        "@babel/code-frame": "7.10.4",
        "@babel/generator": "7.10.5",
        "@babel/helper-module-transforms": "7.10.5",
        "@babel/helpers": "7.10.4",
        "@babel/parser": "7.10.5",
        "@babel/template": "7.10.4",
        "@babel/traverse": "7.10.5",
        "@babel/types": "7.10.5",
        "convert-source-map": "1.7.0",
        "debug": "4.1.1",
        "gensync": "1.0.0-beta.1",
        "json5": "2.1.3",
        "lodash": "4.17.19",
        "resolve": "1.17.0",
        "semver": "5.7.1",
        "source-map": "0.5.7"
      },
      "dependencies": {
        "debug": {
          "version": "4.1.1",
          "resolved": "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz",
          "integrity": "sha1-O3ImAlUQnGtYnO4FDx1RYTlmR5E=",
          "requires": {
            "ms": "2.1.2"
          }
        },
        "semver": {
          "version": "5.7.1",
          "resolved": "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz",
          "integrity": "sha1-qVT5Ma66UI0we78Gnv8MAclhFvc="
        }
      }
    },
    "@babel/generator": {
      "version": "7.10.5",
      "resolved": "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.5.tgz",
      "integrity": "sha1-G5A1VLyMWD7o0l8eiWlzLmuCmmk=",
      "requires": {
        "@babel/types": "7.10.5",
        "jsesc": "2.5.2",
        "source-map": "0.5.7"
      },
      "dependencies": {
        "jsesc": {
          "version": "2.5.2",
          "resolved": "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz",
          "integrity": "sha1-gFZNLkg9rPbo7yCWUKZ98/DCg6Q="
        }
      }
    },
    "@babel/helper-annotate-as-pure": {
      "version": "7.10.4",
      "resolved": "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.4.tgz",
      "integrity": "sha1-W/DUlaP3V6w72ki1vzs7ownHK6M=",
      "requires": {
        "@babel/types": "7.10.5"
      }
    },
    "@babel/helper-builder-binary-assignment-operator-visitor": {
      "version": "7.10.4",
      "resolved": "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.10.4.tgz",
      "integrity": "sha1-uwt18xv5jL+f8UPBrleLhydK4aM=",
      "requires": {
        "@babel/helper-explode-assignable-expression": "7.10.4",
        "@babel/types": "7.10.5"
      }
    },
    "@babel/helper-compilation-targets": {
      "version": "7.10.4",
      "resolved": "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.10.4.tgz",
      "integrity": "sha1-gEro4/BDdmB8x5G51H1UAnYzK9I=",
      "requires": {
        "@babel/compat-data": "7.10.4",
        "browserslist": "4.12.0",
        "invariant": "2.2.4",
        "levenary": "1.1.1",
        "semver": "5.7.1"
      },
      "dependencies": {
        "semver": {
          "version": "5.7.1",
          "resolved": "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz",
          "integrity": "sha1-qVT5Ma66UI0we78Gnv8MAclhFvc="
        }
      }
    },
    "@babel/helper-create-class-features-plugin": {
      "version": "7.10.4",
      "resolved": "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.10.4.tgz",
      "integrity": "sha1-LUAV0BNr0xQQOnDYSnGD5LNEo1U=",
      "requires": {
        "@babel/helper-function-name": "7.10.4",
        "@babel/helper-member-expression-to-functions": "7.10.4",
        "@babel/helper-optimise-call-expression": "7.10.4",
        "@babel/helper-plugin-utils": "7.10.4",
        "@babel/helper-replace-supers": "7.10.4",
        "@babel/helper-split-export-declaration": "7.10.4"
      }
    },
    "@babel/helper-create-regexp-features-plugin": {
      "version": "7.10.4",
      "resolved": "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.10.4.tgz",
      "integrity": "sha1-/dYNiFJGWaC2lZwFeZJeQlcU87g=",
      "requires": {
        "@babel/helper-annotate-as-pure": "7.10.4",
        "@babel/helper-regex": "7.10.4",
        "regexpu-core": "4.7.0"
      },
      "dependencies": {
        "regexpu-core": {
          "version": "4.7.0",
          "resolved": "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-4.7.0.tgz",
          "integrity": "sha1-/L9FjFBDGwu3tF1pZ7gZLZHz2Tg=",
          "requires": {
            "regenerate": "1.4.0",
            "regenerate-unicode-properties": "8.2.0",
            "regjsgen": "0.5.1",
            "regjsparser": "0.6.4",
            "unicode-match-property-ecmascript": "1.0.4",
            "unicode-match-property-value-ecmascript": "1.2.0"
          }
        },
        "regjsgen": {
          "version": "0.5.1",
          "resolved": "https://registry.yarnpkg.com/regjsgen/-/regjsgen-0.5.1.tgz",
          "integrity": "sha1-SPC/Gl6iBRlpKcDZeYtC0e2YRDw="
        },
        "regjsparser": {
          "version": "0.6.4",
          "resolved": "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.6.4.tgz",
          "integrity": "sha1-p2n4aEMIQBpm6bUp0kNv9NBmYnI=",
          "requires": {
            "jsesc": "0.5.0"
          }
        }
      }
    },
    "@babel/helper-define-map": {
      "version": "7.10.4",
      "resolved": "https://registry.yarnpkg.com/@babel/helper-define-map/-/helper-define-map-7.10.4.tgz",
      "integrity": "sha1-8DeteUJk9yntoYifTuIQuHCZkJI=",
      "requires": {
        "@babel/helper-function-name": "7.10.4",
        "@babel/types": "7.10.5",
        "lodash": "4.17.19"
      }
    },
    "@babel/helper-explode-assignable-expression": {
      "version": "7.10.4",
      "resolved": "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.10.4.tgz",
      "integrity": "sha1-QKHNkXv/Eoj2malKdbN6Gi29jHw=",
      "requires": {
        "@babel/traverse": "7.10.5",
        "@babel/types": "7.10.5"
      }
    },
    "@babel/helper-function-name": {
      "version": "7.10.4",
      "resolved": "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.10.4.tgz",
      "integrity": "sha1-0tOyDFmtjEcRL6fSqUvAnV74Lxo=",
      "requires": {
        "@babel/helper-get-function-arity": "7.10.4",
        "@babel/template": "7.10.4",
        "@babel/types": "7.10.5"
      }
    },
    "@babel/helper-get-function-arity": {
      "version": "7.10.4",
      "resolved": "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz",
      "integrity": "sha1-mMHL6g4jMvM/mkZhuM4VBbLBm6I=",
      "requires": {
        "@babel/types": "7.10.5"
      }
    },
    "@babel/helper-hoist-variables": {
      "version": "7.10.4",
      "resolved": "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.10.4.tgz",
      "integrity": "sha1-1JsAHR1aaMpeZgTdoBpil/fJOB4=",
      "requires": {
        "@babel/types": "7.10.5"
      }
    },
    "@babel/helper-member-expression-to-functions": {
      "version": "7.10.4",
      "resolved": "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.10.4.tgz",
      "integrity": "sha1-fNBLV9/Pgvzprq59TkRS+jG4x8Q=",
      "requires": {
        "@babel/types": "7.10.5"
      }
    },
    "@babel/helper-module-imports": {
      "version": "7.10.4",
      "resolved": "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.10.4.tgz",
      "integrity": "sha1-TFxUvgS9MWcKc4J5fXW5+i5bViA=",
      "requires": {
        "@babel/types": "7.10.5"
      }
    },
    "@babel/helper-module-transforms": {
      "version": "7.10.5",
      "resolved": "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.10.5.tgz",
      "integrity": "sha1-EgwnHAszU2c/zf2MBT2zxUSiYNY=",
      "requires": {
        "@babel/helper-module-imports": "7.10.4",
        "@babel/helper-replace-supers": "7.10.4",
        "@babel/helper-simple-access": "7.10.4",
        "@babel/helper-split-export-declaration": "7.10.4",
        "@babel/template": "7.10.4",
        "@babel/types": "7.10.5",
        "lodash": "4.17.19"
      }
    },
    "@babel/helper-optimise-call-expression": {
      "version": "7.10.4",
      "resolved": "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.4.tgz",
      "integrity": "sha1-UNyWQT1ZT5lad5BZBbBYk813lnM=",
      "requires": {
        "@babel/types": "7.10.5"
      }
    },
    "@babel/helper-plugin-utils": {
      "version": "7.10.4",
      "resolved": "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz",
      "integrity": "sha1-L3WoMSadT2d95JmG3/WZJ1M883U="
    },
    "@babel/helper-regex": {
      "version": "7.10.4",
      "resolved": "https://registry.yarnpkg.com/@babel/helper-regex/-/helper-regex-7.10.4.tgz",
      "integrity": "sha1-WbNz2q80WOV0feznG7r0X5Z2r20=",
      "requires": {
        "lodash": "4.17.19"
      }
    },
    "@babel/helper-remap-async-to-generator": {
      "version": "7.10.4",
      "resolved": "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.10.4.tgz",
      "integrity": "sha1-/Oi+pOlpC76SMFbe0h5UtOi2jtU=",
      "requires": {
        "@babel/helper-annotate-as-pure": "7.10.4",
        "@babel/helper-wrap-function": "7.10.4",
        "@babel/template": "7.10.4",
        "@babel/traverse": "7.10.5",
        "@babel/types": "7.10.5"
      }
    },
    "@babel/helper-replace-supers": {
      "version": "7.10.4",
      "resolved": "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.10.4.tgz",
      "integrity": "sha1-1YXNk4jqBuYDHkzUS2cTy+rZ5s8=",
      "requires": {
        "@babel/helper-member-expression-to-functions": "7.10.4",
        "@babel/helper-optimise-call-expression": "7.10.4",
        "@babel/traverse": "7.10.5",
        "@babel/types": "7.10.5"
      }
    },
    "@babel/helper-simple-access": {
      "version": "7.10.4",
      "resolved": "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.10.4.tgz",
      "integrity": "sha1-D1zNopRSd6KnotOoIeFTle3PNGE=",
      "requires": {
        "@babel/template": "7.10.4",
        "@babel/types": "7.10.5"
      }
    },
    "@babel/helper-split-export-declaration": {
      "version": "7.10.4",
      "resolved": "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.4.tgz",
      "integrity": "sha1-LHBXbqo7VgmyTLmdsoiMw/xCUdE=",
      "requires": {
        "@babel/types": "7.10.5"
      }
    },
    "@babel/helper-validator-identifier": {
      "version": "7.10.4",
      "resolved": "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz",
      "integrity": "sha1-p4x6clHgH2FlEtMbEK3PUq2l4NI="
    },
    "@babel/helper-wrap-function": {
      "version": "7.10.4",
      "resolved": "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.10.4.tgz",
      "integrity": "sha1-im9wHqsP8592W1oc/vQJmQ5iS4c=",
      "requires": {
        "@babel/helper-function-name": "7.10.4",
        "@babel/template": "7.10.4",
        "@babel/traverse": "7.10.5",
        "@babel/types": "7.10.5"
      }
    },
    "@babel/helpers": {
      "version": "7.10.4",
      "resolved": "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.10.4.tgz",
      "integrity": "sha1-Kr6w1yGv98Cpc3a54fb2XXpHUEQ=",
      "requires": {
        "@babel/template": "7.10.4",
        "@babel/traverse": "7.10.5",
        "@babel/types": "7.10.5"
      }
    },
    "@babel/highlight": {
      "version": "7.10.4",
      "resolved": "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.10.4.tgz",
      "integrity": "sha1-fRvf1ldTU4+r5sOFls23bZrGAUM=",
      "requires": {
        "@babel/helper-validator-identifier": "7.10.4",
        "chalk": "2.4.2",
        "js-tokens": "4.0.0"
      },
      "dependencies": {
        "ansi-styles": {
          "version": "3.2.1",
          "resolved": "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz",
          "integrity": "sha1-QfuyAkPlCxK+DwS43tvwdSDOhB0=",
          "requires": {
            "color-convert": "1.9.3"
          }
        },
        "chalk": {
          "version": "2.4.2",
          "resolved": "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz",
          "integrity": "sha1-zUJUFnelQzPPVBpJEIwUMrRMlCQ=",
          "requires": {
            "ansi-styles": "3.2.1",
            "escape-string-regexp": "1.0.5",
            "supports-color": "5.5.0"
          }
        },
        "color-convert": {
          "version": "1.9.3",
          "resolved": "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz",
          "integrity": "sha1-u3GFBpDh8TZWfeYp0tVHHe2kweg=",
          "requires": {
            "color-name": "1.1.3"
          }
        },
        "color-name": {
          "version": "1.1.3",
          "resolved": "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz",
          "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU="
        },
        "has-flag": {
          "version": "3.0.0",
          "resolved": "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz",
          "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0="
        },
        "js-tokens": {
          "version": "4.0.0",
          "resolved": "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz",
          "integrity": "sha1-GSA/tZmR35jjoocFDUZHzerzJJk="
        },
        "supports-color": {
          "version": "5.5.0",
          "resolved": "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz",
          "integrity": "sha1-4uaaRKyHcveKHsCzW2id9lMO/I8=",
          "requires": {
            "has-flag": "3.0.0"
          }
        }
      }
    },
    "@babel/parser": {
      "version": "7.10.5",
      "resolved": "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.5.tgz",
      "integrity": "sha1-58a/Wn3v+VfOyfBLVR4nYpCdgms="
    },
    "@babel/plugin-proposal-async-generator-functions": {
      "version": "7.10.4",
      "resolved": "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.10.4.tgz",
      "integrity": "sha1-S2Wrs9m6zGxleqpBPlZpb58XD8Y=",
      "requires": {
        "@babel/helper-plugin-utils": "7.10.4",
        "@babel/helper-remap-async-to-generator": "7.10.4",
        "@babel/plugin-syntax-async-generators": "7.8.4"
      }
    },
    "@babel/plugin-proposal-class-properties": {
      "version": "7.10.4",
      "resolved": "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.10.4.tgz",
      "integrity": "sha1-ozv2Mto5ClnHqMVwBF0RFc13iAc=",
      "requires": {
        "@babel/helper-create-class-features-plugin": "7.10.4",
        "@babel/helper-plugin-utils": "7.10.4"
      }
    },
    "@babel/plugin-proposal-dynamic-import": {
      "version": "7.10.4",
      "resolved": "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.10.4.tgz",
      "integrity": "sha1-uleibLmLN3QenVvKG4sN34KR8X4=",
      "requires": {
        "@babel/helper-plugin-utils": "7.10.4",
        "@babel/plugin-syntax-dynamic-import": "7.8.3"
      }
    },
    "@babel/plugin-proposal-json-strings": {
      "version": "7.10.4",
      "resolved": "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.10.4.tgz",
      "integrity": "sha1-WT5ZxjUoFgIzvTIbGuvgggwjQds=",
      "requires": {
        "@babel/helper-plugin-utils": "7.10.4",
        "@babel/plugin-syntax-json-strings": "7.8.3"
      }
    },
    "@babel/plugin-proposal-nullish-coalescing-operator": {
      "version": "7.10.4",
      "resolved": "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.10.4.tgz",
      "integrity": "sha1-AqfpYfwy5tWy2wZJ4Bv4Dd7n4Eo=",
      "requires": {
        "@babel/helper-plugin-utils": "7.10.4",
        "@babel/plugin-syntax-nullish-coalescing-operator": "7.8.3"
      }
    },
    "@babel/plugin-proposal-numeric-separator": {
      "version": "7.10.4",
      "resolved": "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.10.4.tgz",
      "integrity": "sha1-zhWQ/wplrRKXCmCdeIVemkwa7wY=",
      "requires": {
        "@babel/helper-plugin-utils": "7.10.4",
        "@babel/plugin-syntax-numeric-separator": "7.10.4"
      }
    },
    "@babel/plugin-proposal-object-rest-spread": {
      "version": "7.10.4",
      "resolved": "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.10.4.tgz",
      "integrity": "sha1-UBKawha5pqVbOFP92SPnS/VTpMA=",
      "requires": {
        "@babel/helper-plugin-utils": "7.10.4",
        "@babel/plugin-syntax-object-rest-spread": "7.8.3",
        "@babel/plugin-transform-parameters": "7.10.4"
      }
    },
    "@babel/plugin-proposal-optional-catch-binding": {
      "version": "7.10.4",
      "resolved": "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.10.4.tgz",
      "integrity": "sha1-Mck4MJ0kp4pJ1o/av/qoY3WFVN0=",
      "requires": {
        "@babel/helper-plugin-utils": "7.10.4",
        "@babel/plugin-syntax-optional-catch-binding": "7.8.3"
      }
    },
    "@babel/plugin-proposal-optional-chaining": {
      "version": "7.10.4",
      "resolved": "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.10.4.tgz",
      "integrity": "sha1-dQ8SVekwofgtjN3kUDH4Gg0K3/c=",
      "requires": {
        "@babel/helper-plugin-utils": "7.10.4",
        "@babel/plugin-syntax-optional-chaining": "7.8.3"
      }
    },
    "@babel/plugin-proposal-private-methods": {
      "version": "7.10.4",
      "resolved": "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.10.4.tgz",
      "integrity": "sha1-sWDZcrj9ulx9ERoUX8jEIfwqaQk=",
      "requires": {
        "@babel/helper-create-class-features-plugin": "7.10.4",
        "@babel/helper-plugin-utils": "7.10.4"
      }
    },
    "@babel/plugin-proposal-unicode-property-regex": {
      "version": "7.10.4",
      "resolved": "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.10.4.tgz",
      "integrity": "sha1-RIPNpTBBzjQTt/4vAAImZd36p10=",
      "requires": {
        "@babel/helper-create-regexp-features-plugin": "7.10.4",
        "@babel/helper-plugin-utils": "7.10.4"
      }
    },
    "@babel/plugin-syntax-async-generators": {
      "version": "7.8.4",
      "resolved": "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",
      "integrity": "sha1-qYP7Gusuw/btBCohD2QOkOeG/g0=",
      "requires": {
        "@babel/helper-plugin-utils": "7.10.4"
      }
    },
    "@babel/plugin-syntax-class-properties": {
      "version": "7.10.4",
      "resolved": "https://registry.yarnpkg.com/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.10.4.tgz",
      "integrity": "sha1-ZkTmoLqlWmH54yMfbJ7rbuRsEkw=",
      "requires": {
        "@babel/helper-plugin-utils": "7.10.4"
      }
    },
    "@babel/plugin-syntax-dynamic-import": {
      "version": "7.8.3",
      "resolved": "https://registry.yarnpkg.com/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz",
      "integrity": "sha1-Yr+Ysto80h1iYVT8lu5bPLaOrLM=",
      "requires": {
        "@babel/helper-plugin-utils": "7.10.4"
      }
    },
    "@babel/plugin-syntax-json-strings": {
      "version": "7.8.3",
      "resolved": "https://registry.yarnpkg.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",
      "integrity": "sha1-AcohtmjNghjJ5kDLbdiMVBKyyWo=",
      "requires": {
        "@babel/helper-plugin-utils": "7.10.4"
      }
    },
    "@babel/plugin-syntax-nullish-coalescing-operator": {
      "version": "7.8.3",
      "resolved": "https://registry.yarnpkg.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",
      "integrity": "sha1-Fn7XA2iIYIH3S1w2xlqIwDtm0ak=",
      "requires": {
        "@babel/helper-plugin-utils": "7.10.4"
      }
    },
    "@babel/plugin-syntax-numeric-separator": {
      "version": "7.10.4",
      "resolved": "https://registry.yarnpkg.com/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz",
      "integrity": "sha1-ubBws+M1cM2f0Hun+pHA3Te5r5c=",
      "requires": {
        "@babel/helper-plugin-utils": "7.10.4"
      }
    },
    "@babel/plugin-syntax-object-rest-spread": {
      "version": "7.8.3",
      "resolved": "https://registry.yarnpkg.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",
      "integrity": "sha1-YOIl7cvZimQDMqLnLdPmbxr1WHE=",
      "requires": {
        "@babel/helper-plugin-utils": "7.10.4"
      }
    },
    "@babel/plugin-syntax-optional-catch-binding": {
      "version": "7.8.3",
      "resolved": "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",
      "integrity": "sha1-YRGiZbz7Ag6579D9/X0mQCue1sE=",
      "requires": {
        "@babel/helper-plugin-utils": "7.10.4"
      }
    },
    "@babel/plugin-syntax-optional-chaining": {
      "version": "7.8.3",
      "resolved": "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz",
      "integrity": "sha1-T2nCq5UWfgGAzVM2YT+MV4j31Io=",
      "requires": {
        "@babel/helper-plugin-utils": "7.10.4"
      }
    },
    "@babel/plugin-syntax-top-level-await": {
      "version": "7.10.4",
      "resolved": "https://registry.yarnpkg.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.10.4.tgz",
      "integrity": "sha1-S764kXtU/PdoNk4KgfVg4zo+9X0=",
      "requires": {
        "@babel/helper-plugin-utils": "7.10.4"
      }
    },
    "@babel/plugin-transform-arrow-functions": {
      "version": "7.10.4",
      "resolved": "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.10.4.tgz",
      "integrity": "sha1-4ilg135pfHT0HFAdRNc9v4pqZM0=",
      "requires": {
        "@babel/helper-plugin-utils": "7.10.4"
      }
    },
    "@babel/plugin-transform-async-to-generator": {
      "version": "7.10.4",
      "resolved": "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.10.4.tgz",
      "integrity": "sha1-QaUBfknrbzzak5KlHu8pQFskWjc=",
      "requires": {
        "@babel/helper-module-imports": "7.10.4",
        "@babel/helper-plugin-utils": "7.10.4",
        "@babel/helper-remap-async-to-generator": "7.10.4"
      }
    },
    "@babel/plugin-transform-block-scoped-functions": {
      "version": "7.10.4",
      "resolved": "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.10.4.tgz",
      "integrity": "sha1-GvpZV0T3XkOpGvc7DZmOz+Trwug=",
      "requires": {
        "@babel/helper-plugin-utils": "7.10.4"
      }
    },
    "@babel/plugin-transform-block-scoping": {
      "version": "7.10.4",
      "resolved": "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.10.4.tgz",
      "integrity": "sha1-pnDRNku1AZpiG56iABSCh21zR4c=",
      "requires": {
        "@babel/helper-plugin-utils": "7.10.4",
        "lodash": "4.17.19"
      }
    },
    "@babel/plugin-transform-classes": {
      "version": "7.10.4",
      "resolved": "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.10.4.tgz",
      "integrity": "sha1-QFE2rys+IYvEoZJiKLyRerGgrcc=",
      "requires": {
        "@babel/helper-annotate-as-pure": "7.10.4",
        "@babel/helper-define-map": "7.10.4",
        "@babel/helper-function-name": "7.10.4",
        "@babel/helper-optimise-call-expression": "7.10.4",
        "@babel/helper-plugin-utils": "7.10.4",
        "@babel/helper-replace-supers": "7.10.4",
        "@babel/helper-split-export-declaration": "7.10.4",
        "globals": "11.12.0"
      }
    },
    "@babel/plugin-transform-computed-properties": {
      "version": "7.10.4",
      "resolved": "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.10.4.tgz",
      "integrity": "sha1-ne2DqBboLe0o1S1LTsvdgQzfwOs=",
      "requires": {
        "@babel/helper-plugin-utils": "7.10.4"
      }
    },
    "@babel/plugin-transform-destructuring": {
      "version": "7.10.4",
      "resolved": "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.10.4.tgz",
      "integrity": "sha1-cN3Ss9G+qD0BUJ6bsl3bOnT8heU=",
      "requires": {
        "@babel/helper-plugin-utils": "7.10.4"
      }
    },
    "@babel/plugin-transform-dotall-regex": {
      "version": "7.10.4",
      "resolved": "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.10.4.tgz",
      "integrity": "sha1-RpwgYhBcHragQOr0+sS0iAeDle4=",
      "requires": {
        "@babel/helper-create-regexp-features-plugin": "7.10.4",
        "@babel/helper-plugin-utils": "7.10.4"
      }
    },
    "@babel/plugin-transform-duplicate-keys": {
      "version": "7.10.4",
      "resolved": "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.10.4.tgz",
      "integrity": "sha1-aX5Qyf7hQ4D+hD0fMGspVhdDHkc=",
      "requires": {
        "@babel/helper-plugin-utils": "7.10.4"
      }
    },
    "@babel/plugin-transform-exponentiation-operator": {
      "version": "7.10.4",
      "resolved": "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.10.4.tgz",
      "integrity": "sha1-WuM4xX+M9AAb2zVgeuZrktZlry4=",
      "requires": {
        "@babel/helper-builder-binary-assignment-operator-visitor": "7.10.4",
        "@babel/helper-plugin-utils": "7.10.4"
      }
    },
    "@babel/plugin-transform-for-of": {
      "version": "7.10.4",
      "resolved": "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.10.4.tgz",
      "integrity": "sha1-wIiS6IGdOl2ykDGxFa9RHbv+uuk=",
      "requires": {
        "@babel/helper-plugin-utils": "7.10.4"
      }
    },
    "@babel/plugin-transform-function-name": {
      "version": "7.10.4",
      "resolved": "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.10.4.tgz",
      "integrity": "sha1-akZ4gOD8ljhRS6NpERgR3b4mRLc=",
      "requires": {
        "@babel/helper-function-name": "7.10.4",
        "@babel/helper-plugin-utils": "7.10.4"
      }
    },
    "@babel/plugin-transform-literals": {
      "version": "7.10.4",
      "resolved": "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.10.4.tgz",
      "integrity": "sha1-n0K6CEEQChNfInEtDjkcRi9XHzw=",
      "requires": {
        "@babel/helper-plugin-utils": "7.10.4"
      }
    },
    "@babel/plugin-transform-member-expression-literals": {
      "version": "7.10.4",
      "resolved": "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.10.4.tgz",
      "integrity": "sha1-sexE/PGVr8uNssYs2OVRyIG6+Lc=",
      "requires": {
        "@babel/helper-plugin-utils": "7.10.4"
      }
    },
    "@babel/plugin-transform-modules-amd": {
      "version": "7.10.4",
      "resolved": "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.10.4.tgz",
      "integrity": "sha1-y0B8aLhi5MHROi/HOMfsXtdfxSA=",
      "requires": {
        "@babel/helper-module-transforms": "7.10.5",
        "@babel/helper-plugin-utils": "7.10.4",
        "babel-plugin-dynamic-import-node": "2.3.3"
      }
    },
    "@babel/plugin-transform-modules-commonjs": {
      "version": "7.10.4",
      "resolved": "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.10.4.tgz",
      "integrity": "sha1-ZmZ8Pu2h6/eJbUHx8WsXEFovvKA=",
      "requires": {
        "@babel/helper-module-transforms": "7.10.5",
        "@babel/helper-plugin-utils": "7.10.4",
        "@babel/helper-simple-access": "7.10.4",
        "babel-plugin-dynamic-import-node": "2.3.3"
      }
    },
    "@babel/plugin-transform-modules-systemjs": {
      "version": "7.10.4",
      "resolved": "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.10.4.tgz",
      "integrity": "sha1-j1dq/ZQ6wveJs13tCmMS+SnGM/k=",
      "requires": {
        "@babel/helper-hoist-variables": "7.10.4",
        "@babel/helper-module-transforms": "7.10.5",
        "@babel/helper-plugin-utils": "7.10.4",
        "babel-plugin-dynamic-import-node": "2.3.3"
      }
    },
    "@babel/plugin-transform-modules-umd": {
      "version": "7.10.4",
      "resolved": "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.10.4.tgz",
      "integrity": "sha1-moSB/oG4JGVLOgtl2j34nz0hg54=",
      "requires": {
        "@babel/helper-module-transforms": "7.10.5",
        "@babel/helper-plugin-utils": "7.10.4"
      }
    },
    "@babel/plugin-transform-named-capturing-groups-regex": {
      "version": "7.10.4",
      "resolved": "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.10.4.tgz",
      "integrity": "sha1-eLTZeIELbzvPA/njGPL8DtQa7LY=",
      "requires": {
        "@babel/helper-create-regexp-features-plugin": "7.10.4"
      }
    },
    "@babel/plugin-transform-new-target": {
      "version": "7.10.4",
      "resolved": "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.10.4.tgz",
      "integrity": "sha1-kJfXU8t7Aky3OBo7LlLpUTqcaIg=",
      "requires": {
        "@babel/helper-plugin-utils": "7.10.4"
      }
    },
    "@babel/plugin-transform-object-super": {
      "version": "7.10.4",
      "resolved": "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.10.4.tgz",
      "integrity": "sha1-1xRsTROUM+emUm+IjGZ+MUoJOJQ=",
      "requires": {
        "@babel/helper-plugin-utils": "7.10.4",
        "@babel/helper-replace-supers": "7.10.4"
      }
    },
    "@babel/plugin-transform-parameters": {
      "version": "7.10.4",
      "resolved": "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.10.4.tgz",
      "integrity": "sha1-e00TfIfqetwqDz6/UyZocdqm/O0=",
      "requires": {
        "@babel/helper-get-function-arity": "7.10.4",
        "@babel/helper-plugin-utils": "7.10.4"
      }
    },
    "@babel/plugin-transform-property-literals": {
      "version": "7.10.4",
      "resolved": "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.10.4.tgz",
      "integrity": "sha1-9v5UtlkDUimHhbg+3YFdIUxC48A=",
      "requires": {
        "@babel/helper-plugin-utils": "7.10.4"
      }
    },
    "@babel/plugin-transform-regenerator": {
      "version": "7.10.4",
      "resolved": "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.10.4.tgz",
      "integrity": "sha1-IBXlnYOQdOdoON4hWdtCGWb9i2M=",
      "requires": {
        "regenerator-transform": "0.14.4"
      }
    },
    "@babel/plugin-transform-reserved-words": {
      "version": "7.10.4",
      "resolved": "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.10.4.tgz",
      "integrity": "sha1-jyaCvNzvntMn4bCGFYXXAT+KVN0=",
      "requires": {
        "@babel/helper-plugin-utils": "7.10.4"
      }
    },
    "@babel/plugin-transform-shorthand-properties": {
      "version": "7.10.4",
      "resolved": "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.10.4.tgz",
      "integrity": "sha1-n9Jexc3VVbt/Rz5ebuHJce7eTdY=",
      "requires": {
        "@babel/helper-plugin-utils": "7.10.4"
      }
    },
    "@babel/plugin-transform-spread": {
      "version": "7.10.4",
      "resolved": "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.10.4.tgz",
      "integrity": "sha1-TiyF6g1quu4bJNz7uuQm/o1nTP8=",
      "requires": {
        "@babel/helper-plugin-utils": "7.10.4"
      }
    },
    "@babel/plugin-transform-sticky-regex": {
      "version": "7.10.4",
      "resolved": "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.10.4.tgz",
      "integrity": "sha1-jziJ7oZXWBEwop2cyR18c7fEoo0=",
      "requires": {
        "@babel/helper-plugin-utils": "7.10.4",
        "@babel/helper-regex": "7.10.4"
      }
    },
    "@babel/plugin-transform-template-literals": {
      "version": "7.10.4",
      "resolved": "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.10.4.tgz",
      "integrity": "sha1-5jdUB7MPy3/P27o7uY7z6dNt97w=",
      "requires": {
        "@babel/helper-annotate-as-pure": "7.10.4",
        "@babel/helper-plugin-utils": "7.10.4"
      }
    },
    "@babel/plugin-transform-typeof-symbol": {
      "version": "7.10.4",
      "resolved": "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.10.4.tgz",
      "integrity": "sha1-lQnxp+7DHE7b/+E3wWzDP/C8W/w=",
      "requires": {
        "@babel/helper-plugin-utils": "7.10.4"
      }
    },
    "@babel/plugin-transform-unicode-escapes": {
      "version": "7.10.4",
      "resolved": "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.10.4.tgz",
      "integrity": "sha1-/q5SM5HHZR3awRXa4KnQaFeJIAc=",
      "requires": {
        "@babel/helper-plugin-utils": "7.10.4"
      }
    },
    "@babel/plugin-transform-unicode-regex": {
      "version": "7.10.4",
      "resolved": "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.10.4.tgz",
      "integrity": "sha1-5W1x+SgvrG2wnIJ0IFVXbV5tgKg=",
      "requires": {
        "@babel/helper-create-regexp-features-plugin": "7.10.4",
        "@babel/helper-plugin-utils": "7.10.4"
      }
    },
    "@babel/preset-env": {
      "version": "7.10.4",
      "resolved": "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.10.4.tgz",
      "integrity": "sha1-+/V/moA6/Zf08y5PeYu2Lksr718=",
      "requires": {
        "@babel/compat-data": "7.10.4",
        "@babel/helper-compilation-targets": "7.10.4",
        "@babel/helper-module-imports": "7.10.4",
        "@babel/helper-plugin-utils": "7.10.4",
        "@babel/plugin-proposal-async-generator-functions": "7.10.4",
        "@babel/plugin-proposal-class-properties": "7.10.4",
        "@babel/plugin-proposal-dynamic-import": "7.10.4",
        "@babel/plugin-proposal-json-strings": "7.10.4",
        "@babel/plugin-proposal-nullish-coalescing-operator": "7.10.4",
        "@babel/plugin-proposal-numeric-separator": "7.10.4",
        "@babel/plugin-proposal-object-rest-spread": "7.10.4",
        "@babel/plugin-proposal-optional-catch-binding": "7.10.4",
        "@babel/plugin-proposal-optional-chaining": "7.10.4",
        "@babel/plugin-proposal-private-methods": "7.10.4",
        "@babel/plugin-proposal-unicode-property-regex": "7.10.4",
        "@babel/plugin-syntax-async-generators": "7.8.4",
        "@babel/plugin-syntax-class-properties": "7.10.4",
        "@babel/plugin-syntax-dynamic-import": "7.8.3",
        "@babel/plugin-syntax-json-strings": "7.8.3",
        "@babel/plugin-syntax-nullish-coalescing-operator": "7.8.3",
        "@babel/plugin-syntax-numeric-separator": "7.10.4",
        "@babel/plugin-syntax-object-rest-spread": "7.8.3",
        "@babel/plugin-syntax-optional-catch-binding": "7.8.3",
        "@babel/plugin-syntax-optional-chaining": "7.8.3",
        "@babel/plugin-syntax-top-level-await": "7.10.4",
        "@babel/plugin-transform-arrow-functions": "7.10.4",
        "@babel/plugin-transform-async-to-generator": "7.10.4",
        "@babel/plugin-transform-block-scoped-functions": "7.10.4",
        "@babel/plugin-transform-block-scoping": "7.10.4",
        "@babel/plugin-transform-classes": "7.10.4",
        "@babel/plugin-transform-computed-properties": "7.10.4",
        "@babel/plugin-transform-destructuring": "7.10.4",
        "@babel/plugin-transform-dotall-regex": "7.10.4",
        "@babel/plugin-transform-duplicate-keys": "7.10.4",
        "@babel/plugin-transform-exponentiation-operator": "7.10.4",
        "@babel/plugin-transform-for-of": "7.10.4",
        "@babel/plugin-transform-function-name": "7.10.4",
        "@babel/plugin-transform-literals": "7.10.4",
        "@babel/plugin-transform-member-expression-literals": "7.10.4",
        "@babel/plugin-transform-modules-amd": "7.10.4",
        "@babel/plugin-transform-modules-commonjs": "7.10.4",
        "@babel/plugin-transform-modules-systemjs": "7.10.4",
        "@babel/plugin-transform-modules-umd": "7.10.4",
        "@babel/plugin-transform-named-capturing-groups-regex": "7.10.4",
        "@babel/plugin-transform-new-target": "7.10.4",
        "@babel/plugin-transform-object-super": "7.10.4",
        "@babel/plugin-transform-parameters": "7.10.4",
        "@babel/plugin-transform-property-literals": "7.10.4",
        "@babel/plugin-transform-regenerator": "7.10.4",
        "@babel/plugin-transform-reserved-words": "7.10.4",
        "@babel/plugin-transform-shorthand-properties": "7.10.4",
        "@babel/plugin-transform-spread": "7.10.4",
        "@babel/plugin-transform-sticky-regex": "7.10.4",
        "@babel/plugin-transform-template-literals": "7.10.4",
        "@babel/plugin-transform-typeof-symbol": "7.10.4",
        "@babel/plugin-transform-unicode-escapes": "7.10.4",
        "@babel/plugin-transform-unicode-regex": "7.10.4",
        "@babel/preset-modules": "0.1.3",
        "@babel/types": "7.10.5",
        "browserslist": "4.12.0",
        "core-js-compat": "3.6.5",
        "invariant": "2.2.4",
        "levenary": "1.1.1",
        "semver": "5.7.1"
      },
      "dependencies": {
        "semver": {
          "version": "5.7.1",
          "resolved": "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz",
          "integrity": "sha1-qVT5Ma66UI0we78Gnv8MAclhFvc="
        }
      }
    },
    "@babel/preset-modules": {
      "version": "0.1.3",
      "resolved": "https://registry.yarnpkg.com/@babel/preset-modules/-/preset-modules-0.1.3.tgz",
      "integrity": "sha1-EyQrU7XvjIg8PPfd3VWzbOgPvHI=",
      "requires": {
        "@babel/helper-plugin-utils": "7.10.4",
        "@babel/plugin-proposal-unicode-property-regex": "7.10.4",
        "@babel/plugin-transform-dotall-regex": "7.10.4",
        "@babel/types": "7.10.5",
        "esutils": "2.0.3"
      }
    },
    "@babel/register": {
      "version": "7.10.4",
      "resolved": "https://registry.yarnpkg.com/@babel/register/-/register-7.10.4.tgz",
      "integrity": "sha1-UwBLqLBMSvPL2EUI4DrRUGaXRuQ=",
      "requires": {
        "find-cache-dir": "2.1.0",
        "lodash": "4.17.19",
        "make-dir": "2.1.0",
        "pirates": "4.0.1",
        "source-map-support": "0.5.19"
      },
      "dependencies": {
        "make-dir": {
          "version": "2.1.0",
          "resolved": "https://registry.yarnpkg.com/make-dir/-/make-dir-2.1.0.tgz",
          "integrity": "sha1-XwMQ4YuL6JjMBwCSlaMK5B6R5vU=",
          "requires": {
            "pify": "4.0.1",
            "semver": "5.7.1"
          }
        },
        "pify": {
          "version": "4.0.1",
          "resolved": "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz",
          "integrity": "sha1-SyzSXFDVmHNcUCkiJP2MbfQeMjE="
        },
        "semver": {
          "version": "5.7.1",
          "resolved": "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz",
          "integrity": "sha1-qVT5Ma66UI0we78Gnv8MAclhFvc="
        }
      }
    },
    "@babel/runtime": {
      "version": "7.10.2",
      "resolved": "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.10.2.tgz",
      "integrity": "sha1-0QPyHyYCSX04NIoy4AhjfVBtuDk=",
      "requires": {
        "regenerator-runtime": "0.13.5"
      }
    },
    "@babel/template": {
      "version": "7.10.4",
      "resolved": "https://registry.yarnpkg.com/@babel/template/-/template-7.10.4.tgz",
      "integrity": "sha1-MlGZbEIA68cdGo/EBfupQPNrong=",
      "requires": {
        "@babel/code-frame": "7.10.4",
        "@babel/parser": "7.10.5",
        "@babel/types": "7.10.5"
      }
    },
    "@babel/traverse": {
      "version": "7.10.5",
      "resolved": "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.5.tgz",
      "integrity": "sha1-d85GT1sli+Jlr2GNj93wU28gtWQ=",
      "requires": {
        "@babel/code-frame": "7.10.4",
        "@babel/generator": "7.10.5",
        "@babel/helper-function-name": "7.10.4",
        "@babel/helper-split-export-declaration": "7.10.4",
        "@babel/parser": "7.10.5",
        "@babel/types": "7.10.5",
        "debug": "4.1.1",
        "globals": "11.12.0",
        "lodash": "4.17.19"
      },
      "dependencies": {
        "debug": {
          "version": "4.1.1",
          "resolved": "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz",
          "integrity": "sha1-O3ImAlUQnGtYnO4FDx1RYTlmR5E=",
          "requires": {
            "ms": "2.1.2"
          }
        }
      }
    },
    "@babel/types": {
      "version": "7.10.5",
      "resolved": "https://registry.yarnpkg.com/@babel/types/-/types-7.10.5.tgz",
      "integrity": "sha1-2Irn4v3oa/v+hR1Nga+nCpl7XRU=",
      "requires": {
        "@babel/helper-validator-identifier": "7.10.4",
        "lodash": "4.17.19",
        "to-fast-properties": "2.0.0"
      }
    },
    "@concordance/react": {
      "version": "2.0.0",
      "resolved": "https://registry.yarnpkg.com/@concordance/react/-/react-2.0.0.tgz",
      "integrity": "sha1-rvkT8nR0xTcx9P15zC9UiX3pD94=",
      "requires": {
        "arrify": "1.0.1"
      }
    },
    "@ethersproject/abi": {
      "version": "5.0.0-beta.153",
      "resolved": "https://registry.yarnpkg.com/@ethersproject/abi/-/abi-5.0.0-beta.153.tgz",
      "integrity": "sha1-Q6NxcrM3lORWKZn24tVVt1maju4=",
      "requires": {
        "@ethersproject/address": "5.0.0-beta.135",
        "@ethersproject/bignumber": "5.0.0-beta.139",
        "@ethersproject/bytes": "5.0.0-beta.138",
        "@ethersproject/constants": "5.0.0-beta.134",
        "@ethersproject/hash": "5.0.0-beta.134",
        "@ethersproject/keccak256": "5.0.0-beta.132",
        "@ethersproject/logger": "5.0.0-beta.137",
        "@ethersproject/properties": "5.0.0-beta.141",
        "@ethersproject/strings": "5.0.0-beta.137"
      },
      "dependencies": {
        "bn.js": {
          "version": "4.11.8",
          "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
          "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
        },
        "@ethersproject/address": {
          "version": "5.0.0-beta.135",
          "resolved": "https://registry.yarnpkg.com/@ethersproject/address/-/address-5.0.0-beta.135.tgz",
          "integrity": "sha1-jUaXyB3Cd1iwXn63UHwlTy7w5dw=",
          "requires": {
            "@ethersproject/bignumber": "5.0.0-beta.139",
            "@ethersproject/bytes": "5.0.0-beta.138",
            "@ethersproject/keccak256": "5.0.0-beta.132",
            "@ethersproject/logger": "5.0.0-beta.137",
            "@ethersproject/rlp": "5.0.0-beta.133",
            "bn.js": "4.11.8"
          }
        },
        "@ethersproject/bignumber": {
          "version": "5.0.0-beta.139",
          "resolved": "https://registry.yarnpkg.com/@ethersproject/bignumber/-/bignumber-5.0.0-beta.139.tgz",
          "integrity": "sha1-EqT6WnbukPd5MjJjEcrwTh3hyuA=",
          "requires": {
            "@ethersproject/bytes": "5.0.0-beta.138",
            "@ethersproject/logger": "5.0.0-beta.137",
            "@ethersproject/properties": "5.0.0-beta.141",
            "bn.js": "4.11.8"
          }
        },
        "@ethersproject/bytes": {
          "version": "5.0.0-beta.138",
          "resolved": "https://registry.yarnpkg.com/@ethersproject/bytes/-/bytes-5.0.0-beta.138.tgz",
          "integrity": "sha1-huH2xAFkQ/K1I2Yn+mVufFYHelY=",
          "requires": {
            "@ethersproject/logger": "5.0.0-beta.137"
          }
        },
        "@ethersproject/constants": {
          "version": "5.0.0-beta.134",
          "resolved": "https://registry.yarnpkg.com/@ethersproject/constants/-/constants-5.0.0-beta.134.tgz",
          "integrity": "sha1-uBxCNzoAyyFgSpSqhkJFT7Nbt2Q=",
          "requires": {
            "@ethersproject/bignumber": "5.0.0-beta.139"
          }
        },
        "@ethersproject/hash": {
          "version": "5.0.0-beta.134",
          "resolved": "https://registry.yarnpkg.com/@ethersproject/hash/-/hash-5.0.0-beta.134.tgz",
          "integrity": "sha1-4f22m0L10xw0O8vxgwQ4U7m46d0=",
          "requires": {
            "@ethersproject/bytes": "5.0.0-beta.138",
            "@ethersproject/keccak256": "5.0.0-beta.132",
            "@ethersproject/logger": "5.0.0-beta.137",
            "@ethersproject/strings": "5.0.0-beta.137"
          }
        },
        "@ethersproject/keccak256": {
          "version": "5.0.0-beta.132",
          "resolved": "https://registry.yarnpkg.com/@ethersproject/keccak256/-/keccak256-5.0.0-beta.132.tgz",
          "integrity": "sha1-OMEoGUqIq6aQtqykPK5X30IECNc=",
          "requires": {
            "@ethersproject/bytes": "5.0.0-beta.138",
            "js-sha3": "0.5.7"
          }
        },
        "@ethersproject/logger": {
          "version": "5.0.0-beta.137",
          "resolved": "https://registry.yarnpkg.com/@ethersproject/logger/-/logger-5.0.0-beta.137.tgz",
          "integrity": "sha1-eBWCuLBNDO0B6cFgjJiH0x2VuO4="
        },
        "@ethersproject/properties": {
          "version": "5.0.0-beta.141",
          "resolved": "https://registry.yarnpkg.com/@ethersproject/properties/-/properties-5.0.0-beta.141.tgz",
          "integrity": "sha1-Bj5ahw+L+ySd5N5iGOahBOJT8ko=",
          "requires": {
            "@ethersproject/logger": "5.0.0-beta.137"
          }
        },
        "@ethersproject/rlp": {
          "version": "5.0.0-beta.133",
          "resolved": "https://registry.yarnpkg.com/@ethersproject/rlp/-/rlp-5.0.0-beta.133.tgz",
          "integrity": "sha1-5RsujVH9cKWHL4XxF0EZOmsRgRA=",
          "requires": {
            "@ethersproject/bytes": "5.0.0-beta.138",
            "@ethersproject/logger": "5.0.0-beta.137"
          }
        },
        "@ethersproject/strings": {
          "version": "5.0.0-beta.137",
          "resolved": "https://registry.yarnpkg.com/@ethersproject/strings/-/strings-5.0.0-beta.137.tgz",
          "integrity": "sha1-HpcwpwHnpEw/G04cfhNGZc3VHXs=",
          "requires": {
            "@ethersproject/bytes": "5.0.0-beta.138",
            "@ethersproject/constants": "5.0.0-beta.134",
            "@ethersproject/logger": "5.0.0-beta.137"
          }
        }
      }
    },
    "@ethersproject/abstract-provider": {
      "version": "5.0.1",
      "resolved": "https://registry.yarnpkg.com/@ethersproject/abstract-provider/-/abstract-provider-5.0.1.tgz",
      "integrity": "sha1-fUgoo7RpD5X0Riq+3Lp66xGNrdU=",
      "requires": {
        "@ethersproject/bignumber": "5.0.1",
        "@ethersproject/bytes": "5.0.1",
        "@ethersproject/logger": "5.0.2",
        "@ethersproject/networks": "5.0.1",
        "@ethersproject/properties": "5.0.1",
        "@ethersproject/transactions": "5.0.1",
        "@ethersproject/web": "5.0.1"
      }
    },
    "@ethersproject/abstract-signer": {
      "version": "5.0.1",
      "resolved": "https://registry.yarnpkg.com/@ethersproject/abstract-signer/-/abstract-signer-5.0.1.tgz",
      "integrity": "sha1-khSedxNmRn6GzETdDEnSj5PqqFI=",
      "requires": {
        "@ethersproject/abstract-provider": "5.0.1",
        "@ethersproject/bignumber": "5.0.1",
        "@ethersproject/bytes": "5.0.1",
        "@ethersproject/logger": "5.0.2",
        "@ethersproject/properties": "5.0.1"
      }
    },
    "@ethersproject/address": {
      "version": "5.0.1",
      "resolved": "https://registry.yarnpkg.com/@ethersproject/address/-/address-5.0.1.tgz",
      "integrity": "sha1-iCQk+77BERq8GqNILmR6cmg8U3c=",
      "requires": {
        "@ethersproject/bignumber": "5.0.1",
        "@ethersproject/bytes": "5.0.1",
        "@ethersproject/keccak256": "5.0.1",
        "@ethersproject/logger": "5.0.2",
        "@ethersproject/rlp": "5.0.1",
        "bn.js": "4.11.8"
      },
      "dependencies": {
        "bn.js": {
          "version": "4.11.8",
          "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
          "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
        }
      }
    },
    "@ethersproject/base64": {
      "version": "5.0.1",
      "resolved": "https://registry.yarnpkg.com/@ethersproject/base64/-/base64-5.0.1.tgz",
      "integrity": "sha1-nwZ4VfWduU7eu2zYD755AzQGsxc=",
      "requires": {
        "@ethersproject/bytes": "5.0.1"
      }
    },
    "@ethersproject/basex": {
      "version": "5.0.1",
      "resolved": "https://registry.yarnpkg.com/@ethersproject/basex/-/basex-5.0.1.tgz",
      "integrity": "sha1-ImrhG7XGRTOYzs4IuVSKX4luJOU=",
      "requires": {
        "@ethersproject/bytes": "5.0.1",
        "@ethersproject/properties": "5.0.1"
      }
    },
    "@ethersproject/bignumber": {
      "version": "5.0.1",
      "resolved": "https://registry.yarnpkg.com/@ethersproject/bignumber/-/bignumber-5.0.1.tgz",
      "integrity": "sha1-he2xAmMQYz71Zsw3nj4AJml/bm4=",
      "requires": {
        "@ethersproject/bytes": "5.0.1",
        "@ethersproject/logger": "5.0.2",
        "@ethersproject/properties": "5.0.1",
        "bn.js": "4.11.8"
      },
      "dependencies": {
        "bn.js": {
          "version": "4.11.8",
          "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
          "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
        }
      }
    },
    "@ethersproject/bytes": {
      "version": "5.0.1",
      "resolved": "https://registry.yarnpkg.com/@ethersproject/bytes/-/bytes-5.0.1.tgz",
      "integrity": "sha1-2ozZs+OygAvptG/acDb8RBszRoA=",
      "requires": {
        "@ethersproject/logger": "5.0.2"
      }
    },
    "@ethersproject/constants": {
      "version": "5.0.1",
      "resolved": "https://registry.yarnpkg.com/@ethersproject/constants/-/constants-5.0.1.tgz",
      "integrity": "sha1-UUJrHWc2YekFQY3e78ofY0hmhg0=",
      "requires": {
        "@ethersproject/bignumber": "5.0.1"
      }
    },
    "@ethersproject/contracts": {
      "version": "5.0.1",
      "resolved": "https://registry.yarnpkg.com/@ethersproject/contracts/-/contracts-5.0.1.tgz",
      "integrity": "sha1-sRrVL5j4B+E6S/ConkWixW2xnfM=",
      "requires": {
        "@ethersproject/abi": "5.0.1",
        "@ethersproject/abstract-provider": "5.0.1",
        "@ethersproject/abstract-signer": "5.0.1",
        "@ethersproject/address": "5.0.1",
        "@ethersproject/bignumber": "5.0.1",
        "@ethersproject/bytes": "5.0.1",
        "@ethersproject/constants": "5.0.1",
        "@ethersproject/logger": "5.0.2",
        "@ethersproject/properties": "5.0.1"
      },
      "dependencies": {
        "@ethersproject/abi": {
          "version": "5.0.1",
          "resolved": "https://registry.yarnpkg.com/@ethersproject/abi/-/abi-5.0.1.tgz",
          "integrity": "sha1-tror+0J4+9Yyi2COCXQcJHXdrZw=",
          "requires": {
            "@ethersproject/address": "5.0.1",
            "@ethersproject/bignumber": "5.0.1",
            "@ethersproject/bytes": "5.0.1",
            "@ethersproject/constants": "5.0.1",
            "@ethersproject/hash": "5.0.1",
            "@ethersproject/keccak256": "5.0.1",
            "@ethersproject/logger": "5.0.2",
            "@ethersproject/properties": "5.0.1",
            "@ethersproject/strings": "5.0.1"
          }
        }
      }
    },
    "@ethersproject/hash": {
      "version": "5.0.1",
      "resolved": "https://registry.yarnpkg.com/@ethersproject/hash/-/hash-5.0.1.tgz",
      "integrity": "sha1-gZAkDSULlELdJfHo7C1m59DTgjc=",
      "requires": {
        "@ethersproject/bytes": "5.0.1",
        "@ethersproject/keccak256": "5.0.1",
        "@ethersproject/logger": "5.0.2",
        "@ethersproject/strings": "5.0.1"
      }
    },
    "@ethersproject/hdnode": {
      "version": "5.0.1",
      "resolved": "https://registry.yarnpkg.com/@ethersproject/hdnode/-/hdnode-5.0.1.tgz",
      "integrity": "sha1-KMYhxv2xp0TIcCEkBeh8ZOcU4F8=",
      "requires": {
        "@ethersproject/abstract-signer": "5.0.1",
        "@ethersproject/basex": "5.0.1",
        "@ethersproject/bignumber": "5.0.1",
        "@ethersproject/bytes": "5.0.1",
        "@ethersproject/logger": "5.0.2",
        "@ethersproject/pbkdf2": "5.0.1",
        "@ethersproject/properties": "5.0.1",
        "@ethersproject/sha2": "5.0.1",
        "@ethersproject/signing-key": "5.0.1",
        "@ethersproject/strings": "5.0.1",
        "@ethersproject/transactions": "5.0.1",
        "@ethersproject/wordlists": "5.0.1"
      }
    },
    "@ethersproject/json-wallets": {
      "version": "5.0.1",
      "resolved": "https://registry.yarnpkg.com/@ethersproject/json-wallets/-/json-wallets-5.0.1.tgz",
      "integrity": "sha1-oEpyjL8ZdPwKYYeU7zSDNdRSKEg=",
      "requires": {
        "@ethersproject/abstract-signer": "5.0.1",
        "@ethersproject/address": "5.0.1",
        "@ethersproject/bytes": "5.0.1",
        "@ethersproject/hdnode": "5.0.1",
        "@ethersproject/keccak256": "5.0.1",
        "@ethersproject/logger": "5.0.2",
        "@ethersproject/pbkdf2": "5.0.1",
        "@ethersproject/properties": "5.0.1",
        "@ethersproject/random": "5.0.1",
        "@ethersproject/strings": "5.0.1",
        "@ethersproject/transactions": "5.0.1",
        "aes-js": "3.0.0",
        "scrypt-js": "3.0.1",
        "uuid": "2.0.1"
      },
      "dependencies": {
        "uuid": {
          "version": "2.0.1",
          "resolved": "https://registry.yarnpkg.com/uuid/-/uuid-2.0.1.tgz",
          "integrity": "sha1-wqMN7bPlNdcsz4LjQ5QaULqFM6w="
        }
      }
    },
    "@ethersproject/keccak256": {
      "version": "5.0.1",
      "resolved": "https://registry.yarnpkg.com/@ethersproject/keccak256/-/keccak256-5.0.1.tgz",
      "integrity": "sha1-vpHBGovfTpTIuQBQLSpGsiP73rM=",
      "requires": {
        "@ethersproject/bytes": "5.0.1",
        "js-sha3": "0.5.7"
      }
    },
    "@ethersproject/logger": {
      "version": "5.0.2",
      "resolved": "https://registry.yarnpkg.com/@ethersproject/logger/-/logger-5.0.2.tgz",
      "integrity": "sha1-8kqhSnOKQo1xHBgotE1QEUpGG4s="
    },
    "@ethersproject/networks": {
      "version": "5.0.1",
      "resolved": "https://registry.yarnpkg.com/@ethersproject/networks/-/networks-5.0.1.tgz",
      "integrity": "sha1-wGrBUdDf7EIcHLmKkVPBCbMRcRE=",
      "requires": {
        "@ethersproject/logger": "5.0.2"
      }
    },
    "@ethersproject/pbkdf2": {
      "version": "5.0.1",
      "resolved": "https://registry.yarnpkg.com/@ethersproject/pbkdf2/-/pbkdf2-5.0.1.tgz",
      "integrity": "sha1-htQ0D4jruXJUx+DSaDDCT7RbFkI=",
      "requires": {
        "@ethersproject/bytes": "5.0.1",
        "@ethersproject/sha2": "5.0.1"
      }
    },
    "@ethersproject/properties": {
      "version": "5.0.1",
      "resolved": "https://registry.yarnpkg.com/@ethersproject/properties/-/properties-5.0.1.tgz",
      "integrity": "sha1-4f7L/LJPI787ZKKsdPJ1ERPRFuA=",
      "requires": {
        "@ethersproject/logger": "5.0.2"
      }
    },
    "@ethersproject/providers": {
      "version": "5.0.2",
      "resolved": "https://registry.yarnpkg.com/@ethersproject/providers/-/providers-5.0.2.tgz",
      "integrity": "sha1-1zgjXbgjXPNHH058T6yZuIMOS/E=",
      "requires": {
        "@ethersproject/abstract-provider": "5.0.1",
        "@ethersproject/abstract-signer": "5.0.1",
        "@ethersproject/address": "5.0.1",
        "@ethersproject/bignumber": "5.0.1",
        "@ethersproject/bytes": "5.0.1",
        "@ethersproject/constants": "5.0.1",
        "@ethersproject/hash": "5.0.1",
        "@ethersproject/logger": "5.0.2",
        "@ethersproject/networks": "5.0.1",
        "@ethersproject/properties": "5.0.1",
        "@ethersproject/random": "5.0.1",
        "@ethersproject/rlp": "5.0.1",
        "@ethersproject/strings": "5.0.1",
        "@ethersproject/transactions": "5.0.1",
        "@ethersproject/web": "5.0.1",
        "ws": "7.2.3"
      },
      "dependencies": {
        "ws": {
          "version": "7.2.3",
          "resolved": "https://registry.yarnpkg.com/ws/-/ws-7.2.3.tgz",
          "integrity": "sha1-pUEeH7BNXtDv7nbSbVxG2DDDm0Y="
        }
      }
    },
    "@ethersproject/random": {
      "version": "5.0.1",
      "resolved": "https://registry.yarnpkg.com/@ethersproject/random/-/random-5.0.1.tgz",
      "integrity": "sha1-zFQzxU4m+t33wDbgek8SXWRQPts=",
      "requires": {
        "@ethersproject/bytes": "5.0.1",
        "@ethersproject/logger": "5.0.2"
      }
    },
    "@ethersproject/rlp": {
      "version": "5.0.1",
      "resolved": "https://registry.yarnpkg.com/@ethersproject/rlp/-/rlp-5.0.1.tgz",
      "integrity": "sha1-NAewy3j4Khohmuz/V1eMBViuJsg=",
      "requires": {
        "@ethersproject/bytes": "5.0.1",
        "@ethersproject/logger": "5.0.2"
      }
    },
    "@ethersproject/sha2": {
      "version": "5.0.1",
      "resolved": "https://registry.yarnpkg.com/@ethersproject/sha2/-/sha2-5.0.1.tgz",
      "integrity": "sha1-RrGwbP19VXrk3qtMyFdz91EsQCI=",
      "requires": {
        "@ethersproject/bytes": "5.0.1",
        "@ethersproject/logger": "5.0.2",
        "hash.js": "1.1.3"
      }
    },
    "@ethersproject/signing-key": {
      "version": "5.0.1",
      "resolved": "https://registry.yarnpkg.com/@ethersproject/signing-key/-/signing-key-5.0.1.tgz",
      "integrity": "sha1-kJV+QsaehX3HQcj77v8PNrzunPc=",
      "requires": {
        "@ethersproject/bytes": "5.0.1",
        "@ethersproject/logger": "5.0.2",
        "@ethersproject/properties": "5.0.1",
        "elliptic": "6.5.2"
      }
    },
    "@ethersproject/solidity": {
      "version": "5.0.1",
      "resolved": "https://registry.yarnpkg.com/@ethersproject/solidity/-/solidity-5.0.1.tgz",
      "integrity": "sha1-31YWA7ocQg4uown8p0ZpjFVxCm0=",
      "requires": {
        "@ethersproject/bignumber": "5.0.1",
        "@ethersproject/bytes": "5.0.1",
        "@ethersproject/keccak256": "5.0.1",
        "@ethersproject/sha2": "5.0.1",
        "@ethersproject/strings": "5.0.1"
      }
    },
    "@ethersproject/strings": {
      "version": "5.0.1",
      "resolved": "https://registry.yarnpkg.com/@ethersproject/strings/-/strings-5.0.1.tgz",
      "integrity": "sha1-qTqv7t4QDEqtf0jiWq0d3ELuzMc=",
      "requires": {
        "@ethersproject/bytes": "5.0.1",
        "@ethersproject/constants": "5.0.1",
        "@ethersproject/logger": "5.0.2"
      }
    },
    "@ethersproject/transactions": {
      "version": "5.0.1",
      "resolved": "https://registry.yarnpkg.com/@ethersproject/transactions/-/transactions-5.0.1.tgz",
      "integrity": "sha1-YUgNxgD0pJ65lid3jjtGs4H4vdk=",
      "requires": {
        "@ethersproject/address": "5.0.1",
        "@ethersproject/bignumber": "5.0.1",
        "@ethersproject/bytes": "5.0.1",
        "@ethersproject/constants": "5.0.1",
        "@ethersproject/keccak256": "5.0.1",
        "@ethersproject/logger": "5.0.2",
        "@ethersproject/properties": "5.0.1",
        "@ethersproject/rlp": "5.0.1",
        "@ethersproject/signing-key": "5.0.1"
      }
    },
    "@ethersproject/units": {
      "version": "5.0.1",
      "resolved": "https://registry.yarnpkg.com/@ethersproject/units/-/units-5.0.1.tgz",
      "integrity": "sha1-+f2X0L+gwj1VCEtCgFOim0IIKh8=",
      "requires": {
        "@ethersproject/bignumber": "5.0.1",
        "@ethersproject/constants": "5.0.1",
        "@ethersproject/logger": "5.0.2"
      }
    },
    "@ethersproject/wallet": {
      "version": "5.0.1",
      "resolved": "https://registry.yarnpkg.com/@ethersproject/wallet/-/wallet-5.0.1.tgz",
      "integrity": "sha1-WVB3NlxnRlTpDTiEWUqG1wugfn4=",
      "requires": {
        "@ethersproject/abstract-provider": "5.0.1",
        "@ethersproject/abstract-signer": "5.0.1",
        "@ethersproject/address": "5.0.1",
        "@ethersproject/bignumber": "5.0.1",
        "@ethersproject/bytes": "5.0.1",
        "@ethersproject/hash": "5.0.1",
        "@ethersproject/hdnode": "5.0.1",
        "@ethersproject/json-wallets": "5.0.1",
        "@ethersproject/keccak256": "5.0.1",
        "@ethersproject/logger": "5.0.2",
        "@ethersproject/properties": "5.0.1",
        "@ethersproject/random": "5.0.1",
        "@ethersproject/signing-key": "5.0.1",
        "@ethersproject/transactions": "5.0.1",
        "@ethersproject/wordlists": "5.0.1"
      }
    },
    "@ethersproject/web": {
      "version": "5.0.1",
      "resolved": "https://registry.yarnpkg.com/@ethersproject/web/-/web-5.0.1.tgz",
      "integrity": "sha1-t0EJa1rZRloRSLfbqJiMHaFvWSo=",
      "requires": {
        "@ethersproject/base64": "5.0.1",
        "@ethersproject/logger": "5.0.2",
        "@ethersproject/properties": "5.0.1",
        "@ethersproject/strings": "5.0.1"
      }
    },
    "@ethersproject/wordlists": {
      "version": "5.0.1",
      "resolved": "https://registry.yarnpkg.com/@ethersproject/wordlists/-/wordlists-5.0.1.tgz",
      "integrity": "sha1-Sx7wiUZl/I54mCNdOqFV8XJO+nU=",
      "requires": {
        "@ethersproject/bytes": "5.0.1",
        "@ethersproject/hash": "5.0.1",
        "@ethersproject/logger": "5.0.2",
        "@ethersproject/properties": "5.0.1",
        "@ethersproject/strings": "5.0.1"
      }
    },
    "@istanbuljs/load-nyc-config": {
      "version": "1.0.0",
      "resolved": "https://registry.yarnpkg.com/@istanbuljs/load-nyc-config/-/load-nyc-config-1.0.0.tgz",
      "integrity": "sha1-EGAt5VcLrqgvivv6JjCyTnqM/ls=",
      "requires": {
        "camelcase": "5.3.1",
        "find-up": "4.1.0",
        "js-yaml": "3.13.1",
        "resolve-from": "5.0.0"
      }
    },
    "@istanbuljs/schema": {
      "version": "0.1.2",
      "resolved": "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.2.tgz",
      "integrity": "sha1-JlIL8Jq+SlZEzVQU43ElqJVCQd0="
    },
    "@nodelib/fs.scandir": {
      "version": "2.1.3",
      "resolved": "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.3.tgz",
      "integrity": "sha1-Olgr21OATGum0UZXnEblITDPSjs=",
      "requires": {
        "@nodelib/fs.stat": "2.0.3",
        "run-parallel": "1.1.9"
      }
    },
    "@nodelib/fs.stat": {
      "version": "2.0.3",
      "resolved": "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.3.tgz",
      "integrity": "sha1-NNxfTKu8cg9OYPdadH5+zWwXW9M="
    },
    "@nodelib/fs.walk": {
      "version": "1.2.4",
      "resolved": "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.4.tgz",
      "integrity": "sha1-ARuSAqcKY2bkNspcBlhEUoqwSXY=",
      "requires": {
        "@nodelib/fs.scandir": "2.1.3",
        "fastq": "1.7.0"
      }
    },
    "@resolver-engine/core": {
      "version": "0.2.1",
      "resolved": "https://registry.yarnpkg.com/@resolver-engine/core/-/core-0.2.1.tgz",
      "integrity": "sha1-DXGAP207jLLp7UgaG/DKX1JW0MA=",
      "requires": {
        "debug": "3.2.6",
        "request": "2.88.2"
      },
      "dependencies": {
        "debug": {
          "version": "3.2.6",
          "resolved": "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz",
          "integrity": "sha1-6D0X3hbYp++3cX7b5fsQE17uYps=",
          "requires": {
            "ms": "2.1.2"
          }
        }
      }
    },
    "@resolver-engine/fs": {
      "version": "0.2.1",
      "resolved": "https://registry.yarnpkg.com/@resolver-engine/fs/-/fs-0.2.1.tgz",
      "integrity": "sha1-+YowjXdWjMAmUdA2NvRlNrlBskE=",
      "requires": {
        "@resolver-engine/core": "0.2.1",
        "debug": "3.2.6"
      },
      "dependencies": {
        "debug": {
          "version": "3.2.6",
          "resolved": "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz",
          "integrity": "sha1-6D0X3hbYp++3cX7b5fsQE17uYps=",
          "requires": {
            "ms": "2.1.2"
          }
        }
      }
    },
    "@resolver-engine/imports": {
      "version": "0.2.2",
      "resolved": "https://registry.yarnpkg.com/@resolver-engine/imports/-/imports-0.2.2.tgz",
      "integrity": "sha1-095VobtfO+t3A/3edDKY8yEXWEM=",
      "requires": {
        "@resolver-engine/core": "0.2.1",
        "debug": "3.2.6",
        "hosted-git-info": "2.8.8"
      },
      "dependencies": {
        "debug": {
          "version": "3.2.6",
          "resolved": "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz",
          "integrity": "sha1-6D0X3hbYp++3cX7b5fsQE17uYps=",
          "requires": {
            "ms": "2.1.2"
          }
        }
      }
    },
    "@resolver-engine/imports-fs": {
      "version": "0.2.2",
      "resolved": "https://registry.yarnpkg.com/@resolver-engine/imports-fs/-/imports-fs-0.2.2.tgz",
      "integrity": "sha1-WoHvMoXb8EEas7FSBQgKGtdiLZ4=",
      "requires": {
        "@resolver-engine/fs": "0.2.1",
        "@resolver-engine/imports": "0.2.2",
        "debug": "3.2.6"
      },
      "dependencies": {
        "debug": {
          "version": "3.2.6",
          "resolved": "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz",
          "integrity": "sha1-6D0X3hbYp++3cX7b5fsQE17uYps=",
          "requires": {
            "ms": "2.1.2"
          }
        }
      }
    },
    "@samverschueren/stream-to-observable": {
      "version": "0.3.0",
      "resolved": "https://registry.yarnpkg.com/@samverschueren/stream-to-observable/-/stream-to-observable-0.3.0.tgz",
      "integrity": "sha1-7N9I1TLFjqR3rPyrgDSEJPjQZi8=",
      "requires": {
        "any-observable": "0.3.0"
      }
    },
    "@sindresorhus/is": {
      "version": "0.14.0",
      "resolved": "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.14.0.tgz",
      "integrity": "sha1-n7OjzzEyMoFR81PeRjLgHlIQK+o="
    },
    "@sinonjs/commons": {
      "version": "1.7.2",
      "resolved": "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.7.2.tgz",
      "integrity": "sha1-UF9Vx04CcrQ/bFLYGUa+1wWPwOI=",
      "requires": {
        "type-detect": "4.0.8"
      }
    },
    "@sinonjs/fake-timers": {
      "version": "6.0.1",
      "resolved": "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-6.0.1.tgz",
      "integrity": "sha1-KTZ0/MsyYqx4LHqt/eyoaxDHXEA=",
      "requires": {
        "@sinonjs/commons": "1.7.2"
      }
    },
    "@sinonjs/formatio": {
      "version": "5.0.1",
      "resolved": "https://registry.yarnpkg.com/@sinonjs/formatio/-/formatio-5.0.1.tgz",
      "integrity": "sha1-8T5xPLMxOxq5ZZAbAbCCjqa3cIk=",
      "requires": {
        "@sinonjs/commons": "1.7.2",
        "@sinonjs/samsam": "5.0.3"
      }
    },
    "@sinonjs/samsam": {
      "version": "5.0.3",
      "resolved": "https://registry.yarnpkg.com/@sinonjs/samsam/-/samsam-5.0.3.tgz",
      "integrity": "sha1-hvIb2z1SSA+vCJKkgMmQaqWlKTg=",
      "requires": {
        "@sinonjs/commons": "1.7.2",
        "lodash.get": "4.4.2",
        "type-detect": "4.0.8"
      }
    },
    "@sinonjs/text-encoding": {
      "version": "0.7.1",
      "resolved": "https://registry.yarnpkg.com/@sinonjs/text-encoding/-/text-encoding-0.7.1.tgz",
      "integrity": "sha1-jaXGUwkVZT86Hzj9XxAdjD+AecU="
    },
    "@solidity-parser/parser": {
      "version": "0.6.1",
      "resolved": "https://registry.yarnpkg.com/@solidity-parser/parser/-/parser-0.6.1.tgz",
      "integrity": "sha1-ET7c61HaerPKFOvUzGb+ZLy5CC4="
    },
    "@szmarczak/http-timer": {
      "version": "1.1.2",
      "resolved": "https://registry.yarnpkg.com/@szmarczak/http-timer/-/http-timer-1.1.2.tgz",
      "integrity": "sha1-sWZeLEYaLNkvTBu/UNVFTeDUtCE=",
      "requires": {
        "defer-to-connect": "1.1.3"
      }
    },
    "@truffle/hdwallet-provider": {
      "version": "1.0.34",
      "resolved": "https://registry.yarnpkg.com/@truffle/hdwallet-provider/-/hdwallet-provider-1.0.34.tgz",
      "integrity": "sha1-HmQsQVwo6a47uBQrvbyFBq2qoGo=",
      "requires": {
        "any-promise": "1.3.0",
        "bindings": "1.5.0",
        "bip39": "2.6.0",
        "ethereum-protocol": "1.0.1",
        "ethereumjs-tx": "1.3.7",
        "ethereumjs-util": "6.2.0",
        "ethereumjs-wallet": "0.6.3",
        "source-map-support": "0.5.19",
        "web3": "1.2.1",
        "web3-provider-engine": "14.0.6"
      },
      "dependencies": {
        "bn.js": {
          "version": "4.11.8",
          "resolved": "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz",
          "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8="
        },
        "ethereumjs-util": {
          "version": "6.2.0",
          "resolved": "https://registry.yarnpkg.com/ethereumjs-util/-/ethereumjs-util-6.2.0.tgz",
          "integrity": "sha1-I+x5skiKfQQSQvAeJfJOWtA1eWA=",
          "requires": {
            "@types/bn.js": "4.11.6",
            "bn.js": "4.11.8",
            "create-hash": "1.2.0",
            "ethjs-util": "0.1.6",
            "keccak": "2.1.0",
            "rlp": "2.2.4",
            "secp256k1": "3.8.0"
          }
        },
        "keccak": {
          "version": "2.1.0",
          "resolved": "https://registry.yarnpkg.com/keccak/-/keccak-2.1.0.tgz",
          "integrity": "sha1-c06lPy7c/Q9CzbjV9MNY/vBSdSs=",
          "requires": {
            "bindings": "1.5.0",
            "inherits": "2.0.4",
            "nan": "2.14.0",
            "safe-buffer": "5.2.0"
          }
        },
        "semver": {
          "version": "6.2.0",
          "resolved": "https://registry.yarnpkg.com/semver/-/semver-6.2.0.tgz",
          "integrity": "sha1-TYE9lZCq+KkZJpPWyFuTRN5ZAds="
        },
        "web3": {
          "version": "1.2.1",
          "resolved": "https://registry.yarnpkg.com/web3/-/web3-1.2.1.tgz",
          "integrity": "sha1-XYFYvMpHg4q4wreEot7kw860F5s=",
          "requires": {
            "web3-bzz": "1.2.1",
            "web3-core": "1.2.1",
            "web3-eth": "1.2.1",
            "web3-eth-personal": "1.2.1",
            "web3-net": "1.2.1",
            "web3-shh": "1.2.1",
            "web3-utils": "1.2.1"
          }
        },
        "web3-bzz": {
          "version": "1.2.1",
          "resolved": "https://registry.yarnpkg.com/web3-bzz/-/web3-bzz-1.2.1.tgz",
          "integrity": "sha1-w70ejwwCoTzW1OPD6eFxPxRPbw0=",
          "requires": {
            "got": "9.6.0",
            "swarm-js": "0.1.39",
            "underscore": "1.9.1"
          }
        },
        "web3-eth": {
          "version": "1.2.1",
          "resolved": "https://registry.yarnpkg.com/web3-eth/-/web3-eth-1.2.1.tgz",
          "integrity": "sha1-uZieJVfHOp6P/cEHxtr75yx5wbA=",
          "requires": {
            "underscore": "1.9.1",
            "web3-core": "1.2.1",
            "web3-core-helpers": "1.2.1",
            "web3-core-method": "1.2.1",
            "web3-core-subscriptions": "1.2.1",
            "web3-eth-abi": "1.2.1",
            "web3-eth-accounts": "1.2.1",
            "web3-eth-contract": "1.2.1",
            "web3-eth-ens": "1.2.1",
            "web3-eth-iban": "1.2.1",
            "web3-eth-personal": "1.2.1",
            "web3-net": "1.2.1",
            "web3-utils": "1.2.1"
          }
        },
        "web3-eth-abi": {
          "version": "1.2.1",
          "resolved": "https://registry.yarnpkg.com/web3-eth-abi/-/web3-eth-abi-1.2.1.tgz",
          "integrity": "sha1-m5FbHJ6/gvcMymMRRwNdVBkGRok=",
          "requires": {
            "ethers": "4.0.0-beta.3",
            "underscore": "1.9.1",
            "web3-utils": "1.2.1"
          }
        },
        "web3-eth-accounts": {
          "version": "1.2.1",
          "resolved": "https://registry.yarnpkg.com/web3-eth-accounts/-/web3-eth-accounts-1.2.1.tgz",
          "integrity": "sha1-J0Go7zN6chnVeVmsi9EYudaNY88=",
          "requires": {
            "any-promise": "1.3.0",
            "crypto-browserify": "3.12.0",
            "eth-lib": "0.2.7",
            "scryptsy": "2.1.0",
            "semver": "6.2.0",
            "underscore": "1.9.1",
            "uuid": "3.3.2",
            "web3-core": "1.2.1",
            "web3-core-helpers": "1.2.1",
            "web3-core-method": "1.2.1",
            "web3-utils": "1.2.1"
          }
        },
        "web3-eth-ens": {
          "version": "1.2.1",
          "resolved": "https://registry.yarnpkg.com/web3-eth-ens/-/web3-eth-ens-1.2.1.tgz",
          "integrity": "sha1-oOUu7mjEKouYZc6wTl+wIsLZcdU=",
          "requires": {
            "eth-ens-namehash": "2.0.8",
            "underscore": "1.9.1",
            "web3-core": "1.2.1",
            "web3-core-helpers": "1.2.1",
            "web3-core-promievent": "1.2.1",
            "web3-eth-abi": "1.2.1",
            "web3-eth-contract": "1.2.1",
            "web3-utils": "1.2.1"
          }
        },
        "web3-provider-engine": {
          "integrity": "sha1-NTjGC8SDa3PMrhrD9kyP7Y7xnBo=",
          "version": "https://github.com/trufflesuite/provider-engine#web3-one",
          "requires": {
            "async": "2.6.3",
            "backoff": "2.5.0",
            "clone": "2.1.2",
            "cross-fetch": "2.2.3",
            "eth-block-tracker": "3.0.1",
            "eth-json-rpc-infura": "3.2.1",
            "eth-sig-util": "1.4.2",
            "ethereumjs-block": "1.7.1",
            "ethereumjs-tx": "1.3.7",
            "ethereumjs-util": "5.2.0",
            "ethereumjs-vm": "2.6.0",
            "json-rpc-error": "2.0.0",
            "json-stable-stringify": "1.0.1",
            "promise-to-callback": "1.0.0",
            "readable-stream": "2.3.7",
            "request": "2.88.2",
            "semaphore": "1.1.0",
            "xhr": "2.5.0",
            "ws": "5.2.2",
            "xtend": "4.0.2"
          },
          "dependencies": {
            "ethereumjs-util": {
              "version": "5.2.0",
              "resolved": "https://registry.yarnpkg.com/ethereumjs-util/-/ethereumjs-util-5.2.0.tgz",
              "integrity": "sha1-PgwNF0FHGs8QNgUtBIYj3uVK1kI=",
              "requires": {
                "bn.js": "4.11.8",
                "create-hash": "1.2.0",
                "ethjs-util": "0.1.6",
                "keccak": "1.4.0",
                "rlp": "2.2.4",
                "safe-buffer": "5.2.0",
                "secp256k1": "3.8.0"
              }
            },
            "keccak": {
              "version": "1.4.0",
              "resolved": "https://registry.yarnpkg.com/keccak/-/keccak-1.4.0.tgz",
              "integrity": "sha1-Vy+Kbb7o57OqQhVQ+eZAjKIYb4A=",
              "requires": {
                "bindings": "1.5.0",
                "inherits": "2.0.4",
                "nan": "2.14.0",
                "safe-buffer": "5.2.0"
              }
            }
          }
        },
        "web3-shh": {
          "version": "1.2.1",
          "resolved": "https://registry.yarnpkg.com/web3-shh/-/web3-shh-1.2.1.tgz",
          "integrity": "sha1-RGDjweB/r3Pd7CTM0A2kb4kVKww=",
          "requires": {
            "web3-core": "1.2.1",
            "web3-core-method": "1.2.1",
            "web3-core-subscriptions": "1.2.1",
            "web3-net": "1.2.1"
          }
        },
        "web3-utils": {
          "version": "1.2.1",
          "resolved": "https://registry.yarnpkg.com/web3-utils/-/web3-utils-1.2.1.tgz",
          "integrity": "sha1-IUZuOCkVUd4Ks0VY3iFRKsQnRTQ=",
          "requires": {
            "bn.js": "4.11.8",
            "eth-lib": "0.2.7",
            "ethjs-unit": "0.1.6",
            "number-to-bn": "1.7.0",
            "randomhex": "0.1.5",
            "underscore": "1.9.1",
            "utf8": "3.0.0"
          }
        }
      }
    },
    "@types/bignumber.js": {
      "version": "5.0.0",
      "resolved": "https://registry.yarnpkg.com/@types/bignumber.js/-/bignumber.js-5.0.0.tgz",
      "integrity": "sha1-2fGjeFCfMBCjJV6cyCKtDutKuWk=",
      "requires": {
        "bignumber.js": "9.0.0"
      }
    },
    "@types/bn.js": {
      "version": "4.11.6",
      "resolved": "https://registry.yarnpkg.com/@types/bn.js/-/bn.js-4.11.6.tgz",
      "integrity": "sha1-wwbHDZNYquozzU7aCSp0K5UFlnw=",
      "requires": {
        "@types/node": "12.12.19"
      }
    },
    "@types/color-name": {
      "version": "1.1.1",
      "resolved": "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz",
      "integrity": "sha1-HBJhu+qhCoBVu8XYq4S3sq/IRqA="
    },
    "@types/events": {
      "version": "3.0.0",
      "resolved": "https://registry.yarnpkg.com/@types/events/-/events-3.0.0.tgz",
      "integrity": "sha1-KGLz9Yqaf3w+eNefEw3U1xwlwqc="
    },
    "@types/glob": {
      "version": "7.1.1",
      "resolved": "https://registry.yarnpkg.com/@types/glob/-/glob-7.1.1.tgz",
      "integrity": "sha1-qlmhxuP7xCHgfM0xqUTDDrpSFXU=",
      "requires": {
        "@types/events": "3.0.0",
        "@types/minimatch": "3.0.3",
        "@types/node": "12.12.19"
      }
    },
    "@types/json5": {
      "version": "0.0.29",
      "resolved": "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz",
      "integrity": "sha1-7ihweulOEdK4J7y+UnC86n8+ce4="
    },
    "@types/lodash": {
      "version": "4.14.156",
      "resolved": "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.156.tgz",
      "integrity": "sha1-y+MJCciaH+63xggD54U0TqDsgtE="
    },
    "@types/lodash.flatten": {
      "version": "4.4.6",
      "resolved": "https://registry.yarnpkg.com/@types/lodash.flatten/-/lodash.flatten-4.4.6.tgz",
      "integrity": "sha1-t0wyZ8h+ROYDE31GIeipOWtlUfU=",
      "requires": {
        "@types/lodash": "4.14.156"
      }
    },
    "@types/minimatch": {
      "version": "3.0.3",
      "resolved": "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz",
      "integrity": "sha1-PcoOPzOyAPx9ETnAzZbBJoyt/Z0="
    },
    "@types/node": {
      "version": "12.12.19",
      "resolved": "https://registry.yarnpkg.com/@types/node/-/node-12.12.19.tgz",
      "integrity": "sha1-YTOqKnZazN7Imtd5K2UaCDD3o04="
    },
    "@types/normalize-package-data": {
      "version": "2.4.0",
      "resolved": "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz",
      "integrity": "sha1-5IbQ2XOW15vu3QpuM/RTT/a0lz4="
    },
    "@urql/core": {
      "version": "1.12.1",
      "resolved": "https://registry.yarnpkg.com/@urql/core/-/core-1.12.1.tgz",
      "integrity": "sha1-ntJtBSVfDAj2OK0rmtbRdssL+I0=",
      "requires": {
        "wonka": "4.0.14"
      }
    },
    "@web3-js/scrypt-shim": {
      "version": "0.1.0",
      "resolved": "https://registry.yarnpkg.com/@web3-js/scrypt-shim/-/scrypt-shim-0.1.0.tgz",
      "integrity": "sha1-C/dSmrZ4gxHT4HWG99iRB8O+osw=",
      "requires": {
        "scryptsy": "2.1.0",
        "semver": "6.3.0"
      },
      "dependencies": {
        "semver": {
          "version": "6.3.0",
          "resolved": "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz",
          "integrity": "sha1-7gpkyK9ejO6mdoexM3YeG+y9HT0="
        }
      }
    },
    "@web3-js/websocket": {
      "version": "1.0.30",
      "resolved": "https://registry.yarnpkg.com/@web3-js/websocket/-/websocket-1.0.30.tgz",
      "integrity": "sha1-nqFbe1gs878+i8H009VMBzGof4c=",
      "requires": {
        "debug": "2.6.9",
        "es5-ext": "0.10.53",
        "nan": "2.14.0",
        "typedarray-to-buffer": "3.1.5",
        "yaeti": "0.0.6"
      }
    },
    "@yarnpkg/lockfile": {
      "version": "1.1.0",
      "resolved": "https://registry.yarnpkg.com/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz",
      "integrity": "sha1-53qX+9NFt22DJF7c0X05OxtB+zE="
    }
  }
}