Skip to content
Snippets Groups Projects
package-lock.json 327 KiB
Newer Older
Moritz Stückler's avatar
Moritz Stückler committed
{
  "requires": true,
Fabian Schmidt's avatar
Fabian Schmidt committed
  "lockfileVersion": 1,
  "dependencies": {
    "@ardatan/aggregate-error": {
      "version": "0.0.6",
      "resolved": "https://registry.npmjs.org/@ardatan/aggregate-error/-/aggregate-error-0.0.6.tgz",
      "integrity": "sha512-vyrkEHG1jrukmzTPtyWB4NLPauUw5bQeg4uhn8f+1SSynmrOcyvlb1GKQjjgoBzElLdfXCRYX8UnBlhklOHYRQ==",
      "dev": true,
      "requires": {
        "tslib": "~2.0.1"
Fabian Schmidt's avatar
Fabian Schmidt committed
      "dependencies": {
        "tslib": {
          "version": "2.0.3",
          "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.3.tgz",
          "integrity": "sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ==",
          "dev": true
        }
      }
    },
    "@babel/code-frame": {
      "version": "7.12.13",
      "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.13.tgz",
      "integrity": "sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g==",
Fabian Schmidt's avatar
Fabian Schmidt committed
      "requires": {
        "@babel/highlight": "^7.12.13"
      }
    },
Fabian Schmidt's avatar
Fabian Schmidt committed
    "@babel/compat-data": {
      "version": "7.14.0",
      "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.14.0.tgz",
      "integrity": "sha512-vu9V3uMM/1o5Hl5OekMUowo3FqXLJSw+s+66nt0fSWVWTtmosdzn45JHOB3cPtZoe6CTBDzvSw0RdOY85Q37+Q==",
      "dev": true
Fabian Schmidt's avatar
Fabian Schmidt committed
    "@babel/core": {
      "version": "7.13.16",
      "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.13.16.tgz",
      "integrity": "sha512-sXHpixBiWWFti0AV2Zq7avpTasr6sIAu7Y396c608541qAU2ui4a193m0KSQmfPSKFZLnQ3cvlKDOm3XkuXm3Q==",
Fabian Schmidt's avatar
Fabian Schmidt committed
      "dev": true,
      "requires": {
        "@babel/code-frame": "^7.12.13",
        "@babel/generator": "^7.13.16",
        "@babel/helper-compilation-targets": "^7.13.16",
        "@babel/helper-module-transforms": "^7.13.14",
        "@babel/helpers": "^7.13.16",
        "@babel/parser": "^7.13.16",
        "@babel/template": "^7.12.13",
        "@babel/traverse": "^7.13.15",
        "@babel/types": "^7.13.16",
        "convert-source-map": "^1.7.0",
        "debug": "^4.1.0",
        "gensync": "^1.0.0-beta.2",
        "json5": "^2.1.2",
        "semver": "^6.3.0",
        "source-map": "^0.5.0"
      }
    },
Fabian Schmidt's avatar
Fabian Schmidt committed
    "@babel/generator": {
      "version": "7.14.3",
      "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.14.3.tgz",
      "integrity": "sha512-bn0S6flG/j0xtQdz3hsjJ624h3W0r3llttBMfyHX3YrZ/KtLYr15bjA0FXkgW7FpvrDuTuElXeVjiKlYRpnOFA==",
      "dev": true,
      "requires": {
        "@babel/types": "^7.14.2",
        "jsesc": "^2.5.1",
        "source-map": "^0.5.0"
      }
    },
Fabian Schmidt's avatar
Fabian Schmidt committed
    "@babel/helper-annotate-as-pure": {
      "version": "7.12.13",
      "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.13.tgz",
      "integrity": "sha512-7YXfX5wQ5aYM/BOlbSccHDbuXXFPxeoUmfWtz8le2yTkTZc+BxsiEnENFoi2SlmA8ewDkG2LgIMIVzzn2h8kfw==",
      "dev": true,
      "requires": {
        "@babel/types": "^7.12.13"
      }
    },
    "@babel/helper-compilation-targets": {
      "version": "7.13.16",
      "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.16.tgz",
      "integrity": "sha512-3gmkYIrpqsLlieFwjkGgLaSHmhnvlAYzZLlYVjlW+QwI+1zE17kGxuJGmIqDQdYp56XdmGeD+Bswx0UTyG18xA==",
Fabian Schmidt's avatar
Fabian Schmidt committed
      "dev": true,
      "requires": {
        "@babel/compat-data": "^7.13.15",
        "@babel/helper-validator-option": "^7.12.17",
        "browserslist": "^4.14.5",
        "semver": "^6.3.0"
      }
    },
Fabian Schmidt's avatar
Fabian Schmidt committed
    "@babel/helper-create-class-features-plugin": {
      "version": "7.14.3",
      "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.3.tgz",
      "integrity": "sha512-BnEfi5+6J2Lte9LeiL6TxLWdIlEv9Woacc1qXzXBgbikcOzMRM2Oya5XGg/f/ngotv1ej2A/b+3iJH8wbS1+lQ==",
      "dev": true,
      "requires": {
        "@babel/helper-annotate-as-pure": "^7.12.13",
        "@babel/helper-function-name": "^7.14.2",
        "@babel/helper-member-expression-to-functions": "^7.13.12",
        "@babel/helper-optimise-call-expression": "^7.12.13",
        "@babel/helper-replace-supers": "^7.14.3",
        "@babel/helper-split-export-declaration": "^7.12.13"
      }
    },
    "@babel/helper-function-name": {
      "version": "7.14.2",
      "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.14.2.tgz",
      "integrity": "sha512-NYZlkZRydxw+YT56IlhIcS8PAhb+FEUiOzuhFTfqDyPmzAhRge6ua0dQYT/Uh0t/EDHq05/i+e5M2d4XvjgarQ==",
      "dev": true,
      "requires": {
        "@babel/helper-get-function-arity": "^7.12.13",
        "@babel/template": "^7.12.13",
Fabian Schmidt's avatar
Fabian Schmidt committed
        "@babel/types": "^7.14.2"
Fabian Schmidt's avatar
Fabian Schmidt committed
    "@babel/helper-get-function-arity": {
      "version": "7.12.13",
      "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz",
      "integrity": "sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg==",
Fabian Schmidt's avatar
Fabian Schmidt committed
      "dev": true,
      "requires": {
        "@babel/types": "^7.12.13"
      }
    },
Fabian Schmidt's avatar
Fabian Schmidt committed
    "@babel/helper-member-expression-to-functions": {
      "version": "7.13.12",
      "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.13.12.tgz",
      "integrity": "sha512-48ql1CLL59aKbU94Y88Xgb2VFy7a95ykGRbJJaaVv+LX5U8wFpLfiGXJJGUozsmA1oEh/o5Bp60Voq7ACyA/Sw==",
Fabian Schmidt's avatar
Fabian Schmidt committed
      "dev": true,
      "requires": {
        "@babel/types": "^7.13.12"
      }
    },
Fabian Schmidt's avatar
Fabian Schmidt committed
    "@babel/helper-module-imports": {
      "version": "7.13.12",
      "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.13.12.tgz",
      "integrity": "sha512-4cVvR2/1B693IuOvSI20xqqa/+bl7lqAMR59R4iu39R9aOX8/JoYY1sFaNvUMyMBGnHdwvJgUrzNLoUZxXypxA==",
Fabian Schmidt's avatar
Fabian Schmidt committed
      "requires": {
        "@babel/types": "^7.13.12"
      }
    },
Fabian Schmidt's avatar
Fabian Schmidt committed
    "@babel/helper-module-transforms": {
      "version": "7.14.2",
      "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.14.2.tgz",
      "integrity": "sha512-OznJUda/soKXv0XhpvzGWDnml4Qnwp16GN+D/kZIdLsWoHj05kyu8Rm5kXmMef+rVJZ0+4pSGLkeixdqNUATDA==",
      "dev": true,
      "requires": {
        "@babel/helper-module-imports": "^7.13.12",
        "@babel/helper-replace-supers": "^7.13.12",
        "@babel/helper-simple-access": "^7.13.12",
        "@babel/helper-split-export-declaration": "^7.12.13",
Fabian Schmidt's avatar
Fabian Schmidt committed
        "@babel/helper-validator-identifier": "^7.14.0",
        "@babel/template": "^7.12.13",
Fabian Schmidt's avatar
Fabian Schmidt committed
        "@babel/traverse": "^7.14.2",
        "@babel/types": "^7.14.2"
Fabian Schmidt's avatar
Fabian Schmidt committed
    "@babel/helper-optimise-call-expression": {
      "version": "7.12.13",
      "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.13.tgz",
      "integrity": "sha512-BdWQhoVJkp6nVjB7nkFWcn43dkprYauqtk++Py2eaf/GRDFm5BxRqEIZCiHlZUGAVmtwKcsVL1dC68WmzeFmiA==",
Fabian Schmidt's avatar
Fabian Schmidt committed
      "dev": true,
      "requires": {
        "@babel/types": "^7.12.13"
      }
    },
Fabian Schmidt's avatar
Fabian Schmidt committed
    "@babel/helper-plugin-utils": {
      "version": "7.13.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.13.0.tgz",
      "integrity": "sha512-ZPafIPSwzUlAoWT8DKs1W2VyF2gOWthGd5NGFMsBcMMol+ZhK+EQY/e6V96poa6PA/Bh+C9plWN0hXO1uB8AfQ=="
Fabian Schmidt's avatar
Fabian Schmidt committed
    "@babel/helper-replace-supers": {
      "version": "7.14.3",
      "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.14.3.tgz",
      "integrity": "sha512-Rlh8qEWZSTfdz+tgNV/N4gz1a0TMNwCUcENhMjHTHKp3LseYH5Jha0NSlyTQWMnjbYcwFt+bqAMqSLHVXkQ6UA==",
      "dev": true,
      "requires": {
        "@babel/helper-member-expression-to-functions": "^7.13.12",
        "@babel/helper-optimise-call-expression": "^7.12.13",
Fabian Schmidt's avatar
Fabian Schmidt committed
        "@babel/traverse": "^7.14.2",
        "@babel/types": "^7.14.2"
Fabian Schmidt's avatar
Fabian Schmidt committed
    "@babel/helper-simple-access": {
      "version": "7.13.12",
      "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.13.12.tgz",
      "integrity": "sha512-7FEjbrx5SL9cWvXioDbnlYTppcZGuCY6ow3/D5vMggb2Ywgu4dMrpTJX0JdQAIcRRUElOIxF3yEooa9gUb9ZbA==",
Fabian Schmidt's avatar
Fabian Schmidt committed
      "dev": true,
      "requires": {
        "@babel/types": "^7.13.12"
      }
    },
Fabian Schmidt's avatar
Fabian Schmidt committed
    "@babel/helper-skip-transparent-expression-wrappers": {
      "version": "7.12.1",
      "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.12.1.tgz",
      "integrity": "sha512-Mf5AUuhG1/OCChOJ/HcADmvcHM42WJockombn8ATJG3OnyiSxBK/Mm5x78BQWvmtXZKHgbjdGL2kin/HOLlZGA==",
      "dev": true,
      "requires": {
        "@babel/types": "^7.12.1"
      }
    },
    "@babel/helper-split-export-declaration": {
      "version": "7.12.13",
      "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.13.tgz",
      "integrity": "sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg==",
Fabian Schmidt's avatar
Fabian Schmidt committed
      "dev": true,
      "requires": {
        "@babel/types": "^7.12.13"
      }
    },
Fabian Schmidt's avatar
Fabian Schmidt committed
    "@babel/helper-validator-identifier": {
      "version": "7.14.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz",
      "integrity": "sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A=="
Fabian Schmidt's avatar
Fabian Schmidt committed
    "@babel/helper-validator-option": {
      "version": "7.12.17",
      "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz",
      "integrity": "sha512-TopkMDmLzq8ngChwRlyjR6raKD6gMSae4JdYDB8bByKreQgG0RBTuKe9LRxW3wFtUnjxOPRKBDwEH6Mg5KeDfw==",
Fabian Schmidt's avatar
Fabian Schmidt committed
      "dev": true
Fabian Schmidt's avatar
Fabian Schmidt committed
    "@babel/helpers": {
      "version": "7.13.17",
      "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.13.17.tgz",
      "integrity": "sha512-Eal4Gce4kGijo1/TGJdqp3WuhllaMLSrW6XcL0ulyUAQOuxHcCafZE8KHg9857gcTehsm/v7RcOx2+jp0Ryjsg==",
Fabian Schmidt's avatar
Fabian Schmidt committed
      "dev": true,
      "requires": {
        "@babel/template": "^7.12.13",
        "@babel/traverse": "^7.13.17",
        "@babel/types": "^7.13.17"
      }
    },
Fabian Schmidt's avatar
Fabian Schmidt committed
    "@babel/highlight": {
      "version": "7.13.10",
      "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.13.10.tgz",
      "integrity": "sha512-5aPpe5XQPzflQrFwL1/QoeHkP2MsA4JCntcXHRhEsdsfPVkvPi2w7Qix4iV7t5S/oC9OodGrggd8aco1g3SZFg==",
Fabian Schmidt's avatar
Fabian Schmidt committed
      "requires": {
        "@babel/helper-validator-identifier": "^7.12.11",
        "chalk": "^2.0.0",
        "js-tokens": "^4.0.0"
      }
    },
Fabian Schmidt's avatar
Fabian Schmidt committed
    "@babel/parser": {
      "version": "7.14.3",
      "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.14.3.tgz",
      "integrity": "sha512-7MpZDIfI7sUC5zWo2+foJ50CSI5lcqDehZ0lVgIhSi4bFEk94fLAKlF3Q0nzSQQ+ca0lm+O6G9ztKVBeu8PMRQ==",
      "dev": true
    },
    "@babel/plugin-proposal-class-properties": {
      "version": "7.13.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.13.0.tgz",
      "integrity": "sha512-KnTDjFNC1g+45ka0myZNvSBFLhNCLN+GeGYLDEA8Oq7MZ6yMgfLoIRh86GRT0FjtJhZw8JyUskP9uvj5pHM9Zg==",
      "dev": true,
      "requires": {
        "@babel/helper-create-class-features-plugin": "^7.13.0",
        "@babel/helper-plugin-utils": "^7.13.0"
      }
    },
    "@babel/plugin-proposal-object-rest-spread": {
      "version": "7.14.2",
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.14.2.tgz",
      "integrity": "sha512-hBIQFxwZi8GIp934+nj5uV31mqclC1aYDhctDu5khTi9PCCUOczyy0b34W0oE9U/eJXiqQaKyVsmjeagOaSlbw==",
      "dev": true,
      "requires": {
        "@babel/compat-data": "^7.14.0",
        "@babel/helper-compilation-targets": "^7.13.16",
        "@babel/helper-plugin-utils": "^7.13.0",
        "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
        "@babel/plugin-transform-parameters": "^7.14.2"
Fabian Schmidt's avatar
Fabian Schmidt committed
    "@babel/plugin-syntax-class-properties": {
      "version": "7.12.13",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz",
      "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==",
      "dev": true,
Fabian Schmidt's avatar
Fabian Schmidt committed
      "requires": {
        "@babel/helper-plugin-utils": "^7.12.13"
      }
    },
Fabian Schmidt's avatar
Fabian Schmidt committed
    "@babel/plugin-syntax-flow": {
      "version": "7.12.13",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.12.13.tgz",
      "integrity": "sha512-J/RYxnlSLXZLVR7wTRsozxKT8qbsx1mNKJzXEEjQ0Kjx1ZACcyHgbanNWNCFtc36IzuWhYWPpvJFFoexoOWFmA==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.12.13"
Fabian Schmidt's avatar
Fabian Schmidt committed
    "@babel/plugin-syntax-jsx": {
      "version": "7.12.13",
Fabian Schmidt's avatar
Fabian Schmidt committed
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.12.13.tgz",
      "integrity": "sha512-d4HM23Q1K7oq/SLNmG6mRt85l2csmQ0cHRaxRXjKW0YFdEXqlZ5kzFQKH5Uc3rDJECgu+yCRgPkG04Mm98R/1g==",
      "requires": {
        "@babel/helper-plugin-utils": "^7.12.13"
Fabian Schmidt's avatar
Fabian Schmidt committed
    "@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"
Fabian Schmidt's avatar
Fabian Schmidt committed
    "@babel/plugin-transform-arrow-functions": {
      "version": "7.13.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.13.0.tgz",
      "integrity": "sha512-96lgJagobeVmazXFaDrbmCLQxBysKu7U6Do3mLsx27gf5Dk85ezysrs2BZUpXD703U/Su1xTBDxxar2oa4jAGg==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.13.0"
Fabian Schmidt's avatar
Fabian Schmidt committed
    "@babel/plugin-transform-block-scoped-functions": {
      "version": "7.12.13",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.12.13.tgz",
      "integrity": "sha512-zNyFqbc3kI/fVpqwfqkg6RvBgFpC4J18aKKMmv7KdQ/1GgREapSJAykLMVNwfRGO3BtHj3YQZl8kxCXPcVMVeg==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.12.13"
Fabian Schmidt's avatar
Fabian Schmidt committed
    "@babel/plugin-transform-block-scoping": {
      "version": "7.14.2",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.14.2.tgz",
      "integrity": "sha512-neZZcP19NugZZqNwMTH+KoBjx5WyvESPSIOQb4JHpfd+zPfqcH65RMu5xJju5+6q/Y2VzYrleQTr+b6METyyxg==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.13.0"
Fabian Schmidt's avatar
Fabian Schmidt committed
    "@babel/plugin-transform-classes": {
      "version": "7.14.2",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.14.2.tgz",
      "integrity": "sha512-7oafAVcucHquA/VZCsXv/gmuiHeYd64UJyyTYU+MPfNu0KeNlxw06IeENBO8bJjXVbolu+j1MM5aKQtH1OMCNg==",
      "dev": true,
      "requires": {
        "@babel/helper-annotate-as-pure": "^7.12.13",
        "@babel/helper-function-name": "^7.14.2",
        "@babel/helper-optimise-call-expression": "^7.12.13",
        "@babel/helper-plugin-utils": "^7.13.0",
        "@babel/helper-replace-supers": "^7.13.12",
        "@babel/helper-split-export-declaration": "^7.12.13",
        "globals": "^11.1.0"
Fabian Schmidt's avatar
Fabian Schmidt committed
    "@babel/plugin-transform-computed-properties": {
      "version": "7.13.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.13.0.tgz",
      "integrity": "sha512-RRqTYTeZkZAz8WbieLTvKUEUxZlUTdmL5KGMyZj7FnMfLNKV4+r5549aORG/mgojRmFlQMJDUupwAMiF2Q7OUg==",
      "dev": true,
Fabian Schmidt's avatar
Fabian Schmidt committed
      "requires": {
        "@babel/helper-plugin-utils": "^7.13.0"
Fabian Schmidt's avatar
Fabian Schmidt committed
    "@babel/plugin-transform-destructuring": {
      "version": "7.13.17",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.13.17.tgz",
      "integrity": "sha512-UAUqiLv+uRLO+xuBKKMEpC+t7YRNVRqBsWWq1yKXbBZBje/t3IXCiSinZhjn/DC3qzBfICeYd2EFGEbHsh5RLA==",
      "dev": true,
Fabian Schmidt's avatar
Fabian Schmidt committed
      "requires": {
        "@babel/helper-plugin-utils": "^7.13.0"
Fabian Schmidt's avatar
Fabian Schmidt committed
    "@babel/plugin-transform-flow-strip-types": {
      "version": "7.13.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.13.0.tgz",
      "integrity": "sha512-EXAGFMJgSX8gxWD7PZtW/P6M+z74jpx3wm/+9pn+c2dOawPpBkUX7BrfyPvo6ZpXbgRIEuwgwDb/MGlKvu2pOg==",
      "dev": true,
Fabian Schmidt's avatar
Fabian Schmidt committed
      "requires": {
        "@babel/helper-plugin-utils": "^7.13.0",
        "@babel/plugin-syntax-flow": "^7.12.13"
Fabian Schmidt's avatar
Fabian Schmidt committed
    "@babel/plugin-transform-for-of": {
      "version": "7.13.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.13.0.tgz",
      "integrity": "sha512-IHKT00mwUVYE0zzbkDgNRP6SRzvfGCYsOxIRz8KsiaaHCcT9BWIkO+H9QRJseHBLOGBZkHUdHiqj6r0POsdytg==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.13.0"
Fabian Schmidt's avatar
Fabian Schmidt committed
    "@babel/plugin-transform-function-name": {
      "version": "7.12.13",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.12.13.tgz",
      "integrity": "sha512-6K7gZycG0cmIwwF7uMK/ZqeCikCGVBdyP2J5SKNCXO5EOHcqi+z7Jwf8AmyDNcBgxET8DrEtCt/mPKPyAzXyqQ==",
      "dev": true,
      "requires": {
        "@babel/helper-function-name": "^7.12.13",
        "@babel/helper-plugin-utils": "^7.12.13"
Fabian Schmidt's avatar
Fabian Schmidt committed
    "@babel/plugin-transform-literals": {
      "version": "7.12.13",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.12.13.tgz",
      "integrity": "sha512-FW+WPjSR7hiUxMcKqyNjP05tQ2kmBCdpEpZHY1ARm96tGQCCBvXKnpjILtDplUnJ/eHZ0lALLM+d2lMFSpYJrQ==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.12.13"
Fabian Schmidt's avatar
Fabian Schmidt committed
    "@babel/plugin-transform-member-expression-literals": {
      "version": "7.12.13",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.12.13.tgz",
      "integrity": "sha512-kxLkOsg8yir4YeEPHLuO2tXP9R/gTjpuTOjshqSpELUN3ZAg2jfDnKUvzzJxObun38sw3wm4Uu69sX/zA7iRvg==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.12.13"
Fabian Schmidt's avatar
Fabian Schmidt committed
    "@babel/plugin-transform-modules-commonjs": {
      "version": "7.14.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.14.0.tgz",
      "integrity": "sha512-EX4QePlsTaRZQmw9BsoPeyh5OCtRGIhwfLquhxGp5e32w+dyL8htOcDwamlitmNFK6xBZYlygjdye9dbd9rUlQ==",
      "dev": true,
Fabian Schmidt's avatar
Fabian Schmidt committed
      "requires": {
        "@babel/helper-module-transforms": "^7.14.0",
        "@babel/helper-plugin-utils": "^7.13.0",
        "@babel/helper-simple-access": "^7.13.12",
        "babel-plugin-dynamic-import-node": "^2.3.3"
Fabian Schmidt's avatar
Fabian Schmidt committed
    "@babel/plugin-transform-object-super": {
      "version": "7.12.13",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.12.13.tgz",
      "integrity": "sha512-JzYIcj3XtYspZDV8j9ulnoMPZZnF/Cj0LUxPOjR89BdBVx+zYJI9MdMIlUZjbXDX+6YVeS6I3e8op+qQ3BYBoQ==",
      "dev": true,
Fabian Schmidt's avatar
Fabian Schmidt committed
      "requires": {
        "@babel/helper-plugin-utils": "^7.12.13",
        "@babel/helper-replace-supers": "^7.12.13"
Fabian Schmidt's avatar
Fabian Schmidt committed
    "@babel/plugin-transform-parameters": {
      "version": "7.14.2",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.14.2.tgz",
      "integrity": "sha512-NxoVmA3APNCC1JdMXkdYXuQS+EMdqy0vIwyDHeKHiJKRxmp1qGSdb0JLEIoPRhkx6H/8Qi3RJ3uqOCYw8giy9A==",
      "dev": true,
Fabian Schmidt's avatar
Fabian Schmidt committed
      "requires": {
        "@babel/helper-plugin-utils": "^7.13.0"
Fabian Schmidt's avatar
Fabian Schmidt committed
    "@babel/plugin-transform-property-literals": {
      "version": "7.12.13",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.12.13.tgz",
      "integrity": "sha512-nqVigwVan+lR+g8Fj8Exl0UQX2kymtjcWfMOYM1vTYEKujeyv2SkMgazf2qNcK7l4SDiKyTA/nHCPqL4e2zo1A==",
      "dev": true,
Fabian Schmidt's avatar
Fabian Schmidt committed
      "requires": {
        "@babel/helper-plugin-utils": "^7.12.13"
Fabian Schmidt's avatar
Fabian Schmidt committed
    "@babel/plugin-transform-react-display-name": {
      "version": "7.14.2",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.14.2.tgz",
      "integrity": "sha512-zCubvP+jjahpnFJvPaHPiGVfuVUjXHhFvJKQdNnsmSsiU9kR/rCZ41jHc++tERD2zV+p7Hr6is+t5b6iWTCqSw==",
      "dev": true,
Fabian Schmidt's avatar
Fabian Schmidt committed
      "requires": {
        "@babel/helper-plugin-utils": "^7.13.0"
Fabian Schmidt's avatar
Fabian Schmidt committed
    "@babel/plugin-transform-react-jsx": {
      "version": "7.14.3",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.14.3.tgz",
      "integrity": "sha512-uuxuoUNVhdgYzERiHHFkE4dWoJx+UFVyuAl0aqN8P2/AKFHwqgUC5w2+4/PjpKXJsFgBlYAFXlUmDQ3k3DUkXw==",
      "dev": true,
Fabian Schmidt's avatar
Fabian Schmidt committed
      "requires": {
        "@babel/helper-annotate-as-pure": "^7.12.13",
        "@babel/helper-module-imports": "^7.13.12",
        "@babel/helper-plugin-utils": "^7.13.0",
        "@babel/plugin-syntax-jsx": "^7.12.13",
        "@babel/types": "^7.14.2"
Fabian Schmidt's avatar
Fabian Schmidt committed
    "@babel/plugin-transform-shorthand-properties": {
      "version": "7.12.13",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.12.13.tgz",
      "integrity": "sha512-xpL49pqPnLtf0tVluuqvzWIgLEhuPpZzvs2yabUHSKRNlN7ScYU7aMlmavOeyXJZKgZKQRBlh8rHbKiJDraTSw==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.12.13"
Fabian Schmidt's avatar
Fabian Schmidt committed
    "@babel/plugin-transform-spread": {
      "version": "7.13.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.13.0.tgz",
      "integrity": "sha512-V6vkiXijjzYeFmQTr3dBxPtZYLPcUfY34DebOU27jIl2M/Y8Egm52Hw82CSjjPqd54GTlJs5x+CR7HeNr24ckg==",
      "dev": true,
Fabian Schmidt's avatar
Fabian Schmidt committed
      "requires": {
        "@babel/helper-plugin-utils": "^7.13.0",
        "@babel/helper-skip-transparent-expression-wrappers": "^7.12.1"
Fabian Schmidt's avatar
Fabian Schmidt committed
    "@babel/plugin-transform-template-literals": {
      "version": "7.13.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.13.0.tgz",
      "integrity": "sha512-d67umW6nlfmr1iehCcBv69eSUSySk1EsIS8aTDX4Xo9qajAh6mYtcl4kJrBkGXuxZPEgVr7RVfAvNW6YQkd4Mw==",
      "dev": true,
Fabian Schmidt's avatar
Fabian Schmidt committed
      "requires": {
        "@babel/helper-plugin-utils": "^7.13.0"
Fabian Schmidt's avatar
Fabian Schmidt committed
    "@babel/runtime": {
      "version": "7.13.10",
      "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.10.tgz",
      "integrity": "sha512-4QPkjJq6Ns3V/RgpEahRk+AGfL0eO6RHHtTWoNNr5mO49G6B5+X6d6THgWEAvTrznU5xYpbAlVKRYcsCgh/Akw==",
      "requires": {
        "regenerator-runtime": "^0.13.4"
Fabian Schmidt's avatar
Fabian Schmidt committed
    "@babel/template": {
      "version": "7.12.13",
      "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.12.13.tgz",
      "integrity": "sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA==",
      "dev": true,
Fabian Schmidt's avatar
Fabian Schmidt committed
      "requires": {
        "@babel/code-frame": "^7.12.13",
        "@babel/parser": "^7.12.13",
        "@babel/types": "^7.12.13"
Fabian Schmidt's avatar
Fabian Schmidt committed
    "@babel/traverse": {
      "version": "7.14.2",
      "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.14.2.tgz",
      "integrity": "sha512-TsdRgvBFHMyHOOzcP9S6QU0QQtjxlRpEYOy3mcCO5RgmC305ki42aSAmfZEMSSYBla2oZ9BMqYlncBaKmD/7iA==",
      "dev": true,
      "requires": {
        "@babel/code-frame": "^7.12.13",
        "@babel/generator": "^7.14.2",
        "@babel/helper-function-name": "^7.14.2",
        "@babel/helper-split-export-declaration": "^7.12.13",
        "@babel/parser": "^7.14.2",
        "@babel/types": "^7.14.2",
        "debug": "^4.1.0",
        "globals": "^11.1.0"
Fabian Schmidt's avatar
Fabian Schmidt committed
    "@babel/types": {
      "version": "7.14.2",
      "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.2.tgz",
      "integrity": "sha512-SdjAG/3DikRHpUOjxZgnkbR11xUlyDMUFJdvnIgZEE16mqmY0BINMmc4//JMJglEmn6i7sq6p+mGrFWyZ98EEw==",
      "requires": {
        "@babel/helper-validator-identifier": "^7.14.0",
        "to-fast-properties": "^2.0.0"
    "@emotion/babel-plugin": {
      "version": "11.3.0",
      "resolved": "https://registry.npmjs.org/@emotion/babel-plugin/-/babel-plugin-11.3.0.tgz",
      "integrity": "sha512-UZKwBV2rADuhRp+ZOGgNWg2eYgbzKzQXfQPtJbu/PLy8onurxlNCLvxMQEvlr1/GudguPI5IU9qIY1+2z1M5bA==",
      "requires": {
        "@babel/helper-module-imports": "^7.12.13",
        "@babel/plugin-syntax-jsx": "^7.12.13",
        "@babel/runtime": "^7.13.10",
        "@emotion/hash": "^0.8.0",
        "@emotion/memoize": "^0.7.5",
        "@emotion/serialize": "^1.0.2",
        "babel-plugin-macros": "^2.6.1",
        "convert-source-map": "^1.5.0",
        "escape-string-regexp": "^4.0.0",
        "find-root": "^1.1.0",
        "source-map": "^0.5.7",
        "stylis": "^4.0.3"
      },
      "dependencies": {
        "escape-string-regexp": {
          "version": "4.0.0",
          "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
          "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA=="
        }
      }
    },
Fabian Schmidt's avatar
Fabian Schmidt committed
    "@emotion/cache": {
      "version": "11.4.0",
      "resolved": "https://registry.npmjs.org/@emotion/cache/-/cache-11.4.0.tgz",
      "integrity": "sha512-Zx70bjE7LErRO9OaZrhf22Qye1y4F7iDl+ITjet0J+i+B88PrAOBkKvaAWhxsZf72tDLajwCgfCjJ2dvH77C3g==",
      "requires": {
        "@emotion/memoize": "^0.7.4",
        "@emotion/sheet": "^1.0.0",
        "@emotion/utils": "^1.0.0",
        "@emotion/weak-memoize": "^0.2.5",
        "stylis": "^4.0.3"
    "@emotion/css": {
      "version": "11.1.3",
      "resolved": "https://registry.npmjs.org/@emotion/css/-/css-11.1.3.tgz",
      "integrity": "sha512-RSQP59qtCNTf5NWD6xM08xsQdCZmVYnX/panPYvB6LQAPKQB6GL49Njf0EMbS3CyDtrlWsBcmqBtysFvfWT3rA==",
      "requires": {
        "@emotion/babel-plugin": "^11.0.0",
        "@emotion/cache": "^11.1.3",
        "@emotion/serialize": "^1.0.0",
        "@emotion/sheet": "^1.0.0",
        "@emotion/utils": "^1.0.0"
      }
    },
Fabian Schmidt's avatar
Fabian Schmidt committed
    "@emotion/hash": {
      "version": "0.8.0",
      "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.8.0.tgz",
      "integrity": "sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow=="
Fabian Schmidt's avatar
Fabian Schmidt committed
    "@emotion/memoize": {
      "version": "0.7.5",
      "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.7.5.tgz",
      "integrity": "sha512-igX9a37DR2ZPGYtV6suZ6whr8pTFtyHL3K/oLUotxpSVO2ASaprmAe2Dkq7tBo7CRY7MMDrAa9nuQP9/YG8FxQ=="
Fabian Schmidt's avatar
Fabian Schmidt committed
    "@emotion/react": {
      "version": "11.4.0",
      "resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.4.0.tgz",
      "integrity": "sha512-4XklWsl9BdtatLoJpSjusXhpKv9YVteYKh9hPKP1Sxl+mswEFoUe0WtmtWjxEjkA51DQ2QRMCNOvKcSlCQ7ivg==",
      "requires": {
        "@babel/runtime": "^7.13.10",
        "@emotion/cache": "^11.4.0",
        "@emotion/serialize": "^1.0.2",
        "@emotion/sheet": "^1.0.1",
        "@emotion/utils": "^1.0.0",
        "@emotion/weak-memoize": "^0.2.5",
        "hoist-non-react-statics": "^3.3.1"
Fabian Schmidt's avatar
Fabian Schmidt committed
    "@emotion/serialize": {
      "version": "1.0.2",
      "resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.0.2.tgz",
      "integrity": "sha512-95MgNJ9+/ajxU7QIAruiOAdYNjxZX7G2mhgrtDWswA21VviYIRP1R5QilZ/bDY42xiKsaktP4egJb3QdYQZi1A==",
      "requires": {
        "@emotion/hash": "^0.8.0",
        "@emotion/memoize": "^0.7.4",
        "@emotion/unitless": "^0.7.5",
        "@emotion/utils": "^1.0.0",
        "csstype": "^3.0.2"
Fabian Schmidt's avatar
Fabian Schmidt committed
    "@emotion/sheet": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/@emotion/sheet/-/sheet-1.0.1.tgz",
      "integrity": "sha512-GbIvVMe4U+Zc+929N1V7nW6YYJtidj31lidSmdYcWozwoBIObXBnaJkKNDjZrLm9Nc0BR+ZyHNaRZxqNZbof5g=="
Fabian Schmidt's avatar
Fabian Schmidt committed
    "@emotion/unitless": {
      "version": "0.7.5",
      "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.7.5.tgz",
      "integrity": "sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg=="
Fabian Schmidt's avatar
Fabian Schmidt committed
    "@emotion/utils": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/@emotion/utils/-/utils-1.0.0.tgz",
      "integrity": "sha512-mQC2b3XLDs6QCW+pDQDiyO/EdGZYOygE8s5N5rrzjSI4M3IejPE/JPndCBwRT9z982aqQNi6beWs1UeayrQxxA=="
Fabian Schmidt's avatar
Fabian Schmidt committed
    "@emotion/weak-memoize": {
      "version": "0.2.5",
      "resolved": "https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.2.5.tgz",
      "integrity": "sha512-6U71C2Wp7r5XtFtQzYrW5iKFT67OixrSxjI4MptCHzdSVlgabczzqLe0ZSgnub/5Kp4hSbpDB1tMytZY9pwxxA=="
Fabian Schmidt's avatar
Fabian Schmidt committed
    "@endemolshinegroup/cosmiconfig-typescript-loader": {
      "version": "3.0.2",
      "resolved": "https://registry.npmjs.org/@endemolshinegroup/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-3.0.2.tgz",
      "integrity": "sha512-QRVtqJuS1mcT56oHpVegkKBlgtWjXw/gHNWO3eL9oyB5Sc7HBoc2OLG/nYpVfT/Jejvo3NUrD0Udk7XgoyDKkA==",
      "dev": true,
Fabian Schmidt's avatar
Fabian Schmidt committed
      "requires": {
        "lodash.get": "^4",
        "make-error": "^1",
        "ts-node": "^9",
        "tslib": "^2"
      },
      "dependencies": {
Fabian Schmidt's avatar
Fabian Schmidt committed
        "tslib": {
          "version": "2.2.0",
          "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.2.0.tgz",
          "integrity": "sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==",
          "dev": true
Fabian Schmidt's avatar
Fabian Schmidt committed
    "@eslint/eslintrc": {
      "version": "0.4.1",
      "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.4.1.tgz",
      "integrity": "sha512-5v7TDE9plVhvxQeWLXDTvFvJBdH6pEsdnl2g/dAptmuFEPedQ4Erq5rsDsX+mvAM610IhNaO2W5V1dOOnDKxkQ==",
      "dev": true,
Fabian Schmidt's avatar
Fabian Schmidt committed
      "requires": {
        "ajv": "^6.12.4",
        "debug": "^4.1.1",
Fabian Schmidt's avatar
Fabian Schmidt committed
        "espree": "^7.3.0",
        "globals": "^12.1.0",
        "ignore": "^4.0.6",
        "import-fresh": "^3.2.1",
        "js-yaml": "^3.13.1",
        "minimatch": "^3.0.4",
        "strip-json-comments": "^3.1.1"
      },
      "dependencies": {
Fabian Schmidt's avatar
Fabian Schmidt committed
        "globals": {
          "version": "12.4.0",
          "resolved": "https://registry.npmjs.org/globals/-/globals-12.4.0.tgz",
          "integrity": "sha512-BWICuzzDvDoH54NHKCseDanAhE3CeDorgDL5MT6LMXXj2WCnd9UC2szdk4AWLfjdgNBCXLUanXYcpBBKOSWGwg==",
          "dev": true,
          "requires": {
            "type-fest": "^0.8.1"
          }
        },
        "ignore": {
          "version": "4.0.6",
          "resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz",
          "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==",
          "dev": true
        }
Fabian Schmidt's avatar
Fabian Schmidt committed
    "@fullhuman/postcss-purgecss": {
      "version": "3.1.3",
      "resolved": "https://registry.npmjs.org/@fullhuman/postcss-purgecss/-/postcss-purgecss-3.1.3.tgz",
      "integrity": "sha512-kwOXw8fZ0Lt1QmeOOrd+o4Ibvp4UTEBFQbzvWldjlKv5n+G9sXfIPn1hh63IQIL8K8vbvv1oYMJiIUbuy9bGaA==",
      "requires": {
        "purgecss": "^3.1.3"
Fabian Schmidt's avatar
Fabian Schmidt committed
    "@graphql-codegen/cli": {
      "version": "1.21.4",
      "resolved": "https://registry.npmjs.org/@graphql-codegen/cli/-/cli-1.21.4.tgz",
      "integrity": "sha512-fCrPn7DeGnCU6d9xjo04VSzIGioVLj1BAjuZpgRJNNjyzTmv+qZJJVTWfD55J17XxlhFsfKJBprtdmRxZ3V2hw==",
      "dev": true,
      "requires": {
        "@graphql-codegen/core": "1.17.9",
        "@graphql-codegen/plugin-helpers": "^1.18.5",
        "@graphql-tools/apollo-engine-loader": "^6",
        "@graphql-tools/code-file-loader": "^6",
        "@graphql-tools/git-loader": "^6",
        "@graphql-tools/github-loader": "^6",
        "@graphql-tools/graphql-file-loader": "^6",
        "@graphql-tools/json-file-loader": "^6",
        "@graphql-tools/load": "^6",
        "@graphql-tools/prisma-loader": "^6",
        "@graphql-tools/url-loader": "^6",
        "@graphql-tools/utils": "^7.0.0",
        "ansi-escapes": "^4.3.1",
        "chalk": "^4.1.0",
        "change-case-all": "1.0.14",
        "chokidar": "^3.4.3",
        "common-tags": "^1.8.0",
        "cosmiconfig": "^7.0.0",
        "debounce": "^1.2.0",
        "dependency-graph": "^0.11.0",
        "detect-indent": "^6.0.0",
        "glob": "^7.1.6",
        "graphql-config": "^3.2.0",
        "indent-string": "^4.0.0",
        "inquirer": "^7.3.3",
        "is-glob": "^4.0.1",
        "json-to-pretty-yaml": "^1.2.2",
        "latest-version": "5.1.0",
        "listr": "^0.14.3",
        "listr-update-renderer": "^0.5.0",
        "log-symbols": "^4.0.0",
        "minimatch": "^3.0.4",
        "mkdirp": "^1.0.4",
        "string-env-interpolation": "^1.0.1",
        "ts-log": "^2.2.3",
        "tslib": "~2.2.0",
        "valid-url": "^1.0.9",
        "wrap-ansi": "^7.0.0",
        "yaml": "^1.10.0",
        "yargs": "^16.1.1"
      },
      "dependencies": {
Fabian Schmidt's avatar
Fabian Schmidt committed
        "ansi-styles": {
          "version": "4.3.0",
          "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
          "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
          "dev": true,
          "requires": {
            "color-convert": "^2.0.1"
          }
        },
        "chalk": {
          "version": "4.1.1",
          "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.1.tgz",
          "integrity": "sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==",
          "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
        },
        "dependency-graph": {
          "version": "0.11.0",
          "resolved": "https://registry.npmjs.org/dependency-graph/-/dependency-graph-0.11.0.tgz",
          "integrity": "sha512-JeMq7fEshyepOWDfcfHK06N3MhyPhz++vtqWhMT5O9A3K42rdsEDpfdVqjaqaAhsw6a+ZqeDvQVtD0hFHQWrzg==",
          "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
        },
        "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"
          }
        },
        "tslib": {
          "version": "2.2.0",
          "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.2.0.tgz",
          "integrity": "sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==",
          "dev": true
        }
Fabian Schmidt's avatar
Fabian Schmidt committed
    "@graphql-codegen/core": {
      "version": "1.17.9",
      "resolved": "https://registry.npmjs.org/@graphql-codegen/core/-/core-1.17.9.tgz",
      "integrity": "sha512-7nwy+bMWqb0iYJ2DKxA9UiE16meeJ2Ch2XWS/N/ZnA0snTR+GZ20USI8z6YqP1Fuist7LvGO1MbitO2qBT8raA==",
      "dev": true,
Fabian Schmidt's avatar
Fabian Schmidt committed
      "requires": {
        "@graphql-codegen/plugin-helpers": "^1.18.2",
        "@graphql-tools/merge": "^6",
        "@graphql-tools/utils": "^6",
        "tslib": "~2.0.1"
      },
      "dependencies": {
Fabian Schmidt's avatar
Fabian Schmidt committed
        "@graphql-tools/utils": {
          "version": "6.2.4",
          "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-6.2.4.tgz",
          "integrity": "sha512-ybgZ9EIJE3JMOtTrTd2VcIpTXtDrn2q6eiYkeYMKRVh3K41+LZa6YnR2zKERTXqTWqhobROwLt4BZbw2O3Aeeg==",
          "dev": true,
          "requires": {
            "@ardatan/aggregate-error": "0.0.6",
            "camel-case": "4.1.1",
            "tslib": "~2.0.1"
          }
        },
        "camel-case": {
          "version": "4.1.1",
          "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.1.tgz",
          "integrity": "sha512-7fa2WcG4fYFkclIvEmxBbTvmibwF2/agfEBc6q3lOpVu0A13ltLsA+Hr/8Hp6kp5f+G7hKi6t8lys6XxP+1K6Q==",
          "dev": true,
          "requires": {
            "pascal-case": "^3.1.1",
            "tslib": "^1.10.0"
          },
          "dependencies": {
            "tslib": {
              "version": "1.14.1",
              "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
              "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==",
              "dev": true
            }
          }
        },
        "tslib": {
          "version": "2.0.3",
          "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.3.tgz",
          "integrity": "sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ==",
          "dev": true
        }
Moritz Stückler's avatar
Moritz Stückler committed
      }
    },
Fabian Schmidt's avatar
Fabian Schmidt committed
    "@graphql-codegen/plugin-helpers": {
      "version": "1.18.6",
      "resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-1.18.6.tgz",
      "integrity": "sha512-iLUVvhLSPCyiIRWCLqV7irtyV+316TeOy6R7a5bkKEOcHM9/51xIjPyj1VD72SiiUrmgnK1XdzRRFnV8lQW5+Q==",
      "dev": true,
Moritz Stückler's avatar
Moritz Stückler committed
      "requires": {
Fabian Schmidt's avatar
Fabian Schmidt committed
        "@graphql-tools/utils": "^7.0.0",
        "common-tags": "1.8.0",
        "import-from": "3.0.0",
        "lodash": "~4.17.0",
        "tslib": "~2.2.0"
      },
      "dependencies": {
        "tslib": {
          "version": "2.2.0",
          "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.2.0.tgz",
          "integrity": "sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==",
          "dev": true
        }
Moritz Stückler's avatar
Moritz Stückler committed
      }
    },
Fabian Schmidt's avatar
Fabian Schmidt committed
    "@graphql-codegen/typescript": {
      "version": "1.22.0",
      "resolved": "https://registry.npmjs.org/@graphql-codegen/typescript/-/typescript-1.22.0.tgz",
      "integrity": "sha512-YzN/3MBYHrP110m8JgUWQIHt7Ivi3JXiq0RT5XNx/F9mVOSbZz6Ezbaji8YJA3y04Gl2f6ZgtdGazWANUvcOcg==",
      "dev": true,
Moritz Stückler's avatar
Moritz Stückler committed
      "requires": {
Fabian Schmidt's avatar
Fabian Schmidt committed
        "@graphql-codegen/plugin-helpers": "^1.18.5",
        "@graphql-codegen/visitor-plugin-common": "^1.20.0",
        "auto-bind": "~4.0.0",
        "tslib": "~2.2.0"
      },
      "dependencies": {
        "tslib": {
          "version": "2.2.0",
          "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.2.0.tgz",
          "integrity": "sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==",
          "dev": true
        }
Moritz Stückler's avatar
Moritz Stückler committed
      }
    },
Fabian Schmidt's avatar
Fabian Schmidt committed
    "@graphql-codegen/typescript-graphql-request": {
      "version": "3.2.0",
      "resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-graphql-request/-/typescript-graphql-request-3.2.0.tgz",
      "integrity": "sha512-e5UfYJzHI3zy+bRLxVsRaOpcW71Ihn15OI94FeoikC+y1VjiwEUBf48TL7nwb+HI/UA/8Q96wCI7lS4cp6eZwQ==",
      "dev": true,
Moritz Stückler's avatar
Moritz Stückler committed
      "requires": {
Fabian Schmidt's avatar
Fabian Schmidt committed
        "@graphql-codegen/plugin-helpers": "^1.18.6",
        "@graphql-codegen/visitor-plugin-common": "^1.20.0",
        "auto-bind": "~4.0.0",
        "tslib": "~2.2.0"
      },
      "dependencies": {
        "tslib": {
          "version": "2.2.0",
          "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.2.0.tgz",
          "integrity": "sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==",
          "dev": true
        }
Moritz Stückler's avatar
Moritz Stückler committed
      }
    },
Fabian Schmidt's avatar
Fabian Schmidt committed
    "@graphql-codegen/typescript-operations": {
      "version": "1.17.16",
      "resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-operations/-/typescript-operations-1.17.16.tgz",
      "integrity": "sha512-DoWIhg/c2XS4IpgRLRXRBJDwmKoIl6KuzL2iO9GElX0rdjYguwbqx6iDV1pgktTTajMy8pXP56oZhmEcZLRD2Q==",
      "dev": true,
Moritz Stückler's avatar
Moritz Stückler committed
      "requires": {
Fabian Schmidt's avatar
Fabian Schmidt committed
        "@graphql-codegen/plugin-helpers": "^1.18.5",
        "@graphql-codegen/typescript": "^1.22.0",
        "@graphql-codegen/visitor-plugin-common": "^1.20.0",
        "auto-bind": "~4.0.0",
        "tslib": "~2.2.0"
      },
      "dependencies": {
        "tslib": {
          "version": "2.2.0",
          "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.2.0.tgz",
          "integrity": "sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==",
          "dev": true
        }
Moritz Stückler's avatar
Moritz Stückler committed
      }
    },
Fabian Schmidt's avatar
Fabian Schmidt committed
    "@graphql-codegen/visitor-plugin-common": {
      "version": "1.20.0",
      "resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-1.20.0.tgz",
      "integrity": "sha512-AYrpy8NA3DpvhDLqYGerQRv44S+YAMPKtwT8x9GNVjzP0gVfmqi3gG1bDWbP5sm6kOZKvDC0kTxGePuBSZerxw==",
      "dev": true,
Moritz Stückler's avatar
Moritz Stückler committed
      "requires": {
Fabian Schmidt's avatar
Fabian Schmidt committed
        "@graphql-codegen/plugin-helpers": "^1.18.5",
        "@graphql-tools/optimize": "^1.0.1",
        "@graphql-tools/relay-operation-optimizer": "^6",
        "array.prototype.flatmap": "^1.2.4",
        "auto-bind": "~4.0.0",
        "change-case-all": "1.0.14",
        "dependency-graph": "^0.11.0",
        "graphql-tag": "^2.11.0",
        "parse-filepath": "^1.0.2",
        "tslib": "~2.2.0"
      },
      "dependencies": {
        "dependency-graph": {
          "version": "0.11.0",
          "resolved": "https://registry.npmjs.org/dependency-graph/-/dependency-graph-0.11.0.tgz",
          "integrity": "sha512-JeMq7fEshyepOWDfcfHK06N3MhyPhz++vtqWhMT5O9A3K42rdsEDpfdVqjaqaAhsw6a+ZqeDvQVtD0hFHQWrzg==",
          "dev": true
        },
        "tslib": {
          "version": "2.2.0",
          "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.2.0.tgz",
          "integrity": "sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==",
          "dev": true
        }
Moritz Stückler's avatar
Moritz Stückler committed
      }
    },
Fabian Schmidt's avatar
Fabian Schmidt committed
    "@graphql-tools/apollo-engine-loader": {
      "version": "6.2.5",
      "resolved": "https://registry.npmjs.org/@graphql-tools/apollo-engine-loader/-/apollo-engine-loader-6.2.5.tgz",
      "integrity": "sha512-CE4uef6PyxtSG+7OnLklIr2BZZDgjO89ZXK47EKdY7jQy/BQD/9o+8SxPsgiBc+2NsDJH2I6P/nqoaJMOEat6g==",
      "dev": true,
Moritz Stückler's avatar
Moritz Stückler committed
      "requires": {
Fabian Schmidt's avatar
Fabian Schmidt committed
        "@graphql-tools/utils": "^7.0.0",
        "cross-fetch": "3.0.6",
        "tslib": "~2.0.1"
      },
      "dependencies": {