From 9c5e9d2e295e0022b49348c27435bf447d24d659 Mon Sep 17 00:00:00 2001 From: Konstantin Lepeshenkov <5447190+scale-tone@users.noreply.github.com> Date: Tue, 24 Oct 2023 19:43:21 +0200 Subject: [PATCH] all packages for the github action --- .../node_modules/@octokit/auth-token/LICENSE | 21 + .../@octokit/auth-token/README.md | 285 + .../@octokit/auth-token/dist-node/index.js | 79 + .../auth-token/dist-node/index.js.map | 7 + .../@octokit/auth-token/dist-src/auth.js | 17 + .../@octokit/auth-token/dist-src/hook.js | 12 + .../@octokit/auth-token/dist-src/index.js | 19 + .../dist-src/with-authorization-prefix.js | 9 + .../@octokit/auth-token/dist-types/auth.d.ts | 2 + .../@octokit/auth-token/dist-types/hook.d.ts | 2 + .../@octokit/auth-token/dist-types/index.d.ts | 7 + .../@octokit/auth-token/dist-types/types.d.ts | 33 + .../dist-types/with-authorization-prefix.d.ts | 6 + .../@octokit/auth-token/dist-web/index.js | 52 + .../@octokit/auth-token/dist-web/index.js.map | 7 + .../@octokit/auth-token/package.json | 44 + .../node_modules/@octokit/core/LICENSE | 21 + .../node_modules/@octokit/core/README.md | 448 + .../@octokit/core/dist-node/index.js | 163 + .../@octokit/core/dist-node/index.js.map | 7 + .../@octokit/core/dist-src/index.js | 133 + .../@octokit/core/dist-src/version.js | 4 + .../@octokit/core/dist-types/index.d.ts | 30 + .../@octokit/core/dist-types/types.d.ts | 44 + .../@octokit/core/dist-types/version.d.ts | 1 + .../@octokit/core/dist-web/index.js | 138 + .../@octokit/core/dist-web/index.js.map | 7 + .../node_modules/@octokit/core/package.json | 62 + .../node_modules/@octokit/endpoint/LICENSE | 21 + .../node_modules/@octokit/endpoint/README.md | 410 + .../@octokit/endpoint/dist-node/index.js | 358 + .../@octokit/endpoint/dist-node/index.js.map | 7 + .../@octokit/endpoint/dist-src/defaults.js | 17 + .../dist-src/endpoint-with-defaults.js | 9 + .../@octokit/endpoint/dist-src/index.js | 6 + .../@octokit/endpoint/dist-src/merge.js | 27 + .../@octokit/endpoint/dist-src/parse.js | 70 + .../dist-src/util/add-query-parameters.js | 16 + .../util/extract-url-variable-names.js | 14 + .../endpoint/dist-src/util/lowercase-keys.js | 12 + .../endpoint/dist-src/util/merge-deep.js | 18 + .../@octokit/endpoint/dist-src/util/omit.js | 9 + .../util/remove-undefined-properties.js | 11 + .../endpoint/dist-src/util/url-template.js | 128 + .../@octokit/endpoint/dist-src/version.js | 4 + .../endpoint/dist-src/with-defaults.js | 16 + .../endpoint/dist-types/defaults.d.ts | 2 + .../dist-types/endpoint-with-defaults.d.ts | 3 + .../@octokit/endpoint/dist-types/index.d.ts | 1 + .../@octokit/endpoint/dist-types/merge.d.ts | 2 + .../@octokit/endpoint/dist-types/parse.d.ts | 2 + .../dist-types/util/add-query-parameters.d.ts | 4 + .../util/extract-url-variable-names.d.ts | 1 + .../dist-types/util/lowercase-keys.d.ts | 5 + .../endpoint/dist-types/util/merge-deep.d.ts | 1 + .../endpoint/dist-types/util/omit.d.ts | 5 + .../util/remove-undefined-properties.d.ts | 1 + .../dist-types/util/url-template.d.ts | 3 + .../@octokit/endpoint/dist-types/version.d.ts | 1 + .../endpoint/dist-types/with-defaults.d.ts | 2 + .../@octokit/endpoint/dist-web/index.js | 331 + .../@octokit/endpoint/dist-web/index.js.map | 7 + .../@octokit/endpoint/package.json | 46 + .../node_modules/@octokit/graphql/LICENSE | 21 + .../node_modules/@octokit/graphql/README.md | 409 + .../@octokit/graphql/dist-node/index.js | 154 + .../@octokit/graphql/dist-node/index.js.map | 7 + .../@octokit/graphql/dist-src/error.js | 21 + .../@octokit/graphql/dist-src/graphql.js | 66 + .../@octokit/graphql/dist-src/index.js | 23 + .../@octokit/graphql/dist-src/version.js | 4 + .../graphql/dist-src/with-defaults.js | 15 + .../@octokit/graphql/dist-types/error.d.ts | 13 + .../@octokit/graphql/dist-types/graphql.d.ts | 3 + .../@octokit/graphql/dist-types/index.d.ts | 5 + .../@octokit/graphql/dist-types/types.d.ts | 55 + .../@octokit/graphql/dist-types/version.d.ts | 1 + .../graphql/dist-types/with-defaults.d.ts | 3 + .../@octokit/graphql/dist-web/index.js | 127 + .../@octokit/graphql/dist-web/index.js.map | 7 + .../@octokit/graphql/package.json | 48 + .../@octokit/openapi-types/LICENSE | 7 + .../@octokit/openapi-types/README.md | 17 + .../@octokit/openapi-types/package.json | 20 + .../@octokit/openapi-types/types.d.ts | 115824 +++++++++++++++ .../@octokit/plugin-paginate-rest/LICENSE | 7 + .../@octokit/plugin-paginate-rest/README.md | 269 + .../plugin-paginate-rest/dist-node/index.js | 393 + .../dist-node/index.js.map | 7 + .../dist-src/compose-paginate.js | 8 + .../generated/paginating-endpoints.js | 234 + .../plugin-paginate-rest/dist-src/index.js | 22 + .../plugin-paginate-rest/dist-src/iterator.js | 38 + .../normalize-paginated-list-response.js | 31 + .../plugin-paginate-rest/dist-src/paginate.js | 34 + .../dist-src/paginating-endpoints.js | 15 + .../plugin-paginate-rest/dist-src/version.js | 4 + .../dist-types/compose-paginate.d.ts | 2 + .../generated/paginating-endpoints.d.ts | 1715 + .../dist-types/index.d.ts | 15 + .../dist-types/iterator.d.ts | 20 + .../normalize-paginated-list-response.d.ts | 18 + .../dist-types/paginate.d.ts | 3 + .../dist-types/paginating-endpoints.d.ts | 3 + .../dist-types/types.d.ts | 242 + .../dist-types/version.d.ts | 1 + .../plugin-paginate-rest/dist-web/index.js | 363 + .../dist-web/index.js.map | 7 + .../plugin-paginate-rest/package.json | 52 + .../plugin-rest-endpoint-methods/LICENSE | 7 + .../plugin-rest-endpoint-methods/README.md | 76 + .../dist-node/index.js | 2030 + .../dist-node/index.js.map | 7 + .../dist-src/endpoints-to-methods.js | 125 + .../dist-src/generated/endpoints.js | 1857 + .../dist-src/generated/method-types.js | 0 .../parameters-and-response-types.js | 0 .../dist-src/index.js | 21 + .../dist-src/version.js | 4 + .../dist-types/endpoints-to-methods.d.ts | 3 + .../dist-types/generated/endpoints.d.ts | 3 + .../dist-types/generated/method-types.d.ts | 11305 ++ .../parameters-and-response-types.d.ts | 3589 + .../dist-types/index.d.ts | 11 + .../dist-types/types.d.ts | 18 + .../dist-types/version.d.ts | 1 + .../dist-web/index.js | 2002 + .../dist-web/index.js.map | 7 + .../plugin-rest-endpoint-methods/package.json | 60 + .../@octokit/request-error/LICENSE | 21 + .../@octokit/request-error/README.md | 88 + .../@octokit/request-error/dist-node/index.js | 92 + .../request-error/dist-node/index.js.map | 7 + .../@octokit/request-error/dist-src/index.js | 56 + .../request-error/dist-types/index.d.ts | 33 + .../request-error/dist-types/types.d.ts | 9 + .../@octokit/request-error/dist-web/index.js | 57 + .../request-error/dist-web/index.js.map | 7 + .../@octokit/request-error/package.json | 47 + .../node_modules/@octokit/request/LICENSE | 21 + .../node_modules/@octokit/request/README.md | 579 + .../@octokit/request/dist-node/index.js | 205 + .../@octokit/request/dist-node/index.js.map | 7 + .../request/dist-src/fetch-wrapper.js | 133 + .../request/dist-src/get-buffer-response.js | 6 + .../@octokit/request/dist-src/index.js | 12 + .../@octokit/request/dist-src/version.js | 4 + .../request/dist-src/with-defaults.js | 27 + .../request/dist-types/fetch-wrapper.d.ts | 9 + .../dist-types/get-buffer-response.d.ts | 1 + .../@octokit/request/dist-types/index.d.ts | 1 + .../@octokit/request/dist-types/version.d.ts | 1 + .../request/dist-types/with-defaults.d.ts | 2 + .../@octokit/request/dist-web/index.js | 179 + .../@octokit/request/dist-web/index.js.map | 7 + .../@octokit/request/package.json | 55 + .../node_modules/@octokit/types/LICENSE | 7 + .../node_modules/@octokit/types/README.md | 65 + .../types/dist-types/AuthInterface.d.ts | 31 + .../types/dist-types/EndpointDefaults.d.ts | 21 + .../types/dist-types/EndpointInterface.d.ts | 65 + .../types/dist-types/EndpointOptions.d.ts | 7 + .../@octokit/types/dist-types/Fetch.d.ts | 4 + .../GetResponseTypeFromEndpointMethod.d.ts | 5 + .../types/dist-types/OctokitResponse.d.ts | 17 + .../types/dist-types/RequestError.d.ts | 11 + .../types/dist-types/RequestHeaders.d.ts | 15 + .../types/dist-types/RequestInterface.d.ts | 34 + .../types/dist-types/RequestMethod.d.ts | 4 + .../types/dist-types/RequestOptions.d.ts | 14 + .../types/dist-types/RequestParameters.d.ts | 45 + .../dist-types/RequestRequestOptions.d.ts | 20 + .../types/dist-types/ResponseHeaders.d.ts | 20 + .../@octokit/types/dist-types/Route.d.ts | 4 + .../@octokit/types/dist-types/Signal.d.ts | 6 + .../types/dist-types/StrategyInterface.d.ts | 4 + .../@octokit/types/dist-types/Url.d.ts | 4 + .../@octokit/types/dist-types/VERSION.d.ts | 1 + .../types/dist-types/generated/Endpoints.d.ts | 3658 + .../@octokit/types/dist-types/index.d.ts | 21 + .../node_modules/@octokit/types/package.json | 46 + 181 files changed, 150504 insertions(+) create mode 100644 github-action/node_modules/@octokit/auth-token/LICENSE create mode 100644 github-action/node_modules/@octokit/auth-token/README.md create mode 100644 github-action/node_modules/@octokit/auth-token/dist-node/index.js create mode 100644 github-action/node_modules/@octokit/auth-token/dist-node/index.js.map create mode 100644 github-action/node_modules/@octokit/auth-token/dist-src/auth.js create mode 100644 github-action/node_modules/@octokit/auth-token/dist-src/hook.js create mode 100644 github-action/node_modules/@octokit/auth-token/dist-src/index.js create mode 100644 github-action/node_modules/@octokit/auth-token/dist-src/with-authorization-prefix.js create mode 100644 github-action/node_modules/@octokit/auth-token/dist-types/auth.d.ts create mode 100644 github-action/node_modules/@octokit/auth-token/dist-types/hook.d.ts create mode 100644 github-action/node_modules/@octokit/auth-token/dist-types/index.d.ts create mode 100644 github-action/node_modules/@octokit/auth-token/dist-types/types.d.ts create mode 100644 github-action/node_modules/@octokit/auth-token/dist-types/with-authorization-prefix.d.ts create mode 100644 github-action/node_modules/@octokit/auth-token/dist-web/index.js create mode 100644 github-action/node_modules/@octokit/auth-token/dist-web/index.js.map create mode 100644 github-action/node_modules/@octokit/auth-token/package.json create mode 100644 github-action/node_modules/@octokit/core/LICENSE create mode 100644 github-action/node_modules/@octokit/core/README.md create mode 100644 github-action/node_modules/@octokit/core/dist-node/index.js create mode 100644 github-action/node_modules/@octokit/core/dist-node/index.js.map create mode 100644 github-action/node_modules/@octokit/core/dist-src/index.js create mode 100644 github-action/node_modules/@octokit/core/dist-src/version.js create mode 100644 github-action/node_modules/@octokit/core/dist-types/index.d.ts create mode 100644 github-action/node_modules/@octokit/core/dist-types/types.d.ts create mode 100644 github-action/node_modules/@octokit/core/dist-types/version.d.ts create mode 100644 github-action/node_modules/@octokit/core/dist-web/index.js create mode 100644 github-action/node_modules/@octokit/core/dist-web/index.js.map create mode 100644 github-action/node_modules/@octokit/core/package.json create mode 100644 github-action/node_modules/@octokit/endpoint/LICENSE create mode 100644 github-action/node_modules/@octokit/endpoint/README.md create mode 100644 github-action/node_modules/@octokit/endpoint/dist-node/index.js create mode 100644 github-action/node_modules/@octokit/endpoint/dist-node/index.js.map create mode 100644 github-action/node_modules/@octokit/endpoint/dist-src/defaults.js create mode 100644 github-action/node_modules/@octokit/endpoint/dist-src/endpoint-with-defaults.js create mode 100644 github-action/node_modules/@octokit/endpoint/dist-src/index.js create mode 100644 github-action/node_modules/@octokit/endpoint/dist-src/merge.js create mode 100644 github-action/node_modules/@octokit/endpoint/dist-src/parse.js create mode 100644 github-action/node_modules/@octokit/endpoint/dist-src/util/add-query-parameters.js create mode 100644 github-action/node_modules/@octokit/endpoint/dist-src/util/extract-url-variable-names.js create mode 100644 github-action/node_modules/@octokit/endpoint/dist-src/util/lowercase-keys.js create mode 100644 github-action/node_modules/@octokit/endpoint/dist-src/util/merge-deep.js create mode 100644 github-action/node_modules/@octokit/endpoint/dist-src/util/omit.js create mode 100644 github-action/node_modules/@octokit/endpoint/dist-src/util/remove-undefined-properties.js create mode 100644 github-action/node_modules/@octokit/endpoint/dist-src/util/url-template.js create mode 100644 github-action/node_modules/@octokit/endpoint/dist-src/version.js create mode 100644 github-action/node_modules/@octokit/endpoint/dist-src/with-defaults.js create mode 100644 github-action/node_modules/@octokit/endpoint/dist-types/defaults.d.ts create mode 100644 github-action/node_modules/@octokit/endpoint/dist-types/endpoint-with-defaults.d.ts create mode 100644 github-action/node_modules/@octokit/endpoint/dist-types/index.d.ts create mode 100644 github-action/node_modules/@octokit/endpoint/dist-types/merge.d.ts create mode 100644 github-action/node_modules/@octokit/endpoint/dist-types/parse.d.ts create mode 100644 github-action/node_modules/@octokit/endpoint/dist-types/util/add-query-parameters.d.ts create mode 100644 github-action/node_modules/@octokit/endpoint/dist-types/util/extract-url-variable-names.d.ts create mode 100644 github-action/node_modules/@octokit/endpoint/dist-types/util/lowercase-keys.d.ts create mode 100644 github-action/node_modules/@octokit/endpoint/dist-types/util/merge-deep.d.ts create mode 100644 github-action/node_modules/@octokit/endpoint/dist-types/util/omit.d.ts create mode 100644 github-action/node_modules/@octokit/endpoint/dist-types/util/remove-undefined-properties.d.ts create mode 100644 github-action/node_modules/@octokit/endpoint/dist-types/util/url-template.d.ts create mode 100644 github-action/node_modules/@octokit/endpoint/dist-types/version.d.ts create mode 100644 github-action/node_modules/@octokit/endpoint/dist-types/with-defaults.d.ts create mode 100644 github-action/node_modules/@octokit/endpoint/dist-web/index.js create mode 100644 github-action/node_modules/@octokit/endpoint/dist-web/index.js.map create mode 100644 github-action/node_modules/@octokit/endpoint/package.json create mode 100644 github-action/node_modules/@octokit/graphql/LICENSE create mode 100644 github-action/node_modules/@octokit/graphql/README.md create mode 100644 github-action/node_modules/@octokit/graphql/dist-node/index.js create mode 100644 github-action/node_modules/@octokit/graphql/dist-node/index.js.map create mode 100644 github-action/node_modules/@octokit/graphql/dist-src/error.js create mode 100644 github-action/node_modules/@octokit/graphql/dist-src/graphql.js create mode 100644 github-action/node_modules/@octokit/graphql/dist-src/index.js create mode 100644 github-action/node_modules/@octokit/graphql/dist-src/version.js create mode 100644 github-action/node_modules/@octokit/graphql/dist-src/with-defaults.js create mode 100644 github-action/node_modules/@octokit/graphql/dist-types/error.d.ts create mode 100644 github-action/node_modules/@octokit/graphql/dist-types/graphql.d.ts create mode 100644 github-action/node_modules/@octokit/graphql/dist-types/index.d.ts create mode 100644 github-action/node_modules/@octokit/graphql/dist-types/types.d.ts create mode 100644 github-action/node_modules/@octokit/graphql/dist-types/version.d.ts create mode 100644 github-action/node_modules/@octokit/graphql/dist-types/with-defaults.d.ts create mode 100644 github-action/node_modules/@octokit/graphql/dist-web/index.js create mode 100644 github-action/node_modules/@octokit/graphql/dist-web/index.js.map create mode 100644 github-action/node_modules/@octokit/graphql/package.json create mode 100644 github-action/node_modules/@octokit/openapi-types/LICENSE create mode 100644 github-action/node_modules/@octokit/openapi-types/README.md create mode 100644 github-action/node_modules/@octokit/openapi-types/package.json create mode 100644 github-action/node_modules/@octokit/openapi-types/types.d.ts create mode 100644 github-action/node_modules/@octokit/plugin-paginate-rest/LICENSE create mode 100644 github-action/node_modules/@octokit/plugin-paginate-rest/README.md create mode 100644 github-action/node_modules/@octokit/plugin-paginate-rest/dist-node/index.js create mode 100644 github-action/node_modules/@octokit/plugin-paginate-rest/dist-node/index.js.map create mode 100644 github-action/node_modules/@octokit/plugin-paginate-rest/dist-src/compose-paginate.js create mode 100644 github-action/node_modules/@octokit/plugin-paginate-rest/dist-src/generated/paginating-endpoints.js create mode 100644 github-action/node_modules/@octokit/plugin-paginate-rest/dist-src/index.js create mode 100644 github-action/node_modules/@octokit/plugin-paginate-rest/dist-src/iterator.js create mode 100644 github-action/node_modules/@octokit/plugin-paginate-rest/dist-src/normalize-paginated-list-response.js create mode 100644 github-action/node_modules/@octokit/plugin-paginate-rest/dist-src/paginate.js create mode 100644 github-action/node_modules/@octokit/plugin-paginate-rest/dist-src/paginating-endpoints.js create mode 100644 github-action/node_modules/@octokit/plugin-paginate-rest/dist-src/version.js create mode 100644 github-action/node_modules/@octokit/plugin-paginate-rest/dist-types/compose-paginate.d.ts create mode 100644 github-action/node_modules/@octokit/plugin-paginate-rest/dist-types/generated/paginating-endpoints.d.ts create mode 100644 github-action/node_modules/@octokit/plugin-paginate-rest/dist-types/index.d.ts create mode 100644 github-action/node_modules/@octokit/plugin-paginate-rest/dist-types/iterator.d.ts create mode 100644 github-action/node_modules/@octokit/plugin-paginate-rest/dist-types/normalize-paginated-list-response.d.ts create mode 100644 github-action/node_modules/@octokit/plugin-paginate-rest/dist-types/paginate.d.ts create mode 100644 github-action/node_modules/@octokit/plugin-paginate-rest/dist-types/paginating-endpoints.d.ts create mode 100644 github-action/node_modules/@octokit/plugin-paginate-rest/dist-types/types.d.ts create mode 100644 github-action/node_modules/@octokit/plugin-paginate-rest/dist-types/version.d.ts create mode 100644 github-action/node_modules/@octokit/plugin-paginate-rest/dist-web/index.js create mode 100644 github-action/node_modules/@octokit/plugin-paginate-rest/dist-web/index.js.map create mode 100644 github-action/node_modules/@octokit/plugin-paginate-rest/package.json create mode 100644 github-action/node_modules/@octokit/plugin-rest-endpoint-methods/LICENSE create mode 100644 github-action/node_modules/@octokit/plugin-rest-endpoint-methods/README.md create mode 100644 github-action/node_modules/@octokit/plugin-rest-endpoint-methods/dist-node/index.js create mode 100644 github-action/node_modules/@octokit/plugin-rest-endpoint-methods/dist-node/index.js.map create mode 100644 github-action/node_modules/@octokit/plugin-rest-endpoint-methods/dist-src/endpoints-to-methods.js create mode 100644 github-action/node_modules/@octokit/plugin-rest-endpoint-methods/dist-src/generated/endpoints.js create mode 100644 github-action/node_modules/@octokit/plugin-rest-endpoint-methods/dist-src/generated/method-types.js create mode 100644 github-action/node_modules/@octokit/plugin-rest-endpoint-methods/dist-src/generated/parameters-and-response-types.js create mode 100644 github-action/node_modules/@octokit/plugin-rest-endpoint-methods/dist-src/index.js create mode 100644 github-action/node_modules/@octokit/plugin-rest-endpoint-methods/dist-src/version.js create mode 100644 github-action/node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/endpoints-to-methods.d.ts create mode 100644 github-action/node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/endpoints.d.ts create mode 100644 github-action/node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/method-types.d.ts create mode 100644 github-action/node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts create mode 100644 github-action/node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/index.d.ts create mode 100644 github-action/node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/types.d.ts create mode 100644 github-action/node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/version.d.ts create mode 100644 github-action/node_modules/@octokit/plugin-rest-endpoint-methods/dist-web/index.js create mode 100644 github-action/node_modules/@octokit/plugin-rest-endpoint-methods/dist-web/index.js.map create mode 100644 github-action/node_modules/@octokit/plugin-rest-endpoint-methods/package.json create mode 100644 github-action/node_modules/@octokit/request-error/LICENSE create mode 100644 github-action/node_modules/@octokit/request-error/README.md create mode 100644 github-action/node_modules/@octokit/request-error/dist-node/index.js create mode 100644 github-action/node_modules/@octokit/request-error/dist-node/index.js.map create mode 100644 github-action/node_modules/@octokit/request-error/dist-src/index.js create mode 100644 github-action/node_modules/@octokit/request-error/dist-types/index.d.ts create mode 100644 github-action/node_modules/@octokit/request-error/dist-types/types.d.ts create mode 100644 github-action/node_modules/@octokit/request-error/dist-web/index.js create mode 100644 github-action/node_modules/@octokit/request-error/dist-web/index.js.map create mode 100644 github-action/node_modules/@octokit/request-error/package.json create mode 100644 github-action/node_modules/@octokit/request/LICENSE create mode 100644 github-action/node_modules/@octokit/request/README.md create mode 100644 github-action/node_modules/@octokit/request/dist-node/index.js create mode 100644 github-action/node_modules/@octokit/request/dist-node/index.js.map create mode 100644 github-action/node_modules/@octokit/request/dist-src/fetch-wrapper.js create mode 100644 github-action/node_modules/@octokit/request/dist-src/get-buffer-response.js create mode 100644 github-action/node_modules/@octokit/request/dist-src/index.js create mode 100644 github-action/node_modules/@octokit/request/dist-src/version.js create mode 100644 github-action/node_modules/@octokit/request/dist-src/with-defaults.js create mode 100644 github-action/node_modules/@octokit/request/dist-types/fetch-wrapper.d.ts create mode 100644 github-action/node_modules/@octokit/request/dist-types/get-buffer-response.d.ts create mode 100644 github-action/node_modules/@octokit/request/dist-types/index.d.ts create mode 100644 github-action/node_modules/@octokit/request/dist-types/version.d.ts create mode 100644 github-action/node_modules/@octokit/request/dist-types/with-defaults.d.ts create mode 100644 github-action/node_modules/@octokit/request/dist-web/index.js create mode 100644 github-action/node_modules/@octokit/request/dist-web/index.js.map create mode 100644 github-action/node_modules/@octokit/request/package.json create mode 100644 github-action/node_modules/@octokit/types/LICENSE create mode 100644 github-action/node_modules/@octokit/types/README.md create mode 100644 github-action/node_modules/@octokit/types/dist-types/AuthInterface.d.ts create mode 100644 github-action/node_modules/@octokit/types/dist-types/EndpointDefaults.d.ts create mode 100644 github-action/node_modules/@octokit/types/dist-types/EndpointInterface.d.ts create mode 100644 github-action/node_modules/@octokit/types/dist-types/EndpointOptions.d.ts create mode 100644 github-action/node_modules/@octokit/types/dist-types/Fetch.d.ts create mode 100644 github-action/node_modules/@octokit/types/dist-types/GetResponseTypeFromEndpointMethod.d.ts create mode 100644 github-action/node_modules/@octokit/types/dist-types/OctokitResponse.d.ts create mode 100644 github-action/node_modules/@octokit/types/dist-types/RequestError.d.ts create mode 100644 github-action/node_modules/@octokit/types/dist-types/RequestHeaders.d.ts create mode 100644 github-action/node_modules/@octokit/types/dist-types/RequestInterface.d.ts create mode 100644 github-action/node_modules/@octokit/types/dist-types/RequestMethod.d.ts create mode 100644 github-action/node_modules/@octokit/types/dist-types/RequestOptions.d.ts create mode 100644 github-action/node_modules/@octokit/types/dist-types/RequestParameters.d.ts create mode 100644 github-action/node_modules/@octokit/types/dist-types/RequestRequestOptions.d.ts create mode 100644 github-action/node_modules/@octokit/types/dist-types/ResponseHeaders.d.ts create mode 100644 github-action/node_modules/@octokit/types/dist-types/Route.d.ts create mode 100644 github-action/node_modules/@octokit/types/dist-types/Signal.d.ts create mode 100644 github-action/node_modules/@octokit/types/dist-types/StrategyInterface.d.ts create mode 100644 github-action/node_modules/@octokit/types/dist-types/Url.d.ts create mode 100644 github-action/node_modules/@octokit/types/dist-types/VERSION.d.ts create mode 100644 github-action/node_modules/@octokit/types/dist-types/generated/Endpoints.d.ts create mode 100644 github-action/node_modules/@octokit/types/dist-types/index.d.ts create mode 100644 github-action/node_modules/@octokit/types/package.json diff --git a/github-action/node_modules/@octokit/auth-token/LICENSE b/github-action/node_modules/@octokit/auth-token/LICENSE new file mode 100644 index 0000000..ef2c18e --- /dev/null +++ b/github-action/node_modules/@octokit/auth-token/LICENSE @@ -0,0 +1,21 @@ +The MIT License + +Copyright (c) 2019 Octokit contributors + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/github-action/node_modules/@octokit/auth-token/README.md b/github-action/node_modules/@octokit/auth-token/README.md new file mode 100644 index 0000000..2e48b73 --- /dev/null +++ b/github-action/node_modules/@octokit/auth-token/README.md @@ -0,0 +1,285 @@ +# auth-token.js + +> GitHub API token authentication for browsers and Node.js + +[](https://www.npmjs.com/package/@octokit/auth-token) +[](https://github.com/octokit/auth-token.js/actions?query=workflow%3ATest) + +`@octokit/auth-token` is the simplest of [GitHub’s authentication strategies](https://github.com/octokit/auth.js). + +It is useful if you want to support multiple authentication strategies, as it’s API is compatible with its sibling packages for [basic](https://github.com/octokit/auth-basic.js), [GitHub App](https://github.com/octokit/auth-app.js) and [OAuth app](https://github.com/octokit/auth.js) authentication. + + + +- [Usage](#usage) +- [`createTokenAuth(token) options`](#createtokenauthtoken-options) +- [`auth()`](#auth) +- [Authentication object](#authentication-object) +- [`auth.hook(request, route, options)` or `auth.hook(request, options)`](#authhookrequest-route-options-or-authhookrequest-options) +- [Find more information](#find-more-information) + - [Find out what scopes are enabled for oauth tokens](#find-out-what-scopes-are-enabled-for-oauth-tokens) + - [Find out if token is a personal access token or if it belongs to an OAuth app](#find-out-if-token-is-a-personal-access-token-or-if-it-belongs-to-an-oauth-app) + - [Find out what permissions are enabled for a repository](#find-out-what-permissions-are-enabled-for-a-repository) + - [Use token for git operations](#use-token-for-git-operations) +- [License](#license) + + + +## Usage + +
+Browsers + | + +Load `@octokit/auth-token` directly from [cdn.skypack.dev](https://cdn.skypack.dev) + +```html + +``` + + |
---|---|
+Node + |
+
+Install with npm install @octokit/auth-token
+
+```js
+const { createTokenAuth } = require("@octokit/auth-token");
+// or: import { createTokenAuth } from "@octokit/auth-token";
+```
+
+ |
+ name + | ++ type + | ++ description + | +
---|---|---|
+ type
+ |
+
+ string
+ |
+
+ "token"
+ |
+
+ token
+ |
+
+ string
+ |
+ + The provided token. + | +
+ tokenType
+ |
+
+ string
+ |
+
+ Can be either "oauth" for personal access tokens and OAuth tokens, "installation" for installation access tokens (includes GITHUB_TOKEN provided to GitHub Actions), "app" for a GitHub App JSON Web Token, or "user-to-server" for a user authentication token through an app installation.
+ |
+
+Browsers + |
+Load @octokit/core directly from esm.sh
+
+```html
+
+```
+
+ |
---|---|
+Node + |
+
+Install with npm install @octokit/core
+
+```js
+const { Octokit } = require("@octokit/core");
+// or: import { Octokit } from "@octokit/core";
+```
+
+ |
+ name + | ++ type + | ++ description + | +
---|---|---|
+ options.authStrategy
+ |
+
+ Function |
+
+ Defaults to @octokit/auth-token . See Authentication below for examples.
+ |
+
+ options.auth
+ |
+
+ String or Object
+ |
+ + See Authentication below for examples. + | +
+ options.baseUrl
+ |
+
+ String
+ |
+ + +When using with GitHub Enterprise Server, set `options.baseUrl` to the root URL of the API. For example, if your GitHub Enterprise Server's hostname is `github.acme-inc.com`, then set `options.baseUrl` to `https://github.acme-inc.com/api/v3`. Example + +```js +const octokit = new Octokit({ + baseUrl: "https://github.acme-inc.com/api/v3", +}); +``` + + |
+ options.previews
+ |
+
+ Array of Strings
+ |
+ + +Some REST API endpoints require preview headers to be set, or enable +additional features. Preview headers can be set on a per-request basis, e.g. + +```js +octokit.request("POST /repos/{owner}/{repo}/pulls", { + mediaType: { + previews: ["shadow-cat"], + }, + owner, + repo, + title: "My pull request", + base: "main", + head: "my-feature", + draft: true, +}); +``` + +You can also set previews globally, by setting the `options.previews` option on the constructor. Example: + +```js +const octokit = new Octokit({ + previews: ["shadow-cat"], +}); +``` + + |
+ options.request
+ |
+
+ Object
+ |
+ + +Set a default request timeout (`options.request.timeout`) or an [`http(s).Agent`](https://nodejs.org/api/http.html#http_class_http_agent) e.g. for proxy usage (Node only, `options.request.agent`). + +There are more `options.request.*` options, see [`@octokit/request` options](https://github.com/octokit/request.js#request). `options.request` can also be set on a per-request basis. + + |
+ options.timeZone
+ |
+
+ String
+ |
+ + +Sets the `Time-Zone` header which defines a timezone according to the [list of names from the Olson database](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones). + +```js +const octokit = new Octokit({ + timeZone: "America/Los_Angeles", +}); +``` + +The time zone header will determine the timezone used for generating the timestamp when creating commits. See [GitHub's Timezones documentation](https://developer.github.com/v3/#timezones). + + |
+ options.userAgent
+ |
+
+ String
+ |
+ + +A custom user agent string for your app or library. Example + +```js +const octokit = new Octokit({ + userAgent: "my-app/v1.2.3", +}); +``` + + |
+Browsers + |
+Load @octokit/endpoint directly from esm.sh
+
+```html
+
+```
+
+ |
---|---|
+Node + |
+
+Install with npm install @octokit/endpoint
+
+```js
+const { endpoint } = require("@octokit/endpoint");
+// or: import { endpoint } from "@octokit/endpoint";
+```
+
+ |
+ name + | ++ type + | ++ description + | +
---|---|---|
+ route
+ |
+ + String + | +
+ If set, it has to be a string consisting of URL and the request method, e.g., GET /orgs/{org} . If it’s set to a URL, only the method defaults to GET .
+ |
+
+ options.method
+ |
+ + String + | +
+ Required unless route is set. Any supported http verb. Defaults to GET .
+ |
+
+ options.url
+ |
+ + String + | +
+ Required unless route is set. A path or full URL which may contain :variable or {variable} placeholders,
+ e.g., /orgs/{org}/repos . The url is parsed using url-template.
+ |
+
+ options.baseUrl
+ |
+ + String + | +
+ Defaults to https://api.github.com .
+ |
+
+ options.headers
+ |
+ + Object + | +
+ Custom headers. Passed headers are merged with defaults: + headers['user-agent'] defaults to octokit-endpoint.js/1.2.3 (where 1.2.3 is the released version).+ headers['accept'] defaults to application/vnd.github.v3+json .+ |
+
+ options.mediaType.format
+ |
+ + String + | +
+ Media type param, such as raw , diff , or text+json . See Media Types. Setting options.mediaType.format will amend the headers.accept value.
+ |
+
+ options.data
+ |
+ + Any + | +
+ Set request body directly instead of setting it to JSON based on additional parameters. See "The data parameter" below.
+ |
+
+ options.request
+ |
+ + Object + | +
+ Pass custom meta information for the request. The request object will be returned as is.
+ |
+
+ key + | ++ type + | ++ description + | +
---|---|---|
method |
+ String | +The http method. Always lowercase. | +
url |
+ String | +The url with placeholders replaced with passed parameters. | +
headers |
+ Object | +All header names are lowercased. | +
body |
+ Any | +The request body if one is present. Only for PATCH , POST , PUT , DELETE requests. |
+
request |
+ Object | +Request meta option, it will be returned as it was passed into endpoint() |
+