JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr{ gilour

File "package-lock.json"

Full Path: /var/www/lionsclub/core/vendor/livewire/livewire/package-lock.json
File size: 128.69 KB
MIME-type: application/json
Charset: utf-8

{
    "name": "laravel-livewire",
    "requires": true,
    "lockfileVersion": 1,
    "dependencies": {
        "@babel/code-frame": {
            "version": "7.10.4",
            "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.4.tgz",
            "integrity": "sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==",
            "dev": true,
            "requires": {
                "@babel/highlight": "^7.10.4"
            }
        },
        "@babel/compat-data": {
            "version": "7.11.0",
            "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.11.0.tgz",
            "integrity": "sha512-TPSvJfv73ng0pfnEOh17bYMPQbI95+nGWc71Ss4vZdRBHTDqmM9Z8ZV4rYz8Ks7sfzc95n30k6ODIq5UGnXcYQ==",
            "dev": true,
            "requires": {
                "browserslist": "^4.12.0",
                "invariant": "^2.2.4",
                "semver": "^5.5.0"
            }
        },
        "@babel/core": {
            "version": "7.11.6",
            "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.11.6.tgz",
            "integrity": "sha512-Wpcv03AGnmkgm6uS6k8iwhIwTrcP0m17TL1n1sy7qD0qelDu4XNeW0dN0mHfa+Gei211yDaLoEe/VlbXQzM4Bg==",
            "dev": true,
            "requires": {
                "@babel/code-frame": "^7.10.4",
                "@babel/generator": "^7.11.6",
                "@babel/helper-module-transforms": "^7.11.0",
                "@babel/helpers": "^7.10.4",
                "@babel/parser": "^7.11.5",
                "@babel/template": "^7.10.4",
                "@babel/traverse": "^7.11.5",
                "@babel/types": "^7.11.5",
                "convert-source-map": "^1.7.0",
                "debug": "^4.1.0",
                "gensync": "^1.0.0-beta.1",
                "json5": "^2.1.2",
                "lodash": "^4.17.19",
                "resolve": "^1.3.2",
                "semver": "^5.4.1",
                "source-map": "^0.5.0"
            },
            "dependencies": {
                "@babel/code-frame": {
                    "version": "7.10.4",
                    "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.4.tgz",
                    "integrity": "sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==",
                    "dev": true,
                    "requires": {
                        "@babel/highlight": "^7.10.4"
                    }
                },
                "@babel/highlight": {
                    "version": "7.10.4",
                    "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.10.4.tgz",
                    "integrity": "sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA==",
                    "dev": true,
                    "requires": {
                        "@babel/helper-validator-identifier": "^7.10.4",
                        "chalk": "^2.0.0",
                        "js-tokens": "^4.0.0"
                    }
                },
                "@babel/types": {
                    "version": "7.11.5",
                    "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.11.5.tgz",
                    "integrity": "sha512-bvM7Qz6eKnJVFIn+1LPtjlBFPVN5jNDc1XmN15vWe7Q3DPBufWWsLiIvUu7xW87uTG6QoggpIDnUgLQvPheU+Q==",
                    "dev": true,
                    "requires": {
                        "@babel/helper-validator-identifier": "^7.10.4",
                        "lodash": "^4.17.19",
                        "to-fast-properties": "^2.0.0"
                    }
                }
            }
        },
        "@babel/generator": {
            "version": "7.11.6",
            "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.11.6.tgz",
            "integrity": "sha512-DWtQ1PV3r+cLbySoHrwn9RWEgKMBLLma4OBQloPRyDYvc5msJM9kvTLo1YnlJd1P/ZuKbdli3ijr5q3FvAF3uA==",
            "dev": true,
            "requires": {
                "@babel/types": "^7.11.5",
                "jsesc": "^2.5.1",
                "source-map": "^0.5.0"
            },
            "dependencies": {
                "@babel/types": {
                    "version": "7.11.5",
                    "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.11.5.tgz",
                    "integrity": "sha512-bvM7Qz6eKnJVFIn+1LPtjlBFPVN5jNDc1XmN15vWe7Q3DPBufWWsLiIvUu7xW87uTG6QoggpIDnUgLQvPheU+Q==",
                    "dev": true,
                    "requires": {
                        "@babel/helper-validator-identifier": "^7.10.4",
                        "lodash": "^4.17.19",
                        "to-fast-properties": "^2.0.0"
                    }
                }
            }
        },
        "@babel/helper-annotate-as-pure": {
            "version": "7.10.4",
            "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.4.tgz",
            "integrity": "sha512-XQlqKQP4vXFB7BN8fEEerrmYvHp3fK/rBkRFz9jaJbzK0B1DSfej9Kc7ZzE8Z/OnId1jpJdNAZ3BFQjWG68rcA==",
            "dev": true,
            "requires": {
                "@babel/types": "^7.10.4"
            },
            "dependencies": {
                "@babel/types": {
                    "version": "7.11.5",
                    "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.11.5.tgz",
                    "integrity": "sha512-bvM7Qz6eKnJVFIn+1LPtjlBFPVN5jNDc1XmN15vWe7Q3DPBufWWsLiIvUu7xW87uTG6QoggpIDnUgLQvPheU+Q==",
                    "dev": true,
                    "requires": {
                        "@babel/helper-validator-identifier": "^7.10.4",
                        "lodash": "^4.17.19",
                        "to-fast-properties": "^2.0.0"
                    }
                }
            }
        },
        "@babel/helper-builder-binary-assignment-operator-visitor": {
            "version": "7.10.4",
            "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.10.4.tgz",
            "integrity": "sha512-L0zGlFrGWZK4PbT8AszSfLTM5sDU1+Az/En9VrdT8/LmEiJt4zXt+Jve9DCAnQcbqDhCI+29y/L93mrDzddCcg==",
            "dev": true,
            "requires": {
                "@babel/helper-explode-assignable-expression": "^7.10.4",
                "@babel/types": "^7.10.4"
            },
            "dependencies": {
                "@babel/types": {
                    "version": "7.11.5",
                    "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.11.5.tgz",
                    "integrity": "sha512-bvM7Qz6eKnJVFIn+1LPtjlBFPVN5jNDc1XmN15vWe7Q3DPBufWWsLiIvUu7xW87uTG6QoggpIDnUgLQvPheU+Q==",
                    "dev": true,
                    "requires": {
                        "@babel/helper-validator-identifier": "^7.10.4",
                        "lodash": "^4.17.19",
                        "to-fast-properties": "^2.0.0"
                    }
                }
            }
        },
        "@babel/helper-compilation-targets": {
            "version": "7.10.4",
            "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.10.4.tgz",
            "integrity": "sha512-a3rYhlsGV0UHNDvrtOXBg8/OpfV0OKTkxKPzIplS1zpx7CygDcWWxckxZeDd3gzPzC4kUT0A4nVFDK0wGMh4MQ==",
            "dev": true,
            "requires": {
                "@babel/compat-data": "^7.10.4",
                "browserslist": "^4.12.0",
                "invariant": "^2.2.4",
                "levenary": "^1.1.1",
                "semver": "^5.5.0"
            }
        },
        "@babel/helper-create-class-features-plugin": {
            "version": "7.10.5",
            "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.10.5.tgz",
            "integrity": "sha512-0nkdeijB7VlZoLT3r/mY3bUkw3T8WG/hNw+FATs/6+pG2039IJWjTYL0VTISqsNHMUTEnwbVnc89WIJX9Qed0A==",
            "dev": true,
            "requires": {
                "@babel/helper-function-name": "^7.10.4",
                "@babel/helper-member-expression-to-functions": "^7.10.5",
                "@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.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.10.4.tgz",
            "integrity": "sha512-2/hu58IEPKeoLF45DBwx3XFqsbCXmkdAay4spVr2x0jYgRxrSNp+ePwvSsy9g6YSaNDcKIQVPXk1Ov8S2edk2g==",
            "dev": true,
            "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.5",
            "resolved": "https://registry.npmjs.org/@babel/helper-define-map/-/helper-define-map-7.10.5.tgz",
            "integrity": "sha512-fMw4kgFB720aQFXSVaXr79pjjcW5puTCM16+rECJ/plGS+zByelE8l9nCpV1GibxTnFVmUuYG9U8wYfQHdzOEQ==",
            "dev": true,
            "requires": {
                "@babel/helper-function-name": "^7.10.4",
                "@babel/types": "^7.10.5",
                "lodash": "^4.17.19"
            },
            "dependencies": {
                "@babel/types": {
                    "version": "7.11.5",
                    "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.11.5.tgz",
                    "integrity": "sha512-bvM7Qz6eKnJVFIn+1LPtjlBFPVN5jNDc1XmN15vWe7Q3DPBufWWsLiIvUu7xW87uTG6QoggpIDnUgLQvPheU+Q==",
                    "dev": true,
                    "requires": {
                        "@babel/helper-validator-identifier": "^7.10.4",
                        "lodash": "^4.17.19",
                        "to-fast-properties": "^2.0.0"
                    }
                }
            }
        },
        "@babel/helper-explode-assignable-expression": {
            "version": "7.11.4",
            "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.11.4.tgz",
            "integrity": "sha512-ux9hm3zR4WV1Y3xXxXkdG/0gxF9nvI0YVmKVhvK9AfMoaQkemL3sJpXw+Xbz65azo8qJiEz2XVDUpK3KYhH3ZQ==",
            "dev": true,
            "requires": {
                "@babel/types": "^7.10.4"
            },
            "dependencies": {
                "@babel/types": {
                    "version": "7.11.5",
                    "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.11.5.tgz",
                    "integrity": "sha512-bvM7Qz6eKnJVFIn+1LPtjlBFPVN5jNDc1XmN15vWe7Q3DPBufWWsLiIvUu7xW87uTG6QoggpIDnUgLQvPheU+Q==",
                    "dev": true,
                    "requires": {
                        "@babel/helper-validator-identifier": "^7.10.4",
                        "lodash": "^4.17.19",
                        "to-fast-properties": "^2.0.0"
                    }
                }
            }
        },
        "@babel/helper-function-name": {
            "version": "7.10.4",
            "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.10.4.tgz",
            "integrity": "sha512-YdaSyz1n8gY44EmN7x44zBn9zQ1Ry2Y+3GTA+3vH6Mizke1Vw0aWDM66FOYEPw8//qKkmqOckrGgTYa+6sceqQ==",
            "dev": true,
            "requires": {
                "@babel/helper-get-function-arity": "^7.10.4",
                "@babel/template": "^7.10.4",
                "@babel/types": "^7.10.4"
            },
            "dependencies": {
                "@babel/types": {
                    "version": "7.11.5",
                    "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.11.5.tgz",
                    "integrity": "sha512-bvM7Qz6eKnJVFIn+1LPtjlBFPVN5jNDc1XmN15vWe7Q3DPBufWWsLiIvUu7xW87uTG6QoggpIDnUgLQvPheU+Q==",
                    "dev": true,
                    "requires": {
                        "@babel/helper-validator-identifier": "^7.10.4",
                        "lodash": "^4.17.19",
                        "to-fast-properties": "^2.0.0"
                    }
                }
            }
        },
        "@babel/helper-get-function-arity": {
            "version": "7.10.4",
            "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz",
            "integrity": "sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A==",
            "dev": true,
            "requires": {
                "@babel/types": "^7.10.4"
            },
            "dependencies": {
                "@babel/types": {
                    "version": "7.11.5",
                    "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.11.5.tgz",
                    "integrity": "sha512-bvM7Qz6eKnJVFIn+1LPtjlBFPVN5jNDc1XmN15vWe7Q3DPBufWWsLiIvUu7xW87uTG6QoggpIDnUgLQvPheU+Q==",
                    "dev": true,
                    "requires": {
                        "@babel/helper-validator-identifier": "^7.10.4",
                        "lodash": "^4.17.19",
                        "to-fast-properties": "^2.0.0"
                    }
                }
            }
        },
        "@babel/helper-hoist-variables": {
            "version": "7.10.4",
            "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.10.4.tgz",
            "integrity": "sha512-wljroF5PgCk2juF69kanHVs6vrLwIPNp6DLD+Lrl3hoQ3PpPPikaDRNFA+0t81NOoMt2DL6WW/mdU8k4k6ZzuA==",
            "dev": true,
            "requires": {
                "@babel/types": "^7.10.4"
            },
            "dependencies": {
                "@babel/types": {
                    "version": "7.11.5",
                    "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.11.5.tgz",
                    "integrity": "sha512-bvM7Qz6eKnJVFIn+1LPtjlBFPVN5jNDc1XmN15vWe7Q3DPBufWWsLiIvUu7xW87uTG6QoggpIDnUgLQvPheU+Q==",
                    "dev": true,
                    "requires": {
                        "@babel/helper-validator-identifier": "^7.10.4",
                        "lodash": "^4.17.19",
                        "to-fast-properties": "^2.0.0"
                    }
                }
            }
        },
        "@babel/helper-member-expression-to-functions": {
            "version": "7.11.0",
            "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.11.0.tgz",
            "integrity": "sha512-JbFlKHFntRV5qKw3YC0CvQnDZ4XMwgzzBbld7Ly4Mj4cbFy3KywcR8NtNctRToMWJOVvLINJv525Gd6wwVEx/Q==",
            "dev": true,
            "requires": {
                "@babel/types": "^7.11.0"
            },
            "dependencies": {
                "@babel/types": {
                    "version": "7.11.5",
                    "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.11.5.tgz",
                    "integrity": "sha512-bvM7Qz6eKnJVFIn+1LPtjlBFPVN5jNDc1XmN15vWe7Q3DPBufWWsLiIvUu7xW87uTG6QoggpIDnUgLQvPheU+Q==",
                    "dev": true,
                    "requires": {
                        "@babel/helper-validator-identifier": "^7.10.4",
                        "lodash": "^4.17.19",
                        "to-fast-properties": "^2.0.0"
                    }
                }
            }
        },
        "@babel/helper-module-imports": {
            "version": "7.8.3",
            "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.8.3.tgz",
            "integrity": "sha512-R0Bx3jippsbAEtzkpZ/6FIiuzOURPcMjHp+Z6xPe6DtApDJx+w7UYyOLanZqO8+wKR9G10s/FmHXvxaMd9s6Kg==",
            "dev": true,
            "requires": {
                "@babel/types": "^7.8.3"
            }
        },
        "@babel/helper-module-transforms": {
            "version": "7.11.0",
            "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.11.0.tgz",
            "integrity": "sha512-02EVu8COMuTRO1TAzdMtpBPbe6aQ1w/8fePD2YgQmxZU4gpNWaL9gK3Jp7dxlkUlUCJOTaSeA+Hrm1BRQwqIhg==",
            "dev": true,
            "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.11.0",
                "@babel/template": "^7.10.4",
                "@babel/types": "^7.11.0",
                "lodash": "^4.17.19"
            },
            "dependencies": {
                "@babel/helper-module-imports": {
                    "version": "7.10.4",
                    "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.10.4.tgz",
                    "integrity": "sha512-nEQJHqYavI217oD9+s5MUBzk6x1IlvoS9WTPfgG43CbMEeStE0v+r+TucWdx8KFGowPGvyOkDT9+7DHedIDnVw==",
                    "dev": true,
                    "requires": {
                        "@babel/types": "^7.10.4"
                    }
                },
                "@babel/types": {
                    "version": "7.11.5",
                    "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.11.5.tgz",
                    "integrity": "sha512-bvM7Qz6eKnJVFIn+1LPtjlBFPVN5jNDc1XmN15vWe7Q3DPBufWWsLiIvUu7xW87uTG6QoggpIDnUgLQvPheU+Q==",
                    "dev": true,
                    "requires": {
                        "@babel/helper-validator-identifier": "^7.10.4",
                        "lodash": "^4.17.19",
                        "to-fast-properties": "^2.0.0"
                    }
                }
            }
        },
        "@babel/helper-optimise-call-expression": {
            "version": "7.10.4",
            "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.4.tgz",
            "integrity": "sha512-n3UGKY4VXwXThEiKrgRAoVPBMqeoPgHVqiHZOanAJCG9nQUL2pLRQirUzl0ioKclHGpGqRgIOkgcIJaIWLpygg==",
            "dev": true,
            "requires": {
                "@babel/types": "^7.10.4"
            },
            "dependencies": {
                "@babel/types": {
                    "version": "7.11.5",
                    "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.11.5.tgz",
                    "integrity": "sha512-bvM7Qz6eKnJVFIn+1LPtjlBFPVN5jNDc1XmN15vWe7Q3DPBufWWsLiIvUu7xW87uTG6QoggpIDnUgLQvPheU+Q==",
                    "dev": true,
                    "requires": {
                        "@babel/helper-validator-identifier": "^7.10.4",
                        "lodash": "^4.17.19",
                        "to-fast-properties": "^2.0.0"
                    }
                }
            }
        },
        "@babel/helper-plugin-utils": {
            "version": "7.10.4",
            "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz",
            "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==",
            "dev": true
        },
        "@babel/helper-regex": {
            "version": "7.10.5",
            "resolved": "https://registry.npmjs.org/@babel/helper-regex/-/helper-regex-7.10.5.tgz",
            "integrity": "sha512-68kdUAzDrljqBrio7DYAEgCoJHxppJOERHOgOrDN7WjOzP0ZQ1LsSDRXcemzVZaLvjaJsJEESb6qt+znNuENDg==",
            "dev": true,
            "requires": {
                "lodash": "^4.17.19"
            }
        },
        "@babel/helper-remap-async-to-generator": {
            "version": "7.11.4",
            "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.11.4.tgz",
            "integrity": "sha512-tR5vJ/vBa9wFy3m5LLv2faapJLnDFxNWff2SAYkSE4rLUdbp7CdObYFgI7wK4T/Mj4UzpjPwzR8Pzmr5m7MHGA==",
            "dev": true,
            "requires": {
                "@babel/helper-annotate-as-pure": "^7.10.4",
                "@babel/helper-wrap-function": "^7.10.4",
                "@babel/template": "^7.10.4",
                "@babel/types": "^7.10.4"
            },
            "dependencies": {
                "@babel/types": {
                    "version": "7.11.5",
                    "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.11.5.tgz",
                    "integrity": "sha512-bvM7Qz6eKnJVFIn+1LPtjlBFPVN5jNDc1XmN15vWe7Q3DPBufWWsLiIvUu7xW87uTG6QoggpIDnUgLQvPheU+Q==",
                    "dev": true,
                    "requires": {
                        "@babel/helper-validator-identifier": "^7.10.4",
                        "lodash": "^4.17.19",
                        "to-fast-properties": "^2.0.0"
                    }
                }
            }
        },
        "@babel/helper-replace-supers": {
            "version": "7.10.4",
            "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.10.4.tgz",
            "integrity": "sha512-sPxZfFXocEymYTdVK1UNmFPBN+Hv5mJkLPsYWwGBxZAxaWfFu+xqp7b6qWD0yjNuNL2VKc6L5M18tOXUP7NU0A==",
            "dev": true,
            "requires": {
                "@babel/helper-member-expression-to-functions": "^7.10.4",
                "@babel/helper-optimise-call-expression": "^7.10.4",
                "@babel/traverse": "^7.10.4",
                "@babel/types": "^7.10.4"
            },
            "dependencies": {
                "@babel/types": {
                    "version": "7.11.5",
                    "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.11.5.tgz",
                    "integrity": "sha512-bvM7Qz6eKnJVFIn+1LPtjlBFPVN5jNDc1XmN15vWe7Q3DPBufWWsLiIvUu7xW87uTG6QoggpIDnUgLQvPheU+Q==",
                    "dev": true,
                    "requires": {
                        "@babel/helper-validator-identifier": "^7.10.4",
                        "lodash": "^4.17.19",
                        "to-fast-properties": "^2.0.0"
                    }
                }
            }
        },
        "@babel/helper-simple-access": {
            "version": "7.10.4",
            "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.10.4.tgz",
            "integrity": "sha512-0fMy72ej/VEvF8ULmX6yb5MtHG4uH4Dbd6I/aHDb/JVg0bbivwt9Wg+h3uMvX+QSFtwr5MeItvazbrc4jtRAXw==",
            "dev": true,
            "requires": {
                "@babel/template": "^7.10.4",
                "@babel/types": "^7.10.4"
            },
            "dependencies": {
                "@babel/types": {
                    "version": "7.11.5",
                    "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.11.5.tgz",
                    "integrity": "sha512-bvM7Qz6eKnJVFIn+1LPtjlBFPVN5jNDc1XmN15vWe7Q3DPBufWWsLiIvUu7xW87uTG6QoggpIDnUgLQvPheU+Q==",
                    "dev": true,
                    "requires": {
                        "@babel/helper-validator-identifier": "^7.10.4",
                        "lodash": "^4.17.19",
                        "to-fast-properties": "^2.0.0"
                    }
                }
            }
        },
        "@babel/helper-skip-transparent-expression-wrappers": {
            "version": "7.11.0",
            "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.11.0.tgz",
            "integrity": "sha512-0XIdiQln4Elglgjbwo9wuJpL/K7AGCY26kmEt0+pRP0TAj4jjyNq1MjoRvikrTVqKcx4Gysxt4cXvVFXP/JO2Q==",
            "dev": true,
            "requires": {
                "@babel/types": "^7.11.0"
            },
            "dependencies": {
                "@babel/types": {
                    "version": "7.11.5",
                    "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.11.5.tgz",
                    "integrity": "sha512-bvM7Qz6eKnJVFIn+1LPtjlBFPVN5jNDc1XmN15vWe7Q3DPBufWWsLiIvUu7xW87uTG6QoggpIDnUgLQvPheU+Q==",
                    "dev": true,
                    "requires": {
                        "@babel/helper-validator-identifier": "^7.10.4",
                        "lodash": "^4.17.19",
                        "to-fast-properties": "^2.0.0"
                    }
                }
            }
        },
        "@babel/helper-split-export-declaration": {
            "version": "7.11.0",
            "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.11.0.tgz",
            "integrity": "sha512-74Vejvp6mHkGE+m+k5vHY93FX2cAtrw1zXrZXRlG4l410Nm9PxfEiVTn1PjDPV5SnmieiueY4AFg2xqhNFuuZg==",
            "dev": true,
            "requires": {
                "@babel/types": "^7.11.0"
            },
            "dependencies": {
                "@babel/types": {
                    "version": "7.11.5",
                    "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.11.5.tgz",
                    "integrity": "sha512-bvM7Qz6eKnJVFIn+1LPtjlBFPVN5jNDc1XmN15vWe7Q3DPBufWWsLiIvUu7xW87uTG6QoggpIDnUgLQvPheU+Q==",
                    "dev": true,
                    "requires": {
                        "@babel/helper-validator-identifier": "^7.10.4",
                        "lodash": "^4.17.19",
                        "to-fast-properties": "^2.0.0"
                    }
                }
            }
        },
        "@babel/helper-validator-identifier": {
            "version": "7.10.4",
            "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz",
            "integrity": "sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==",
            "dev": true
        },
        "@babel/helper-wrap-function": {
            "version": "7.10.4",
            "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.10.4.tgz",
            "integrity": "sha512-6py45WvEF0MhiLrdxtRjKjufwLL1/ob2qDJgg5JgNdojBAZSAKnAjkyOCNug6n+OBl4VW76XjvgSFTdaMcW0Ug==",
            "dev": true,
            "requires": {
                "@babel/helper-function-name": "^7.10.4",
                "@babel/template": "^7.10.4",
                "@babel/traverse": "^7.10.4",
                "@babel/types": "^7.10.4"
            },
            "dependencies": {
                "@babel/types": {
                    "version": "7.11.5",
                    "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.11.5.tgz",
                    "integrity": "sha512-bvM7Qz6eKnJVFIn+1LPtjlBFPVN5jNDc1XmN15vWe7Q3DPBufWWsLiIvUu7xW87uTG6QoggpIDnUgLQvPheU+Q==",
                    "dev": true,
                    "requires": {
                        "@babel/helper-validator-identifier": "^7.10.4",
                        "lodash": "^4.17.19",
                        "to-fast-properties": "^2.0.0"
                    }
                }
            }
        },
        "@babel/helpers": {
            "version": "7.10.4",
            "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.10.4.tgz",
            "integrity": "sha512-L2gX/XeUONeEbI78dXSrJzGdz4GQ+ZTA/aazfUsFaWjSe95kiCuOZ5HsXvkiw3iwF+mFHSRUfJU8t6YavocdXA==",
            "dev": true,
            "requires": {
                "@babel/template": "^7.10.4",
                "@babel/traverse": "^7.10.4",
                "@babel/types": "^7.10.4"
            },
            "dependencies": {
                "@babel/types": {
                    "version": "7.11.5",
                    "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.11.5.tgz",
                    "integrity": "sha512-bvM7Qz6eKnJVFIn+1LPtjlBFPVN5jNDc1XmN15vWe7Q3DPBufWWsLiIvUu7xW87uTG6QoggpIDnUgLQvPheU+Q==",
                    "dev": true,
                    "requires": {
                        "@babel/helper-validator-identifier": "^7.10.4",
                        "lodash": "^4.17.19",
                        "to-fast-properties": "^2.0.0"
                    }
                }
            }
        },
        "@babel/highlight": {
            "version": "7.10.4",
            "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.10.4.tgz",
            "integrity": "sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA==",
            "dev": true,
            "requires": {
                "@babel/helper-validator-identifier": "^7.10.4",
                "chalk": "^2.0.0",
                "js-tokens": "^4.0.0"
            }
        },
        "@babel/parser": {
            "version": "7.11.5",
            "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.11.5.tgz",
            "integrity": "sha512-X9rD8qqm695vgmeaQ4fvz/o3+Wk4ZzQvSHkDBgpYKxpD4qTAUm88ZKtHkVqIOsYFFbIQ6wQYhC6q7pjqVK0E0Q==",
            "dev": true
        },
        "@babel/plugin-proposal-async-generator-functions": {
            "version": "7.10.5",
            "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.10.5.tgz",
            "integrity": "sha512-cNMCVezQbrRGvXJwm9fu/1sJj9bHdGAgKodZdLqOQIpfoH3raqmRPBM17+lh7CzhiKRRBrGtZL9WcjxSoGYUSg==",
            "dev": true,
            "requires": {
                "@babel/helper-plugin-utils": "^7.10.4",
                "@babel/helper-remap-async-to-generator": "^7.10.4",
                "@babel/plugin-syntax-async-generators": "^7.8.0"
            }
        },
        "@babel/plugin-proposal-class-properties": {
            "version": "7.10.4",
            "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.10.4.tgz",
            "integrity": "sha512-vhwkEROxzcHGNu2mzUC0OFFNXdZ4M23ib8aRRcJSsW8BZK9pQMD7QB7csl97NBbgGZO7ZyHUyKDnxzOaP4IrCg==",
            "dev": true,
            "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.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.10.4.tgz",
            "integrity": "sha512-up6oID1LeidOOASNXgv/CFbgBqTuKJ0cJjz6An5tWD+NVBNlp3VNSBxv2ZdU7SYl3NxJC7agAQDApZusV6uFwQ==",
            "dev": true,
            "requires": {
                "@babel/helper-plugin-utils": "^7.10.4",
                "@babel/plugin-syntax-dynamic-import": "^7.8.0"
            }
        },
        "@babel/plugin-proposal-export-namespace-from": {
            "version": "7.10.4",
            "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.10.4.tgz",
            "integrity": "sha512-aNdf0LY6/3WXkhh0Fdb6Zk9j1NMD8ovj3F6r0+3j837Pn1S1PdNtcwJ5EG9WkVPNHPxyJDaxMaAOVq4eki0qbg==",
            "dev": true,
            "requires": {
                "@babel/helper-plugin-utils": "^7.10.4",
                "@babel/plugin-syntax-export-namespace-from": "^7.8.3"
            }
        },
        "@babel/plugin-proposal-json-strings": {
            "version": "7.10.4",
            "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.10.4.tgz",
            "integrity": "sha512-fCL7QF0Jo83uy1K0P2YXrfX11tj3lkpN7l4dMv9Y9VkowkhkQDwFHFd8IiwyK5MZjE8UpbgokkgtcReH88Abaw==",
            "dev": true,
            "requires": {
                "@babel/helper-plugin-utils": "^7.10.4",
                "@babel/plugin-syntax-json-strings": "^7.8.0"
            }
        },
        "@babel/plugin-proposal-logical-assignment-operators": {
            "version": "7.11.0",
            "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.11.0.tgz",
            "integrity": "sha512-/f8p4z+Auz0Uaf+i8Ekf1iM7wUNLcViFUGiPxKeXvxTSl63B875YPiVdUDdem7hREcI0E0kSpEhS8tF5RphK7Q==",
            "dev": true,
            "requires": {
                "@babel/helper-plugin-utils": "^7.10.4",
                "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4"
            }
        },
        "@babel/plugin-proposal-nullish-coalescing-operator": {
            "version": "7.10.4",
            "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.10.4.tgz",
            "integrity": "sha512-wq5n1M3ZUlHl9sqT2ok1T2/MTt6AXE0e1Lz4WzWBr95LsAZ5qDXe4KnFuauYyEyLiohvXFMdbsOTMyLZs91Zlw==",
            "dev": true,
            "requires": {
                "@babel/helper-plugin-utils": "^7.10.4",
                "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0"
            }
        },
        "@babel/plugin-proposal-numeric-separator": {
            "version": "7.10.4",
            "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.10.4.tgz",
            "integrity": "sha512-73/G7QoRoeNkLZFxsoCCvlg4ezE4eM+57PnOqgaPOozd5myfj7p0muD1mRVJvbUWbOzD+q3No2bWbaKy+DJ8DA==",
            "dev": true,
            "requires": {
                "@babel/helper-plugin-utils": "^7.10.4",
                "@babel/plugin-syntax-numeric-separator": "^7.10.4"
            }
        },
        "@babel/plugin-proposal-object-rest-spread": {
            "version": "7.11.0",
            "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.11.0.tgz",
            "integrity": "sha512-wzch41N4yztwoRw0ak+37wxwJM2oiIiy6huGCoqkvSTA9acYWcPfn9Y4aJqmFFJ70KTJUu29f3DQ43uJ9HXzEA==",
            "dev": true,
            "requires": {
                "@babel/helper-plugin-utils": "^7.10.4",
                "@babel/plugin-syntax-object-rest-spread": "^7.8.0",
                "@babel/plugin-transform-parameters": "^7.10.4"
            }
        },
        "@babel/plugin-proposal-optional-catch-binding": {
            "version": "7.10.4",
            "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.10.4.tgz",
            "integrity": "sha512-LflT6nPh+GK2MnFiKDyLiqSqVHkQnVf7hdoAvyTnnKj9xB3docGRsdPuxp6qqqW19ifK3xgc9U5/FwrSaCNX5g==",
            "dev": true,
            "requires": {
                "@babel/helper-plugin-utils": "^7.10.4",
                "@babel/plugin-syntax-optional-catch-binding": "^7.8.0"
            }
        },
        "@babel/plugin-proposal-optional-chaining": {
            "version": "7.11.0",
            "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.11.0.tgz",
            "integrity": "sha512-v9fZIu3Y8562RRwhm1BbMRxtqZNFmFA2EG+pT2diuU8PT3H6T/KXoZ54KgYisfOFZHV6PfvAiBIZ9Rcz+/JCxA==",
            "dev": true,
            "requires": {
                "@babel/helper-plugin-utils": "^7.10.4",
                "@babel/helper-skip-transparent-expression-wrappers": "^7.11.0",
                "@babel/plugin-syntax-optional-chaining": "^7.8.0"
            }
        },
        "@babel/plugin-proposal-private-methods": {
            "version": "7.10.4",
            "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.10.4.tgz",
            "integrity": "sha512-wh5GJleuI8k3emgTg5KkJK6kHNsGEr0uBTDBuQUBJwckk9xs1ez79ioheEVVxMLyPscB0LfkbVHslQqIzWV6Bw==",
            "dev": true,
            "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.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.10.4.tgz",
            "integrity": "sha512-H+3fOgPnEXFL9zGYtKQe4IDOPKYlZdF1kqFDQRRb8PK4B8af1vAGK04tF5iQAAsui+mHNBQSAtd2/ndEDe9wuA==",
            "dev": true,
            "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.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",
            "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==",
            "dev": true,
            "requires": {
                "@babel/helper-plugin-utils": "^7.8.0"
            }
        },
        "@babel/plugin-syntax-class-properties": {
            "version": "7.10.4",
            "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.10.4.tgz",
            "integrity": "sha512-GCSBF7iUle6rNugfURwNmCGG3Z/2+opxAMLs1nND4bhEG5PuxTIggDBoeYYSujAlLtsupzOHYJQgPS3pivwXIA==",
            "dev": true,
            "requires": {
                "@babel/helper-plugin-utils": "^7.10.4"
            }
        },
        "@babel/plugin-syntax-dynamic-import": {
            "version": "7.8.3",
            "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz",
            "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==",
            "dev": true,
            "requires": {
                "@babel/helper-plugin-utils": "^7.8.0"
            }
        },
        "@babel/plugin-syntax-export-namespace-from": {
            "version": "7.8.3",
            "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz",
            "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==",
            "dev": true,
            "requires": {
                "@babel/helper-plugin-utils": "^7.8.3"
            }
        },
        "@babel/plugin-syntax-json-strings": {
            "version": "7.8.3",
            "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",
            "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==",
            "dev": true,
            "requires": {
                "@babel/helper-plugin-utils": "^7.8.0"
            }
        },
        "@babel/plugin-syntax-logical-assignment-operators": {
            "version": "7.10.4",
            "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",
            "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==",
            "dev": true,
            "requires": {
                "@babel/helper-plugin-utils": "^7.10.4"
            }
        },
        "@babel/plugin-syntax-nullish-coalescing-operator": {
            "version": "7.8.3",
            "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",
            "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==",
            "dev": true,
            "requires": {
                "@babel/helper-plugin-utils": "^7.8.0"
            }
        },
        "@babel/plugin-syntax-numeric-separator": {
            "version": "7.10.4",
            "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz",
            "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==",
            "dev": true,
            "requires": {
                "@babel/helper-plugin-utils": "^7.10.4"
            }
        },
        "@babel/plugin-syntax-object-rest-spread": {
            "version": "7.8.3",
            "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",
            "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==",
            "dev": true,
            "requires": {
                "@babel/helper-plugin-utils": "^7.8.0"
            }
        },
        "@babel/plugin-syntax-optional-catch-binding": {
            "version": "7.8.3",
            "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",
            "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==",
            "dev": true,
            "requires": {
                "@babel/helper-plugin-utils": "^7.8.0"
            }
        },
        "@babel/plugin-syntax-optional-chaining": {
            "version": "7.8.3",
            "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz",
            "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==",
            "dev": true,
            "requires": {
                "@babel/helper-plugin-utils": "^7.8.0"
            }
        },
        "@babel/plugin-syntax-top-level-await": {
            "version": "7.10.4",
            "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.10.4.tgz",
            "integrity": "sha512-ni1brg4lXEmWyafKr0ccFWkJG0CeMt4WV1oyeBW6EFObF4oOHclbkj5cARxAPQyAQ2UTuplJyK4nfkXIMMFvsQ==",
            "dev": true,
            "requires": {
                "@babel/helper-plugin-utils": "^7.10.4"
            }
        },
        "@babel/plugin-transform-arrow-functions": {
            "version": "7.10.4",
            "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.10.4.tgz",
            "integrity": "sha512-9J/oD1jV0ZCBcgnoFWFq1vJd4msoKb/TCpGNFyyLt0zABdcvgK3aYikZ8HjzB14c26bc7E3Q1yugpwGy2aTPNA==",
            "dev": true,
            "requires": {
                "@babel/helper-plugin-utils": "^7.10.4"
            }
        },
        "@babel/plugin-transform-async-to-generator": {
            "version": "7.10.4",
            "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.10.4.tgz",
            "integrity": "sha512-F6nREOan7J5UXTLsDsZG3DXmZSVofr2tGNwfdrVwkDWHfQckbQXnXSPfD7iO+c/2HGqycwyLST3DnZ16n+cBJQ==",
            "dev": true,
            "requires": {
                "@babel/helper-module-imports": "^7.10.4",
                "@babel/helper-plugin-utils": "^7.10.4",
                "@babel/helper-remap-async-to-generator": "^7.10.4"
            },
            "dependencies": {
                "@babel/helper-module-imports": {
                    "version": "7.10.4",
                    "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.10.4.tgz",
                    "integrity": "sha512-nEQJHqYavI217oD9+s5MUBzk6x1IlvoS9WTPfgG43CbMEeStE0v+r+TucWdx8KFGowPGvyOkDT9+7DHedIDnVw==",
                    "dev": true,
                    "requires": {
                        "@babel/types": "^7.10.4"
                    }
                },
                "@babel/types": {
                    "version": "7.11.5",
                    "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.11.5.tgz",
                    "integrity": "sha512-bvM7Qz6eKnJVFIn+1LPtjlBFPVN5jNDc1XmN15vWe7Q3DPBufWWsLiIvUu7xW87uTG6QoggpIDnUgLQvPheU+Q==",
                    "dev": true,
                    "requires": {
                        "@babel/helper-validator-identifier": "^7.10.4",
                        "lodash": "^4.17.19",
                        "to-fast-properties": "^2.0.0"
                    }
                }
            }
        },
        "@babel/plugin-transform-block-scoped-functions": {
            "version": "7.10.4",
            "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.10.4.tgz",
            "integrity": "sha512-WzXDarQXYYfjaV1szJvN3AD7rZgZzC1JtjJZ8dMHUyiK8mxPRahynp14zzNjU3VkPqPsO38CzxiWO1c9ARZ8JA==",
            "dev": true,
            "requires": {
                "@babel/helper-plugin-utils": "^7.10.4"
            }
        },
        "@babel/plugin-transform-block-scoping": {
            "version": "7.11.1",
            "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.11.1.tgz",
            "integrity": "sha512-00dYeDE0EVEHuuM+26+0w/SCL0BH2Qy7LwHuI4Hi4MH5gkC8/AqMN5uWFJIsoXZrAphiMm1iXzBw6L2T+eA0ew==",
            "dev": true,
            "requires": {
                "@babel/helper-plugin-utils": "^7.10.4"
            }
        },
        "@babel/plugin-transform-classes": {
            "version": "7.10.4",
            "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.10.4.tgz",
            "integrity": "sha512-2oZ9qLjt161dn1ZE0Ms66xBncQH4In8Sqw1YWgBUZuGVJJS5c0OFZXL6dP2MRHrkU/eKhWg8CzFJhRQl50rQxA==",
            "dev": true,
            "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.1.0"
            }
        },
        "@babel/plugin-transform-computed-properties": {
            "version": "7.10.4",
            "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.10.4.tgz",
            "integrity": "sha512-JFwVDXcP/hM/TbyzGq3l/XWGut7p46Z3QvqFMXTfk6/09m7xZHJUN9xHfsv7vqqD4YnfI5ueYdSJtXqqBLyjBw==",
            "dev": true,
            "requires": {
                "@babel/helper-plugin-utils": "^7.10.4"
            }
        },
        "@babel/plugin-transform-destructuring": {
            "version": "7.10.4",
            "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.10.4.tgz",
            "integrity": "sha512-+WmfvyfsyF603iPa6825mq6Qrb7uLjTOsa3XOFzlYcYDHSS4QmpOWOL0NNBY5qMbvrcf3tq0Cw+v4lxswOBpgA==",
            "dev": true,
            "requires": {
                "@babel/helper-plugin-utils": "^7.10.4"
            }
        },
        "@babel/plugin-transform-dotall-regex": {
            "version": "7.10.4",
            "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.10.4.tgz",
            "integrity": "sha512-ZEAVvUTCMlMFAbASYSVQoxIbHm2OkG2MseW6bV2JjIygOjdVv8tuxrCTzj1+Rynh7ODb8GivUy7dzEXzEhuPaA==",
            "dev": true,
            "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.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.10.4.tgz",
            "integrity": "sha512-GL0/fJnmgMclHiBTTWXNlYjYsA7rDrtsazHG6mglaGSTh0KsrW04qml+Bbz9FL0LcJIRwBWL5ZqlNHKTkU3xAA==",
            "dev": true,
            "requires": {
                "@babel/helper-plugin-utils": "^7.10.4"
            }
        },
        "@babel/plugin-transform-exponentiation-operator": {
            "version": "7.10.4",
            "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.10.4.tgz",
            "integrity": "sha512-S5HgLVgkBcRdyQAHbKj+7KyuWx8C6t5oETmUuwz1pt3WTWJhsUV0WIIXuVvfXMxl/QQyHKlSCNNtaIamG8fysw==",
            "dev": true,
            "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.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.10.4.tgz",
            "integrity": "sha512-ItdQfAzu9AlEqmusA/65TqJ79eRcgGmpPPFvBnGILXZH975G0LNjP1yjHvGgfuCxqrPPueXOPe+FsvxmxKiHHQ==",
            "dev": true,
            "requires": {
                "@babel/helper-plugin-utils": "^7.10.4"
            }
        },
        "@babel/plugin-transform-function-name": {
            "version": "7.10.4",
            "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.10.4.tgz",
            "integrity": "sha512-OcDCq2y5+E0dVD5MagT5X+yTRbcvFjDI2ZVAottGH6tzqjx/LKpgkUepu3hp/u4tZBzxxpNGwLsAvGBvQ2mJzg==",
            "dev": true,
            "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.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.10.4.tgz",
            "integrity": "sha512-Xd/dFSTEVuUWnyZiMu76/InZxLTYilOSr1UlHV+p115Z/Le2Fi1KXkJUYz0b42DfndostYlPub3m8ZTQlMaiqQ==",
            "dev": true,
            "requires": {
                "@babel/helper-plugin-utils": "^7.10.4"
            }
        },
        "@babel/plugin-transform-member-expression-literals": {
            "version": "7.10.4",
            "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.10.4.tgz",
            "integrity": "sha512-0bFOvPyAoTBhtcJLr9VcwZqKmSjFml1iVxvPL0ReomGU53CX53HsM4h2SzckNdkQcHox1bpAqzxBI1Y09LlBSw==",
            "dev": true,
            "requires": {
                "@babel/helper-plugin-utils": "^7.10.4"
            }
        },
        "@babel/plugin-transform-modules-amd": {
            "version": "7.10.5",
            "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.10.5.tgz",
            "integrity": "sha512-elm5uruNio7CTLFItVC/rIzKLfQ17+fX7EVz5W0TMgIHFo1zY0Ozzx+lgwhL4plzl8OzVn6Qasx5DeEFyoNiRw==",
            "dev": true,
            "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.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.10.4.tgz",
            "integrity": "sha512-Xj7Uq5o80HDLlW64rVfDBhao6OX89HKUmb+9vWYaLXBZOma4gA6tw4Ni1O5qVDoZWUV0fxMYA0aYzOawz0l+1w==",
            "dev": true,
            "requires": {
                "@babel/helper-module-transforms": "^7.10.4",
                "@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.5",
            "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.10.5.tgz",
            "integrity": "sha512-f4RLO/OL14/FP1AEbcsWMzpbUz6tssRaeQg11RH1BP/XnPpRoVwgeYViMFacnkaw4k4wjRSjn3ip1Uw9TaXuMw==",
            "dev": true,
            "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.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.10.4.tgz",
            "integrity": "sha512-mohW5q3uAEt8T45YT7Qc5ws6mWgJAaL/8BfWD9Dodo1A3RKWli8wTS+WiQ/knF+tXlPirW/1/MqzzGfCExKECA==",
            "dev": true,
            "requires": {
                "@babel/helper-module-transforms": "^7.10.4",
                "@babel/helper-plugin-utils": "^7.10.4"
            }
        },
        "@babel/plugin-transform-named-capturing-groups-regex": {
            "version": "7.10.4",
            "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.10.4.tgz",
            "integrity": "sha512-V6LuOnD31kTkxQPhKiVYzYC/Jgdq53irJC/xBSmqcNcqFGV+PER4l6rU5SH2Vl7bH9mLDHcc0+l9HUOe4RNGKA==",
            "dev": true,
            "requires": {
                "@babel/helper-create-regexp-features-plugin": "^7.10.4"
            }
        },
        "@babel/plugin-transform-new-target": {
            "version": "7.10.4",
            "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.10.4.tgz",
            "integrity": "sha512-YXwWUDAH/J6dlfwqlWsztI2Puz1NtUAubXhOPLQ5gjR/qmQ5U96DY4FQO8At33JN4XPBhrjB8I4eMmLROjjLjw==",
            "dev": true,
            "requires": {
                "@babel/helper-plugin-utils": "^7.10.4"
            }
        },
        "@babel/plugin-transform-object-super": {
            "version": "7.10.4",
            "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.10.4.tgz",
            "integrity": "sha512-5iTw0JkdRdJvr7sY0vHqTpnruUpTea32JHmq/atIWqsnNussbRzjEDyWep8UNztt1B5IusBYg8Irb0bLbiEBCQ==",
            "dev": true,
            "requires": {
                "@babel/helper-plugin-utils": "^7.10.4",
                "@babel/helper-replace-supers": "^7.10.4"
            }
        },
        "@babel/plugin-transform-parameters": {
            "version": "7.10.5",
            "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.10.5.tgz",
            "integrity": "sha512-xPHwUj5RdFV8l1wuYiu5S9fqWGM2DrYc24TMvUiRrPVm+SM3XeqU9BcokQX/kEUe+p2RBwy+yoiR1w/Blq6ubw==",
            "dev": true,
            "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.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.10.4.tgz",
            "integrity": "sha512-ofsAcKiUxQ8TY4sScgsGeR2vJIsfrzqvFb9GvJ5UdXDzl+MyYCaBj/FGzXuv7qE0aJcjWMILny1epqelnFlz8g==",
            "dev": true,
            "requires": {
                "@babel/helper-plugin-utils": "^7.10.4"
            }
        },
        "@babel/plugin-transform-regenerator": {
            "version": "7.10.4",
            "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.10.4.tgz",
            "integrity": "sha512-3thAHwtor39A7C04XucbMg17RcZ3Qppfxr22wYzZNcVIkPHfpM9J0SO8zuCV6SZa265kxBJSrfKTvDCYqBFXGw==",
            "dev": true,
            "requires": {
                "regenerator-transform": "^0.14.2"
            }
        },
        "@babel/plugin-transform-reserved-words": {
            "version": "7.10.4",
            "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.10.4.tgz",
            "integrity": "sha512-hGsw1O6Rew1fkFbDImZIEqA8GoidwTAilwCyWqLBM9f+e/u/sQMQu7uX6dyokfOayRuuVfKOW4O7HvaBWM+JlQ==",
            "dev": true,
            "requires": {
                "@babel/helper-plugin-utils": "^7.10.4"
            }
        },
        "@babel/plugin-transform-shorthand-properties": {
            "version": "7.10.4",
            "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.10.4.tgz",
            "integrity": "sha512-AC2K/t7o07KeTIxMoHneyX90v3zkm5cjHJEokrPEAGEy3UCp8sLKfnfOIGdZ194fyN4wfX/zZUWT9trJZ0qc+Q==",
            "dev": true,
            "requires": {
                "@babel/helper-plugin-utils": "^7.10.4"
            }
        },
        "@babel/plugin-transform-spread": {
            "version": "7.11.0",
            "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.11.0.tgz",
            "integrity": "sha512-UwQYGOqIdQJe4aWNyS7noqAnN2VbaczPLiEtln+zPowRNlD+79w3oi2TWfYe0eZgd+gjZCbsydN7lzWysDt+gw==",
            "dev": true,
            "requires": {
                "@babel/helper-plugin-utils": "^7.10.4",
                "@babel/helper-skip-transparent-expression-wrappers": "^7.11.0"
            }
        },
        "@babel/plugin-transform-sticky-regex": {
            "version": "7.10.4",
            "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.10.4.tgz",
            "integrity": "sha512-Ddy3QZfIbEV0VYcVtFDCjeE4xwVTJWTmUtorAJkn6u/92Z/nWJNV+mILyqHKrUxXYKA2EoCilgoPePymKL4DvQ==",
            "dev": true,
            "requires": {
                "@babel/helper-plugin-utils": "^7.10.4",
                "@babel/helper-regex": "^7.10.4"
            }
        },
        "@babel/plugin-transform-template-literals": {
            "version": "7.10.5",
            "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.10.5.tgz",
            "integrity": "sha512-V/lnPGIb+KT12OQikDvgSuesRX14ck5FfJXt6+tXhdkJ+Vsd0lDCVtF6jcB4rNClYFzaB2jusZ+lNISDk2mMMw==",
            "dev": true,
            "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.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.10.4.tgz",
            "integrity": "sha512-QqNgYwuuW0y0H+kUE/GWSR45t/ccRhe14Fs/4ZRouNNQsyd4o3PG4OtHiIrepbM2WKUBDAXKCAK/Lk4VhzTaGA==",
            "dev": true,
            "requires": {
                "@babel/helper-plugin-utils": "^7.10.4"
            }
        },
        "@babel/plugin-transform-unicode-escapes": {
            "version": "7.10.4",
            "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.10.4.tgz",
            "integrity": "sha512-y5XJ9waMti2J+e7ij20e+aH+fho7Wb7W8rNuu72aKRwCHFqQdhkdU2lo3uZ9tQuboEJcUFayXdARhcxLQ3+6Fg==",
            "dev": true,
            "requires": {
                "@babel/helper-plugin-utils": "^7.10.4"
            }
        },
        "@babel/plugin-transform-unicode-regex": {
            "version": "7.10.4",
            "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.10.4.tgz",
            "integrity": "sha512-wNfsc4s8N2qnIwpO/WP2ZiSyjfpTamT2C9V9FDH/Ljub9zw6P3SjkXcFmc0RQUt96k2fmIvtla2MMjgTwIAC+A==",
            "dev": true,
            "requires": {
                "@babel/helper-create-regexp-features-plugin": "^7.10.4",
                "@babel/helper-plugin-utils": "^7.10.4"
            }
        },
        "@babel/preset-env": {
            "version": "7.11.5",
            "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.11.5.tgz",
            "integrity": "sha512-kXqmW1jVcnB2cdueV+fyBM8estd5mlNfaQi6lwLgRwCby4edpavgbFhiBNjmWA3JpB/yZGSISa7Srf+TwxDQoA==",
            "dev": true,
            "requires": {
                "@babel/compat-data": "^7.11.0",
                "@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-export-namespace-from": "^7.10.4",
                "@babel/plugin-proposal-json-strings": "^7.10.4",
                "@babel/plugin-proposal-logical-assignment-operators": "^7.11.0",
                "@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4",
                "@babel/plugin-proposal-numeric-separator": "^7.10.4",
                "@babel/plugin-proposal-object-rest-spread": "^7.11.0",
                "@babel/plugin-proposal-optional-catch-binding": "^7.10.4",
                "@babel/plugin-proposal-optional-chaining": "^7.11.0",
                "@babel/plugin-proposal-private-methods": "^7.10.4",
                "@babel/plugin-proposal-unicode-property-regex": "^7.10.4",
                "@babel/plugin-syntax-async-generators": "^7.8.0",
                "@babel/plugin-syntax-class-properties": "^7.10.4",
                "@babel/plugin-syntax-dynamic-import": "^7.8.0",
                "@babel/plugin-syntax-export-namespace-from": "^7.8.3",
                "@babel/plugin-syntax-json-strings": "^7.8.0",
                "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
                "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0",
                "@babel/plugin-syntax-numeric-separator": "^7.10.4",
                "@babel/plugin-syntax-object-rest-spread": "^7.8.0",
                "@babel/plugin-syntax-optional-catch-binding": "^7.8.0",
                "@babel/plugin-syntax-optional-chaining": "^7.8.0",
                "@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.11.0",
                "@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.11.5",
                "browserslist": "^4.12.0",
                "core-js-compat": "^3.6.2",
                "invariant": "^2.2.2",
                "levenary": "^1.1.1",
                "semver": "^5.5.0"
            },
            "dependencies": {
                "@babel/helper-module-imports": {
                    "version": "7.10.4",
                    "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.10.4.tgz",
                    "integrity": "sha512-nEQJHqYavI217oD9+s5MUBzk6x1IlvoS9WTPfgG43CbMEeStE0v+r+TucWdx8KFGowPGvyOkDT9+7DHedIDnVw==",
                    "dev": true,
                    "requires": {
                        "@babel/types": "^7.10.4"
                    }
                },
                "@babel/types": {
                    "version": "7.11.5",
                    "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.11.5.tgz",
                    "integrity": "sha512-bvM7Qz6eKnJVFIn+1LPtjlBFPVN5jNDc1XmN15vWe7Q3DPBufWWsLiIvUu7xW87uTG6QoggpIDnUgLQvPheU+Q==",
                    "dev": true,
                    "requires": {
                        "@babel/helper-validator-identifier": "^7.10.4",
                        "lodash": "^4.17.19",
                        "to-fast-properties": "^2.0.0"
                    }
                }
            }
        },
        "@babel/preset-modules": {
            "version": "0.1.4",
            "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.4.tgz",
            "integrity": "sha512-J36NhwnfdzpmH41M1DrnkkgAqhZaqr/NBdPfQ677mLzlaXo+oDiv1deyCDtgAhz8p328otdob0Du7+xgHGZbKg==",
            "dev": true,
            "requires": {
                "@babel/helper-plugin-utils": "^7.0.0",
                "@babel/plugin-proposal-unicode-property-regex": "^7.4.4",
                "@babel/plugin-transform-dotall-regex": "^7.4.4",
                "@babel/types": "^7.4.4",
                "esutils": "^2.0.2"
            }
        },
        "@babel/runtime": {
            "version": "7.11.2",
            "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.11.2.tgz",
            "integrity": "sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw==",
            "dev": true,
            "requires": {
                "regenerator-runtime": "^0.13.4"
            }
        },
        "@babel/template": {
            "version": "7.10.4",
            "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.10.4.tgz",
            "integrity": "sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA==",
            "dev": true,
            "requires": {
                "@babel/code-frame": "^7.10.4",
                "@babel/parser": "^7.10.4",
                "@babel/types": "^7.10.4"
            },
            "dependencies": {
                "@babel/code-frame": {
                    "version": "7.10.4",
                    "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.4.tgz",
                    "integrity": "sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==",
                    "dev": true,
                    "requires": {
                        "@babel/highlight": "^7.10.4"
                    }
                },
                "@babel/highlight": {
                    "version": "7.10.4",
                    "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.10.4.tgz",
                    "integrity": "sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA==",
                    "dev": true,
                    "requires": {
                        "@babel/helper-validator-identifier": "^7.10.4",
                        "chalk": "^2.0.0",
                        "js-tokens": "^4.0.0"
                    }
                },
                "@babel/types": {
                    "version": "7.11.5",
                    "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.11.5.tgz",
                    "integrity": "sha512-bvM7Qz6eKnJVFIn+1LPtjlBFPVN5jNDc1XmN15vWe7Q3DPBufWWsLiIvUu7xW87uTG6QoggpIDnUgLQvPheU+Q==",
                    "dev": true,
                    "requires": {
                        "@babel/helper-validator-identifier": "^7.10.4",
                        "lodash": "^4.17.19",
                        "to-fast-properties": "^2.0.0"
                    }
                }
            }
        },
        "@babel/traverse": {
            "version": "7.11.5",
            "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.11.5.tgz",
            "integrity": "sha512-EjiPXt+r7LiCZXEfRpSJd+jUMnBd4/9OUv7Nx3+0u9+eimMwJmG0Q98lw4/289JCoxSE8OolDMNZaaF/JZ69WQ==",
            "dev": true,
            "requires": {
                "@babel/code-frame": "^7.10.4",
                "@babel/generator": "^7.11.5",
                "@babel/helper-function-name": "^7.10.4",
                "@babel/helper-split-export-declaration": "^7.11.0",
                "@babel/parser": "^7.11.5",
                "@babel/types": "^7.11.5",
                "debug": "^4.1.0",
                "globals": "^11.1.0",
                "lodash": "^4.17.19"
            },
            "dependencies": {
                "@babel/code-frame": {
                    "version": "7.10.4",
                    "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.4.tgz",
                    "integrity": "sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==",
                    "dev": true,
                    "requires": {
                        "@babel/highlight": "^7.10.4"
                    }
                },
                "@babel/highlight": {
                    "version": "7.10.4",
                    "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.10.4.tgz",
                    "integrity": "sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA==",
                    "dev": true,
                    "requires": {
                        "@babel/helper-validator-identifier": "^7.10.4",
                        "chalk": "^2.0.0",
                        "js-tokens": "^4.0.0"
                    }
                },
                "@babel/types": {
                    "version": "7.11.5",
                    "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.11.5.tgz",
                    "integrity": "sha512-bvM7Qz6eKnJVFIn+1LPtjlBFPVN5jNDc1XmN15vWe7Q3DPBufWWsLiIvUu7xW87uTG6QoggpIDnUgLQvPheU+Q==",
                    "dev": true,
                    "requires": {
                        "@babel/helper-validator-identifier": "^7.10.4",
                        "lodash": "^4.17.19",
                        "to-fast-properties": "^2.0.0"
                    }
                }
            }
        },
        "@babel/types": {
            "version": "7.8.7",
            "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.8.7.tgz",
            "integrity": "sha512-k2TreEHxFA4CjGkL+GYjRyx35W0Mr7DP5+9q6WMkyKXB+904bYmG40syjMFV0oLlhhFCwWl0vA0DyzTDkwAiJw==",
            "dev": true,
            "requires": {
                "esutils": "^2.0.2",
                "lodash": "^4.17.13",
                "to-fast-properties": "^2.0.0"
            }
        },
        "@rollup/plugin-alias": {
            "version": "3.1.1",
            "resolved": "https://registry.npmjs.org/@rollup/plugin-alias/-/plugin-alias-3.1.1.tgz",
            "integrity": "sha512-hNcQY4bpBUIvxekd26DBPgF7BT4mKVNDF5tBG4Zi+3IgwLxGYRY0itHs9D0oLVwXM5pvJDWJlBQro+au8WaUWw==",
            "dev": true,
            "requires": {
                "slash": "^3.0.0"
            }
        },
        "@rollup/plugin-commonjs": {
            "version": "15.0.0",
            "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-15.0.0.tgz",
            "integrity": "sha512-8uAdikHqVyrT32w1zB9VhW6uGwGjhKgnDNP4pQJsjdnyF4FgCj6/bmv24c7v2CuKhq32CcyCwRzMPEElaKkn0w==",
            "dev": true,
            "requires": {
                "@rollup/pluginutils": "^3.1.0",
                "commondir": "^1.0.1",
                "estree-walker": "^2.0.1",
                "glob": "^7.1.6",
                "is-reference": "^1.2.1",
                "magic-string": "^0.25.7",
                "resolve": "^1.17.0"
            },
            "dependencies": {
                "estree-walker": {
                    "version": "2.0.1",
                    "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.1.tgz",
                    "integrity": "sha512-tF0hv+Yi2Ot1cwj9eYHtxC0jB9bmjacjQs6ZBTj82H8JwUywFuc+7E83NWfNMwHXZc11mjfFcVXPe9gEP4B8dg==",
                    "dev": true
                },
                "is-reference": {
                    "version": "1.2.1",
                    "resolved": "https://registry.npmjs.org/is-reference/-/is-reference-1.2.1.tgz",
                    "integrity": "sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==",
                    "dev": true,
                    "requires": {
                        "@types/estree": "*"
                    }
                },
                "resolve": {
                    "version": "1.17.0",
                    "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.17.0.tgz",
                    "integrity": "sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w==",
                    "dev": true,
                    "requires": {
                        "path-parse": "^1.0.6"
                    }
                }
            }
        },
        "@rollup/plugin-node-resolve": {
            "version": "7.1.3",
            "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-7.1.3.tgz",
            "integrity": "sha512-RxtSL3XmdTAE2byxekYLnx+98kEUOrPHF/KRVjLH+DEIHy6kjIw7YINQzn+NXiH/NTrQLAwYs0GWB+csWygA9Q==",
            "dev": true,
            "requires": {
                "@rollup/pluginutils": "^3.0.8",
                "@types/resolve": "0.0.8",
                "builtin-modules": "^3.1.0",
                "is-module": "^1.0.0",
                "resolve": "^1.14.2"
            }
        },
        "@rollup/pluginutils": {
            "version": "3.1.0",
            "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-3.1.0.tgz",
            "integrity": "sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==",
            "dev": true,
            "requires": {
                "@types/estree": "0.0.39",
                "estree-walker": "^1.0.1",
                "picomatch": "^2.2.2"
            }
        },
        "@types/color-name": {
            "version": "1.1.1",
            "resolved": "https://registry.npmjs.org/@types/color-name/-/color-name-1.1.1.tgz",
            "integrity": "sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==",
            "dev": true
        },
        "@types/estree": {
            "version": "0.0.39",
            "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz",
            "integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==",
            "dev": true
        },
        "@types/node": {
            "version": "13.9.1",
            "resolved": "https://registry.npmjs.org/@types/node/-/node-13.9.1.tgz",
            "integrity": "sha512-E6M6N0blf/jiZx8Q3nb0vNaswQeEyn0XlupO+xN6DtJ6r6IT4nXrTry7zhIfYvFCl3/8Cu6WIysmUBKiqV0bqQ==",
            "dev": true
        },
        "@types/resolve": {
            "version": "0.0.8",
            "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-0.0.8.tgz",
            "integrity": "sha512-auApPaJf3NPfe18hSoJkp8EbZzer2ISk7o8mCC3M9he/a04+gbMF97NkpD2S8riMGvm4BMRI59/SZQSaLTKpsQ==",
            "dev": true,
            "requires": {
                "@types/node": "*"
            }
        },
        "ansi-align": {
            "version": "3.0.0",
            "resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.0.tgz",
            "integrity": "sha512-ZpClVKqXN3RGBmKibdfWzqCY4lnjEuoNzU5T0oEFpfd/z5qJHVarukridD4juLO2FXMiwUQxr9WqQtaYa8XRYw==",
            "dev": true,
            "requires": {
                "string-width": "^3.0.0"
            }
        },
        "ansi-regex": {
            "version": "4.1.0",
            "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz",
            "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==",
            "dev": true
        },
        "ansi-styles": {
            "version": "3.2.1",
            "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
            "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
            "dev": true,
            "requires": {
                "color-convert": "^1.9.0"
            }
        },
        "babel-plugin-dynamic-import-node": {
            "version": "2.3.3",
            "resolved": "https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz",
            "integrity": "sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==",
            "dev": true,
            "requires": {
                "object.assign": "^4.1.0"
            }
        },
        "balanced-match": {
            "version": "1.0.0",
            "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz",
            "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=",
            "dev": true
        },
        "boxen": {
            "version": "4.2.0",
            "resolved": "https://registry.npmjs.org/boxen/-/boxen-4.2.0.tgz",
            "integrity": "sha512-eB4uT9RGzg2odpER62bBwSLvUeGC+WbRjjyyFhGsKnc8wp/m0+hQsMUvUe3H2V0D5vw0nBdO1hCJoZo5mKeuIQ==",
            "dev": true,
            "requires": {
                "ansi-align": "^3.0.0",
                "camelcase": "^5.3.1",
                "chalk": "^3.0.0",
                "cli-boxes": "^2.2.0",
                "string-width": "^4.1.0",
                "term-size": "^2.1.0",
                "type-fest": "^0.8.1",
                "widest-line": "^3.1.0"
            },
            "dependencies": {
                "ansi-regex": {
                    "version": "5.0.0",
                    "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz",
                    "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==",
                    "dev": true
                },
                "ansi-styles": {
                    "version": "4.2.1",
                    "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.2.1.tgz",
                    "integrity": "sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA==",
                    "dev": true,
                    "requires": {
                        "@types/color-name": "^1.1.1",
                        "color-convert": "^2.0.1"
                    }
                },
                "chalk": {
                    "version": "3.0.0",
                    "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz",
                    "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==",
                    "dev": true,
                    "requires": {
                        "ansi-styles": "^4.1.0",
                        "supports-color": "^7.1.0"
                    }
                },
                "color-convert": {
                    "version": "2.0.1",
                    "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
                    "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
                    "dev": true,
                    "requires": {
                        "color-name": "~1.1.4"
                    }
                },
                "color-name": {
                    "version": "1.1.4",
                    "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
                    "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
                    "dev": true
                },
                "emoji-regex": {
                    "version": "8.0.0",
                    "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
                    "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
                    "dev": true
                },
                "has-flag": {
                    "version": "4.0.0",
                    "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
                    "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
                    "dev": true
                },
                "is-fullwidth-code-point": {
                    "version": "3.0.0",
                    "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
                    "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
                    "dev": true
                },
                "string-width": {
                    "version": "4.2.0",
                    "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.0.tgz",
                    "integrity": "sha512-zUz5JD+tgqtuDjMhwIg5uFVV3dtqZ9yQJlZVfq4I01/K5Paj5UHj7VyrQOJvzawSVlKpObApbfD0Ed6yJc+1eg==",
                    "dev": true,
                    "requires": {
                        "emoji-regex": "^8.0.0",
                        "is-fullwidth-code-point": "^3.0.0",
                        "strip-ansi": "^6.0.0"
                    }
                },
                "strip-ansi": {
                    "version": "6.0.0",
                    "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz",
                    "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==",
                    "dev": true,
                    "requires": {
                        "ansi-regex": "^5.0.0"
                    }
                },
                "supports-color": {
                    "version": "7.1.0",
                    "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.1.0.tgz",
                    "integrity": "sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g==",
                    "dev": true,
                    "requires": {
                        "has-flag": "^4.0.0"
                    }
                }
            }
        },
        "brace-expansion": {
            "version": "1.1.11",
            "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
            "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
            "dev": true,
            "requires": {
                "balanced-match": "^1.0.0",
                "concat-map": "0.0.1"
            }
        },
        "brotli-size": {
            "version": "4.0.0",
            "resolved": "https://registry.npmjs.org/brotli-size/-/brotli-size-4.0.0.tgz",
            "integrity": "sha512-uA9fOtlTRC0iqKfzff1W34DXUA3GyVqbUaeo3Rw3d4gd1eavKVCETXrn3NzO74W+UVkG3UHu8WxUi+XvKI/huA==",
            "dev": true,
            "requires": {
                "duplexer": "0.1.1"
            }
        },
        "browserslist": {
            "version": "4.14.0",
            "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.14.0.tgz",
            "integrity": "sha512-pUsXKAF2lVwhmtpeA3LJrZ76jXuusrNyhduuQs7CDFf9foT4Y38aQOserd2lMe5DSSrjf3fx34oHwryuvxAUgQ==",
            "dev": true,
            "requires": {
                "caniuse-lite": "^1.0.30001111",
                "electron-to-chromium": "^1.3.523",
                "escalade": "^3.0.2",
                "node-releases": "^1.1.60"
            }
        },
        "buffer-from": {
            "version": "1.1.1",
            "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz",
            "integrity": "sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==",
            "dev": true
        },
        "builtin-modules": {
            "version": "3.1.0",
            "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.1.0.tgz",
            "integrity": "sha512-k0KL0aWZuBt2lrxrcASWDfwOLMnodeQjodT/1SxEQAXsHANgo6ZC/VEaSEHCXt7aSTZ4/4H5LKa+tBXmW7Vtvw==",
            "dev": true
        },
        "camelcase": {
            "version": "5.3.1",
            "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
            "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==",
            "dev": true
        },
        "caniuse-lite": {
            "version": "1.0.30001124",
            "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001124.tgz",
            "integrity": "sha512-zQW8V3CdND7GHRH6rxm6s59Ww4g/qGWTheoboW9nfeMg7sUoopIfKCcNZUjwYRCOrvereh3kwDpZj4VLQ7zGtA==",
            "dev": true
        },
        "chalk": {
            "version": "2.4.2",
            "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
            "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
            "dev": true,
            "requires": {
                "ansi-styles": "^3.2.1",
                "escape-string-regexp": "^1.0.5",
                "supports-color": "^5.3.0"
            }
        },
        "charenc": {
            "version": "0.0.2",
            "resolved": "https://registry.npmjs.org/charenc/-/charenc-0.0.2.tgz",
            "integrity": "sha1-wKHS86cJLgN3S/qD8UwPxXkKhmc=",
            "dev": true
        },
        "cli-boxes": {
            "version": "2.2.0",
            "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-2.2.0.tgz",
            "integrity": "sha512-gpaBrMAizVEANOpfZp/EEUixTXDyGt7DFzdK5hU+UbWt/J0lB0w20ncZj59Z9a93xHb9u12zF5BS6i9RKbtg4w==",
            "dev": true
        },
        "color-convert": {
            "version": "1.9.3",
            "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
            "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
            "dev": true,
            "requires": {
                "color-name": "1.1.3"
            }
        },
        "color-name": {
            "version": "1.1.3",
            "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
            "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=",
            "dev": true
        },
        "colors": {
            "version": "1.4.0",
            "resolved": "https://registry.npmjs.org/colors/-/colors-1.4.0.tgz",
            "integrity": "sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==",
            "dev": true
        },
        "commander": {
            "version": "2.20.3",
            "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
            "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
            "dev": true
        },
        "commondir": {
            "version": "1.0.1",
            "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz",
            "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=",
            "dev": true
        },
        "concat-map": {
            "version": "0.0.1",
            "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
            "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=",
            "dev": true
        },
        "convert-source-map": {
            "version": "1.7.0",
            "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.7.0.tgz",
            "integrity": "sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==",
            "dev": true,
            "requires": {
                "safe-buffer": "~5.1.1"
            }
        },
        "core-js": {
            "version": "3.6.5",
            "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.5.tgz",
            "integrity": "sha512-vZVEEwZoIsI+vPEuoF9Iqf5H7/M3eeQqWlQnYa8FSKKePuYTf5MWnxb5SDAzCa60b3JBRS5g9b+Dq7b1y/RCrA==",
            "dev": true
        },
        "core-js-compat": {
            "version": "3.6.5",
            "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.6.5.tgz",
            "integrity": "sha512-7ItTKOhOZbznhXAQ2g/slGg1PJV5zDO/WdkTwi7UEOJmkvsE32PWvx6mKtDjiMpjnR2CNf6BAD6sSxIlv7ptng==",
            "dev": true,
            "requires": {
                "browserslist": "^4.8.5",
                "semver": "7.0.0"
            },
            "dependencies": {
                "semver": {
                    "version": "7.0.0",
                    "resolved": "https://registry.npmjs.org/semver/-/semver-7.0.0.tgz",
                    "integrity": "sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==",
                    "dev": true
                }
            }
        },
        "crypt": {
            "version": "0.0.2",
            "resolved": "https://registry.npmjs.org/crypt/-/crypt-0.0.2.tgz",
            "integrity": "sha1-iNf/fsDfuG9xPch7u0LQRNPmxBs=",
            "dev": true
        },
        "debug": {
            "version": "4.1.1",
            "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz",
            "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==",
            "dev": true,
            "requires": {
                "ms": "^2.1.1"
            }
        },
        "define-properties": {
            "version": "1.1.3",
            "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz",
            "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==",
            "dev": true,
            "requires": {
                "object-keys": "^1.0.12"
            }
        },
        "duplexer": {
            "version": "0.1.1",
            "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.1.tgz",
            "integrity": "sha1-rOb/gIwc5mtX0ev5eXessCM0z8E=",
            "dev": true
        },
        "electron-to-chromium": {
            "version": "1.3.562",
            "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.562.tgz",
            "integrity": "sha512-WhRe6liQ2q/w1MZc8mD8INkenHivuHdrr4r5EQHNomy3NJux+incP6M6lDMd0paShP3MD0WGe5R1TWmEClf+Bg==",
            "dev": true
        },
        "emoji-regex": {
            "version": "7.0.3",
            "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz",
            "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==",
            "dev": true
        },
        "escalade": {
            "version": "3.0.2",
            "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.0.2.tgz",
            "integrity": "sha512-gPYAU37hYCUhW5euPeR+Y74F7BL+IBsV93j5cvGriSaD1aG6MGsqsV1yamRdrWrb2j3aiZvb0X+UBOWpx3JWtQ==",
            "dev": true
        },
        "escape-string-regexp": {
            "version": "1.0.5",
            "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
            "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=",
            "dev": true
        },
        "estree-walker": {
            "version": "1.0.1",
            "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-1.0.1.tgz",
            "integrity": "sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==",
            "dev": true
        },
        "esutils": {
            "version": "2.0.3",
            "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
            "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
            "dev": true
        },
        "filesize": {
            "version": "4.2.1",
            "resolved": "https://registry.npmjs.org/filesize/-/filesize-4.2.1.tgz",
            "integrity": "sha512-bP82Hi8VRZX/TUBKfE24iiUGsB/sfm2WUrwTQyAzQrhO3V9IhcBBNBXMyzLY5orACxRyYJ3d2HeRVX+eFv4lmA==",
            "dev": true
        },
        "fs-extra": {
            "version": "8.1.0",
            "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz",
            "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==",
            "dev": true,
            "requires": {
                "graceful-fs": "^4.2.0",
                "jsonfile": "^4.0.0",
                "universalify": "^0.1.0"
            }
        },
        "fs.realpath": {
            "version": "1.0.0",
            "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
            "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=",
            "dev": true
        },
        "function-bind": {
            "version": "1.1.1",
            "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
            "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==",
            "dev": true
        },
        "gensync": {
            "version": "1.0.0-beta.1",
            "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.1.tgz",
            "integrity": "sha512-r8EC6NO1sngH/zdD9fiRDLdcgnbayXah+mLgManTaIZJqEC1MZstmnox8KpnI2/fxQwrp5OpCOYWLp4rBl4Jcg==",
            "dev": true
        },
        "get-value": {
            "version": "3.0.1",
            "resolved": "https://registry.npmjs.org/get-value/-/get-value-3.0.1.tgz",
            "integrity": "sha512-mKZj9JLQrwMBtj5wxi6MH8Z5eSKaERpAwjg43dPtlGI1ZVEgH/qC7T8/6R2OBSUA+zzHBZgICsVJaEIV2tKTDA==",
            "dev": true,
            "requires": {
                "isobject": "^3.0.1"
            }
        },
        "glob": {
            "version": "7.1.6",
            "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz",
            "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==",
            "dev": true,
            "requires": {
                "fs.realpath": "^1.0.0",
                "inflight": "^1.0.4",
                "inherits": "2",
                "minimatch": "^3.0.4",
                "once": "^1.3.0",
                "path-is-absolute": "^1.0.0"
            }
        },
        "globals": {
            "version": "11.12.0",
            "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
            "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
            "dev": true
        },
        "graceful-fs": {
            "version": "4.2.3",
            "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.3.tgz",
            "integrity": "sha512-a30VEBm4PEdx1dRB7MFK7BejejvCvBronbLjht+sHuGYj8PHs7M/5Z+rt5lw551vZ7yfTCj4Vuyy3mSJytDWRQ==",
            "dev": true
        },
        "gzip-size": {
            "version": "5.1.1",
            "resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-5.1.1.tgz",
            "integrity": "sha512-FNHi6mmoHvs1mxZAds4PpdCS6QG8B4C1krxJsMutgxl5t3+GlRTzzI3NEkifXx2pVsOvJdOGSmIgDhQ55FwdPA==",
            "dev": true,
            "requires": {
                "duplexer": "^0.1.1",
                "pify": "^4.0.1"
            },
            "dependencies": {
                "pify": {
                    "version": "4.0.1",
                    "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz",
                    "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==",
                    "dev": true
                }
            }
        },
        "has-flag": {
            "version": "3.0.0",
            "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
            "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=",
            "dev": true
        },
        "has-symbols": {
            "version": "1.0.1",
            "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.1.tgz",
            "integrity": "sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==",
            "dev": true
        },
        "inflight": {
            "version": "1.0.6",
            "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
            "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
            "dev": true,
            "requires": {
                "once": "^1.3.0",
                "wrappy": "1"
            }
        },
        "inherits": {
            "version": "2.0.4",
            "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
            "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
            "dev": true
        },
        "invariant": {
            "version": "2.2.4",
            "resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz",
            "integrity": "sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==",
            "dev": true,
            "requires": {
                "loose-envify": "^1.0.0"
            }
        },
        "is-buffer": {
            "version": "1.1.6",
            "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz",
            "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==",
            "dev": true
        },
        "is-fullwidth-code-point": {
            "version": "2.0.0",
            "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
            "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=",
            "dev": true
        },
        "is-module": {
            "version": "1.0.0",
            "resolved": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz",
            "integrity": "sha1-Mlj7afeMFNW4FdZkM2tM/7ZEFZE=",
            "dev": true
        },
        "is-reference": {
            "version": "1.1.4",
            "resolved": "https://registry.npmjs.org/is-reference/-/is-reference-1.1.4.tgz",
            "integrity": "sha512-uJA/CDPO3Tao3GTrxYn6AwkM4nUPJiGGYu5+cB8qbC7WGFlrKZbiRo7SFKxUAEpFUfiHofWCXBUNhvYJMh+6zw==",
            "dev": true,
            "requires": {
                "@types/estree": "0.0.39"
            }
        },
        "isobject": {
            "version": "3.0.1",
            "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz",
            "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=",
            "dev": true
        },
        "jest-worker": {
            "version": "26.3.0",
            "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-26.3.0.tgz",
            "integrity": "sha512-Vmpn2F6IASefL+DVBhPzI2J9/GJUsqzomdeN+P+dK8/jKxbh8R3BtFnx3FIta7wYlPU62cpJMJQo4kuOowcMnw==",
            "dev": true,
            "requires": {
                "@types/node": "*",
                "merge-stream": "^2.0.0",
                "supports-color": "^7.0.0"
            },
            "dependencies": {
                "has-flag": {
                    "version": "4.0.0",
                    "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
                    "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
                    "dev": true
                },
                "supports-color": {
                    "version": "7.2.0",
                    "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
                    "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
                    "dev": true,
                    "requires": {
                        "has-flag": "^4.0.0"
                    }
                }
            }
        },
        "js-tokens": {
            "version": "4.0.0",
            "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
            "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
            "dev": true
        },
        "jsesc": {
            "version": "2.5.2",
            "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",
            "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==",
            "dev": true
        },
        "json5": {
            "version": "2.1.3",
            "resolved": "https://registry.npmjs.org/json5/-/json5-2.1.3.tgz",
            "integrity": "sha512-KXPvOm8K9IJKFM0bmdn8QXh7udDh1g/giieX0NLCaMnb4hEiVFqnop2ImTXCc5e0/oHz3LTqmHGtExn5hfMkOA==",
            "dev": true,
            "requires": {
                "minimist": "^1.2.5"
            }
        },
        "jsonfile": {
            "version": "4.0.0",
            "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",
            "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=",
            "dev": true,
            "requires": {
                "graceful-fs": "^4.1.6"
            }
        },
        "leven": {
            "version": "3.1.0",
            "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz",
            "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==",
            "dev": true
        },
        "levenary": {
            "version": "1.1.1",
            "resolved": "https://registry.npmjs.org/levenary/-/levenary-1.1.1.tgz",
            "integrity": "sha512-mkAdOIt79FD6irqjYSs4rdbnlT5vRonMEvBVPVb3XmevfS8kgRXwfes0dhPdEtzTWD/1eNE/Bm/G1iRt6DcnQQ==",
            "dev": true,
            "requires": {
                "leven": "^3.1.0"
            }
        },
        "lodash": {
            "version": "4.17.19",
            "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz",
            "integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==",
            "dev": true
        },
        "lodash.merge": {
            "version": "4.6.2",
            "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
            "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
            "dev": true
        },
        "loose-envify": {
            "version": "1.4.0",
            "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
            "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
            "dev": true,
            "requires": {
                "js-tokens": "^3.0.0 || ^4.0.0"
            }
        },
        "magic-string": {
            "version": "0.25.7",
            "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.7.tgz",
            "integrity": "sha512-4CrMT5DOHTDk4HYDlzmwu4FVCcIYI8gauveasrdCu2IKIFOJ3f0v/8MDGJCDL9oD2ppz/Av1b0Nj345H9M+XIA==",
            "dev": true,
            "requires": {
                "sourcemap-codec": "^1.4.4"
            }
        },
        "md5": {
            "version": "2.3.0",
            "resolved": "https://registry.npmjs.org/md5/-/md5-2.3.0.tgz",
            "integrity": "sha512-T1GITYmFaKuO91vxyoQMFETst+O71VUPEU3ze5GNzDm0OWdP8v1ziTaAEPUr/3kLsY3Sftgz242A1SetQiDL7g==",
            "dev": true,
            "requires": {
                "charenc": "0.0.2",
                "crypt": "0.0.2",
                "is-buffer": "~1.1.6"
            }
        },
        "merge-stream": {
            "version": "2.0.0",
            "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
            "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==",
            "dev": true
        },
        "minimatch": {
            "version": "3.0.4",
            "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
            "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
            "dev": true,
            "requires": {
                "brace-expansion": "^1.1.7"
            }
        },
        "minimist": {
            "version": "1.2.5",
            "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz",
            "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==",
            "dev": true
        },
        "ms": {
            "version": "2.1.2",
            "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
            "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
            "dev": true
        },
        "node-releases": {
            "version": "1.1.60",
            "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-1.1.60.tgz",
            "integrity": "sha512-gsO4vjEdQaTusZAEebUWp2a5d7dF5DYoIpDG7WySnk7BuZDW+GPpHXoXXuYawRBr/9t5q54tirPz79kFIWg4dA==",
            "dev": true
        },
        "object-keys": {
            "version": "1.1.1",
            "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
            "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
            "dev": true
        },
        "object.assign": {
            "version": "4.1.0",
            "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.0.tgz",
            "integrity": "sha512-exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w==",
            "dev": true,
            "requires": {
                "define-properties": "^1.1.2",
                "function-bind": "^1.1.1",
                "has-symbols": "^1.0.0",
                "object-keys": "^1.0.11"
            }
        },
        "once": {
            "version": "1.4.0",
            "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
            "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
            "dev": true,
            "requires": {
                "wrappy": "1"
            }
        },
        "path-is-absolute": {
            "version": "1.0.1",
            "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
            "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=",
            "dev": true
        },
        "path-parse": {
            "version": "1.0.6",
            "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz",
            "integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==",
            "dev": true
        },
        "picomatch": {
            "version": "2.2.2",
            "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.2.2.tgz",
            "integrity": "sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==",
            "dev": true
        },
        "randombytes": {
            "version": "2.1.0",
            "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz",
            "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==",
            "dev": true,
            "requires": {
                "safe-buffer": "^5.1.0"
            }
        },
        "regenerate": {
            "version": "1.4.1",
            "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.1.tgz",
            "integrity": "sha512-j2+C8+NtXQgEKWk49MMP5P/u2GhnahTtVkRIHr5R5lVRlbKvmQ+oS+A5aLKWp2ma5VkT8sh6v+v4hbH0YHR66A==",
            "dev": true
        },
        "regenerate-unicode-properties": {
            "version": "8.2.0",
            "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-8.2.0.tgz",
            "integrity": "sha512-F9DjY1vKLo/tPePDycuH3dn9H1OTPIkVD9Kz4LODu+F2C75mgjAJ7x/gwy6ZcSNRAAkhNlJSOHRe8k3p+K9WhA==",
            "dev": true,
            "requires": {
                "regenerate": "^1.4.0"
            }
        },
        "regenerator-runtime": {
            "version": "0.13.7",
            "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz",
            "integrity": "sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew==",
            "dev": true
        },
        "regenerator-transform": {
            "version": "0.14.5",
            "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.14.5.tgz",
            "integrity": "sha512-eOf6vka5IO151Jfsw2NO9WpGX58W6wWmefK3I1zEGr0lOD0u8rwPaNqQL1aRxUaxLeKO3ArNh3VYg1KbaD+FFw==",
            "dev": true,
            "requires": {
                "@babel/runtime": "^7.8.4"
            }
        },
        "regexpu-core": {
            "version": "4.7.0",
            "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-4.7.0.tgz",
            "integrity": "sha512-TQ4KXRnIn6tz6tjnrXEkD/sshygKH/j5KzK86X8MkeHyZ8qst/LZ89j3X4/8HEIfHANTFIP/AbXakeRhWIl5YQ==",
            "dev": true,
            "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.2",
            "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.5.2.tgz",
            "integrity": "sha512-OFFT3MfrH90xIW8OOSyUrk6QHD5E9JOTeGodiJeBS3J6IwlgzJMNE/1bZklWz5oTg+9dCMyEetclvCVXOPoN3A==",
            "dev": true
        },
        "regjsparser": {
            "version": "0.6.4",
            "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.6.4.tgz",
            "integrity": "sha512-64O87/dPDgfk8/RQqC4gkZoGyyWFIEUTTh80CU6CWuK5vkCGyekIx+oKcEIYtP/RAxSQltCZHCNu/mdd7fqlJw==",
            "dev": true,
            "requires": {
                "jsesc": "~0.5.0"
            },
            "dependencies": {
                "jsesc": {
                    "version": "0.5.0",
                    "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz",
                    "integrity": "sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0=",
                    "dev": true
                }
            }
        },
        "resolve": {
            "version": "1.15.1",
            "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.15.1.tgz",
            "integrity": "sha512-84oo6ZTtoTUpjgNEr5SJyzQhzL72gaRodsSfyxC/AXRvwu0Yse9H8eF9IpGo7b8YetZhlI6v7ZQ6bKBFV/6S7w==",
            "dev": true,
            "requires": {
                "path-parse": "^1.0.6"
            }
        },
        "rollup": {
            "version": "1.32.1",
            "resolved": "https://registry.npmjs.org/rollup/-/rollup-1.32.1.tgz",
            "integrity": "sha512-/2HA0Ec70TvQnXdzynFffkjA6XN+1e2pEv/uKS5Ulca40g2L7KuOE3riasHoNVHOsFD5KKZgDsMk1CP3Tw9s+A==",
            "dev": true,
            "requires": {
                "@types/estree": "*",
                "@types/node": "*",
                "acorn": "^7.1.0"
            },
            "dependencies": {
                "acorn": {
                    "version": "7.1.1",
                    "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.1.1.tgz",
                    "integrity": "sha512-add7dgA5ppRPxCFJoAGfMDi7PIBXq1RtGo7BhbLaxwrXPOmw8gq48Y9ozT01hUKy9byMjlR20EJhu5zlkErEkg==",
                    "dev": true
                }
            }
        },
        "rollup-plugin-babel": {
            "version": "4.4.0",
            "resolved": "https://registry.npmjs.org/rollup-plugin-babel/-/rollup-plugin-babel-4.4.0.tgz",
            "integrity": "sha512-Lek/TYp1+7g7I+uMfJnnSJ7YWoD58ajo6Oarhlex7lvUce+RCKRuGRSgztDO3/MF/PuGKmUL5iTHKf208UNszw==",
            "dev": true,
            "requires": {
                "@babel/helper-module-imports": "^7.0.0",
                "rollup-pluginutils": "^2.8.1"
            }
        },
        "rollup-plugin-commonjs": {
            "version": "10.1.0",
            "resolved": "https://registry.npmjs.org/rollup-plugin-commonjs/-/rollup-plugin-commonjs-10.1.0.tgz",
            "integrity": "sha512-jlXbjZSQg8EIeAAvepNwhJj++qJWNJw1Cl0YnOqKtP5Djx+fFGkp3WRh+W0ASCaFG5w1jhmzDxgu3SJuVxPF4Q==",
            "dev": true,
            "requires": {
                "estree-walker": "^0.6.1",
                "is-reference": "^1.1.2",
                "magic-string": "^0.25.2",
                "resolve": "^1.11.0",
                "rollup-pluginutils": "^2.8.1"
            },
            "dependencies": {
                "estree-walker": {
                    "version": "0.6.1",
                    "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-0.6.1.tgz",
                    "integrity": "sha512-SqmZANLWS0mnatqbSfRP5g8OXZC12Fgg1IwNtLsyHDzJizORW4khDfjPqJZsemPWBB2uqykUah5YpQ6epsqC/w==",
                    "dev": true
                }
            }
        },
        "rollup-plugin-filesize": {
            "version": "6.2.1",
            "resolved": "https://registry.npmjs.org/rollup-plugin-filesize/-/rollup-plugin-filesize-6.2.1.tgz",
            "integrity": "sha512-JQ2+NMoka81lCR2caGWyngqMKpvJCl7EkFYU7A+T0dA7U1Aml13FW5Ky0aiZIeU3/13cjsKQLRr35SQVmk6i/A==",
            "dev": true,
            "requires": {
                "boxen": "^4.1.0",
                "brotli-size": "4.0.0",
                "colors": "^1.3.3",
                "filesize": "^4.1.2",
                "gzip-size": "^5.1.1",
                "lodash.merge": "^4.6.2",
                "terser": "^4.1.3"
            }
        },
        "rollup-plugin-node-resolve": {
            "version": "5.2.0",
            "resolved": "https://registry.npmjs.org/rollup-plugin-node-resolve/-/rollup-plugin-node-resolve-5.2.0.tgz",
            "integrity": "sha512-jUlyaDXts7TW2CqQ4GaO5VJ4PwwaV8VUGA7+km3n6k6xtOEacf61u0VXwN80phY/evMcaS+9eIeJ9MOyDxt5Zw==",
            "dev": true,
            "requires": {
                "@types/resolve": "0.0.8",
                "builtin-modules": "^3.1.0",
                "is-module": "^1.0.0",
                "resolve": "^1.11.1",
                "rollup-pluginutils": "^2.8.1"
            }
        },
        "rollup-plugin-output-manifest": {
            "version": "1.0.2",
            "resolved": "https://registry.npmjs.org/rollup-plugin-output-manifest/-/rollup-plugin-output-manifest-1.0.2.tgz",
            "integrity": "sha512-vRZamZW60hJnnFFSF3ycFwPnsiGlTiUHg9dWfGFBXOA9tstKTyG7ZheD4pHA1NFgK/uHG099cmSzZ9LgG8lOiQ==",
            "dev": true,
            "requires": {
                "tslib": "^1.10.0"
            }
        },
        "rollup-plugin-terser": {
            "version": "7.0.1",
            "resolved": "https://registry.npmjs.org/rollup-plugin-terser/-/rollup-plugin-terser-7.0.1.tgz",
            "integrity": "sha512-HL0dgzSxBYG/Ly9i/E5Sc+PuKKZ0zBzk11VmLCfdUtpqH4yYqkLclPkTqRy85FU9246yetImOClaQ/ufnj08vg==",
            "dev": true,
            "requires": {
                "@babel/code-frame": "^7.10.4",
                "jest-worker": "^26.2.1",
                "serialize-javascript": "^4.0.0",
                "terser": "^5.0.0"
            },
            "dependencies": {
                "source-map": {
                    "version": "0.6.1",
                    "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
                    "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
                    "dev": true
                },
                "terser": {
                    "version": "5.3.0",
                    "resolved": "https://registry.npmjs.org/terser/-/terser-5.3.0.tgz",
                    "integrity": "sha512-XTT3D3AwxC54KywJijmY2mxZ8nJiEjBHVYzq8l9OaYuRFWeQNBwvipuzzYEP4e+/AVcd1hqG/CqgsdIRyT45Fg==",
                    "dev": true,
                    "requires": {
                        "commander": "^2.20.0",
                        "source-map": "~0.6.1",
                        "source-map-support": "~0.5.12"
                    }
                }
            }
        },
        "rollup-pluginutils": {
            "version": "2.8.2",
            "resolved": "https://registry.npmjs.org/rollup-pluginutils/-/rollup-pluginutils-2.8.2.tgz",
            "integrity": "sha512-EEp9NhnUkwY8aif6bxgovPHMoMoNr2FulJziTndpt5H9RdwC47GSGuII9XxpSdzVGM0GWrNPHV6ie1LTNJPaLQ==",
            "dev": true,
            "requires": {
                "estree-walker": "^0.6.1"
            },
            "dependencies": {
                "estree-walker": {
                    "version": "0.6.1",
                    "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-0.6.1.tgz",
                    "integrity": "sha512-SqmZANLWS0mnatqbSfRP5g8OXZC12Fgg1IwNtLsyHDzJizORW4khDfjPqJZsemPWBB2uqykUah5YpQ6epsqC/w==",
                    "dev": true
                }
            }
        },
        "safe-buffer": {
            "version": "5.1.2",
            "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
            "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
            "dev": true
        },
        "semver": {
            "version": "5.7.1",
            "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
            "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==",
            "dev": true
        },
        "serialize-javascript": {
            "version": "4.0.0",
            "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-4.0.0.tgz",
            "integrity": "sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==",
            "dev": true,
            "requires": {
                "randombytes": "^2.1.0"
            }
        },
        "slash": {
            "version": "3.0.0",
            "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
            "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
            "dev": true
        },
        "source-map": {
            "version": "0.5.7",
            "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
            "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
            "dev": true
        },
        "source-map-support": {
            "version": "0.5.16",
            "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.16.tgz",
            "integrity": "sha512-efyLRJDr68D9hBBNIPWFjhpFzURh+KJykQwvMyW5UiZzYwoF6l4YMMDIJJEyFWxWCqfyxLzz6tSfUFR+kXXsVQ==",
            "dev": true,
            "requires": {
                "buffer-from": "^1.0.0",
                "source-map": "^0.6.0"
            },
            "dependencies": {
                "source-map": {
                    "version": "0.6.1",
                    "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
                    "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
                    "dev": true
                }
            }
        },
        "sourcemap-codec": {
            "version": "1.4.8",
            "resolved": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz",
            "integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==",
            "dev": true
        },
        "string-width": {
            "version": "3.1.0",
            "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz",
            "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==",
            "dev": true,
            "requires": {
                "emoji-regex": "^7.0.1",
                "is-fullwidth-code-point": "^2.0.0",
                "strip-ansi": "^5.1.0"
            }
        },
        "strip-ansi": {
            "version": "5.2.0",
            "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz",
            "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==",
            "dev": true,
            "requires": {
                "ansi-regex": "^4.1.0"
            }
        },
        "supports-color": {
            "version": "5.5.0",
            "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
            "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
            "dev": true,
            "requires": {
                "has-flag": "^3.0.0"
            }
        },
        "term-size": {
            "version": "2.2.0",
            "resolved": "https://registry.npmjs.org/term-size/-/term-size-2.2.0.tgz",
            "integrity": "sha512-a6sumDlzyHVJWb8+YofY4TW112G6p2FCPEAFk+59gIYHv3XHRhm9ltVQ9kli4hNWeQBwSpe8cRN25x0ROunMOw==",
            "dev": true
        },
        "terser": {
            "version": "4.6.6",
            "resolved": "https://registry.npmjs.org/terser/-/terser-4.6.6.tgz",
            "integrity": "sha512-4lYPyeNmstjIIESr/ysHg2vUPRGf2tzF9z2yYwnowXVuVzLEamPN1Gfrz7f8I9uEPuHcbFlW4PLIAsJoxXyJ1g==",
            "dev": true,
            "requires": {
                "commander": "^2.20.0",
                "source-map": "~0.6.1",
                "source-map-support": "~0.5.12"
            },
            "dependencies": {
                "source-map": {
                    "version": "0.6.1",
                    "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
                    "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
                    "dev": true
                }
            }
        },
        "to-fast-properties": {
            "version": "2.0.0",
            "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
            "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=",
            "dev": true
        },
        "tslib": {
            "version": "1.11.1",
            "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.11.1.tgz",
            "integrity": "sha512-aZW88SY8kQbU7gpV19lN24LtXh/yD4ZZg6qieAJDDg+YBsJcSmLGK9QpnUjAKVG/xefmvJGd1WUmfpT/g6AJGA==",
            "dev": true
        },
        "type-fest": {
            "version": "0.8.1",
            "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz",
            "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==",
            "dev": true
        },
        "unicode-canonical-property-names-ecmascript": {
            "version": "1.0.4",
            "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-1.0.4.tgz",
            "integrity": "sha512-jDrNnXWHd4oHiTZnx/ZG7gtUTVp+gCcTTKr8L0HjlwphROEW3+Him+IpvC+xcJEFegapiMZyZe02CyuOnRmbnQ==",
            "dev": true
        },
        "unicode-match-property-ecmascript": {
            "version": "1.0.4",
            "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-1.0.4.tgz",
            "integrity": "sha512-L4Qoh15vTfntsn4P1zqnHulG0LdXgjSO035fEpdtp6YxXhMT51Q6vgM5lYdG/5X3MjS+k/Y9Xw4SFCY9IkR0rg==",
            "dev": true,
            "requires": {
                "unicode-canonical-property-names-ecmascript": "^1.0.4",
                "unicode-property-aliases-ecmascript": "^1.0.4"
            }
        },
        "unicode-match-property-value-ecmascript": {
            "version": "1.2.0",
            "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-1.2.0.tgz",
            "integrity": "sha512-wjuQHGQVofmSJv1uVISKLE5zO2rNGzM/KCYZch/QQvez7C1hUhBIuZ701fYXExuufJFMPhv2SyL8CyoIfMLbIQ==",
            "dev": true
        },
        "unicode-property-aliases-ecmascript": {
            "version": "1.1.0",
            "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-1.1.0.tgz",
            "integrity": "sha512-PqSoPh/pWetQ2phoj5RLiaqIk4kCNwoV3CI+LfGmWLKI3rE3kl1h59XpX2BjgDrmbxD9ARtQobPGU1SguCYuQg==",
            "dev": true
        },
        "universalify": {
            "version": "0.1.2",
            "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
            "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==",
            "dev": true
        },
        "whatwg-fetch": {
            "version": "3.4.0",
            "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.4.0.tgz",
            "integrity": "sha512-rsum2ulz2iuZH08mJkT0Yi6JnKhwdw4oeyMjokgxd+mmqYSd9cPpOQf01TIWgjxG/U4+QR+AwKq6lSbXVxkyoQ==",
            "dev": true
        },
        "widest-line": {
            "version": "3.1.0",
            "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-3.1.0.tgz",
            "integrity": "sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg==",
            "dev": true,
            "requires": {
                "string-width": "^4.0.0"
            },
            "dependencies": {
                "ansi-regex": {
                    "version": "5.0.0",
                    "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz",
                    "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==",
                    "dev": true
                },
                "emoji-regex": {
                    "version": "8.0.0",
                    "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
                    "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
                    "dev": true
                },
                "is-fullwidth-code-point": {
                    "version": "3.0.0",
                    "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
                    "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
                    "dev": true
                },
                "string-width": {
                    "version": "4.2.0",
                    "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.0.tgz",
                    "integrity": "sha512-zUz5JD+tgqtuDjMhwIg5uFVV3dtqZ9yQJlZVfq4I01/K5Paj5UHj7VyrQOJvzawSVlKpObApbfD0Ed6yJc+1eg==",
                    "dev": true,
                    "requires": {
                        "emoji-regex": "^8.0.0",
                        "is-fullwidth-code-point": "^3.0.0",
                        "strip-ansi": "^6.0.0"
                    }
                },
                "strip-ansi": {
                    "version": "6.0.0",
                    "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz",
                    "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==",
                    "dev": true,
                    "requires": {
                        "ansi-regex": "^5.0.0"
                    }
                }
            }
        },
        "wrappy": {
            "version": "1.0.2",
            "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
            "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=",
            "dev": true
        }
    }
}