Skip to content
Snippets Groups Projects
package-lock.json 345 KiB
Newer Older
  • Learn to ignore specific revisions
  •       "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.16.7.tgz",
          "integrity": "sha512-p2rOixCKRJzpg9JB4gjnG4gjWkWa89ZoYUnl9snJ1cWIcTH/hvxZqfO+WjG6T8DRBpctEol5jw1O5rA8gkCokQ==",
          "dev": true,
          "requires": {
            "@babel/helper-plugin-utils": "^7.16.7"
          }
        },
        "@babel/plugin-transform-unicode-escapes": {
          "version": "7.16.7",
          "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.16.7.tgz",
          "integrity": "sha512-TAV5IGahIz3yZ9/Hfv35TV2xEm+kaBDaZQCn2S/hG9/CZ0DktxJv9eKfPc7yYCvOYR4JGx1h8C+jcSOvgaaI/Q==",
          "dev": true,
          "requires": {
            "@babel/helper-plugin-utils": "^7.16.7"
          }
        },
        "@babel/plugin-transform-unicode-regex": {
          "version": "7.16.7",
          "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.16.7.tgz",
          "integrity": "sha512-oC5tYYKw56HO75KZVLQ+R/Nl3Hro9kf8iG0hXoaHP7tjAyCpvqBiSNe6vGrZni1Z6MggmUOC6A7VP7AVmw225Q==",
          "dev": true,
          "requires": {
            "@babel/helper-create-regexp-features-plugin": "^7.16.7",
            "@babel/helper-plugin-utils": "^7.16.7"
          }
        },
        "@babel/preset-env": {
          "version": "7.16.11",
          "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.16.11.tgz",
          "integrity": "sha512-qcmWG8R7ZW6WBRPZK//y+E3Cli151B20W1Rv7ln27vuPaXU/8TKms6jFdiJtF7UDTxcrb7mZd88tAeK9LjdT8g==",
          "dev": true,
          "requires": {
            "@babel/compat-data": "^7.16.8",
            "@babel/helper-compilation-targets": "^7.16.7",
            "@babel/helper-plugin-utils": "^7.16.7",
            "@babel/helper-validator-option": "^7.16.7",
            "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.16.7",
            "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.16.7",
            "@babel/plugin-proposal-async-generator-functions": "^7.16.8",
            "@babel/plugin-proposal-class-properties": "^7.16.7",
            "@babel/plugin-proposal-class-static-block": "^7.16.7",
            "@babel/plugin-proposal-dynamic-import": "^7.16.7",
            "@babel/plugin-proposal-export-namespace-from": "^7.16.7",
            "@babel/plugin-proposal-json-strings": "^7.16.7",
            "@babel/plugin-proposal-logical-assignment-operators": "^7.16.7",
            "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7",
            "@babel/plugin-proposal-numeric-separator": "^7.16.7",
            "@babel/plugin-proposal-object-rest-spread": "^7.16.7",
            "@babel/plugin-proposal-optional-catch-binding": "^7.16.7",
            "@babel/plugin-proposal-optional-chaining": "^7.16.7",
            "@babel/plugin-proposal-private-methods": "^7.16.11",
            "@babel/plugin-proposal-private-property-in-object": "^7.16.7",
            "@babel/plugin-proposal-unicode-property-regex": "^7.16.7",
            "@babel/plugin-syntax-async-generators": "^7.8.4",
            "@babel/plugin-syntax-class-properties": "^7.12.13",
            "@babel/plugin-syntax-class-static-block": "^7.14.5",
            "@babel/plugin-syntax-dynamic-import": "^7.8.3",
            "@babel/plugin-syntax-export-namespace-from": "^7.8.3",
            "@babel/plugin-syntax-json-strings": "^7.8.3",
            "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
            "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
            "@babel/plugin-syntax-numeric-separator": "^7.10.4",
            "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
            "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
            "@babel/plugin-syntax-optional-chaining": "^7.8.3",
            "@babel/plugin-syntax-private-property-in-object": "^7.14.5",
            "@babel/plugin-syntax-top-level-await": "^7.14.5",
            "@babel/plugin-transform-arrow-functions": "^7.16.7",
            "@babel/plugin-transform-async-to-generator": "^7.16.8",
            "@babel/plugin-transform-block-scoped-functions": "^7.16.7",
            "@babel/plugin-transform-block-scoping": "^7.16.7",
            "@babel/plugin-transform-classes": "^7.16.7",
            "@babel/plugin-transform-computed-properties": "^7.16.7",
            "@babel/plugin-transform-destructuring": "^7.16.7",
            "@babel/plugin-transform-dotall-regex": "^7.16.7",
            "@babel/plugin-transform-duplicate-keys": "^7.16.7",
            "@babel/plugin-transform-exponentiation-operator": "^7.16.7",
            "@babel/plugin-transform-for-of": "^7.16.7",
            "@babel/plugin-transform-function-name": "^7.16.7",
            "@babel/plugin-transform-literals": "^7.16.7",
            "@babel/plugin-transform-member-expression-literals": "^7.16.7",
            "@babel/plugin-transform-modules-amd": "^7.16.7",
            "@babel/plugin-transform-modules-commonjs": "^7.16.8",
            "@babel/plugin-transform-modules-systemjs": "^7.16.7",
            "@babel/plugin-transform-modules-umd": "^7.16.7",
            "@babel/plugin-transform-named-capturing-groups-regex": "^7.16.8",
            "@babel/plugin-transform-new-target": "^7.16.7",
            "@babel/plugin-transform-object-super": "^7.16.7",
            "@babel/plugin-transform-parameters": "^7.16.7",
            "@babel/plugin-transform-property-literals": "^7.16.7",
            "@babel/plugin-transform-regenerator": "^7.16.7",
            "@babel/plugin-transform-reserved-words": "^7.16.7",
            "@babel/plugin-transform-shorthand-properties": "^7.16.7",
            "@babel/plugin-transform-spread": "^7.16.7",
            "@babel/plugin-transform-sticky-regex": "^7.16.7",
            "@babel/plugin-transform-template-literals": "^7.16.7",
            "@babel/plugin-transform-typeof-symbol": "^7.16.7",
            "@babel/plugin-transform-unicode-escapes": "^7.16.7",
            "@babel/plugin-transform-unicode-regex": "^7.16.7",
            "@babel/preset-modules": "^0.1.5",
            "@babel/types": "^7.16.8",
            "babel-plugin-polyfill-corejs2": "^0.3.0",
            "babel-plugin-polyfill-corejs3": "^0.5.0",
            "babel-plugin-polyfill-regenerator": "^0.3.0",
            "core-js-compat": "^3.20.2",
            "semver": "^6.3.0"
          }
        },
        "@babel/preset-modules": {
          "version": "0.1.5",
          "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.5.tgz",
          "integrity": "sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==",
          "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/preset-react": {
          "version": "7.16.7",
          "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.16.7.tgz",
          "integrity": "sha512-fWpyI8UM/HE6DfPBzD8LnhQ/OcH8AgTaqcqP2nGOXEUV+VKBR5JRN9hCk9ai+zQQ57vtm9oWeXguBCPNUjytgA==",
          "dev": true,
          "requires": {
            "@babel/helper-plugin-utils": "^7.16.7",
            "@babel/helper-validator-option": "^7.16.7",
            "@babel/plugin-transform-react-display-name": "^7.16.7",
            "@babel/plugin-transform-react-jsx": "^7.16.7",
            "@babel/plugin-transform-react-jsx-development": "^7.16.7",
            "@babel/plugin-transform-react-pure-annotations": "^7.16.7"
          }
        },
        "@babel/runtime": {
          "version": "7.17.8",
          "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.17.8.tgz",
          "integrity": "sha512-dQpEpK0O9o6lj6oPu0gRDbbnk+4LeHlNcBpspf6Olzt3GIX4P1lWF1gS+pHLDFlaJvbR6q7jCfQ08zA4QJBnmA==",
          "requires": {
            "regenerator-runtime": "^0.13.4"
          }
        },
        "@babel/template": {
          "version": "7.16.7",
          "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.16.7.tgz",
          "integrity": "sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==",
          "dev": true,
          "requires": {
            "@babel/code-frame": "^7.16.7",
            "@babel/parser": "^7.16.7",
            "@babel/types": "^7.16.7"
          }
        },
        "@babel/traverse": {
          "version": "7.17.3",
          "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.17.3.tgz",
          "integrity": "sha512-5irClVky7TxRWIRtxlh2WPUUOLhcPN06AGgaQSB8AEwuyEBgJVuJ5imdHm5zxk8w0QS5T+tDfnDxAlhWjpb7cw==",
          "dev": true,
          "requires": {
            "@babel/code-frame": "^7.16.7",
            "@babel/generator": "^7.17.3",
            "@babel/helper-environment-visitor": "^7.16.7",
            "@babel/helper-function-name": "^7.16.7",
            "@babel/helper-hoist-variables": "^7.16.7",
            "@babel/helper-split-export-declaration": "^7.16.7",
            "@babel/parser": "^7.17.3",
            "@babel/types": "^7.17.0",
            "debug": "^4.1.0",
            "globals": "^11.1.0"
          }
        },
        "@babel/types": {
          "version": "7.17.0",
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.17.0.tgz",
          "integrity": "sha512-TmKSNO4D5rzhL5bjWFcVHHLETzfQ/AmbKpKPOSjlP0WoHZ6L911fgoOKY4Alp/emzG4cHJdyN49zpgkbXFEHHw==",
          "dev": true,
          "requires": {
            "@babel/helper-validator-identifier": "^7.16.7",
            "to-fast-properties": "^2.0.0"
          }
        },
        "@discoveryjs/json-ext": {
          "version": "0.5.7",
          "resolved": "https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz",
          "integrity": "sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==",
          "dev": true
        },
        "@eslint/eslintrc": {
          "version": "1.2.1",
          "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.2.1.tgz",
          "integrity": "sha512-bxvbYnBPN1Gibwyp6NrpnFzA3YtRL3BBAyEAFVIpNTm2Rn4Vy87GA5M4aSn3InRrlsbX5N0GW7XIx+U4SAEKdQ==",
          "dev": true,
          "requires": {
            "ajv": "^6.12.4",
            "debug": "^4.3.2",
            "espree": "^9.3.1",
            "globals": "^13.9.0",
            "ignore": "^5.2.0",
            "import-fresh": "^3.2.1",
            "js-yaml": "^4.1.0",
            "minimatch": "^3.0.4",
            "strip-json-comments": "^3.1.1"
    
            "globals": {
              "version": "13.13.0",
              "resolved": "https://registry.npmjs.org/globals/-/globals-13.13.0.tgz",
              "integrity": "sha512-EQ7Q18AJlPwp3vUDL4mKA0KXrXyNIQyWon6T6XQiBQF0XHvRsiCSrWmmeATpUzdJN2HhWZU6Pdl0a9zdep5p6A==",
              "dev": true,
              "requires": {
                "type-fest": "^0.20.2"
              }
    
        "@humanwhocodes/config-array": {
          "version": "0.9.5",
          "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.9.5.tgz",
          "integrity": "sha512-ObyMyWxZiCu/yTisA7uzx81s40xR2fD5Cg/2Kq7G02ajkNubJf6BopgDTmDyc3U7sXpNKM8cYOw7s7Tyr+DnCw==",
          "dev": true,
          "requires": {
            "@humanwhocodes/object-schema": "^1.2.1",
            "debug": "^4.1.1",
            "minimatch": "^3.0.4"
          }
        },
        "@humanwhocodes/object-schema": {
          "version": "1.2.1",
          "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz",
          "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==",
          "dev": true
        },
        "@jridgewell/resolve-uri": {
          "version": "3.0.5",
          "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.0.5.tgz",
          "integrity": "sha512-VPeQ7+wH0itvQxnG+lIzWgkysKIr3L9sslimFW55rHMdGu/qCQ5z5h9zq4gI8uBtqkpHhsF4Z/OwExufUCThew==",
          "dev": true
        },
        "@jridgewell/sourcemap-codec": {
          "version": "1.4.11",
          "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.11.tgz",
          "integrity": "sha512-Fg32GrJo61m+VqYSdRSjRXMjQ06j8YIYfcTqndLYVAaHmroZHLJZCydsWBOTDqXS2v+mjxohBWEMfg97GXmYQg==",
          "dev": true
        },
        "@jridgewell/trace-mapping": {
          "version": "0.3.4",
          "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.4.tgz",
          "integrity": "sha512-vFv9ttIedivx0ux3QSjhgtCVjPZd5l46ZOMDSCwnH1yUO2e964gO8LZGyv2QkqcgR6TnBU1v+1IFqmeoG+0UJQ==",
          "dev": true,
          "requires": {
            "@jridgewell/resolve-uri": "^3.0.3",
            "@jridgewell/sourcemap-codec": "^1.4.10"
          }
        },
        "@nodelib/fs.scandir": {
          "version": "2.1.5",
          "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
          "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
          "dev": true,
          "requires": {
            "@nodelib/fs.stat": "2.0.5",
            "run-parallel": "^1.1.9"
          }
        },
        "@nodelib/fs.stat": {
          "version": "2.0.5",
          "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
          "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
          "dev": true
        },
        "@nodelib/fs.walk": {
          "version": "1.2.8",
          "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
          "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
          "dev": true,
          "requires": {
            "@nodelib/fs.scandir": "2.1.5",
            "fastq": "^1.6.0"
          }
        },
    
    Matthias Konitzny's avatar
    Matthias Konitzny committed
        "@trysound/sax": {
          "version": "0.2.0",
          "resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz",
          "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==",
          "dev": true
        },
    
        "@tweenjs/tween.js": {
          "version": "18.6.4",
          "resolved": "https://registry.npmjs.org/@tweenjs/tween.js/-/tween.js-18.6.4.tgz",
          "integrity": "sha512-lB9lMjuqjtuJrx7/kOkqQBtllspPIN+96OvTCeJ2j5FEzinoAXTdAMFnDAQT1KVPRlnYfBrqxtqP66vDM40xxQ=="
        },
        "@types/eslint": {
          "version": "8.4.1",
          "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.4.1.tgz",
          "integrity": "sha512-GE44+DNEyxxh2Kc6ro/VkIj+9ma0pO0bwv9+uHSyBrikYOHr8zYcdPvnBOp1aw8s+CjRvuSx7CyWqRrNFQ59mA==",
          "dev": true,
          "requires": {
            "@types/estree": "*",
            "@types/json-schema": "*"
          }
        },
        "@types/eslint-scope": {
          "version": "3.7.3",
          "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.3.tgz",
          "integrity": "sha512-PB3ldyrcnAicT35TWPs5IcwKD8S333HMaa2VVv4+wdvebJkjWuW/xESoB8IwRcog8HYVYamb1g/R31Qv5Bx03g==",
          "dev": true,
          "requires": {
            "@types/eslint": "*",
            "@types/estree": "*"
          }
        },
        "@types/estree": {
          "version": "0.0.51",
          "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.51.tgz",
          "integrity": "sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==",
          "dev": true
        },
        "@types/expect": {
          "version": "1.20.4",
          "resolved": "https://registry.npmjs.org/@types/expect/-/expect-1.20.4.tgz",
          "integrity": "sha512-Q5Vn3yjTDyCMV50TB6VRIbQNxSE4OmZR86VSbGaNpfUolm0iePBB4KdEEHmxoY5sT2+2DIvXW0rvMDP2nHZ4Mg==",
          "dev": true
        },
        "@types/jquery": {
          "version": "3.5.14",
          "resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.5.14.tgz",
          "integrity": "sha512-X1gtMRMbziVQkErhTQmSe2jFwwENA/Zr+PprCkF63vFq+Yt5PZ4AlKqgmeNlwgn7dhsXEK888eIW2520EpC+xg==",
          "dev": true,
          "requires": {
            "@types/sizzle": "*"
          }
        },
        "@types/json-schema": {
          "version": "7.0.10",
          "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.10.tgz",
          "integrity": "sha512-BLO9bBq59vW3fxCpD4o0N4U+DXsvwvIcl+jofw0frQo/GrBFC+/jRZj1E7kgp6dvTyNmA4y6JCV5Id/r3mNP5A==",
          "dev": true
        },
        "@types/node": {
    
          "version": "14.18.12",
          "resolved": "https://registry.npmjs.org/@types/node/-/node-14.18.12.tgz",
          "integrity": "sha512-q4jlIR71hUpWTnGhXWcakgkZeHa3CCjcQcnuzU8M891BAWA2jHiziiWEPEkdS5pFsz7H9HJiy8BrK7tBRNrY7A==",
    
          "dev": true
        },
        "@types/prop-types": {
          "version": "15.7.4",
          "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.4.tgz",
          "integrity": "sha512-rZ5drC/jWjrArrS8BR6SIr4cWpW09RNTYt9AMZo3Jwwif+iacXAqgVjm0B0Bv/S1jhDXKHqRVNCbACkJ89RAnQ==",
          "dev": true
        },
        "@types/react": {
    
          "version": "17.0.43",
          "resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.43.tgz",
          "integrity": "sha512-8Q+LNpdxf057brvPu1lMtC5Vn7J119xrP1aq4qiaefNioQUYANF/CYeK4NsKorSZyUGJ66g0IM+4bbjwx45o2A==",
    
          "dev": true,
          "requires": {
    
            "@types/prop-types": "*",
            "@types/scheduler": "*",
            "csstype": "^3.0.2"
    
        "@types/react-dom": {
          "version": "17.0.14",
          "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.14.tgz",
          "integrity": "sha512-H03xwEP1oXmSfl3iobtmQ/2dHF5aBHr8aUMwyGZya6OW45G+xtdzmq6HkncefiBt5JU8DVyaWl/nWZbjZCnzAQ==",
    
          "dev": true,
          "requires": {
    
        "@types/scheduler": {
          "version": "0.16.2",
          "resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.2.tgz",
          "integrity": "sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==",
          "dev": true
        },
        "@types/sizzle": {
          "version": "2.3.3",
          "resolved": "https://registry.npmjs.org/@types/sizzle/-/sizzle-2.3.3.tgz",
          "integrity": "sha512-JYM8x9EGF163bEyhdJBpR2QX1R5naCJHC8ucJylJ3w9/CVBaskdQ8WqBf8MmQrd1kRvp/a4TS8HJ+bxzR7ZJYQ==",
          "dev": true
        },
        "@types/vinyl": {
          "version": "2.0.6",
          "resolved": "https://registry.npmjs.org/@types/vinyl/-/vinyl-2.0.6.tgz",
          "integrity": "sha512-ayJ0iOCDNHnKpKTgBG6Q6JOnHTj9zFta+3j2b8Ejza0e4cvRyMn0ZoLEmbPrTHe5YYRlDYPvPWVdV4cTaRyH7g==",
    
          "dev": true,
          "requires": {
    
        "@typescript-eslint/eslint-plugin": {
          "version": "5.16.0",
          "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.16.0.tgz",
          "integrity": "sha512-SJoba1edXvQRMmNI505Uo4XmGbxCK9ARQpkvOd00anxzri9RNQk0DDCxD+LIl+jYhkzOJiOMMKYEHnHEODjdCw==",
          "dev": true,
          "requires": {
            "@typescript-eslint/scope-manager": "5.16.0",
            "@typescript-eslint/type-utils": "5.16.0",
            "@typescript-eslint/utils": "5.16.0",
            "debug": "^4.3.2",
            "functional-red-black-tree": "^1.0.1",
            "ignore": "^5.1.8",
            "regexpp": "^3.2.0",
            "semver": "^7.3.5",
            "tsutils": "^3.21.0"
          },
          "dependencies": {
            "semver": {
              "version": "7.3.5",
              "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz",
              "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==",
              "dev": true,
              "requires": {
                "lru-cache": "^6.0.0"
              }
            }
          }
        },
        "@typescript-eslint/parser": {
          "version": "5.16.0",
          "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.16.0.tgz",
          "integrity": "sha512-fkDq86F0zl8FicnJtdXakFs4lnuebH6ZADDw6CYQv0UZeIjHvmEw87m9/29nk2Dv5Lmdp0zQ3zDQhiMWQf/GbA==",
          "dev": true,
          "requires": {
            "@typescript-eslint/scope-manager": "5.16.0",
            "@typescript-eslint/types": "5.16.0",
            "@typescript-eslint/typescript-estree": "5.16.0",
            "debug": "^4.3.2"
          }
        },
        "@typescript-eslint/scope-manager": {
          "version": "5.16.0",
          "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.16.0.tgz",
          "integrity": "sha512-P+Yab2Hovg8NekLIR/mOElCDPyGgFZKhGoZA901Yax6WR6HVeGLbsqJkZ+Cvk5nts/dAlFKm8PfL43UZnWdpIQ==",
          "dev": true,
          "requires": {
            "@typescript-eslint/types": "5.16.0",
            "@typescript-eslint/visitor-keys": "5.16.0"
          }
        },
        "@typescript-eslint/type-utils": {
          "version": "5.16.0",
          "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.16.0.tgz",
          "integrity": "sha512-SKygICv54CCRl1Vq5ewwQUJV/8padIWvPgCxlWPGO/OgQLCijY9G7lDu6H+mqfQtbzDNlVjzVWQmeqbLMBLEwQ==",
          "dev": true,
          "requires": {
            "@typescript-eslint/utils": "5.16.0",
            "debug": "^4.3.2",
            "tsutils": "^3.21.0"
          }
        },
        "@typescript-eslint/types": {
          "version": "5.16.0",
          "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.16.0.tgz",
          "integrity": "sha512-oUorOwLj/3/3p/HFwrp6m/J2VfbLC8gjW5X3awpQJ/bSG+YRGFS4dpsvtQ8T2VNveV+LflQHjlLvB6v0R87z4g==",
          "dev": true
        },
        "@typescript-eslint/typescript-estree": {
          "version": "5.16.0",
          "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.16.0.tgz",
          "integrity": "sha512-SE4VfbLWUZl9MR+ngLSARptUv2E8brY0luCdgmUevU6arZRY/KxYoLI/3V/yxaURR8tLRN7bmZtJdgmzLHI6pQ==",
          "dev": true,
          "requires": {
            "@typescript-eslint/types": "5.16.0",
            "@typescript-eslint/visitor-keys": "5.16.0",
            "debug": "^4.3.2",
            "globby": "^11.0.4",
            "is-glob": "^4.0.3",
            "semver": "^7.3.5",
            "tsutils": "^3.21.0"
          },
          "dependencies": {
            "semver": {
              "version": "7.3.5",
              "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz",
              "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==",
              "dev": true,
              "requires": {
                "lru-cache": "^6.0.0"
              }
            }
          }
        },
        "@typescript-eslint/utils": {
          "version": "5.16.0",
          "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.16.0.tgz",
          "integrity": "sha512-iYej2ER6AwmejLWMWzJIHy3nPJeGDuCqf8Jnb+jAQVoPpmWzwQOfa9hWVB8GIQE5gsCv/rfN4T+AYb/V06WseQ==",
          "dev": true,
          "requires": {
            "@types/json-schema": "^7.0.9",
            "@typescript-eslint/scope-manager": "5.16.0",
            "@typescript-eslint/types": "5.16.0",
            "@typescript-eslint/typescript-estree": "5.16.0",
            "eslint-scope": "^5.1.1",
            "eslint-utils": "^3.0.0"
          }
        },
        "@typescript-eslint/visitor-keys": {
          "version": "5.16.0",
          "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.16.0.tgz",
          "integrity": "sha512-jqxO8msp5vZDhikTwq9ubyMHqZ67UIvawohr4qF3KhlpL7gzSjOd+8471H3nh5LyABkaI85laEKKU8SnGUK5/g==",
          "dev": true,
          "requires": {
            "@typescript-eslint/types": "5.16.0",
            "eslint-visitor-keys": "^3.0.0"
          },
          "dependencies": {
            "eslint-visitor-keys": {
              "version": "3.3.0",
              "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz",
              "integrity": "sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==",
              "dev": true
            }
          }
        },
    
        "@webassemblyjs/ast": {
          "version": "1.11.1",
          "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.1.tgz",
          "integrity": "sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw==",
    
          "dev": true,
          "requires": {
    
            "@webassemblyjs/helper-numbers": "1.11.1",
            "@webassemblyjs/helper-wasm-bytecode": "1.11.1"
    
        "@webassemblyjs/floating-point-hex-parser": {
          "version": "1.11.1",
          "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.1.tgz",
          "integrity": "sha512-iGRfyc5Bq+NnNuX8b5hwBrRjzf0ocrJPI6GWFodBFzmFnyvrQ83SHKhmilCU/8Jv67i4GJZBMhEzltxzcNagtQ==",
          "dev": true
        },
        "@webassemblyjs/helper-api-error": {
          "version": "1.11.1",
          "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.1.tgz",
          "integrity": "sha512-RlhS8CBCXfRUR/cwo2ho9bkheSXG0+NwooXcc3PAILALf2QLdFyj7KGsKRbVc95hZnhnERon4kW/D3SZpp6Tcg==",
          "dev": true
        },
        "@webassemblyjs/helper-buffer": {
          "version": "1.11.1",
          "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.1.tgz",
          "integrity": "sha512-gwikF65aDNeeXa8JxXa2BAk+REjSyhrNC9ZwdT0f8jc4dQQeDQ7G4m0f2QCLPJiMTTO6wfDmRmj/pW0PsUvIcA==",
          "dev": true
        },
        "@webassemblyjs/helper-numbers": {
          "version": "1.11.1",
          "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.1.tgz",
          "integrity": "sha512-vDkbxiB8zfnPdNK9Rajcey5C0w+QJugEglN0of+kmO8l7lDb77AnlKYQF7aarZuCrv+l0UvqL+68gSDr3k9LPQ==",
    
          "dev": true,
          "requires": {
    
            "@webassemblyjs/floating-point-hex-parser": "1.11.1",
            "@webassemblyjs/helper-api-error": "1.11.1",
            "@xtuc/long": "4.2.2"
    
        "@webassemblyjs/helper-wasm-bytecode": {
          "version": "1.11.1",
          "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.1.tgz",
          "integrity": "sha512-PvpoOGiJwXeTrSf/qfudJhwlvDQxFgelbMqtq52WWiXC6Xgg1IREdngmPN3bs4RoO83PnL/nFrxucXj1+BX62Q==",
          "dev": true
        },
        "@webassemblyjs/helper-wasm-section": {
          "version": "1.11.1",
          "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.1.tgz",
          "integrity": "sha512-10P9No29rYX1j7F3EVPX3JvGPQPae+AomuSTPiF9eBQeChHI6iqjMIwR9JmOJXwpnn/oVGDk7I5IlskuMwU/pg==",
    
          "dev": true,
          "requires": {
    
            "@webassemblyjs/ast": "1.11.1",
            "@webassemblyjs/helper-buffer": "1.11.1",
            "@webassemblyjs/helper-wasm-bytecode": "1.11.1",
            "@webassemblyjs/wasm-gen": "1.11.1"
    
        "@webassemblyjs/ieee754": {
          "version": "1.11.1",
          "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.1.tgz",
          "integrity": "sha512-hJ87QIPtAMKbFq6CGTkZYJivEwZDbQUgYd3qKSadTNOhVY7p+gfP6Sr0lLRVTaG1JjFj+r3YchoqRYxNH3M0GQ==",
    
          "dev": true,
          "requires": {
    
        "@webassemblyjs/leb128": {
          "version": "1.11.1",
          "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.1.tgz",
          "integrity": "sha512-BJ2P0hNZ0u+Th1YZXJpzW6miwqQUGcIHT1G/sf72gLVD9DZ5AdYTqPNbHZh6K1M5VmKvFXwGSWZADz+qBWxeRw==",
    
          "dev": true,
          "requires": {
    
        "@webassemblyjs/utf8": {
          "version": "1.11.1",
          "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.1.tgz",
          "integrity": "sha512-9kqcxAEdMhiwQkHpkNiorZzqpGrodQQ2IGrHHxCy+Ozng0ofyMA0lTqiLkVs1uzTRejX+/O0EOT7KxqVPuXosQ==",
          "dev": true
        },
        "@webassemblyjs/wasm-edit": {
          "version": "1.11.1",
          "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.1.tgz",
          "integrity": "sha512-g+RsupUC1aTHfR8CDgnsVRVZFJqdkFHpsHMfJuWQzWU3tvnLC07UqHICfP+4XyL2tnr1amvl1Sdp06TnYCmVkA==",
    
          "dev": true,
          "requires": {
    
            "@webassemblyjs/ast": "1.11.1",
            "@webassemblyjs/helper-buffer": "1.11.1",
            "@webassemblyjs/helper-wasm-bytecode": "1.11.1",
            "@webassemblyjs/helper-wasm-section": "1.11.1",
            "@webassemblyjs/wasm-gen": "1.11.1",
            "@webassemblyjs/wasm-opt": "1.11.1",
            "@webassemblyjs/wasm-parser": "1.11.1",
            "@webassemblyjs/wast-printer": "1.11.1"
    
        "@webassemblyjs/wasm-gen": {
          "version": "1.11.1",
          "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.1.tgz",
          "integrity": "sha512-F7QqKXwwNlMmsulj6+O7r4mmtAlCWfO/0HdgOxSklZfQcDu0TpLiD1mRt/zF25Bk59FIjEuGAIyn5ei4yMfLhA==",
    
          "dev": true,
          "requires": {
    
            "@webassemblyjs/ast": "1.11.1",
            "@webassemblyjs/helper-wasm-bytecode": "1.11.1",
            "@webassemblyjs/ieee754": "1.11.1",
            "@webassemblyjs/leb128": "1.11.1",
            "@webassemblyjs/utf8": "1.11.1"
    
        "@webassemblyjs/wasm-opt": {
          "version": "1.11.1",
          "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.1.tgz",
          "integrity": "sha512-VqnkNqnZlU5EB64pp1l7hdm3hmQw7Vgqa0KF/KCNO9sIpI6Fk6brDEiX+iCOYrvMuBWDws0NkTOxYEb85XQHHw==",
    
          "dev": true,
          "requires": {
    
            "@webassemblyjs/ast": "1.11.1",
            "@webassemblyjs/helper-buffer": "1.11.1",
            "@webassemblyjs/wasm-gen": "1.11.1",
            "@webassemblyjs/wasm-parser": "1.11.1"
    
        "@webassemblyjs/wasm-parser": {
          "version": "1.11.1",
          "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.1.tgz",
          "integrity": "sha512-rrBujw+dJu32gYB7/Lup6UhdkPx9S9SnobZzRVL7VcBH9Bt9bCBLEuX/YXOOtBsOZ4NQrRykKhffRWHvigQvOA==",
    
          "dev": true,
          "requires": {
    
            "@webassemblyjs/ast": "1.11.1",
            "@webassemblyjs/helper-api-error": "1.11.1",
            "@webassemblyjs/helper-wasm-bytecode": "1.11.1",
            "@webassemblyjs/ieee754": "1.11.1",
            "@webassemblyjs/leb128": "1.11.1",
            "@webassemblyjs/utf8": "1.11.1"
    
        "@webassemblyjs/wast-printer": {
          "version": "1.11.1",
          "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.11.1.tgz",
          "integrity": "sha512-IQboUWM4eKzWW+N/jij2sRatKMh99QEelo3Eb2q0qXkvPRISAj8Qxtmw5itwqK+TTkBuUIE45AxYPToqPtL5gg==",
    
          "dev": true,
          "requires": {
    
        "@webpack-cli/configtest": {
          "version": "1.1.1",
          "resolved": "https://registry.npmjs.org/@webpack-cli/configtest/-/configtest-1.1.1.tgz",
          "integrity": "sha512-1FBc1f9G4P/AxMqIgfZgeOTuRnwZMten8E7zap5zgpPInnCrP8D4Q81+4CWIch8i/Nf7nXjP0v6CjjbHOrXhKg==",
    
          "dev": true
    
        "@webpack-cli/info": {
          "version": "1.4.1",
          "resolved": "https://registry.npmjs.org/@webpack-cli/info/-/info-1.4.1.tgz",
          "integrity": "sha512-PKVGmazEq3oAo46Q63tpMr4HipI3OPfP7LiNOEJg963RMgT0rqheag28NCML0o3GIzA3DmxP1ZIAv9oTX1CUIA==",
          "dev": true,
          "requires": {
            "envinfo": "^7.7.3"
          }
    
        "@webpack-cli/serve": {
          "version": "1.6.1",
          "resolved": "https://registry.npmjs.org/@webpack-cli/serve/-/serve-1.6.1.tgz",
          "integrity": "sha512-gNGTiTrjEVQ0OcVnzsRSqTxaBSr+dmTfm+qJsCDluky8uhdLWep7Gcr62QsAKHTMxjCS/8nEITsmFAhfIx+QSw==",
    
          "dev": true
    
        "@xtuc/ieee754": {
          "version": "1.2.0",
          "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz",
          "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==",
    
        "@xtuc/long": {
          "version": "4.2.2",
          "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz",
          "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==",
    
          "dev": true
        },
        "accessor-fn": {
    
          "version": "1.3.2",
          "resolved": "https://registry.npmjs.org/accessor-fn/-/accessor-fn-1.3.2.tgz",
          "integrity": "sha512-W4/Lj/gry8AHy+IC7Havr7fNbphHDzVAiZd5h10g8LRRz6ZKla3A1/lkFqoV1jh13R0eJLGWjDBlRGK36fcWiw=="
    
          "version": "8.7.0",
          "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.7.0.tgz",
          "integrity": "sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==",
    
        "acorn-import-assertions": {
          "version": "1.8.0",
          "resolved": "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.8.0.tgz",
          "integrity": "sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw==",
    
          "dev": true
    
        "acorn-jsx": {
          "version": "5.3.2",
          "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
          "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
    
          "dev": true
    
        },
        "aggregate-error": {
          "version": "3.1.0",
          "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz",
          "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==",
          "dev": true,
          "requires": {
            "clean-stack": "^2.0.0",
            "indent-string": "^4.0.0"
          }
        },
        "ajv": {
          "version": "6.12.6",
          "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
          "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
          "dev": true,
          "requires": {
            "fast-deep-equal": "^3.1.1",
            "fast-json-stable-stringify": "^2.0.0",
            "json-schema-traverse": "^0.4.1",
            "uri-js": "^4.2.2"
          }
        },
    
    Matthias Konitzny's avatar
    Matthias Konitzny committed
        "ajv-formats": {
          "version": "2.1.1",
          "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz",
          "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==",
          "dev": true,
          "requires": {
            "ajv": "^8.0.0"
          },
          "dependencies": {
            "ajv": {
              "version": "8.11.0",
              "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz",
              "integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==",
              "dev": true,
              "requires": {
                "fast-deep-equal": "^3.1.1",
                "json-schema-traverse": "^1.0.0",
                "require-from-string": "^2.0.2",
                "uri-js": "^4.2.2"
              }
            },
            "json-schema-traverse": {
              "version": "1.0.0",
              "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
              "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
              "dev": true
            }
          }
        },
    
        "ajv-keywords": {
          "version": "3.5.2",
          "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz",
          "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==",
    
          "dev": true
    
          "version": "1.1.0",
          "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-1.1.0.tgz",
          "integrity": "sha512-SFKX67auSNoVR38N3L+nvsPjOE0bybKTYbkf5tRvushrAPQ9V75huw0ZxBkKVeRU9kqH3d6HA4xTckbwZ4ixmA==",
          "dev": true,
          "requires": {
            "ansi-wrap": "^0.1.0"
          }
    
        },
        "ansi-gray": {
          "version": "0.1.1",
          "resolved": "https://registry.npmjs.org/ansi-gray/-/ansi-gray-0.1.1.tgz",
          "integrity": "sha1-KWLPVOyXksSFEKPetSRDaGHvclE=",
          "dev": true,
          "requires": {
            "ansi-wrap": "0.1.0"
          }
        },
        "ansi-regex": {
          "version": "5.0.1",
          "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
          "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
          "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"
          }
        },
        "ansi-wrap": {
          "version": "0.1.0",
          "resolved": "https://registry.npmjs.org/ansi-wrap/-/ansi-wrap-0.1.0.tgz",
          "integrity": "sha1-qCJQ3bABXponyoLoLqYDu/pF768=",
          "dev": true
        },
        "anymatch": {
          "version": "2.0.0",
          "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz",
          "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==",
          "dev": true,
          "requires": {
            "micromatch": "^3.1.4",
            "normalize-path": "^2.1.1"
          },
          "dependencies": {
    
            "define-property": {
              "version": "2.0.2",
              "resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz",
              "integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==",
              "dev": true,
              "requires": {
                "is-descriptor": "^1.0.2",
                "isobject": "^3.0.1"
              }
            },
            "extend-shallow": {
              "version": "3.0.2",
              "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz",
              "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=",
              "dev": true,
              "requires": {
                "assign-symbols": "^1.0.0",
                "is-extendable": "^1.0.1"
              }
            },
            "is-accessor-descriptor": {
              "version": "1.0.0",
              "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz",
              "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==",
              "dev": true,
              "requires": {
                "kind-of": "^6.0.0"
              }
            },
            "is-data-descriptor": {
              "version": "1.0.0",
              "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz",
              "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==",
              "dev": true,
              "requires": {
                "kind-of": "^6.0.0"
              }
            },
            "is-descriptor": {
              "version": "1.0.2",
              "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz",
              "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==",
              "dev": true,
              "requires": {
                "is-accessor-descriptor": "^1.0.0",
                "is-data-descriptor": "^1.0.0",
                "kind-of": "^6.0.2"
              }
            },
            "is-extendable": {
              "version": "1.0.1",
              "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz",
              "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==",
              "dev": true,
              "requires": {
                "is-plain-object": "^2.0.4"
              }
            },
    
            "is-plain-object": {
              "version": "2.0.4",
              "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz",
              "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==",
              "dev": true,
              "requires": {
                "isobject": "^3.0.1"
              }
            },
            "kind-of": {
              "version": "6.0.3",
              "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz",
              "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==",
              "dev": true
            },
    
            "micromatch": {
              "version": "3.1.10",
              "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz",
              "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==",
              "dev": true,
              "requires": {
                "arr-diff": "^4.0.0",
                "array-unique": "^0.3.2",
                "braces": "^2.3.1",
                "define-property": "^2.0.2",
                "extend-shallow": "^3.0.2",
                "extglob": "^2.0.4",
                "fragment-cache": "^0.2.1",
                "kind-of": "^6.0.2",
                "nanomatch": "^1.2.9",
                "object.pick": "^1.3.0",
                "regex-not": "^1.0.0",
                "snapdragon": "^0.8.1",
                "to-regex": "^3.0.2"
              }
            },
    
            "normalize-path": {
              "version": "2.1.1",
              "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz",
              "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=",
              "dev": true,
              "requires": {
                "remove-trailing-separator": "^1.0.1"
              }
            }
          }
        },
        "append-buffer": {
          "version": "1.0.2",
          "resolved": "https://registry.npmjs.org/append-buffer/-/append-buffer-1.0.2.tgz",
          "integrity": "sha1-2CIM9GYIFSXv6lBhTz3mUU36WPE=",
          "dev": true,
          "requires": {
            "buffer-equal": "^1.0.0"
          }
        },
        "archy": {
          "version": "1.0.0",
          "resolved": "https://registry.npmjs.org/archy/-/archy-1.0.0.tgz",
          "integrity": "sha1-+cjBN1fMHde8N5rHeyxipcKGjEA=",
          "dev": true
        },
        "argparse": {
    
          "version": "2.0.1",
          "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
          "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
          "dev": true
    
          "version": "4.0.0",
          "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz",
          "integrity": "sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=",
          "dev": true
    
        },
        "arr-filter": {
          "version": "1.1.2",
          "resolved": "https://registry.npmjs.org/arr-filter/-/arr-filter-1.1.2.tgz",
          "integrity": "sha1-Q/3d0JHo7xGqTEXZzcGOLf8XEe4=",
          "dev": true,
          "requires": {
            "make-iterator": "^1.0.0"
          }
        },
        "arr-flatten": {
          "version": "1.1.0",
          "resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz",
          "integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==",
          "dev": true
        },
        "arr-map": {
          "version": "2.0.2",
          "resolved": "https://registry.npmjs.org/arr-map/-/arr-map-2.0.2.tgz",
          "integrity": "sha1-Onc0X/wc814qkYJWAfnljy4kysQ=",
          "dev": true,
          "requires": {
            "make-iterator": "^1.0.0"
          }
        },
        "arr-union": {
    
          "version": "3.1.0",
          "resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz",
          "integrity": "sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=",
    
          "dev": true
        },
        "array-each": {
          "version": "1.0.1",
          "resolved": "https://registry.npmjs.org/array-each/-/array-each-1.0.1.tgz",
          "integrity": "sha1-p5SvDAWrF1KEbudTofIRoFugxE8=",
          "dev": true
        },
    
        "array-includes": {
          "version": "3.1.4",
          "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.4.tgz",
          "integrity": "sha512-ZTNSQkmWumEbiHO2GF4GmWxYVTiQyJy2XOTa15sdQSrvKn7l+180egQMqlrMOUMCyLMD7pmyQe4mMDUT6Behrw==",
          "dev": true,
          "requires": {