Skip to content
Snippets Groups Projects
package-lock.json 474 KiB
Newer Older
  "name": "technical-reference",
Stefan Hynek's avatar
Stefan Hynek committed
  "lockfileVersion": 2,
  "requires": true,
Stefan Hynek's avatar
Stefan Hynek committed
  "packages": {
    "": {
      "name": "technical-reference",
Stefan Hynek's avatar
Stefan Hynek committed
      "devDependencies": {
        "@semantic-release/changelog": "^6.0.1",
        "@semantic-release/exec": "^6.0.3",
        "@semantic-release/git": "^10.0.1",
        "@semantic-release/gitlab-config": "^10.0.1",
        "commitizen": "^4.2.5",
Stefan Hynek's avatar
Stefan Hynek committed
        "cz-conventional-changelog": "^3.3.0",
        "husky": "^8.0.1",
        "markdownlint-cli": "^0.32.2",
        "semantic-release": "^19.0.5"
Stefan Hynek's avatar
Stefan Hynek committed
      }
    },
    "node_modules/@babel/code-frame": {
      "version": "7.18.6",
      "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz",
      "integrity": "sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==",
Stefan Hynek's avatar
Stefan Hynek committed
      "dev": true,
      "dependencies": {
        "@babel/highlight": "^7.18.6"
Stefan Hynek's avatar
Stefan Hynek committed
      },
      "engines": {
        "node": ">=6.9.0"
      }
    },
    "node_modules/@babel/helper-validator-identifier": {
      "version": "7.18.6",
      "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz",
      "integrity": "sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==",
Stefan Hynek's avatar
Stefan Hynek committed
      "dev": true,
      "engines": {
        "node": ">=6.9.0"
      }
    },
    "node_modules/@babel/highlight": {
      "version": "7.18.6",
      "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz",
      "integrity": "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==",
Stefan Hynek's avatar
Stefan Hynek committed
      "dev": true,
      "dependencies": {
        "@babel/helper-validator-identifier": "^7.18.6",
Stefan Hynek's avatar
Stefan Hynek committed
        "chalk": "^2.0.0",
        "js-tokens": "^4.0.0"
      },
      "engines": {
        "node": ">=6.9.0"
      }
    },
    "node_modules/@colors/colors": {
      "version": "1.5.0",
      "resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz",
      "integrity": "sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==",
      "dev": true,
      "optional": true,
      "engines": {
        "node": ">=0.1.90"
      }
    },
    "node_modules/@commitlint/config-validator": {
      "version": "17.1.0",
      "resolved": "https://registry.npmjs.org/@commitlint/config-validator/-/config-validator-17.1.0.tgz",
      "integrity": "sha512-Q1rRRSU09ngrTgeTXHq6ePJs2KrI+axPTgkNYDWSJIuS1Op4w3J30vUfSXjwn5YEJHklK3fSqWNHmBhmTR7Vdg==",
      "dev": true,
      "optional": true,
      "dependencies": {
        "@commitlint/types": "^17.0.0",
        "ajv": "^8.11.0"
      },
      "engines": {
        "node": ">=v14"
      }
    },
Stefan Hynek's avatar
Stefan Hynek committed
    "node_modules/@commitlint/execute-rule": {
      "version": "17.0.0",
      "resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-17.0.0.tgz",
      "integrity": "sha512-nVjL/w/zuqjCqSJm8UfpNaw66V9WzuJtQvEnCrK4jDw6qKTmZB+1JQ8m6BQVZbNBcwfYdDNKnhIhqI0Rk7lgpQ==",
Stefan Hynek's avatar
Stefan Hynek committed
      "dev": true,
      "optional": true,
      "engines": {
        "node": ">=v14"
Stefan Hynek's avatar
Stefan Hynek committed
      }
    },
    "node_modules/@commitlint/load": {
      "version": "17.1.2",
      "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-17.1.2.tgz",
      "integrity": "sha512-sk2p/jFYAWLChIfOIp/MGSIn/WzZ0vkc3afw+l4X8hGEYkvDe4gQUUAVxjl/6xMRn0HgnSLMZ04xXh5pkTsmgg==",
Stefan Hynek's avatar
Stefan Hynek committed
      "dev": true,
      "optional": true,
      "dependencies": {
        "@commitlint/config-validator": "^17.1.0",
        "@commitlint/execute-rule": "^17.0.0",
        "@commitlint/resolve-extends": "^17.1.0",
        "@commitlint/types": "^17.0.0",
        "@types/node": "^14.0.0",
        "chalk": "^4.1.0",
Stefan Hynek's avatar
Stefan Hynek committed
        "cosmiconfig": "^7.0.0",
        "cosmiconfig-typescript-loader": "^4.0.0",
Stefan Hynek's avatar
Stefan Hynek committed
        "lodash": "^4.17.19",
        "resolve-from": "^5.0.0",
        "ts-node": "^10.8.1",
        "typescript": "^4.6.4"
Stefan Hynek's avatar
Stefan Hynek committed
      },
      "engines": {
        "node": ">=v14"
Stefan Hynek's avatar
Stefan Hynek committed
      }
    },
    "node_modules/@commitlint/load/node_modules/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,
      "optional": true,
      "dependencies": {
        "color-convert": "^2.0.1"
      },
      "engines": {
        "node": ">=8"
      },
      "funding": {
        "url": "https://github.com/chalk/ansi-styles?sponsor=1"
      }
    },
    "node_modules/@commitlint/load/node_modules/chalk": {
      "version": "4.1.2",
      "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
      "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
      "dev": true,
      "optional": true,
      "dependencies": {
        "ansi-styles": "^4.1.0",
        "supports-color": "^7.1.0"
      },
      "engines": {
        "node": ">=10"
      },
      "funding": {
        "url": "https://github.com/chalk/chalk?sponsor=1"
      }
    },
    "node_modules/@commitlint/load/node_modules/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,
      "optional": true,
      "dependencies": {
        "color-name": "~1.1.4"
      },
      "engines": {
        "node": ">=7.0.0"
      }
    },
    "node_modules/@commitlint/load/node_modules/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,
      "optional": true
    },
    "node_modules/@commitlint/load/node_modules/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,
      "optional": true,
      "engines": {
        "node": ">=8"
      }
    },
    "node_modules/@commitlint/load/node_modules/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,
      "optional": true,
      "dependencies": {
        "has-flag": "^4.0.0"
      },
      "engines": {
        "node": ">=8"
      }
    },
    "node_modules/@commitlint/resolve-extends": {
      "version": "17.1.0",
      "resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-17.1.0.tgz",
      "integrity": "sha512-jqKm00LJ59T0O8O4bH4oMa4XyJVEOK4GzH8Qye9XKji+Q1FxhZznxMV/bDLyYkzbTodBt9sL0WLql8wMtRTbqQ==",
Stefan Hynek's avatar
Stefan Hynek committed
      "dev": true,
      "optional": true,
      "dependencies": {
        "@commitlint/config-validator": "^17.1.0",
        "@commitlint/types": "^17.0.0",
Stefan Hynek's avatar
Stefan Hynek committed
        "import-fresh": "^3.0.0",
        "lodash": "^4.17.19",
        "resolve-from": "^5.0.0",
        "resolve-global": "^1.0.0"
      },
      "engines": {
        "node": ">=v14"
Stefan Hynek's avatar
Stefan Hynek committed
      }
    },
    "node_modules/@commitlint/types": {
      "version": "17.0.0",
      "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-17.0.0.tgz",
      "integrity": "sha512-hBAw6U+SkAT5h47zDMeOu3HSiD0SODw4Aq7rRNh1ceUmL7GyLKYhPbUvlRWqZ65XjBLPHZhFyQlRaPNz8qvUyQ==",
Stefan Hynek's avatar
Stefan Hynek committed
      "dev": true,
      "optional": true,
      "dependencies": {
        "chalk": "^4.1.0"
Stefan Hynek's avatar
Stefan Hynek committed
      },
      "engines": {
        "node": ">=v14"
Stefan Hynek's avatar
Stefan Hynek committed
      }
    },
    "node_modules/@commitlint/types/node_modules/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,
      "optional": true,
      "dependencies": {
        "color-convert": "^2.0.1"
      },
      "engines": {
        "node": ">=8"
      },
      "funding": {
        "url": "https://github.com/chalk/ansi-styles?sponsor=1"
      }
    },
    "node_modules/@commitlint/types/node_modules/chalk": {
      "version": "4.1.2",
      "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
      "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
      "dev": true,
      "optional": true,
      "dependencies": {
        "ansi-styles": "^4.1.0",
        "supports-color": "^7.1.0"
      },
      "engines": {
        "node": ">=10"
      },
      "funding": {
        "url": "https://github.com/chalk/chalk?sponsor=1"
      }
    },
    "node_modules/@commitlint/types/node_modules/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,
      "optional": true,
      "dependencies": {
        "color-name": "~1.1.4"
      },
      "engines": {
        "node": ">=7.0.0"
      }
    },
    "node_modules/@commitlint/types/node_modules/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,
      "optional": true
    },
    "node_modules/@commitlint/types/node_modules/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,
      "optional": true,
      "engines": {
        "node": ">=8"
      }
    },
    "node_modules/@commitlint/types/node_modules/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,
      "optional": true,
      "dependencies": {
        "has-flag": "^4.0.0"
      },
      "engines": {
        "node": ">=8"
      }
    },
    "node_modules/@cspotcode/source-map-support": {
      "version": "0.8.1",
      "resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz",
      "integrity": "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==",
      "dev": true,
      "optional": true,
      "dependencies": {
        "@jridgewell/trace-mapping": "0.3.9"
      },
      "engines": {
        "node": ">=12"
      }
    },
    "node_modules/@jridgewell/resolve-uri": {
      "version": "3.1.0",
      "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz",
      "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==",
      "dev": true,
      "optional": true,
      "engines": {
        "node": ">=6.0.0"
      }
    },
    "node_modules/@jridgewell/sourcemap-codec": {
      "version": "1.4.14",
      "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz",
      "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==",
      "dev": true,
      "optional": true
    },
    "node_modules/@jridgewell/trace-mapping": {
      "version": "0.3.9",
      "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz",
      "integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==",
      "dev": true,
      "optional": true,
      "dependencies": {
        "@jridgewell/resolve-uri": "^3.0.3",
        "@jridgewell/sourcemap-codec": "^1.4.10"
      }
    },
Stefan Hynek's avatar
Stefan Hynek committed
    "node_modules/@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,
      "dependencies": {
        "@nodelib/fs.stat": "2.0.5",
        "run-parallel": "^1.1.9"
      },
      "engines": {
        "node": ">= 8"
      }
    },
    "node_modules/@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,
      "engines": {
        "node": ">= 8"
      }
    },
    "node_modules/@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,
      "dependencies": {
        "@nodelib/fs.scandir": "2.1.5",
        "fastq": "^1.6.0"
      },
      "engines": {
        "node": ">= 8"
      }
    },
    "node_modules/@octokit/auth-token": {
      "version": "3.0.1",
      "resolved": "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-3.0.1.tgz",
      "integrity": "sha512-/USkK4cioY209wXRpund6HZzHo9GmjakpV9ycOkpMcMxMk7QVcVFVyCMtzvXYiHsB2crgDgrtNYSELYFBXhhaA==",
Stefan Hynek's avatar
Stefan Hynek committed
      "dev": true,
      "dependencies": {
        "@octokit/types": "^7.0.0"
      },
      "engines": {
        "node": ">= 14"
Stefan Hynek's avatar
Stefan Hynek committed
      }
    },
    "node_modules/@octokit/core": {
      "version": "4.0.5",
      "resolved": "https://registry.npmjs.org/@octokit/core/-/core-4.0.5.tgz",
      "integrity": "sha512-4R3HeHTYVHCfzSAi0C6pbGXV8UDI5Rk+k3G7kLVNckswN9mvpOzW9oENfjfH3nEmzg8y3AmKmzs8Sg6pLCeOCA==",
Stefan Hynek's avatar
Stefan Hynek committed
      "dev": true,
      "dependencies": {
        "@octokit/auth-token": "^3.0.0",
        "@octokit/graphql": "^5.0.0",
        "@octokit/request": "^6.0.0",
        "@octokit/request-error": "^3.0.0",
        "@octokit/types": "^7.0.0",
Stefan Hynek's avatar
Stefan Hynek committed
        "before-after-hook": "^2.2.0",
        "universal-user-agent": "^6.0.0"
      },
      "engines": {
        "node": ">= 14"
Stefan Hynek's avatar
Stefan Hynek committed
      }
    },
    "node_modules/@octokit/endpoint": {
      "version": "7.0.2",
      "resolved": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-7.0.2.tgz",
      "integrity": "sha512-8/AUACfE9vpRpehE6ZLfEtzkibe5nfsSwFZVMsG8qabqRt1M81qZYUFRZa1B8w8lP6cdfDJfRq9HWS+MbmR7tw==",
Stefan Hynek's avatar
Stefan Hynek committed
      "dev": true,
      "dependencies": {
        "@octokit/types": "^7.0.0",
Stefan Hynek's avatar
Stefan Hynek committed
        "is-plain-object": "^5.0.0",
        "universal-user-agent": "^6.0.0"
      },
      "engines": {
        "node": ">= 14"
Stefan Hynek's avatar
Stefan Hynek committed
      }
    },
    "node_modules/@octokit/graphql": {
      "version": "5.0.1",
      "resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-5.0.1.tgz",
      "integrity": "sha512-sxmnewSwAixkP1TrLdE6yRG53eEhHhDTYUykUwdV9x8f91WcbhunIHk9x1PZLALdBZKRPUO2HRcm4kezZ79HoA==",
Stefan Hynek's avatar
Stefan Hynek committed
      "dev": true,
      "dependencies": {
        "@octokit/request": "^6.0.0",
        "@octokit/types": "^7.0.0",
Stefan Hynek's avatar
Stefan Hynek committed
        "universal-user-agent": "^6.0.0"
      },
      "engines": {
        "node": ">= 14"
Stefan Hynek's avatar
Stefan Hynek committed
      }
    },
    "node_modules/@octokit/openapi-types": {
      "version": "13.8.0",
      "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-13.8.0.tgz",
      "integrity": "sha512-m1O4KSRRF5qieJ3MWuLrfseR9XHO0IxBsKVUbZMstbsghQlSPz/aHEgIqCWc4oj3+X/yFZXoXxGQcOhjcvQF1Q==",
Stefan Hynek's avatar
Stefan Hynek committed
      "dev": true
    },
    "node_modules/@octokit/plugin-paginate-rest": {
      "version": "4.2.0",
      "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-4.2.0.tgz",
      "integrity": "sha512-8otLCIK9esfmOCY14CBnG/xPqv0paf14rc+s9tHpbOpeFwrv5CnECKW1qdqMAT60ngAa9eB1bKQ+l2YCpi0HPQ==",
Stefan Hynek's avatar
Stefan Hynek committed
      "dev": true,
      "dependencies": {
        "@octokit/types": "^7.2.0"
      },
      "engines": {
        "node": ">= 14"
Stefan Hynek's avatar
Stefan Hynek committed
      },
      "peerDependencies": {
        "@octokit/core": ">=4"
Stefan Hynek's avatar
Stefan Hynek committed
      }
    },
    "node_modules/@octokit/plugin-request-log": {
      "version": "1.0.4",
      "resolved": "https://registry.npmjs.org/@octokit/plugin-request-log/-/plugin-request-log-1.0.4.tgz",
      "integrity": "sha512-mLUsMkgP7K/cnFEw07kWqXGF5LKrOkD+lhCrKvPHXWDywAwuDUeDwWBpc69XK3pNX0uKiVt8g5z96PJ6z9xCFA==",
      "dev": true,
      "peerDependencies": {
        "@octokit/core": ">=3"
      }
    },
    "node_modules/@octokit/plugin-rest-endpoint-methods": {
      "version": "6.4.1",
      "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-6.4.1.tgz",
      "integrity": "sha512-hlLwqxP2WzjaAujmrXuebQkFNF3YttJDhWNHpKRFm3ZNEq5tsK94Z4SX88peX7RanZWkUUDmILSz+IdkBb/57A==",
Stefan Hynek's avatar
Stefan Hynek committed
      "dev": true,
      "dependencies": {
        "@octokit/types": "^7.2.0",
Stefan Hynek's avatar
Stefan Hynek committed
        "deprecation": "^2.3.1"
      },
      "engines": {
        "node": ">= 14"
      },
Stefan Hynek's avatar
Stefan Hynek committed
      "peerDependencies": {
        "@octokit/core": ">=3"
      }
    },
    "node_modules/@octokit/request": {
      "version": "6.2.1",
      "resolved": "https://registry.npmjs.org/@octokit/request/-/request-6.2.1.tgz",
      "integrity": "sha512-gYKRCia3cpajRzDSU+3pt1q2OcuC6PK8PmFIyxZDWCzRXRSIBH8jXjFJ8ZceoygBIm0KsEUg4x1+XcYBz7dHPQ==",
Stefan Hynek's avatar
Stefan Hynek committed
      "dev": true,
      "dependencies": {
        "@octokit/endpoint": "^7.0.0",
        "@octokit/request-error": "^3.0.0",
        "@octokit/types": "^7.0.0",
Stefan Hynek's avatar
Stefan Hynek committed
        "is-plain-object": "^5.0.0",
        "node-fetch": "^2.6.7",
Stefan Hynek's avatar
Stefan Hynek committed
        "universal-user-agent": "^6.0.0"
      },
      "engines": {
        "node": ">= 14"
Stefan Hynek's avatar
Stefan Hynek committed
      }
    },
    "node_modules/@octokit/request-error": {
      "version": "3.0.1",
      "resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-3.0.1.tgz",
      "integrity": "sha512-ym4Bp0HTP7F3VFssV88WD1ZyCIRoE8H35pXSKwLeMizcdZAYc/t6N9X9Yr9n6t3aG9IH75XDnZ6UeZph0vHMWQ==",
Stefan Hynek's avatar
Stefan Hynek committed
      "dev": true,
      "dependencies": {
        "@octokit/types": "^7.0.0",
Stefan Hynek's avatar
Stefan Hynek committed
        "deprecation": "^2.0.0",
        "once": "^1.4.0"
      },
      "engines": {
        "node": ">= 14"
Stefan Hynek's avatar
Stefan Hynek committed
      }
    },
    "node_modules/@octokit/rest": {
      "version": "19.0.4",
      "resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-19.0.4.tgz",
      "integrity": "sha512-LwG668+6lE8zlSYOfwPj4FxWdv/qFXYBpv79TWIQEpBLKA9D/IMcWsF/U9RGpA3YqMVDiTxpgVpEW3zTFfPFTA==",
Stefan Hynek's avatar
Stefan Hynek committed
      "dev": true,
      "dependencies": {
        "@octokit/core": "^4.0.0",
        "@octokit/plugin-paginate-rest": "^4.0.0",
        "@octokit/plugin-request-log": "^1.0.4",
        "@octokit/plugin-rest-endpoint-methods": "^6.0.0"
      },
      "engines": {
        "node": ">= 14"
Stefan Hynek's avatar
Stefan Hynek committed
      }
    },
    "node_modules/@octokit/types": {
      "version": "7.2.0",
      "resolved": "https://registry.npmjs.org/@octokit/types/-/types-7.2.0.tgz",
      "integrity": "sha512-pYQ/a1U6mHptwhGyp6SvsiM4bWP2s3V95olUeTxas85D/2kN78yN5C8cGN+P4LwJSWUqIEyvq0Qn2WUn6NQRjw==",
Stefan Hynek's avatar
Stefan Hynek committed
      "dev": true,
      "dependencies": {
        "@octokit/openapi-types": "^13.6.0"
Stefan Hynek's avatar
Stefan Hynek committed
      }
    },
    "node_modules/@semantic-release/changelog": {
      "version": "6.0.1",
      "resolved": "https://registry.npmjs.org/@semantic-release/changelog/-/changelog-6.0.1.tgz",
      "integrity": "sha512-FT+tAGdWHr0RCM3EpWegWnvXJ05LQtBkQUaQRIExONoXjVjLuOILNm4DEKNaV+GAQyJjbLRVs57ti//GypH6PA==",
Stefan Hynek's avatar
Stefan Hynek committed
      "dev": true,
      "dependencies": {
        "@semantic-release/error": "^3.0.0",
Stefan Hynek's avatar
Stefan Hynek committed
        "aggregate-error": "^3.0.0",
        "fs-extra": "^9.0.0",
        "lodash": "^4.17.4"
      },
      "engines": {
        "node": ">=14.17"
Stefan Hynek's avatar
Stefan Hynek committed
      },
      "peerDependencies": {
        "semantic-release": ">=18.0.0"
Stefan Hynek's avatar
Stefan Hynek committed
      }
    },
    "node_modules/@semantic-release/commit-analyzer": {
      "version": "9.0.2",
      "resolved": "https://registry.npmjs.org/@semantic-release/commit-analyzer/-/commit-analyzer-9.0.2.tgz",
      "integrity": "sha512-E+dr6L+xIHZkX4zNMe6Rnwg4YQrWNXK+rNsvwOPpdFppvZO1olE2fIgWhv89TkQErygevbjsZFSIxp+u6w2e5g==",
Stefan Hynek's avatar
Stefan Hynek committed
      "dev": true,
      "dependencies": {
        "conventional-changelog-angular": "^5.0.0",
        "conventional-commits-filter": "^2.0.0",
        "conventional-commits-parser": "^3.2.3",
Stefan Hynek's avatar
Stefan Hynek committed
        "debug": "^4.0.0",
        "import-from": "^4.0.0",
Stefan Hynek's avatar
Stefan Hynek committed
        "lodash": "^4.17.4",
        "micromatch": "^4.0.2"
      },
      "engines": {
        "node": ">=14.17"
Stefan Hynek's avatar
Stefan Hynek committed
      },
      "peerDependencies": {
        "semantic-release": ">=18.0.0-beta.1"
Stefan Hynek's avatar
Stefan Hynek committed
      }
    },
    "node_modules/@semantic-release/error": {
      "version": "3.0.0",
      "resolved": "https://registry.npmjs.org/@semantic-release/error/-/error-3.0.0.tgz",
      "integrity": "sha512-5hiM4Un+tpl4cKw3lV4UgzJj+SmfNIDCLLw0TepzQxz9ZGV5ixnqkzIVF+3tp0ZHgcMKE+VNGHJjEeyFG2dcSw==",
      "dev": true,
      "engines": {
        "node": ">=14.17"
      }
Stefan Hynek's avatar
Stefan Hynek committed
    },
    "node_modules/@semantic-release/exec": {
      "version": "6.0.3",
      "resolved": "https://registry.npmjs.org/@semantic-release/exec/-/exec-6.0.3.tgz",
      "integrity": "sha512-bxAq8vLOw76aV89vxxICecEa8jfaWwYITw6X74zzlO0mc/Bgieqx9kBRz9z96pHectiTAtsCwsQcUyLYWnp3VQ==",
Stefan Hynek's avatar
Stefan Hynek committed
      "dev": true,
      "dependencies": {
        "@semantic-release/error": "^3.0.0",
Stefan Hynek's avatar
Stefan Hynek committed
        "aggregate-error": "^3.0.0",
        "debug": "^4.0.0",
        "execa": "^5.0.0",
Stefan Hynek's avatar
Stefan Hynek committed
        "lodash": "^4.17.4",
        "parse-json": "^5.0.0"
      },
      "engines": {
        "node": ">=14.17"
Stefan Hynek's avatar
Stefan Hynek committed
      },
      "peerDependencies": {
        "semantic-release": ">=18.0.0"
Stefan Hynek's avatar
Stefan Hynek committed
      }
    },
    "node_modules/@semantic-release/git": {
      "version": "10.0.1",
      "resolved": "https://registry.npmjs.org/@semantic-release/git/-/git-10.0.1.tgz",
      "integrity": "sha512-eWrx5KguUcU2wUPaO6sfvZI0wPafUKAMNC18aXY4EnNcrZL86dEmpNVnC9uMpGZkmZJ9EfCVJBQx4pV4EMGT1w==",
Stefan Hynek's avatar
Stefan Hynek committed
      "dev": true,
      "dependencies": {
        "@semantic-release/error": "^3.0.0",
Stefan Hynek's avatar
Stefan Hynek committed
        "aggregate-error": "^3.0.0",
        "debug": "^4.0.0",
        "dir-glob": "^3.0.0",
        "execa": "^5.0.0",
Stefan Hynek's avatar
Stefan Hynek committed
        "lodash": "^4.17.4",
        "micromatch": "^4.0.0",
        "p-reduce": "^2.0.0"
      },
      "engines": {
        "node": ">=14.17"
Stefan Hynek's avatar
Stefan Hynek committed
      },
      "peerDependencies": {
        "semantic-release": ">=18.0.0"
Stefan Hynek's avatar
Stefan Hynek committed
      }
    },
    "node_modules/@semantic-release/github": {
      "version": "8.0.6",
      "resolved": "https://registry.npmjs.org/@semantic-release/github/-/github-8.0.6.tgz",
      "integrity": "sha512-ZxgaxYCeqt9ylm2x3OPqUoUqBw1p60LhxzdX6BqJlIBThupGma98lttsAbK64T6L6AlNa2G5T66BbiG8y0PIHQ==",
Stefan Hynek's avatar
Stefan Hynek committed
      "dev": true,
      "dependencies": {
        "@octokit/rest": "^19.0.0",
        "@semantic-release/error": "^3.0.0",
Stefan Hynek's avatar
Stefan Hynek committed
        "aggregate-error": "^3.0.0",
        "bottleneck": "^2.18.1",
        "debug": "^4.0.0",
        "dir-glob": "^3.0.0",
        "fs-extra": "^10.0.0",
        "globby": "^11.0.0",
        "http-proxy-agent": "^5.0.0",
Stefan Hynek's avatar
Stefan Hynek committed
        "https-proxy-agent": "^5.0.0",
        "issue-parser": "^6.0.0",
        "lodash": "^4.17.4",
        "mime": "^3.0.0",
Stefan Hynek's avatar
Stefan Hynek committed
        "p-filter": "^2.0.0",
        "p-retry": "^4.0.0",
        "url-join": "^4.0.0"
      },
      "engines": {
        "node": ">=14.17"
Stefan Hynek's avatar
Stefan Hynek committed
      },
      "peerDependencies": {
        "semantic-release": ">=18.0.0-beta.1"
Stefan Hynek's avatar
Stefan Hynek committed
      }
    },
    "node_modules/@semantic-release/github/node_modules/fs-extra": {
      "version": "10.1.0",
      "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz",
      "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==",
Stefan Hynek's avatar
Stefan Hynek committed
      "dev": true,
      "dependencies": {
        "graceful-fs": "^4.2.0",
        "jsonfile": "^6.0.1",
        "universalify": "^2.0.0"
      },
      "engines": {
        "node": ">=12"
      }
    },
    "node_modules/@semantic-release/gitlab": {
      "version": "9.4.1",
      "resolved": "https://registry.npmjs.org/@semantic-release/gitlab/-/gitlab-9.4.1.tgz",
      "integrity": "sha512-5Y5kM0re7YfFrXZ53AfLr9FdkEUcq27JMd7FzoRdhCsWvah1QUpoiGcPEWIwaA2fkG6ru35eMB6bVzYXN4bdjA==",
Stefan Hynek's avatar
Stefan Hynek committed
      "dev": true,
      "dependencies": {
        "@semantic-release/error": "^3.0.0",
Stefan Hynek's avatar
Stefan Hynek committed
        "aggregate-error": "^3.0.0",
        "debug": "^4.0.0",
        "dir-glob": "^3.0.0",
        "escape-string-regexp": "^3.0.0",
        "form-data": "^4.0.0",
        "fs-extra": "^10.0.0",
Stefan Hynek's avatar
Stefan Hynek committed
        "globby": "^11.0.0",
        "got": "^11.0.0",
        "hpagent": "^1.0.0",
Stefan Hynek's avatar
Stefan Hynek committed
        "lodash": "^4.17.11",
        "parse-url": "^7.0.2",
Stefan Hynek's avatar
Stefan Hynek committed
        "url-join": "^4.0.0"
      },
      "engines": {
        "node": ">=14.17"
Stefan Hynek's avatar
Stefan Hynek committed
      },
      "peerDependencies": {
        "semantic-release": ">=18.0.0"
Stefan Hynek's avatar
Stefan Hynek committed
      }
    },
    "node_modules/@semantic-release/gitlab-config": {
      "version": "10.0.1",
      "resolved": "https://registry.npmjs.org/@semantic-release/gitlab-config/-/gitlab-config-10.0.1.tgz",
      "integrity": "sha512-uScrmukKYG4fI6+DZN7L5qkI47Cej/eDG5aj/Q4HFSZyy1BWxq+FxIyKqIFKd5OUzYVwqBml9se9Jr2oOpu+sQ==",
Stefan Hynek's avatar
Stefan Hynek committed
      "dev": true,
      "dependencies": {
        "@semantic-release/commit-analyzer": "^9.0.1",
        "@semantic-release/gitlab": "^9.0.0",
        "@semantic-release/npm": "^9.0.0",
        "@semantic-release/release-notes-generator": "^10.0.2"
Stefan Hynek's avatar
Stefan Hynek committed
      },
      "engines": {
        "node": "^14.17 || >=16"
Stefan Hynek's avatar
Stefan Hynek committed
      },
      "peerDependencies": {
        "semantic-release": ">=18.0.0"
      }
    },
    "node_modules/@semantic-release/gitlab/node_modules/fs-extra": {
      "version": "10.1.0",
      "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz",
      "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==",
      "dev": true,
      "dependencies": {
        "graceful-fs": "^4.2.0",
        "jsonfile": "^6.0.1",
        "universalify": "^2.0.0"
      },
      "engines": {
        "node": ">=12"
Stefan Hynek's avatar
Stefan Hynek committed
      }
    },
    "node_modules/@semantic-release/npm": {
      "version": "9.0.1",
      "resolved": "https://registry.npmjs.org/@semantic-release/npm/-/npm-9.0.1.tgz",
      "integrity": "sha512-I5nVZklxBzfMFwemhRNbSrkiN/dsH3c7K9+KSk6jUnq0rdLFUuJt7EBsysq4Ir3moajQgFkfEryEHPqiKJj20g==",
Stefan Hynek's avatar
Stefan Hynek committed
      "dev": true,
      "dependencies": {
        "@semantic-release/error": "^3.0.0",
Stefan Hynek's avatar
Stefan Hynek committed
        "aggregate-error": "^3.0.0",
        "execa": "^5.0.0",
        "fs-extra": "^10.0.0",
        "lodash": "^4.17.15",
        "nerf-dart": "^1.0.0",
        "normalize-url": "^6.0.0",
        "npm": "^8.3.0",
Stefan Hynek's avatar
Stefan Hynek committed
        "rc": "^1.2.8",
        "read-pkg": "^5.0.0",
        "registry-auth-token": "^4.0.0",
        "semver": "^7.1.2",
        "tempy": "^1.0.0"
      },
      "engines": {
        "node": ">=16 || ^14.17"
Stefan Hynek's avatar
Stefan Hynek committed
      },
      "peerDependencies": {
        "semantic-release": ">=19.0.0"
Stefan Hynek's avatar
Stefan Hynek committed
      }
    },
    "node_modules/@semantic-release/npm/node_modules/fs-extra": {
      "version": "10.1.0",
      "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz",
      "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==",
Stefan Hynek's avatar
Stefan Hynek committed
      "dev": true,
      "dependencies": {
        "graceful-fs": "^4.2.0",
        "jsonfile": "^6.0.1",
        "universalify": "^2.0.0"
      },
      "engines": {
        "node": ">=12"
      }
    },
    "node_modules/@semantic-release/npm/node_modules/semver": {
      "version": "7.3.7",
      "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz",
      "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==",
Stefan Hynek's avatar
Stefan Hynek committed
      "dev": true,
      "dependencies": {
        "lru-cache": "^6.0.0"
      },
      "bin": {
        "semver": "bin/semver.js"
      },
Stefan Hynek's avatar
Stefan Hynek committed
      "engines": {
        "node": ">=10"
Stefan Hynek's avatar
Stefan Hynek committed
      }
    },
    "node_modules/@semantic-release/release-notes-generator": {
      "version": "10.0.3",
      "resolved": "https://registry.npmjs.org/@semantic-release/release-notes-generator/-/release-notes-generator-10.0.3.tgz",
      "integrity": "sha512-k4x4VhIKneOWoBGHkx0qZogNjCldLPRiAjnIpMnlUh6PtaWXp/T+C9U7/TaNDDtgDa5HMbHl4WlREdxHio6/3w==",
Stefan Hynek's avatar
Stefan Hynek committed
      "dev": true,
      "dependencies": {
        "conventional-changelog-angular": "^5.0.0",
        "conventional-changelog-writer": "^5.0.0",
Stefan Hynek's avatar
Stefan Hynek committed
        "conventional-commits-filter": "^2.0.0",
        "conventional-commits-parser": "^3.2.3",
Stefan Hynek's avatar
Stefan Hynek committed
        "debug": "^4.0.0",
        "get-stream": "^6.0.0",
        "import-from": "^4.0.0",
Stefan Hynek's avatar
Stefan Hynek committed
        "into-stream": "^6.0.0",
        "lodash": "^4.17.4",
        "read-pkg-up": "^7.0.0"
      },
      "engines": {
        "node": ">=14.17"
Stefan Hynek's avatar
Stefan Hynek committed
      },
      "peerDependencies": {
        "semantic-release": ">=18.0.0-beta.1"
Stefan Hynek's avatar
Stefan Hynek committed
      }
    },
    "node_modules/@sindresorhus/is": {
      "version": "4.6.0",
      "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-4.6.0.tgz",
      "integrity": "sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==",
Stefan Hynek's avatar
Stefan Hynek committed
      "dev": true,
      "engines": {
        "node": ">=10"
      },
      "funding": {
        "url": "https://github.com/sindresorhus/is?sponsor=1"
      }
    },
    "node_modules/@szmarczak/http-timer": {
      "version": "4.0.6",
      "resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-4.0.6.tgz",
      "integrity": "sha512-4BAffykYOgO+5nzBWYwE3W90sBgLJoUPRWWcL8wlyiM8IB8ipJz3UMJ9KXQd1RKQXpKp8Tutn80HZtWsu2u76w==",
      "dev": true,
      "dependencies": {
        "defer-to-connect": "^2.0.0"
      },
      "engines": {
        "node": ">=10"
      }
    },
    "node_modules/@tootallnate/once": {
      "version": "2.0.0",
      "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz",
      "integrity": "sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==",
Stefan Hynek's avatar
Stefan Hynek committed
      "dev": true,
      "engines": {
        "node": ">= 10"
    "node_modules/@tsconfig/node10": {
      "version": "1.0.9",
      "resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.9.tgz",
      "integrity": "sha512-jNsYVVxU8v5g43Erja32laIDHXeoNvFEpX33OK4d6hljo3jDhCBDhx5dhCCTMWUojscpAagGiRkBKxpdl9fxqA==",
      "dev": true,
      "optional": true
    },
    "node_modules/@tsconfig/node12": {
      "version": "1.0.11",
      "resolved": "https://registry.npmjs.org/@tsconfig/node12/-/node12-1.0.11.tgz",
      "integrity": "sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==",
      "dev": true,
      "optional": true
    },
    "node_modules/@tsconfig/node14": {
      "version": "1.0.3",
      "resolved": "https://registry.npmjs.org/@tsconfig/node14/-/node14-1.0.3.tgz",
      "integrity": "sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==",
      "dev": true,
      "optional": true
    },
    "node_modules/@tsconfig/node16": {
      "version": "1.0.3",
      "resolved": "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.3.tgz",
      "integrity": "sha512-yOlFc+7UtL/89t2ZhjPvvB/DeAr3r+Dq58IgzsFkOAvVC6NMJXmCGjbptdXdR9qsX7pKcTL+s87FtYREi2dEEQ==",
      "dev": true,
      "optional": true
    },
Stefan Hynek's avatar
Stefan Hynek committed
    "node_modules/@types/cacheable-request": {
      "version": "6.0.2",
      "resolved": "https://registry.npmjs.org/@types/cacheable-request/-/cacheable-request-6.0.2.tgz",
      "integrity": "sha512-B3xVo+dlKM6nnKTcmm5ZtY/OL8bOAOd2Olee9M1zft65ox50OzjEHW91sDiU9j6cvW8Ejg1/Qkf4xd2kugApUA==",
      "dev": true,
      "dependencies": {
        "@types/http-cache-semantics": "*",
        "@types/keyv": "*",
        "@types/node": "*",
        "@types/responselike": "*"
      }
    },
    "node_modules/@types/http-cache-semantics": {
      "version": "4.0.1",
      "resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.1.tgz",
      "integrity": "sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ==",
      "dev": true
    },
    "node_modules/@types/keyv": {
      "version": "3.1.4",
      "resolved": "https://registry.npmjs.org/@types/keyv/-/keyv-3.1.4.tgz",
      "integrity": "sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==",
Stefan Hynek's avatar
Stefan Hynek committed
      "dev": true,
      "dependencies": {
        "@types/node": "*"
      }
    },
    "node_modules/@types/minimist": {
      "version": "1.2.2",
      "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.2.tgz",
      "integrity": "sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==",
      "dev": true
    },
    "node_modules/@types/node": {
      "version": "14.18.27",
      "resolved": "https://registry.npmjs.org/@types/node/-/node-14.18.27.tgz",
      "integrity": "sha512-DcTUcwT9xEcf4rp2UHyGAcmlqG4Mhe7acozl5vY2xzSrwP1z19ZVyjzQ6DsNUrvIadpiyZoQCTHFt4t2omYIZQ==",
Stefan Hynek's avatar
Stefan Hynek committed
      "dev": true
    },
    "node_modules/@types/normalize-package-data": {
      "version": "2.4.1",
      "resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz",
      "integrity": "sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==",
      "dev": true
    },
    "node_modules/@types/parse-json": {
      "version": "4.0.0",
      "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz",
      "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==",
      "dev": true
    },
    "node_modules/@types/responselike": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/@types/responselike/-/responselike-1.0.0.tgz",
      "integrity": "sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==",
      "dev": true,
      "dependencies": {
        "@types/node": "*"
      }
    },
    "node_modules/@types/retry": {
      "version": "0.12.0",
      "resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.0.tgz",
      "integrity": "sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==",
Stefan Hynek's avatar
Stefan Hynek committed
      "dev": true
    },
    "node_modules/acorn": {
      "version": "8.8.0",
      "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.8.0.tgz",
      "integrity": "sha512-QOxyigPVrpZ2GXT+PFyZTl6TtOFc5egxHIP9IlQ+RbupQuX4RkT/Bee4/kQuC02Xkzg84JcT7oLYtDIQxp+v7w==",
      "dev": true,
      "optional": true,
      "bin": {
        "acorn": "bin/acorn"
      },
      "engines": {
        "node": ">=0.4.0"
      }
    },
    "node_modules/acorn-walk": {
      "version": "8.2.0",
      "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.2.0.tgz",
      "integrity": "sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==",
      "dev": true,
      "optional": true,
      "engines": {
        "node": ">=0.4.0"
      }
    },
Stefan Hynek's avatar
Stefan Hynek committed
    "node_modules/agent-base": {
      "version": "6.0.2",
      "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
      "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
      "dev": true,
      "dependencies": {
        "debug": "4"
      },
      "engines": {
        "node": ">= 6.0.0"
      }
    },
    "node_modules/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,
      "dependencies": {
        "clean-stack": "^2.0.0",
        "indent-string": "^4.0.0"
      },
      "engines": {
        "node": ">=8"
      }
    },
    "node_modules/ajv": {
      "version": "8.11.0",
      "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz",
      "integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==",
      "dev": true,
      "optional": true,
      "dependencies": {
        "fast-deep-equal": "^3.1.1",
        "json-schema-traverse": "^1.0.0",
        "require-from-string": "^2.0.2",
        "uri-js": "^4.2.2"
      },
      "funding": {
        "type": "github",
        "url": "https://github.com/sponsors/epoberezkin"
      }
    },
Stefan Hynek's avatar
Stefan Hynek committed
    "node_modules/ansi-escapes": {
      "version": "4.3.2",
      "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz",
      "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==",
Stefan Hynek's avatar
Stefan Hynek committed
      "dev": true,